hexsha
stringlengths
40
40
repo
stringlengths
7
114
path
stringlengths
4
124
license
listlengths
1
9
language
stringclasses
1 value
identifier
stringlengths
1
71
return_type
stringlengths
1
749
original_string
stringlengths
76
22.7k
original_docstring
stringlengths
16
7.61k
docstring
stringlengths
16
2.47k
docstring_tokens
listlengths
6
477
code
stringlengths
14
10.2k
code_tokens
listlengths
6
996
short_docstring
stringlengths
2
644
short_docstring_tokens
listlengths
1
116
comment
listlengths
1
89
parameters
listlengths
0
64
docstring_params
dict
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
claimed_by_user_name
str
def claimed_by_user_name(self) -> str: """ The name or email address of the user who has claimed the environment """ return pulumi.get(self, "claimed_by_user_name")
The name or email address of the user who has claimed the environment
The name or email address of the user who has claimed the environment
[ "The", "name", "or", "email", "address", "of", "the", "user", "who", "has", "claimed", "the", "environment" ]
def claimed_by_user_name(self) -> str: return pulumi.get(self, "claimed_by_user_name")
[ "def", "claimed_by_user_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"claimed_by_user_name\"", ")" ]
The name or email address of the user who has claimed the environment
[ "The", "name", "or", "email", "address", "of", "the", "user", "who", "has", "claimed", "the", "environment" ]
[ "\"\"\"\n The name or email address of the user who has claimed the environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
claimed_by_user_object_id
str
def claimed_by_user_object_id(self) -> str: """ The AAD object Id of the user who has claimed the environment """ return pulumi.get(self, "claimed_by_user_object_id")
The AAD object Id of the user who has claimed the environment
The AAD object Id of the user who has claimed the environment
[ "The", "AAD", "object", "Id", "of", "the", "user", "who", "has", "claimed", "the", "environment" ]
def claimed_by_user_object_id(self) -> str: return pulumi.get(self, "claimed_by_user_object_id")
[ "def", "claimed_by_user_object_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"claimed_by_user_object_id\"", ")" ]
The AAD object Id of the user who has claimed the environment
[ "The", "AAD", "object", "Id", "of", "the", "user", "who", "has", "claimed", "the", "environment" ]
[ "\"\"\"\n The AAD object Id of the user who has claimed the environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
claimed_by_user_principal_id
str
def claimed_by_user_principal_id(self) -> str: """ The user principal Id of the user who has claimed the environment """ return pulumi.get(self, "claimed_by_user_principal_id")
The user principal Id of the user who has claimed the environment
The user principal Id of the user who has claimed the environment
[ "The", "user", "principal", "Id", "of", "the", "user", "who", "has", "claimed", "the", "environment" ]
def claimed_by_user_principal_id(self) -> str: return pulumi.get(self, "claimed_by_user_principal_id")
[ "def", "claimed_by_user_principal_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"claimed_by_user_principal_id\"", ")" ]
The user principal Id of the user who has claimed the environment
[ "The", "user", "principal", "Id", "of", "the", "user", "who", "has", "claimed", "the", "environment" ]
[ "\"\"\"\n The user principal Id of the user who has claimed the environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
last_known_power_state
str
def last_known_power_state(self) -> str: """ Last known power state of the environment """ return pulumi.get(self, "last_known_power_state")
Last known power state of the environment
Last known power state of the environment
[ "Last", "known", "power", "state", "of", "the", "environment" ]
def last_known_power_state(self) -> str: return pulumi.get(self, "last_known_power_state")
[ "def", "last_known_power_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_known_power_state\"", ")" ]
Last known power state of the environment
[ "Last", "known", "power", "state", "of", "the", "environment" ]
[ "\"\"\"\n Last known power state of the environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
password_last_reset
str
def password_last_reset(self) -> str: """ When the password was last reset on the environment. """ return pulumi.get(self, "password_last_reset")
When the password was last reset on the environment.
When the password was last reset on the environment.
[ "When", "the", "password", "was", "last", "reset", "on", "the", "environment", "." ]
def password_last_reset(self) -> str: return pulumi.get(self, "password_last_reset")
[ "def", "password_last_reset", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"password_last_reset\"", ")" ]
When the password was last reset on the environment.
[ "When", "the", "password", "was", "last", "reset", "on", "the", "environment", "." ]
[ "\"\"\"\n When the password was last reset on the environment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
resource_sets
Optional['outputs.ResourceSetResponse']
def resource_sets(self) -> Optional['outputs.ResourceSetResponse']: """ The set of a VM and the setting id it was created for """ return pulumi.get(self, "resource_sets")
The set of a VM and the setting id it was created for
The set of a VM and the setting id it was created for
[ "The", "set", "of", "a", "VM", "and", "the", "setting", "id", "it", "was", "created", "for" ]
def resource_sets(self) -> Optional['outputs.ResourceSetResponse']: return pulumi.get(self, "resource_sets")
[ "def", "resource_sets", "(", "self", ")", "->", "Optional", "[", "'outputs.ResourceSetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_sets\"", ")" ]
The set of a VM and the setting id it was created for
[ "The", "set", "of", "a", "VM", "and", "the", "setting", "id", "it", "was", "created", "for" ]
[ "\"\"\"\n The set of a VM and the setting id it was created for\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
70ae8faa68a1aabbc4b52547579ba4320d420f61
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_environment.py
[ "Apache-2.0" ]
Python
unique_identifier
Optional[str]
def unique_identifier(self) -> Optional[str]: """ The unique immutable identifier of a resource (Guid). """ return pulumi.get(self, "unique_identifier")
The unique immutable identifier of a resource (Guid).
The unique immutable identifier of a resource (Guid).
[ "The", "unique", "immutable", "identifier", "of", "a", "resource", "(", "Guid", ")", "." ]
def unique_identifier(self) -> Optional[str]: return pulumi.get(self, "unique_identifier")
[ "def", "unique_identifier", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"unique_identifier\"", ")" ]
The unique immutable identifier of a resource (Guid).
[ "The", "unique", "immutable", "identifier", "of", "a", "resource", "(", "Guid", ")", "." ]
[ "\"\"\"\n The unique immutable identifier of a resource (Guid).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6c0e2c4cc23e1e44cc8c8ce929f851273c02680c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/view.py
[ "Apache-2.0" ]
Python
changed
pulumi.Output[str]
def changed(self) -> pulumi.Output[str]: """ Date time when view was last modified. """ return pulumi.get(self, "changed")
Date time when view was last modified.
Date time when view was last modified.
[ "Date", "time", "when", "view", "was", "last", "modified", "." ]
def changed(self) -> pulumi.Output[str]: return pulumi.get(self, "changed")
[ "def", "changed", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"changed\"", ")" ]
Date time when view was last modified.
[ "Date", "time", "when", "view", "was", "last", "modified", "." ]
[ "\"\"\"\n Date time when view was last modified.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6c0e2c4cc23e1e44cc8c8ce929f851273c02680c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/view.py
[ "Apache-2.0" ]
Python
display_name
pulumi.Output[Optional[Mapping[str, str]]]
def display_name(self) -> pulumi.Output[Optional[Mapping[str, str]]]: """ Localized display name for the view. """ return pulumi.get(self, "display_name")
Localized display name for the view.
Localized display name for the view.
[ "Localized", "display", "name", "for", "the", "view", "." ]
def display_name(self) -> pulumi.Output[Optional[Mapping[str, str]]]: return pulumi.get(self, "display_name")
[ "def", "display_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"display_name\"", ")" ]
Localized display name for the view.
[ "Localized", "display", "name", "for", "the", "view", "." ]
[ "\"\"\"\n Localized display name for the view.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6c2af478bb7df6a44ed54e92c9707eae045b83d4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20180201preview/get_build_step.py
[ "Apache-2.0" ]
Python
properties
'outputs.DockerBuildStepResponse'
def properties(self) -> 'outputs.DockerBuildStepResponse': """ The properties of a build step. """ return pulumi.get(self, "properties")
The properties of a build step.
The properties of a build step.
[ "The", "properties", "of", "a", "build", "step", "." ]
def properties(self) -> 'outputs.DockerBuildStepResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.DockerBuildStepResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The properties of a build step.
[ "The", "properties", "of", "a", "build", "step", "." ]
[ "\"\"\"\n The properties of a build step.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1a936ac8916f509635d5050a68a179b7f5631be5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/domainregistration/latest/list_domain_recommendations.py
[ "Apache-2.0" ]
Python
next_link
str
def next_link(self) -> str: """ Link to next page of resources. """ return pulumi.get(self, "next_link")
Link to next page of resources.
Link to next page of resources.
[ "Link", "to", "next", "page", "of", "resources", "." ]
def next_link(self) -> str: return pulumi.get(self, "next_link")
[ "def", "next_link", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"next_link\"", ")" ]
Link to next page of resources.
[ "Link", "to", "next", "page", "of", "resources", "." ]
[ "\"\"\"\n Link to next page of resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df1b1e878bb5328c7367d7355d7ab2067dca4a0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/api_issue.py
[ "Apache-2.0" ]
Python
api_id
pulumi.Output[Optional[str]]
def api_id(self) -> pulumi.Output[Optional[str]]: """ A resource identifier for the API the issue was created for. """ return pulumi.get(self, "api_id")
A resource identifier for the API the issue was created for.
A resource identifier for the API the issue was created for.
[ "A", "resource", "identifier", "for", "the", "API", "the", "issue", "was", "created", "for", "." ]
def api_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "api_id")
[ "def", "api_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"api_id\"", ")" ]
A resource identifier for the API the issue was created for.
[ "A", "resource", "identifier", "for", "the", "API", "the", "issue", "was", "created", "for", "." ]
[ "\"\"\"\n A resource identifier for the API the issue was created for.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df1b1e878bb5328c7367d7355d7ab2067dca4a0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/api_issue.py
[ "Apache-2.0" ]
Python
created_date
pulumi.Output[Optional[str]]
def created_date(self) -> pulumi.Output[Optional[str]]: """ Date and time when the issue was created. """ return pulumi.get(self, "created_date")
Date and time when the issue was created.
Date and time when the issue was created.
[ "Date", "and", "time", "when", "the", "issue", "was", "created", "." ]
def created_date(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "created_date")
[ "def", "created_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created_date\"", ")" ]
Date and time when the issue was created.
[ "Date", "and", "time", "when", "the", "issue", "was", "created", "." ]
[ "\"\"\"\n Date and time when the issue was created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df1b1e878bb5328c7367d7355d7ab2067dca4a0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/api_issue.py
[ "Apache-2.0" ]
Python
user_id
pulumi.Output[str]
def user_id(self) -> pulumi.Output[str]: """ A resource identifier for the user created the issue. """ return pulumi.get(self, "user_id")
A resource identifier for the user created the issue.
A resource identifier for the user created the issue.
[ "A", "resource", "identifier", "for", "the", "user", "created", "the", "issue", "." ]
def user_id(self) -> pulumi.Output[str]: return pulumi.get(self, "user_id")
[ "def", "user_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_id\"", ")" ]
A resource identifier for the user created the issue.
[ "A", "resource", "identifier", "for", "the", "user", "created", "the", "issue", "." ]
[ "\"\"\"\n A resource identifier for the user created the issue.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
announcement
Optional['outputs.LabAnnouncementPropertiesResponse']
def announcement(self) -> Optional['outputs.LabAnnouncementPropertiesResponse']: """ The properties of any lab announcement associated with this lab """ return pulumi.get(self, "announcement")
The properties of any lab announcement associated with this lab
The properties of any lab announcement associated with this lab
[ "The", "properties", "of", "any", "lab", "announcement", "associated", "with", "this", "lab" ]
def announcement(self) -> Optional['outputs.LabAnnouncementPropertiesResponse']: return pulumi.get(self, "announcement")
[ "def", "announcement", "(", "self", ")", "->", "Optional", "[", "'outputs.LabAnnouncementPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"announcement\"", ")" ]
The properties of any lab announcement associated with this lab
[ "The", "properties", "of", "any", "lab", "announcement", "associated", "with", "this", "lab" ]
[ "\"\"\"\n The properties of any lab announcement associated with this lab\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
artifacts_storage_account
str
def artifacts_storage_account(self) -> str: """ The lab's artifact storage account. """ return pulumi.get(self, "artifacts_storage_account")
The lab's artifact storage account.
The lab's artifact storage account.
[ "The", "lab", "'", "s", "artifact", "storage", "account", "." ]
def artifacts_storage_account(self) -> str: return pulumi.get(self, "artifacts_storage_account")
[ "def", "artifacts_storage_account", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"artifacts_storage_account\"", ")" ]
The lab's artifact storage account.
[ "The", "lab", "'", "s", "artifact", "storage", "account", "." ]
[ "\"\"\"\n The lab's artifact storage account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
default_premium_storage_account
str
def default_premium_storage_account(self) -> str: """ The lab's default premium storage account. """ return pulumi.get(self, "default_premium_storage_account")
The lab's default premium storage account.
The lab's default premium storage account.
[ "The", "lab", "'", "s", "default", "premium", "storage", "account", "." ]
def default_premium_storage_account(self) -> str: return pulumi.get(self, "default_premium_storage_account")
[ "def", "default_premium_storage_account", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_premium_storage_account\"", ")" ]
The lab's default premium storage account.
[ "The", "lab", "'", "s", "default", "premium", "storage", "account", "." ]
[ "\"\"\"\n The lab's default premium storage account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
default_storage_account
str
def default_storage_account(self) -> str: """ The lab's default storage account. """ return pulumi.get(self, "default_storage_account")
The lab's default storage account.
The lab's default storage account.
[ "The", "lab", "'", "s", "default", "storage", "account", "." ]
def default_storage_account(self) -> str: return pulumi.get(self, "default_storage_account")
[ "def", "default_storage_account", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_storage_account\"", ")" ]
The lab's default storage account.
[ "The", "lab", "'", "s", "default", "storage", "account", "." ]
[ "\"\"\"\n The lab's default storage account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
environment_permission
Optional[str]
def environment_permission(self) -> Optional[str]: """ The access rights to be granted to the user when provisioning an environment """ return pulumi.get(self, "environment_permission")
The access rights to be granted to the user when provisioning an environment
The access rights to be granted to the user when provisioning an environment
[ "The", "access", "rights", "to", "be", "granted", "to", "the", "user", "when", "provisioning", "an", "environment" ]
def environment_permission(self) -> Optional[str]: return pulumi.get(self, "environment_permission")
[ "def", "environment_permission", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"environment_permission\"", ")" ]
The access rights to be granted to the user when provisioning an environment
[ "The", "access", "rights", "to", "be", "granted", "to", "the", "user", "when", "provisioning", "an", "environment" ]
[ "\"\"\"\n The access rights to be granted to the user when provisioning an environment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
extended_properties
Optional[Mapping[str, str]]
def extended_properties(self) -> Optional[Mapping[str, str]]: """ Extended properties of the lab used for experimental features """ return pulumi.get(self, "extended_properties")
Extended properties of the lab used for experimental features
Extended properties of the lab used for experimental features
[ "Extended", "properties", "of", "the", "lab", "used", "for", "experimental", "features" ]
def extended_properties(self) -> Optional[Mapping[str, str]]: return pulumi.get(self, "extended_properties")
[ "def", "extended_properties", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"extended_properties\"", ")" ]
Extended properties of the lab used for experimental features
[ "Extended", "properties", "of", "the", "lab", "used", "for", "experimental", "features" ]
[ "\"\"\"\n Extended properties of the lab used for experimental features\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
lab_storage_type
Optional[str]
def lab_storage_type(self) -> Optional[str]: """ Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. """ return pulumi.get(self, "lab_storage_type")
Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.
Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.
[ "Type", "of", "storage", "used", "by", "the", "lab", ".", "It", "can", "be", "either", "Premium", "or", "Standard", ".", "Default", "is", "Premium", "." ]
def lab_storage_type(self) -> Optional[str]: return pulumi.get(self, "lab_storage_type")
[ "def", "lab_storage_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"lab_storage_type\"", ")" ]
Type of storage used by the lab.
[ "Type", "of", "storage", "used", "by", "the", "lab", "." ]
[ "\"\"\"\n Type of storage used by the lab. It can be either Premium or Standard. Default is Premium.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
load_balancer_id
str
def load_balancer_id(self) -> str: """ The load balancer used to for lab VMs that use shared IP address. """ return pulumi.get(self, "load_balancer_id")
The load balancer used to for lab VMs that use shared IP address.
The load balancer used to for lab VMs that use shared IP address.
[ "The", "load", "balancer", "used", "to", "for", "lab", "VMs", "that", "use", "shared", "IP", "address", "." ]
def load_balancer_id(self) -> str: return pulumi.get(self, "load_balancer_id")
[ "def", "load_balancer_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"load_balancer_id\"", ")" ]
The load balancer used to for lab VMs that use shared IP address.
[ "The", "load", "balancer", "used", "to", "for", "lab", "VMs", "that", "use", "shared", "IP", "address", "." ]
[ "\"\"\"\n The load balancer used to for lab VMs that use shared IP address.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
mandatory_artifacts_resource_ids_linux
Optional[Sequence[str]]
def mandatory_artifacts_resource_ids_linux(self) -> Optional[Sequence[str]]: """ The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user. """ return pulumi.get(self, "mandatory_artifacts_resource_...
The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user.
The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user.
[ "The", "ordered", "list", "of", "artifact", "resource", "IDs", "that", "should", "be", "applied", "on", "all", "Linux", "VM", "creations", "by", "default", "prior", "to", "the", "artifacts", "specified", "by", "the", "user", "." ]
def mandatory_artifacts_resource_ids_linux(self) -> Optional[Sequence[str]]: return pulumi.get(self, "mandatory_artifacts_resource_ids_linux")
[ "def", "mandatory_artifacts_resource_ids_linux", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mandatory_artifacts_resource_ids_linux\"", ")" ]
The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user.
[ "The", "ordered", "list", "of", "artifact", "resource", "IDs", "that", "should", "be", "applied", "on", "all", "Linux", "VM", "creations", "by", "default", "prior", "to", "the", "artifacts", "specified", "by", "the", "user", "." ]
[ "\"\"\"\n The ordered list of artifact resource IDs that should be applied on all Linux VM creations by default, prior to the artifacts specified by the user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
mandatory_artifacts_resource_ids_windows
Optional[Sequence[str]]
def mandatory_artifacts_resource_ids_windows(self) -> Optional[Sequence[str]]: """ The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user. """ return pulumi.get(self, "mandatory_artifacts_resou...
The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user.
The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user.
[ "The", "ordered", "list", "of", "artifact", "resource", "IDs", "that", "should", "be", "applied", "on", "all", "Windows", "VM", "creations", "by", "default", "prior", "to", "the", "artifacts", "specified", "by", "the", "user", "." ]
def mandatory_artifacts_resource_ids_windows(self) -> Optional[Sequence[str]]: return pulumi.get(self, "mandatory_artifacts_resource_ids_windows")
[ "def", "mandatory_artifacts_resource_ids_windows", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mandatory_artifacts_resource_ids_windows\"", ")" ]
The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user.
[ "The", "ordered", "list", "of", "artifact", "resource", "IDs", "that", "should", "be", "applied", "on", "all", "Windows", "VM", "creations", "by", "default", "prior", "to", "the", "artifacts", "specified", "by", "the", "user", "." ]
[ "\"\"\"\n The ordered list of artifact resource IDs that should be applied on all Windows VM creations by default, prior to the artifacts specified by the user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
network_security_group_id
str
def network_security_group_id(self) -> str: """ The Network Security Group attached to the lab VMs Network interfaces to restrict open ports. """ return pulumi.get(self, "network_security_group_id")
The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.
The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.
[ "The", "Network", "Security", "Group", "attached", "to", "the", "lab", "VMs", "Network", "interfaces", "to", "restrict", "open", "ports", "." ]
def network_security_group_id(self) -> str: return pulumi.get(self, "network_security_group_id")
[ "def", "network_security_group_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_security_group_id\"", ")" ]
The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.
[ "The", "Network", "Security", "Group", "attached", "to", "the", "lab", "VMs", "Network", "interfaces", "to", "restrict", "open", "ports", "." ]
[ "\"\"\"\n The Network Security Group attached to the lab VMs Network interfaces to restrict open ports.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
premium_data_disk_storage_account
str
def premium_data_disk_storage_account(self) -> str: """ The lab's premium data disk storage account. """ return pulumi.get(self, "premium_data_disk_storage_account")
The lab's premium data disk storage account.
The lab's premium data disk storage account.
[ "The", "lab", "'", "s", "premium", "data", "disk", "storage", "account", "." ]
def premium_data_disk_storage_account(self) -> str: return pulumi.get(self, "premium_data_disk_storage_account")
[ "def", "premium_data_disk_storage_account", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"premium_data_disk_storage_account\"", ")" ]
The lab's premium data disk storage account.
[ "The", "lab", "'", "s", "premium", "data", "disk", "storage", "account", "." ]
[ "\"\"\"\n The lab's premium data disk storage account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
premium_data_disks
Optional[str]
def premium_data_disks(self) -> Optional[str]: """ The setting to enable usage of premium data disks. When its value is 'Enabled', creation of standard or premium data disks is allowed. When its value is 'Disabled', only creation of standard data disks is allowed. """ r...
The setting to enable usage of premium data disks. When its value is 'Enabled', creation of standard or premium data disks is allowed. When its value is 'Disabled', only creation of standard data disks is allowed.
The setting to enable usage of premium data disks. When its value is 'Enabled', creation of standard or premium data disks is allowed. When its value is 'Disabled', only creation of standard data disks is allowed.
[ "The", "setting", "to", "enable", "usage", "of", "premium", "data", "disks", ".", "When", "its", "value", "is", "'", "Enabled", "'", "creation", "of", "standard", "or", "premium", "data", "disks", "is", "allowed", ".", "When", "its", "value", "is", "'", ...
def premium_data_disks(self) -> Optional[str]: return pulumi.get(self, "premium_data_disks")
[ "def", "premium_data_disks", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"premium_data_disks\"", ")" ]
The setting to enable usage of premium data disks.
[ "The", "setting", "to", "enable", "usage", "of", "premium", "data", "disks", "." ]
[ "\"\"\"\n The setting to enable usage of premium data disks.\r\n When its value is 'Enabled', creation of standard or premium data disks is allowed.\r\n When its value is 'Disabled', only creation of standard data disks is allowed.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
public_ip_id
str
def public_ip_id(self) -> str: """ The public IP address for the lab's load balancer. """ return pulumi.get(self, "public_ip_id")
The public IP address for the lab's load balancer.
The public IP address for the lab's load balancer.
[ "The", "public", "IP", "address", "for", "the", "lab", "'", "s", "load", "balancer", "." ]
def public_ip_id(self) -> str: return pulumi.get(self, "public_ip_id")
[ "def", "public_ip_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_ip_id\"", ")" ]
The public IP address for the lab's load balancer.
[ "The", "public", "IP", "address", "for", "the", "lab", "'", "s", "load", "balancer", "." ]
[ "\"\"\"\n The public IP address for the lab's load balancer.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
support
Optional['outputs.LabSupportPropertiesResponse']
def support(self) -> Optional['outputs.LabSupportPropertiesResponse']: """ The properties of any lab support message associated with this lab """ return pulumi.get(self, "support")
The properties of any lab support message associated with this lab
The properties of any lab support message associated with this lab
[ "The", "properties", "of", "any", "lab", "support", "message", "associated", "with", "this", "lab" ]
def support(self) -> Optional['outputs.LabSupportPropertiesResponse']: return pulumi.get(self, "support")
[ "def", "support", "(", "self", ")", "->", "Optional", "[", "'outputs.LabSupportPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"support\"", ")" ]
The properties of any lab support message associated with this lab
[ "The", "properties", "of", "any", "lab", "support", "message", "associated", "with", "this", "lab" ]
[ "\"\"\"\n The properties of any lab support message associated with this lab\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
unique_identifier
str
def unique_identifier(self) -> str: """ The unique immutable identifier of a resource (Guid). """ return pulumi.get(self, "unique_identifier")
The unique immutable identifier of a resource (Guid).
The unique immutable identifier of a resource (Guid).
[ "The", "unique", "immutable", "identifier", "of", "a", "resource", "(", "Guid", ")", "." ]
def unique_identifier(self) -> str: return pulumi.get(self, "unique_identifier")
[ "def", "unique_identifier", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"unique_identifier\"", ")" ]
The unique immutable identifier of a resource (Guid).
[ "The", "unique", "immutable", "identifier", "of", "a", "resource", "(", "Guid", ")", "." ]
[ "\"\"\"\n The unique immutable identifier of a resource (Guid).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7df3a3d9570c82820ef3ffb2e6ac640eb521f5ff
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/get_lab.py
[ "Apache-2.0" ]
Python
vm_creation_resource_group
str
def vm_creation_resource_group(self) -> str: """ The resource group in which all new lab virtual machines will be created. To let DevTest Labs manage resource group creation, set this value to null. """ return pulumi.get(self, "vm_creation_resource_group")
The resource group in which all new lab virtual machines will be created. To let DevTest Labs manage resource group creation, set this value to null.
The resource group in which all new lab virtual machines will be created. To let DevTest Labs manage resource group creation, set this value to null.
[ "The", "resource", "group", "in", "which", "all", "new", "lab", "virtual", "machines", "will", "be", "created", ".", "To", "let", "DevTest", "Labs", "manage", "resource", "group", "creation", "set", "this", "value", "to", "null", "." ]
def vm_creation_resource_group(self) -> str: return pulumi.get(self, "vm_creation_resource_group")
[ "def", "vm_creation_resource_group", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_creation_resource_group\"", ")" ]
The resource group in which all new lab virtual machines will be created.
[ "The", "resource", "group", "in", "which", "all", "new", "lab", "virtual", "machines", "will", "be", "created", "." ]
[ "\"\"\"\n The resource group in which all new lab virtual machines will be created. To let DevTest Labs manage resource group creation, set this value to null.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dfad0015e3c523298ab28aae946646e2064e4fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190901/virtual_network_tap.py
[ "Apache-2.0" ]
Python
destination_load_balancer_front_end_ip_configuration
pulumi.Output[Optional['outputs.FrontendIPConfigurationResponse']]
def destination_load_balancer_front_end_ip_configuration(self) -> pulumi.Output[Optional['outputs.FrontendIPConfigurationResponse']]: """ The reference to the private IP address on the internal Load Balancer that will receive the tap. """ return pulumi.get(self, "destination_load_balance...
The reference to the private IP address on the internal Load Balancer that will receive the tap.
The reference to the private IP address on the internal Load Balancer that will receive the tap.
[ "The", "reference", "to", "the", "private", "IP", "address", "on", "the", "internal", "Load", "Balancer", "that", "will", "receive", "the", "tap", "." ]
def destination_load_balancer_front_end_ip_configuration(self) -> pulumi.Output[Optional['outputs.FrontendIPConfigurationResponse']]: return pulumi.get(self, "destination_load_balancer_front_end_ip_configuration")
[ "def", "destination_load_balancer_front_end_ip_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.FrontendIPConfigurationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_load_balanc...
The reference to the private IP address on the internal Load Balancer that will receive the tap.
[ "The", "reference", "to", "the", "private", "IP", "address", "on", "the", "internal", "Load", "Balancer", "that", "will", "receive", "the", "tap", "." ]
[ "\"\"\"\n The reference to the private IP address on the internal Load Balancer that will receive the tap.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dfad0015e3c523298ab28aae946646e2064e4fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190901/virtual_network_tap.py
[ "Apache-2.0" ]
Python
destination_network_interface_ip_configuration
pulumi.Output[Optional['outputs.NetworkInterfaceIPConfigurationResponse']]
def destination_network_interface_ip_configuration(self) -> pulumi.Output[Optional['outputs.NetworkInterfaceIPConfigurationResponse']]: """ The reference to the private IP Address of the collector nic that will receive the tap. """ return pulumi.get(self, "destination_network_interface_i...
The reference to the private IP Address of the collector nic that will receive the tap.
The reference to the private IP Address of the collector nic that will receive the tap.
[ "The", "reference", "to", "the", "private", "IP", "Address", "of", "the", "collector", "nic", "that", "will", "receive", "the", "tap", "." ]
def destination_network_interface_ip_configuration(self) -> pulumi.Output[Optional['outputs.NetworkInterfaceIPConfigurationResponse']]: return pulumi.get(self, "destination_network_interface_ip_configuration")
[ "def", "destination_network_interface_ip_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.NetworkInterfaceIPConfigurationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_network_i...
The reference to the private IP Address of the collector nic that will receive the tap.
[ "The", "reference", "to", "the", "private", "IP", "Address", "of", "the", "collector", "nic", "that", "will", "receive", "the", "tap", "." ]
[ "\"\"\"\n The reference to the private IP Address of the collector nic that will receive the tap.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dfad0015e3c523298ab28aae946646e2064e4fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190901/virtual_network_tap.py
[ "Apache-2.0" ]
Python
destination_port
pulumi.Output[Optional[int]]
def destination_port(self) -> pulumi.Output[Optional[int]]: """ The VXLAN destination port that will receive the tapped traffic. """ return pulumi.get(self, "destination_port")
The VXLAN destination port that will receive the tapped traffic.
The VXLAN destination port that will receive the tapped traffic.
[ "The", "VXLAN", "destination", "port", "that", "will", "receive", "the", "tapped", "traffic", "." ]
def destination_port(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "destination_port")
[ "def", "destination_port", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_port\"", ")" ]
The VXLAN destination port that will receive the tapped traffic.
[ "The", "VXLAN", "destination", "port", "that", "will", "receive", "the", "tapped", "traffic", "." ]
[ "\"\"\"\n The VXLAN destination port that will receive the tapped traffic.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dfad0015e3c523298ab28aae946646e2064e4fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190901/virtual_network_tap.py
[ "Apache-2.0" ]
Python
network_interface_tap_configurations
pulumi.Output[Sequence['outputs.NetworkInterfaceTapConfigurationResponse']]
def network_interface_tap_configurations(self) -> pulumi.Output[Sequence['outputs.NetworkInterfaceTapConfigurationResponse']]: """ Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped. """ return pulumi.get(self, "network_interface_tap_con...
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
[ "Specifies", "the", "list", "of", "resource", "IDs", "for", "the", "network", "interface", "IP", "configuration", "that", "needs", "to", "be", "tapped", "." ]
def network_interface_tap_configurations(self) -> pulumi.Output[Sequence['outputs.NetworkInterfaceTapConfigurationResponse']]: return pulumi.get(self, "network_interface_tap_configurations")
[ "def", "network_interface_tap_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.NetworkInterfaceTapConfigurationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_interface_tap_configur...
Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.
[ "Specifies", "the", "list", "of", "resource", "IDs", "for", "the", "network", "interface", "IP", "configuration", "that", "needs", "to", "be", "tapped", "." ]
[ "\"\"\"\n Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dfc24f0bc1797696f705cc6dceb889877530d7d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/streamanalytics/latest/input.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output[Any]
def properties(self) -> pulumi.Output[Any]: """ The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. """ return pulumi.get(self, "properties")
The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.
[ "The", "properties", "that", "are", "associated", "with", "an", "input", ".", "Required", "on", "PUT", "(", "CreateOrReplace", ")", "requests", "." ]
def properties(self) -> pulumi.Output[Any]: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The properties that are associated with an input.
[ "The", "properties", "that", "are", "associated", "with", "an", "input", "." ]
[ "\"\"\"\n The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
341ad9abe0094128f3eaafebeb20d15f71a672cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/automation.py
[ "Apache-2.0" ]
Python
actions
pulumi.Output[Optional[Sequence[Any]]]
def actions(self) -> pulumi.Output[Optional[Sequence[Any]]]: """ A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true. """ return pulumi.get(self, "actions")
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
[ "A", "collection", "of", "the", "actions", "which", "are", "triggered", "if", "all", "the", "configured", "rules", "evaluations", "within", "at", "least", "one", "rule", "set", "are", "true", "." ]
def actions(self) -> pulumi.Output[Optional[Sequence[Any]]]: return pulumi.get(self, "actions")
[ "def", "actions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "Any", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"actions\"", ")" ]
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
[ "A", "collection", "of", "the", "actions", "which", "are", "triggered", "if", "all", "the", "configured", "rules", "evaluations", "within", "at", "least", "one", "rule", "set", "are", "true", "." ]
[ "\"\"\"\n A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
341ad9abe0094128f3eaafebeb20d15f71a672cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/automation.py
[ "Apache-2.0" ]
Python
is_enabled
pulumi.Output[Optional[bool]]
def is_enabled(self) -> pulumi.Output[Optional[bool]]: """ Indicates whether the security automation is enabled. """ return pulumi.get(self, "is_enabled")
Indicates whether the security automation is enabled.
Indicates whether the security automation is enabled.
[ "Indicates", "whether", "the", "security", "automation", "is", "enabled", "." ]
def is_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_enabled")
[ "def", "is_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_enabled\"", ")" ]
Indicates whether the security automation is enabled.
[ "Indicates", "whether", "the", "security", "automation", "is", "enabled", "." ]
[ "\"\"\"\n Indicates whether the security automation is enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
341ad9abe0094128f3eaafebeb20d15f71a672cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/automation.py
[ "Apache-2.0" ]
Python
scopes
pulumi.Output[Optional[Sequence['outputs.AutomationScopeResponse']]]
def scopes(self) -> pulumi.Output[Optional[Sequence['outputs.AutomationScopeResponse']]]: """ A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined sco...
A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
[ "A", "collection", "of", "scopes", "on", "which", "the", "security", "automations", "logic", "is", "applied", ".", "Supported", "scopes", "are", "the", "subscription", "itself", "or", "a", "resource", "group", "under", "that", "subscription", ".", "The", "auto...
def scopes(self) -> pulumi.Output[Optional[Sequence['outputs.AutomationScopeResponse']]]: return pulumi.get(self, "scopes")
[ "def", "scopes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.AutomationScopeResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scopes\"", ")" ]
A collection of scopes on which the security automations logic is applied.
[ "A", "collection", "of", "scopes", "on", "which", "the", "security", "automations", "logic", "is", "applied", "." ]
[ "\"\"\"\n A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
341ad9abe0094128f3eaafebeb20d15f71a672cb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/automation.py
[ "Apache-2.0" ]
Python
sources
pulumi.Output[Optional[Sequence['outputs.AutomationSourceResponse']]]
def sources(self) -> pulumi.Output[Optional[Sequence['outputs.AutomationSourceResponse']]]: """ A collection of the source event types which evaluate the security automation set of rules. """ return pulumi.get(self, "sources")
A collection of the source event types which evaluate the security automation set of rules.
A collection of the source event types which evaluate the security automation set of rules.
[ "A", "collection", "of", "the", "source", "event", "types", "which", "evaluate", "the", "security", "automation", "set", "of", "rules", "." ]
def sources(self) -> pulumi.Output[Optional[Sequence['outputs.AutomationSourceResponse']]]: return pulumi.get(self, "sources")
[ "def", "sources", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.AutomationSourceResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sources\"", ")" ]
A collection of the source event types which evaluate the security automation set of rules.
[ "A", "collection", "of", "the", "source", "event", "types", "which", "evaluate", "the", "security", "automation", "set", "of", "rules", "." ]
[ "\"\"\"\n A collection of the source event types which evaluate the security automation set of rules.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
29665f05c9a1477e70d074fc93155e7f61b93b5d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/get_integration_service_environment.py
[ "Apache-2.0" ]
Python
properties
'outputs.IntegrationServiceEnvironmentPropertiesResponse'
def properties(self) -> 'outputs.IntegrationServiceEnvironmentPropertiesResponse': """ The integration service environment properties. """ return pulumi.get(self, "properties")
The integration service environment properties.
The integration service environment properties.
[ "The", "integration", "service", "environment", "properties", "." ]
def properties(self) -> 'outputs.IntegrationServiceEnvironmentPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.IntegrationServiceEnvironmentPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The integration service environment properties.
[ "The", "integration", "service", "environment", "properties", "." ]
[ "\"\"\"\n The integration service environment properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e68552f6e40af37ce9c8ab05f4b9d43d815f9d03
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/api_diagnostic.py
[ "Apache-2.0" ]
Python
enabled
pulumi.Output[bool]
def enabled(self) -> pulumi.Output[bool]: """ Indicates whether a diagnostic should receive data or not. """ return pulumi.get(self, "enabled")
Indicates whether a diagnostic should receive data or not.
Indicates whether a diagnostic should receive data or not.
[ "Indicates", "whether", "a", "diagnostic", "should", "receive", "data", "or", "not", "." ]
def enabled(self) -> pulumi.Output[bool]: return pulumi.get(self, "enabled")
[ "def", "enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enabled\"", ")" ]
Indicates whether a diagnostic should receive data or not.
[ "Indicates", "whether", "a", "diagnostic", "should", "receive", "data", "or", "not", "." ]
[ "\"\"\"\n Indicates whether a diagnostic should receive data or not.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6a33cc2cb6bc62851fd4caa1ddc7960d0c05836
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/latest/queue_authorization_rule.py
[ "Apache-2.0" ]
Python
rights
pulumi.Output[Sequence[str]]
def rights(self) -> pulumi.Output[Sequence[str]]: """ The rights associated with the rule. """ return pulumi.get(self, "rights")
The rights associated with the rule.
The rights associated with the rule.
[ "The", "rights", "associated", "with", "the", "rule", "." ]
def rights(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "rights")
[ "def", "rights", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rights\"", ")" ]
The rights associated with the rule.
[ "The", "rights", "associated", "with", "the", "rule", "." ]
[ "\"\"\"\n The rights associated with the rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6a9e729b77b2118aa026748520c1716ce1bee97
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/list_workflow_access_key_secret_keys.py
[ "Apache-2.0" ]
Python
primary_secret_key
str
def primary_secret_key(self) -> str: """ Gets the primary secret key. """ return pulumi.get(self, "primary_secret_key")
Gets the primary secret key.
Gets the primary secret key.
[ "Gets", "the", "primary", "secret", "key", "." ]
def primary_secret_key(self) -> str: return pulumi.get(self, "primary_secret_key")
[ "def", "primary_secret_key", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"primary_secret_key\"", ")" ]
Gets the primary secret key.
[ "Gets", "the", "primary", "secret", "key", "." ]
[ "\"\"\"\n Gets the primary secret key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6a9e729b77b2118aa026748520c1716ce1bee97
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/list_workflow_access_key_secret_keys.py
[ "Apache-2.0" ]
Python
secondary_secret_key
str
def secondary_secret_key(self) -> str: """ Gets the secondary secret key. """ return pulumi.get(self, "secondary_secret_key")
Gets the secondary secret key.
Gets the secondary secret key.
[ "Gets", "the", "secondary", "secret", "key", "." ]
def secondary_secret_key(self) -> str: return pulumi.get(self, "secondary_secret_key")
[ "def", "secondary_secret_key", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secondary_secret_key\"", ")" ]
Gets the secondary secret key.
[ "Gets", "the", "secondary", "secret", "key", "." ]
[ "\"\"\"\n Gets the secondary secret key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
access_protocol
pulumi.Output[str]
def access_protocol(self) -> pulumi.Output[str]: """ Access protocol to be used by the share. """ return pulumi.get(self, "access_protocol")
Access protocol to be used by the share.
Access protocol to be used by the share.
[ "Access", "protocol", "to", "be", "used", "by", "the", "share", "." ]
def access_protocol(self) -> pulumi.Output[str]: return pulumi.get(self, "access_protocol")
[ "def", "access_protocol", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"access_protocol\"", ")" ]
Access protocol to be used by the share.
[ "Access", "protocol", "to", "be", "used", "by", "the", "share", "." ]
[ "\"\"\"\n Access protocol to be used by the share.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
azure_container_info
pulumi.Output[Optional['outputs.AzureContainerInfoResponse']]
def azure_container_info(self) -> pulumi.Output[Optional['outputs.AzureContainerInfoResponse']]: """ Azure container mapping for the share. """ return pulumi.get(self, "azure_container_info")
Azure container mapping for the share.
Azure container mapping for the share.
[ "Azure", "container", "mapping", "for", "the", "share", "." ]
def azure_container_info(self) -> pulumi.Output[Optional['outputs.AzureContainerInfoResponse']]: return pulumi.get(self, "azure_container_info")
[ "def", "azure_container_info", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.AzureContainerInfoResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_container_info\"", ")" ]
Azure container mapping for the share.
[ "Azure", "container", "mapping", "for", "the", "share", "." ]
[ "\"\"\"\n Azure container mapping for the share.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
client_access_rights
pulumi.Output[Optional[Sequence['outputs.ClientAccessRightResponse']]]
def client_access_rights(self) -> pulumi.Output[Optional[Sequence['outputs.ClientAccessRightResponse']]]: """ List of IP addresses and corresponding access rights on the share(required for NFS protocol). """ return pulumi.get(self, "client_access_rights")
List of IP addresses and corresponding access rights on the share(required for NFS protocol).
List of IP addresses and corresponding access rights on the share(required for NFS protocol).
[ "List", "of", "IP", "addresses", "and", "corresponding", "access", "rights", "on", "the", "share", "(", "required", "for", "NFS", "protocol", ")", "." ]
def client_access_rights(self) -> pulumi.Output[Optional[Sequence['outputs.ClientAccessRightResponse']]]: return pulumi.get(self, "client_access_rights")
[ "def", "client_access_rights", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ClientAccessRightResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_access_rights\"", ")" ]
List of IP addresses and corresponding access rights on the share(required for NFS protocol).
[ "List", "of", "IP", "addresses", "and", "corresponding", "access", "rights", "on", "the", "share", "(", "required", "for", "NFS", "protocol", ")", "." ]
[ "\"\"\"\n List of IP addresses and corresponding access rights on the share(required for NFS protocol).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
data_policy
pulumi.Output[Optional[str]]
def data_policy(self) -> pulumi.Output[Optional[str]]: """ Data policy of the share. """ return pulumi.get(self, "data_policy")
Data policy of the share.
Data policy of the share.
[ "Data", "policy", "of", "the", "share", "." ]
def data_policy(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "data_policy")
[ "def", "data_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_policy\"", ")" ]
Data policy of the share.
[ "Data", "policy", "of", "the", "share", "." ]
[ "\"\"\"\n Data policy of the share.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
monitoring_status
pulumi.Output[str]
def monitoring_status(self) -> pulumi.Output[str]: """ Current monitoring status of the share. """ return pulumi.get(self, "monitoring_status")
Current monitoring status of the share.
Current monitoring status of the share.
[ "Current", "monitoring", "status", "of", "the", "share", "." ]
def monitoring_status(self) -> pulumi.Output[str]: return pulumi.get(self, "monitoring_status")
[ "def", "monitoring_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monitoring_status\"", ")" ]
Current monitoring status of the share.
[ "Current", "monitoring", "status", "of", "the", "share", "." ]
[ "\"\"\"\n Current monitoring status of the share.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
refresh_details
pulumi.Output[Optional['outputs.RefreshDetailsResponse']]
def refresh_details(self) -> pulumi.Output[Optional['outputs.RefreshDetailsResponse']]: """ Details of the refresh job on this share. """ return pulumi.get(self, "refresh_details")
Details of the refresh job on this share.
Details of the refresh job on this share.
[ "Details", "of", "the", "refresh", "job", "on", "this", "share", "." ]
def refresh_details(self) -> pulumi.Output[Optional['outputs.RefreshDetailsResponse']]: return pulumi.get(self, "refresh_details")
[ "def", "refresh_details", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.RefreshDetailsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"refresh_details\"", ")" ]
Details of the refresh job on this share.
[ "Details", "of", "the", "refresh", "job", "on", "this", "share", "." ]
[ "\"\"\"\n Details of the refresh job on this share.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
share_mappings
pulumi.Output[Sequence['outputs.MountPointMapResponse']]
def share_mappings(self) -> pulumi.Output[Sequence['outputs.MountPointMapResponse']]: """ Share mount point to the role. """ return pulumi.get(self, "share_mappings")
Share mount point to the role.
Share mount point to the role.
[ "Share", "mount", "point", "to", "the", "role", "." ]
def share_mappings(self) -> pulumi.Output[Sequence['outputs.MountPointMapResponse']]: return pulumi.get(self, "share_mappings")
[ "def", "share_mappings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.MountPointMapResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"share_mappings\"", ")" ]
Share mount point to the role.
[ "Share", "mount", "point", "to", "the", "role", "." ]
[ "\"\"\"\n Share mount point to the role.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
share_status
pulumi.Output[str]
def share_status(self) -> pulumi.Output[str]: """ Current status of the share. """ return pulumi.get(self, "share_status")
Current status of the share.
Current status of the share.
[ "Current", "status", "of", "the", "share", "." ]
def share_status(self) -> pulumi.Output[str]: return pulumi.get(self, "share_status")
[ "def", "share_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"share_status\"", ")" ]
Current status of the share.
[ "Current", "status", "of", "the", "share", "." ]
[ "\"\"\"\n Current status of the share.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6b99a65c0cd2f36892518875feeb8b3eb96d9d5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/share.py
[ "Apache-2.0" ]
Python
user_access_rights
pulumi.Output[Optional[Sequence['outputs.UserAccessRightResponse']]]
def user_access_rights(self) -> pulumi.Output[Optional[Sequence['outputs.UserAccessRightResponse']]]: """ Mapping of users and corresponding access rights on the share (required for SMB protocol). """ return pulumi.get(self, "user_access_rights")
Mapping of users and corresponding access rights on the share (required for SMB protocol).
Mapping of users and corresponding access rights on the share (required for SMB protocol).
[ "Mapping", "of", "users", "and", "corresponding", "access", "rights", "on", "the", "share", "(", "required", "for", "SMB", "protocol", ")", "." ]
def user_access_rights(self) -> pulumi.Output[Optional[Sequence['outputs.UserAccessRightResponse']]]: return pulumi.get(self, "user_access_rights")
[ "def", "user_access_rights", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.UserAccessRightResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_access_rights\"", ")" ]
Mapping of users and corresponding access rights on the share (required for SMB protocol).
[ "Mapping", "of", "users", "and", "corresponding", "access", "rights", "on", "the", "share", "(", "required", "for", "SMB", "protocol", ")", "." ]
[ "\"\"\"\n Mapping of users and corresponding access rights on the share (required for SMB protocol).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
start_date
str
def start_date(self) -> str: """ The start date for the budget. """ return pulumi.get(self, "start_date")
The start date for the budget.
The start date for the budget.
[ "The", "start", "date", "for", "the", "budget", "." ]
def start_date(self) -> str: return pulumi.get(self, "start_date")
[ "def", "start_date", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_date\"", ")" ]
The start date for the budget.
[ "The", "start", "date", "for", "the", "budget", "." ]
[ "\"\"\"\n The start date for the budget.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
error_start_time
str
def error_start_time(self) -> str: """ Time the error started occurring (Last time error occurred in lastRun) """ return pulumi.get(self, "error_start_time")
Time the error started occurring (Last time error occurred in lastRun)
Time the error started occurring (Last time error occurred in lastRun)
[ "Time", "the", "error", "started", "occurring", "(", "Last", "time", "error", "occurred", "in", "lastRun", ")" ]
def error_start_time(self) -> str: return pulumi.get(self, "error_start_time")
[ "def", "error_start_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"error_start_time\"", ")" ]
Time the error started occurring (Last time error occurred in lastRun)
[ "Time", "the", "error", "started", "occurring", "(", "Last", "time", "error", "occurred", "in", "lastRun", ")" ]
[ "\"\"\"\n Time the error started occurring (Last time error occurred in lastRun)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
last_run
str
def last_run(self) -> str: """ Last time the data acquisition process completed (even if no new data was found) """ return pulumi.get(self, "last_run")
Last time the data acquisition process completed (even if no new data was found)
Last time the data acquisition process completed (even if no new data was found)
[ "Last", "time", "the", "data", "acquisition", "process", "completed", "(", "even", "if", "no", "new", "data", "was", "found", ")" ]
def last_run(self) -> str: return pulumi.get(self, "last_run")
[ "def", "last_run", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_run\"", ")" ]
Last time the data acquisition process completed (even if no new data was found)
[ "Last", "time", "the", "data", "acquisition", "process", "completed", "(", "even", "if", "no", "new", "data", "was", "found", ")" ]
[ "\"\"\"\n Last time the data acquisition process completed (even if no new data was found)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
last_updated
str
def last_updated(self) -> str: """ Last time the external data was updated into Azure """ return pulumi.get(self, "last_updated")
Last time the external data was updated into Azure
Last time the external data was updated into Azure
[ "Last", "time", "the", "external", "data", "was", "updated", "into", "Azure" ]
def last_updated(self) -> str: return pulumi.get(self, "last_updated")
[ "def", "last_updated", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_updated\"", ")" ]
Last time the external data was updated into Azure
[ "Last", "time", "the", "external", "data", "was", "updated", "into", "Azure" ]
[ "\"\"\"\n Last time the external data was updated into Azure\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
source_last_updated
str
def source_last_updated(self) -> str: """ Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp) """ return pulumi.get(self, "source_last_updated")
Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)
Source timestamp of external data currently available in Azure
[ "Source", "timestamp", "of", "external", "data", "currently", "available", "in", "Azure" ]
def source_last_updated(self) -> str: return pulumi.get(self, "source_last_updated")
[ "def", "source_last_updated", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_last_updated\"", ")" ]
Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)
[ "Source", "timestamp", "of", "external", "data", "currently", "available", "in", "Azure", "(", "eg", "AWS", "last", "processed", "CUR", "file", "timestamp", ")" ]
[ "\"\"\"\n Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
percentage
float
def percentage(self) -> float: """ Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00. """ return pulumi.get(self, "percentage")
Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00.
Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00.
[ "Percentage", "of", "source", "cost", "to", "allocate", "to", "this", "resource", ".", "This", "value", "can", "be", "specified", "to", "two", "decimal", "places", "and", "the", "total", "percentage", "of", "all", "resources", "in", "this", "rule", "must", ...
def percentage(self) -> float: return pulumi.get(self, "percentage")
[ "def", "percentage", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"percentage\"", ")" ]
Percentage of source cost to allocate to this resource.
[ "Percentage", "of", "source", "cost", "to", "allocate", "to", "this", "resource", "." ]
[ "\"\"\"\n Percentage of source cost to allocate to this resource. This value can be specified to two decimal places and the total percentage of all resources in this rule must sum to 100.00.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
source_resources
Optional[Sequence['outputs.SourceCostAllocationResourceResponse']]
def source_resources(self) -> Optional[Sequence['outputs.SourceCostAllocationResourceResponse']]: """ Source resources for cost allocation. At this time, this list can contain no more than one element. """ return pulumi.get(self, "source_resources")
Source resources for cost allocation. At this time, this list can contain no more than one element.
Source resources for cost allocation. At this time, this list can contain no more than one element.
[ "Source", "resources", "for", "cost", "allocation", ".", "At", "this", "time", "this", "list", "can", "contain", "no", "more", "than", "one", "element", "." ]
def source_resources(self) -> Optional[Sequence['outputs.SourceCostAllocationResourceResponse']]: return pulumi.get(self, "source_resources")
[ "def", "source_resources", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SourceCostAllocationResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_resources\"", ")" ]
Source resources for cost allocation.
[ "Source", "resources", "for", "cost", "allocation", "." ]
[ "\"\"\"\n Source resources for cost allocation. At this time, this list can contain no more than one element.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
target_resources
Optional[Sequence['outputs.TargetCostAllocationResourceResponse']]
def target_resources(self) -> Optional[Sequence['outputs.TargetCostAllocationResourceResponse']]: """ Target resources for cost allocation. At this time, this list can contain no more than one element. """ return pulumi.get(self, "target_resources")
Target resources for cost allocation. At this time, this list can contain no more than one element.
Target resources for cost allocation. At this time, this list can contain no more than one element.
[ "Target", "resources", "for", "cost", "allocation", ".", "At", "this", "time", "this", "list", "can", "contain", "no", "more", "than", "one", "element", "." ]
def target_resources(self) -> Optional[Sequence['outputs.TargetCostAllocationResourceResponse']]: return pulumi.get(self, "target_resources")
[ "def", "target_resources", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.TargetCostAllocationResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resources\"", ")" ]
Target resources for cost allocation.
[ "Target", "resources", "for", "cost", "allocation", "." ]
[ "\"\"\"\n Target resources for cost allocation. At this time, this list can contain no more than one element.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
details
'outputs.CostAllocationRuleDetailsResponse'
def details(self) -> 'outputs.CostAllocationRuleDetailsResponse': """ Resource information for the cost allocation rule """ return pulumi.get(self, "details")
Resource information for the cost allocation rule
Resource information for the cost allocation rule
[ "Resource", "information", "for", "the", "cost", "allocation", "rule" ]
def details(self) -> 'outputs.CostAllocationRuleDetailsResponse': return pulumi.get(self, "details")
[ "def", "details", "(", "self", ")", "->", "'outputs.CostAllocationRuleDetailsResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"details\"", ")" ]
Resource information for the cost allocation rule
[ "Resource", "information", "for", "the", "cost", "allocation", "rule" ]
[ "\"\"\"\n Resource information for the cost allocation rule\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
updated_date
str
def updated_date(self) -> str: """ Time at which the rule was last updated. """ return pulumi.get(self, "updated_date")
Time at which the rule was last updated.
Time at which the rule was last updated.
[ "Time", "at", "which", "the", "rule", "was", "last", "updated", "." ]
def updated_date(self) -> str: return pulumi.get(self, "updated_date")
[ "def", "updated_date", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"updated_date\"", ")" ]
Time at which the rule was last updated.
[ "Time", "at", "which", "the", "rule", "was", "last", "updated", "." ]
[ "\"\"\"\n Time at which the rule was last updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
amount
float
def amount(self) -> float: """ The total amount of cost which is being tracked by the budget. """ return pulumi.get(self, "amount")
The total amount of cost which is being tracked by the budget.
The total amount of cost which is being tracked by the budget.
[ "The", "total", "amount", "of", "cost", "which", "is", "being", "tracked", "by", "the", "budget", "." ]
def amount(self) -> float: return pulumi.get(self, "amount")
[ "def", "amount", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"amount\"", ")" ]
The total amount of cost which is being tracked by the budget.
[ "The", "total", "amount", "of", "cost", "which", "is", "being", "tracked", "by", "the", "budget", "." ]
[ "\"\"\"\n The total amount of cost which is being tracked by the budget.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
contact_emails
Sequence[str]
def contact_emails(self) -> Sequence[str]: """ Email addresses to send the budget notification to when the threshold is exceeded. """ return pulumi.get(self, "contact_emails")
Email addresses to send the budget notification to when the threshold is exceeded.
Email addresses to send the budget notification to when the threshold is exceeded.
[ "Email", "addresses", "to", "send", "the", "budget", "notification", "to", "when", "the", "threshold", "is", "exceeded", "." ]
def contact_emails(self) -> Sequence[str]: return pulumi.get(self, "contact_emails")
[ "def", "contact_emails", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"contact_emails\"", ")" ]
Email addresses to send the budget notification to when the threshold is exceeded.
[ "Email", "addresses", "to", "send", "the", "budget", "notification", "to", "when", "the", "threshold", "is", "exceeded", "." ]
[ "\"\"\"\n Email addresses to send the budget notification to when the threshold is exceeded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
contact_groups
Optional[Sequence[str]]
def contact_groups(self) -> Optional[Sequence[str]]: """ Action groups to send the budget notification to when the threshold is exceeded. """ return pulumi.get(self, "contact_groups")
Action groups to send the budget notification to when the threshold is exceeded.
Action groups to send the budget notification to when the threshold is exceeded.
[ "Action", "groups", "to", "send", "the", "budget", "notification", "to", "when", "the", "threshold", "is", "exceeded", "." ]
def contact_groups(self) -> Optional[Sequence[str]]: return pulumi.get(self, "contact_groups")
[ "def", "contact_groups", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"contact_groups\"", ")" ]
Action groups to send the budget notification to when the threshold is exceeded.
[ "Action", "groups", "to", "send", "the", "budget", "notification", "to", "when", "the", "threshold", "is", "exceeded", "." ]
[ "\"\"\"\n Action groups to send the budget notification to when the threshold is exceeded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
contact_roles
Optional[Sequence[str]]
def contact_roles(self) -> Optional[Sequence[str]]: """ Contact roles to send the budget notification to when the threshold is exceeded. """ return pulumi.get(self, "contact_roles")
Contact roles to send the budget notification to when the threshold is exceeded.
Contact roles to send the budget notification to when the threshold is exceeded.
[ "Contact", "roles", "to", "send", "the", "budget", "notification", "to", "when", "the", "threshold", "is", "exceeded", "." ]
def contact_roles(self) -> Optional[Sequence[str]]: return pulumi.get(self, "contact_roles")
[ "def", "contact_roles", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"contact_roles\"", ")" ]
Contact roles to send the budget notification to when the threshold is exceeded.
[ "Contact", "roles", "to", "send", "the", "budget", "notification", "to", "when", "the", "threshold", "is", "exceeded", "." ]
[ "\"\"\"\n Contact roles to send the budget notification to when the threshold is exceeded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
operator
str
def operator(self) -> str: """ The operator to use for comparison. """ return pulumi.get(self, "operator")
The operator to use for comparison.
The operator to use for comparison.
[ "The", "operator", "to", "use", "for", "comparison", "." ]
def operator(self) -> str: return pulumi.get(self, "operator")
[ "def", "operator", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"operator\"", ")" ]
The operator to use for comparison.
[ "The", "operator", "to", "use", "for", "comparison", "." ]
[ "\"\"\"\n The operator to use for comparison.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
values
Sequence[str]
def values(self) -> Sequence[str]: """ Array of values to use for comparison """ return pulumi.get(self, "values")
Array of values to use for comparison
Array of values to use for comparison
[ "Array", "of", "values", "to", "use", "for", "comparison" ]
def values(self) -> Sequence[str]: return pulumi.get(self, "values")
[ "def", "values", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"values\"", ")" ]
Array of values to use for comparison
[ "Array", "of", "values", "to", "use", "for", "comparison" ]
[ "\"\"\"\n Array of values to use for comparison\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
aggregation
Optional[Mapping[str, 'outputs.ReportConfigAggregationResponse']]
def aggregation(self) -> Optional[Mapping[str, 'outputs.ReportConfigAggregationResponse']]: """ Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses. """ retur...
Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.
Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.
[ "Dictionary", "of", "aggregation", "expression", "to", "use", "in", "the", "report", ".", "The", "key", "of", "each", "item", "in", "the", "dictionary", "is", "the", "alias", "for", "the", "aggregated", "column", ".", "Report", "can", "have", "up", "to", ...
def aggregation(self) -> Optional[Mapping[str, 'outputs.ReportConfigAggregationResponse']]: return pulumi.get(self, "aggregation")
[ "def", "aggregation", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.ReportConfigAggregationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"aggregation\"", ")" ]
Dictionary of aggregation expression to use in the report.
[ "Dictionary", "of", "aggregation", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
configuration
Optional['outputs.ReportConfigDatasetConfigurationResponse']
def configuration(self) -> Optional['outputs.ReportConfigDatasetConfigurationResponse']: """ Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. """ return pulumi.get(self, "configuration")
Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.
Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.
[ "Has", "configuration", "information", "for", "the", "data", "in", "the", "report", ".", "The", "configuration", "will", "be", "ignored", "if", "aggregation", "and", "grouping", "are", "provided", "." ]
def configuration(self) -> Optional['outputs.ReportConfigDatasetConfigurationResponse']: return pulumi.get(self, "configuration")
[ "def", "configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigDatasetConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"configuration\"", ")" ]
Has configuration information for the data in the report.
[ "Has", "configuration", "information", "for", "the", "data", "in", "the", "report", "." ]
[ "\"\"\"\n Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
filter
Optional['outputs.ReportConfigFilterResponse']
def filter(self) -> Optional['outputs.ReportConfigFilterResponse']: """ Has filter expression to use in the report. """ return pulumi.get(self, "filter")
Has filter expression to use in the report.
Has filter expression to use in the report.
[ "Has", "filter", "expression", "to", "use", "in", "the", "report", "." ]
def filter(self) -> Optional['outputs.ReportConfigFilterResponse']: return pulumi.get(self, "filter")
[ "def", "filter", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigFilterResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filter\"", ")" ]
Has filter expression to use in the report.
[ "Has", "filter", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Has filter expression to use in the report.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
grouping
Optional[Sequence['outputs.ReportConfigGroupingResponse']]
def grouping(self) -> Optional[Sequence['outputs.ReportConfigGroupingResponse']]: """ Array of group by expression to use in the report. Report can have up to 2 group by clauses. """ return pulumi.get(self, "grouping")
Array of group by expression to use in the report. Report can have up to 2 group by clauses.
Array of group by expression to use in the report. Report can have up to 2 group by clauses.
[ "Array", "of", "group", "by", "expression", "to", "use", "in", "the", "report", ".", "Report", "can", "have", "up", "to", "2", "group", "by", "clauses", "." ]
def grouping(self) -> Optional[Sequence['outputs.ReportConfigGroupingResponse']]: return pulumi.get(self, "grouping")
[ "def", "grouping", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportConfigGroupingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"grouping\"", ")" ]
Array of group by expression to use in the report.
[ "Array", "of", "group", "by", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Array of group by expression to use in the report. Report can have up to 2 group by clauses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
sorting
Optional[Sequence['outputs.ReportConfigSortingResponse']]
def sorting(self) -> Optional[Sequence['outputs.ReportConfigSortingResponse']]: """ Array of order by expression to use in the report. """ return pulumi.get(self, "sorting")
Array of order by expression to use in the report.
Array of order by expression to use in the report.
[ "Array", "of", "order", "by", "expression", "to", "use", "in", "the", "report", "." ]
def sorting(self) -> Optional[Sequence['outputs.ReportConfigSortingResponse']]: return pulumi.get(self, "sorting")
[ "def", "sorting", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportConfigSortingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sorting\"", ")" ]
Array of order by expression to use in the report.
[ "Array", "of", "order", "by", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Array of order by expression to use in the report.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
dataset
Optional['outputs.ReportConfigDatasetResponse']
def dataset(self) -> Optional['outputs.ReportConfigDatasetResponse']: """ Has definition for data in this report config. """ return pulumi.get(self, "dataset")
Has definition for data in this report config.
Has definition for data in this report config.
[ "Has", "definition", "for", "data", "in", "this", "report", "config", "." ]
def dataset(self) -> Optional['outputs.ReportConfigDatasetResponse']: return pulumi.get(self, "dataset")
[ "def", "dataset", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigDatasetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dataset\"", ")" ]
Has definition for data in this report config.
[ "Has", "definition", "for", "data", "in", "this", "report", "config", "." ]
[ "\"\"\"\n Has definition for data in this report config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
time_period
Optional['outputs.ReportConfigTimePeriodResponse']
def time_period(self) -> Optional['outputs.ReportConfigTimePeriodResponse']: """ Has time period for pulling data for the report. """ return pulumi.get(self, "time_period")
Has time period for pulling data for the report.
Has time period for pulling data for the report.
[ "Has", "time", "period", "for", "pulling", "data", "for", "the", "report", "." ]
def time_period(self) -> Optional['outputs.ReportConfigTimePeriodResponse']: return pulumi.get(self, "time_period")
[ "def", "time_period", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigTimePeriodResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_period\"", ")" ]
Has time period for pulling data for the report.
[ "Has", "time", "period", "for", "pulling", "data", "for", "the", "report", "." ]
[ "\"\"\"\n Has time period for pulling data for the report.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
destination
'outputs.ReportConfigDeliveryDestinationResponse'
def destination(self) -> 'outputs.ReportConfigDeliveryDestinationResponse': """ Has destination for the report being delivered. """ return pulumi.get(self, "destination")
Has destination for the report being delivered.
Has destination for the report being delivered.
[ "Has", "destination", "for", "the", "report", "being", "delivered", "." ]
def destination(self) -> 'outputs.ReportConfigDeliveryDestinationResponse': return pulumi.get(self, "destination")
[ "def", "destination", "(", "self", ")", "->", "'outputs.ReportConfigDeliveryDestinationResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination\"", ")" ]
Has destination for the report being delivered.
[ "Has", "destination", "for", "the", "report", "being", "delivered", "." ]
[ "\"\"\"\n Has destination for the report being delivered.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
and_
Optional[Sequence['outputs.ReportConfigFilterResponse']]
def and_(self) -> Optional[Sequence['outputs.ReportConfigFilterResponse']]: """ The logical "AND" expression. Must have at least 2 items. """ return pulumi.get(self, "and_")
The logical "AND" expression. Must have at least 2 items.
The logical "AND" expression. Must have at least 2 items.
[ "The", "logical", "\"", "AND", "\"", "expression", ".", "Must", "have", "at", "least", "2", "items", "." ]
def and_(self) -> Optional[Sequence['outputs.ReportConfigFilterResponse']]: return pulumi.get(self, "and_")
[ "def", "and_", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportConfigFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"and_\"", ")" ]
The logical "AND" expression.
[ "The", "logical", "\"", "AND", "\"", "expression", "." ]
[ "\"\"\"\n The logical \"AND\" expression. Must have at least 2 items.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
dimension
Optional['outputs.ReportConfigComparisonExpressionResponse']
def dimension(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: """ Has comparison expression for a dimension """ return pulumi.get(self, "dimension")
Has comparison expression for a dimension
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
def dimension(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: return pulumi.get(self, "dimension")
[ "def", "dimension", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dimension\"", ")" ]
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
[ "\"\"\"\n Has comparison expression for a dimension\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
or_
Optional[Sequence['outputs.ReportConfigFilterResponse']]
def or_(self) -> Optional[Sequence['outputs.ReportConfigFilterResponse']]: """ The logical "OR" expression. Must have at least 2 items. """ return pulumi.get(self, "or_")
The logical "OR" expression. Must have at least 2 items.
The logical "OR" expression. Must have at least 2 items.
[ "The", "logical", "\"", "OR", "\"", "expression", ".", "Must", "have", "at", "least", "2", "items", "." ]
def or_(self) -> Optional[Sequence['outputs.ReportConfigFilterResponse']]: return pulumi.get(self, "or_")
[ "def", "or_", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportConfigFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"or_\"", ")" ]
The logical "OR" expression.
[ "The", "logical", "\"", "OR", "\"", "expression", "." ]
[ "\"\"\"\n The logical \"OR\" expression. Must have at least 2 items.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
tag
Optional['outputs.ReportConfigComparisonExpressionResponse']
def tag(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: """ Has comparison expression for a tag """ return pulumi.get(self, "tag")
Has comparison expression for a tag
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
def tag(self) -> Optional['outputs.ReportConfigComparisonExpressionResponse']: return pulumi.get(self, "tag")
[ "def", "tag", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportConfigComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag\"", ")" ]
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
[ "\"\"\"\n Has comparison expression for a tag\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
recurrence_period
'outputs.ReportConfigRecurrencePeriodResponse'
def recurrence_period(self) -> 'outputs.ReportConfigRecurrencePeriodResponse': """ Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. """ return pulumi.get(self, "recurrence_period")
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
[ "Has", "start", "and", "end", "date", "of", "the", "recurrence", ".", "The", "start", "date", "must", "be", "in", "future", ".", "If", "present", "the", "end", "date", "must", "be", "greater", "than", "start", "date", "." ]
def recurrence_period(self) -> 'outputs.ReportConfigRecurrencePeriodResponse': return pulumi.get(self, "recurrence_period")
[ "def", "recurrence_period", "(", "self", ")", "->", "'outputs.ReportConfigRecurrencePeriodResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recurrence_period\"", ")" ]
Has start and end date of the recurrence.
[ "Has", "start", "and", "end", "date", "of", "the", "recurrence", "." ]
[ "\"\"\"\n Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
aggregation
Optional[Mapping[str, 'outputs.ReportAggregationResponse']]
def aggregation(self) -> Optional[Mapping[str, 'outputs.ReportAggregationResponse']]: """ Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses. """ return pulu...
Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.
Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.
[ "Dictionary", "of", "aggregation", "expression", "to", "use", "in", "the", "report", ".", "The", "key", "of", "each", "item", "in", "the", "dictionary", "is", "the", "alias", "for", "the", "aggregated", "column", ".", "Report", "can", "have", "up", "to", ...
def aggregation(self) -> Optional[Mapping[str, 'outputs.ReportAggregationResponse']]: return pulumi.get(self, "aggregation")
[ "def", "aggregation", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.ReportAggregationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"aggregation\"", ")" ]
Dictionary of aggregation expression to use in the report.
[ "Dictionary", "of", "aggregation", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Dictionary of aggregation expression to use in the report. The key of each item in the dictionary is the alias for the aggregated column. Report can have up to 2 aggregation clauses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
configuration
Optional['outputs.ReportDatasetConfigurationResponse']
def configuration(self) -> Optional['outputs.ReportDatasetConfigurationResponse']: """ Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. """ return pulumi.get(self, "configuration")
Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.
Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.
[ "Has", "configuration", "information", "for", "the", "data", "in", "the", "report", ".", "The", "configuration", "will", "be", "ignored", "if", "aggregation", "and", "grouping", "are", "provided", "." ]
def configuration(self) -> Optional['outputs.ReportDatasetConfigurationResponse']: return pulumi.get(self, "configuration")
[ "def", "configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportDatasetConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"configuration\"", ")" ]
Has configuration information for the data in the report.
[ "Has", "configuration", "information", "for", "the", "data", "in", "the", "report", "." ]
[ "\"\"\"\n Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
filter
Optional['outputs.ReportFilterResponse']
def filter(self) -> Optional['outputs.ReportFilterResponse']: """ Has filter expression to use in the report. """ return pulumi.get(self, "filter")
Has filter expression to use in the report.
Has filter expression to use in the report.
[ "Has", "filter", "expression", "to", "use", "in", "the", "report", "." ]
def filter(self) -> Optional['outputs.ReportFilterResponse']: return pulumi.get(self, "filter")
[ "def", "filter", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportFilterResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filter\"", ")" ]
Has filter expression to use in the report.
[ "Has", "filter", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Has filter expression to use in the report.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
grouping
Optional[Sequence['outputs.ReportGroupingResponse']]
def grouping(self) -> Optional[Sequence['outputs.ReportGroupingResponse']]: """ Array of group by expression to use in the report. Report can have up to 2 group by clauses. """ return pulumi.get(self, "grouping")
Array of group by expression to use in the report. Report can have up to 2 group by clauses.
Array of group by expression to use in the report. Report can have up to 2 group by clauses.
[ "Array", "of", "group", "by", "expression", "to", "use", "in", "the", "report", ".", "Report", "can", "have", "up", "to", "2", "group", "by", "clauses", "." ]
def grouping(self) -> Optional[Sequence['outputs.ReportGroupingResponse']]: return pulumi.get(self, "grouping")
[ "def", "grouping", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportGroupingResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"grouping\"", ")" ]
Array of group by expression to use in the report.
[ "Array", "of", "group", "by", "expression", "to", "use", "in", "the", "report", "." ]
[ "\"\"\"\n Array of group by expression to use in the report. Report can have up to 2 group by clauses.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
dataset
Optional['outputs.ReportDatasetResponse']
def dataset(self) -> Optional['outputs.ReportDatasetResponse']: """ Has definition for data in this report. """ return pulumi.get(self, "dataset")
Has definition for data in this report.
Has definition for data in this report.
[ "Has", "definition", "for", "data", "in", "this", "report", "." ]
def dataset(self) -> Optional['outputs.ReportDatasetResponse']: return pulumi.get(self, "dataset")
[ "def", "dataset", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportDatasetResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dataset\"", ")" ]
Has definition for data in this report.
[ "Has", "definition", "for", "data", "in", "this", "report", "." ]
[ "\"\"\"\n Has definition for data in this report.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
time_period
Optional['outputs.ReportTimePeriodResponse']
def time_period(self) -> Optional['outputs.ReportTimePeriodResponse']: """ Has time period for pulling data for the report. """ return pulumi.get(self, "time_period")
Has time period for pulling data for the report.
Has time period for pulling data for the report.
[ "Has", "time", "period", "for", "pulling", "data", "for", "the", "report", "." ]
def time_period(self) -> Optional['outputs.ReportTimePeriodResponse']: return pulumi.get(self, "time_period")
[ "def", "time_period", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportTimePeriodResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_period\"", ")" ]
Has time period for pulling data for the report.
[ "Has", "time", "period", "for", "pulling", "data", "for", "the", "report", "." ]
[ "\"\"\"\n Has time period for pulling data for the report.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
destination
'outputs.ReportDeliveryDestinationResponse'
def destination(self) -> 'outputs.ReportDeliveryDestinationResponse': """ Has destination for the report being delivered. """ return pulumi.get(self, "destination")
Has destination for the report being delivered.
Has destination for the report being delivered.
[ "Has", "destination", "for", "the", "report", "being", "delivered", "." ]
def destination(self) -> 'outputs.ReportDeliveryDestinationResponse': return pulumi.get(self, "destination")
[ "def", "destination", "(", "self", ")", "->", "'outputs.ReportDeliveryDestinationResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination\"", ")" ]
Has destination for the report being delivered.
[ "Has", "destination", "for", "the", "report", "being", "delivered", "." ]
[ "\"\"\"\n Has destination for the report being delivered.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
and_
Optional[Sequence['outputs.ReportFilterResponse']]
def and_(self) -> Optional[Sequence['outputs.ReportFilterResponse']]: """ The logical "AND" expression. Must have at least 2 items. """ return pulumi.get(self, "and_")
The logical "AND" expression. Must have at least 2 items.
The logical "AND" expression. Must have at least 2 items.
[ "The", "logical", "\"", "AND", "\"", "expression", ".", "Must", "have", "at", "least", "2", "items", "." ]
def and_(self) -> Optional[Sequence['outputs.ReportFilterResponse']]: return pulumi.get(self, "and_")
[ "def", "and_", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"and_\"", ")" ]
The logical "AND" expression.
[ "The", "logical", "\"", "AND", "\"", "expression", "." ]
[ "\"\"\"\n The logical \"AND\" expression. Must have at least 2 items.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
dimension
Optional['outputs.ReportComparisonExpressionResponse']
def dimension(self) -> Optional['outputs.ReportComparisonExpressionResponse']: """ Has comparison expression for a dimension """ return pulumi.get(self, "dimension")
Has comparison expression for a dimension
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
def dimension(self) -> Optional['outputs.ReportComparisonExpressionResponse']: return pulumi.get(self, "dimension")
[ "def", "dimension", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dimension\"", ")" ]
Has comparison expression for a dimension
[ "Has", "comparison", "expression", "for", "a", "dimension" ]
[ "\"\"\"\n Has comparison expression for a dimension\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
or_
Optional[Sequence['outputs.ReportFilterResponse']]
def or_(self) -> Optional[Sequence['outputs.ReportFilterResponse']]: """ The logical "OR" expression. Must have at least 2 items. """ return pulumi.get(self, "or_")
The logical "OR" expression. Must have at least 2 items.
The logical "OR" expression. Must have at least 2 items.
[ "The", "logical", "\"", "OR", "\"", "expression", ".", "Must", "have", "at", "least", "2", "items", "." ]
def or_(self) -> Optional[Sequence['outputs.ReportFilterResponse']]: return pulumi.get(self, "or_")
[ "def", "or_", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ReportFilterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"or_\"", ")" ]
The logical "OR" expression.
[ "The", "logical", "\"", "OR", "\"", "expression", "." ]
[ "\"\"\"\n The logical \"OR\" expression. Must have at least 2 items.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
tag
Optional['outputs.ReportComparisonExpressionResponse']
def tag(self) -> Optional['outputs.ReportComparisonExpressionResponse']: """ Has comparison expression for a tag """ return pulumi.get(self, "tag")
Has comparison expression for a tag
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
def tag(self) -> Optional['outputs.ReportComparisonExpressionResponse']: return pulumi.get(self, "tag")
[ "def", "tag", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportComparisonExpressionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tag\"", ")" ]
Has comparison expression for a tag
[ "Has", "comparison", "expression", "for", "a", "tag" ]
[ "\"\"\"\n Has comparison expression for a tag\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
recurrence_period
Optional['outputs.ReportRecurrencePeriodResponse']
def recurrence_period(self) -> Optional['outputs.ReportRecurrencePeriodResponse']: """ Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date. """ return pulumi.get(self, "recurrence_period")
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.
[ "Has", "start", "and", "end", "date", "of", "the", "recurrence", ".", "The", "start", "date", "must", "be", "in", "future", ".", "If", "present", "the", "end", "date", "must", "be", "greater", "than", "start", "date", "." ]
def recurrence_period(self) -> Optional['outputs.ReportRecurrencePeriodResponse']: return pulumi.get(self, "recurrence_period")
[ "def", "recurrence_period", "(", "self", ")", "->", "Optional", "[", "'outputs.ReportRecurrencePeriodResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recurrence_period\"", ")" ]
Has start and end date of the recurrence.
[ "Has", "start", "and", "end", "date", "of", "the", "recurrence", "." ]
[ "\"\"\"\n Has start and end date of the recurrence. The start date must be in future. If present, the end date must be greater than start date.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
resource_type
str
def resource_type(self) -> str: """ Type of resources contained in this cost allocation rule """ return pulumi.get(self, "resource_type")
Type of resources contained in this cost allocation rule
Type of resources contained in this cost allocation rule
[ "Type", "of", "resources", "contained", "in", "this", "cost", "allocation", "rule" ]
def resource_type(self) -> str: return pulumi.get(self, "resource_type")
[ "def", "resource_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_type\"", ")" ]
Type of resources contained in this cost allocation rule
[ "Type", "of", "resources", "contained", "in", "this", "cost", "allocation", "rule" ]
[ "\"\"\"\n Type of resources contained in this cost allocation rule\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bccc4c9624fcd916a56e426793df370176ed94
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/costmanagement/outputs.py
[ "Apache-2.0" ]
Python
values
Sequence['outputs.CostAllocationProportionResponse']
def values(self) -> Sequence['outputs.CostAllocationProportionResponse']: """ Target resources for cost allocation. This list cannot contain more than 25 values. """ return pulumi.get(self, "values")
Target resources for cost allocation. This list cannot contain more than 25 values.
Target resources for cost allocation. This list cannot contain more than 25 values.
[ "Target", "resources", "for", "cost", "allocation", ".", "This", "list", "cannot", "contain", "more", "than", "25", "values", "." ]
def values(self) -> Sequence['outputs.CostAllocationProportionResponse']: return pulumi.get(self, "values")
[ "def", "values", "(", "self", ")", "->", "Sequence", "[", "'outputs.CostAllocationProportionResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"values\"", ")" ]
Target resources for cost allocation.
[ "Target", "resources", "for", "cost", "allocation", "." ]
[ "\"\"\"\n Target resources for cost allocation. This list cannot contain more than 25 values.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bea7c1c787b11a34284c0bdd1138cc553274b2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/object_replication_policy.py
[ "Apache-2.0" ]
Python
destination_account
pulumi.Output[str]
def destination_account(self) -> pulumi.Output[str]: """ Required. Destination account name. """ return pulumi.get(self, "destination_account")
Required. Destination account name.
Required. Destination account name.
[ "Required", ".", "Destination", "account", "name", "." ]
def destination_account(self) -> pulumi.Output[str]: return pulumi.get(self, "destination_account")
[ "def", "destination_account", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_account\"", ")" ]
Required.
[ "Required", "." ]
[ "\"\"\"\n Required. Destination account name.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bea7c1c787b11a34284c0bdd1138cc553274b2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/object_replication_policy.py
[ "Apache-2.0" ]
Python
enabled_time
pulumi.Output[str]
def enabled_time(self) -> pulumi.Output[str]: """ Indicates when the policy is enabled on the source account. """ return pulumi.get(self, "enabled_time")
Indicates when the policy is enabled on the source account.
Indicates when the policy is enabled on the source account.
[ "Indicates", "when", "the", "policy", "is", "enabled", "on", "the", "source", "account", "." ]
def enabled_time(self) -> pulumi.Output[str]: return pulumi.get(self, "enabled_time")
[ "def", "enabled_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enabled_time\"", ")" ]
Indicates when the policy is enabled on the source account.
[ "Indicates", "when", "the", "policy", "is", "enabled", "on", "the", "source", "account", "." ]
[ "\"\"\"\n Indicates when the policy is enabled on the source account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e6bea7c1c787b11a34284c0bdd1138cc553274b2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/object_replication_policy.py
[ "Apache-2.0" ]
Python
policy_id
pulumi.Output[str]
def policy_id(self) -> pulumi.Output[str]: """ A unique id for object replication policy. """ return pulumi.get(self, "policy_id")
A unique id for object replication policy.
A unique id for object replication policy.
[ "A", "unique", "id", "for", "object", "replication", "policy", "." ]
def policy_id(self) -> pulumi.Output[str]: return pulumi.get(self, "policy_id")
[ "def", "policy_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy_id\"", ")" ]
A unique id for object replication policy.
[ "A", "unique", "id", "for", "object", "replication", "policy", "." ]
[ "\"\"\"\n A unique id for object replication policy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }