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
d1cd88b5a25f9006d137f740449aa7c9030dcb17
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/v20151001preview/account.py
[ "Apache-2.0" ]
Python
max_job_count
pulumi.Output[Optional[int]]
def max_job_count(self) -> pulumi.Output[Optional[int]]: """ The maximum supported jobs running under the account at the same time. """ return pulumi.get(self, "max_job_count")
The maximum supported jobs running under the account at the same time.
The maximum supported jobs running under the account at the same time.
[ "The", "maximum", "supported", "jobs", "running", "under", "the", "account", "at", "the", "same", "time", "." ]
def max_job_count(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "max_job_count")
[ "def", "max_job_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_job_count\"", ")" ]
The maximum supported jobs running under the account at the same time.
[ "The", "maximum", "supported", "jobs", "running", "under", "the", "account", "at", "the", "same", "time", "." ]
[ "\"\"\"\n The maximum supported jobs running under the account at the same time.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d1cd88b5a25f9006d137f740449aa7c9030dcb17
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/v20151001preview/account.py
[ "Apache-2.0" ]
Python
min_priority_per_job
pulumi.Output[int]
def min_priority_per_job(self) -> pulumi.Output[int]: """ The minimum supported priority per job for this account. """ return pulumi.get(self, "min_priority_per_job")
The minimum supported priority per job for this account.
The minimum supported priority per job for this account.
[ "The", "minimum", "supported", "priority", "per", "job", "for", "this", "account", "." ]
def min_priority_per_job(self) -> pulumi.Output[int]: return pulumi.get(self, "min_priority_per_job")
[ "def", "min_priority_per_job", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_priority_per_job\"", ")" ]
The minimum supported priority per job for this account.
[ "The", "minimum", "supported", "priority", "per", "job", "for", "this", "account", "." ]
[ "\"\"\"\n The minimum supported priority per job for this 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": [] }
d1cd88b5a25f9006d137f740449aa7c9030dcb17
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/v20151001preview/account.py
[ "Apache-2.0" ]
Python
query_store_retention
pulumi.Output[Optional[int]]
def query_store_retention(self) -> pulumi.Output[Optional[int]]: """ The number of days that job metadata is retained. """ return pulumi.get(self, "query_store_retention")
The number of days that job metadata is retained.
The number of days that job metadata is retained.
[ "The", "number", "of", "days", "that", "job", "metadata", "is", "retained", "." ]
def query_store_retention(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "query_store_retention")
[ "def", "query_store_retention", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"query_store_retention\"", ")" ]
The number of days that job metadata is retained.
[ "The", "number", "of", "days", "that", "job", "metadata", "is", "retained", "." ]
[ "\"\"\"\n The number of days that job metadata is retained.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d1cd88b5a25f9006d137f740449aa7c9030dcb17
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/v20151001preview/account.py
[ "Apache-2.0" ]
Python
storage_accounts
pulumi.Output[Sequence['outputs.StorageAccountInformationResponse']]
def storage_accounts(self) -> pulumi.Output[Sequence['outputs.StorageAccountInformationResponse']]: """ The list of Azure Blob Storage accounts associated with this account. """ return pulumi.get(self, "storage_accounts")
The list of Azure Blob Storage accounts associated with this account.
The list of Azure Blob Storage accounts associated with this account.
[ "The", "list", "of", "Azure", "Blob", "Storage", "accounts", "associated", "with", "this", "account", "." ]
def storage_accounts(self) -> pulumi.Output[Sequence['outputs.StorageAccountInformationResponse']]: return pulumi.get(self, "storage_accounts")
[ "def", "storage_accounts", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.StorageAccountInformationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_accounts\"", ")" ]
The list of Azure Blob Storage accounts associated with this account.
[ "The", "list", "of", "Azure", "Blob", "Storage", "accounts", "associated", "with", "this", "account", "." ]
[ "\"\"\"\n The list of Azure Blob Storage accounts associated with this 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": [] }
d1cd88b5a25f9006d137f740449aa7c9030dcb17
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/v20151001preview/account.py
[ "Apache-2.0" ]
Python
system_max_degree_of_parallelism
pulumi.Output[int]
def system_max_degree_of_parallelism(self) -> pulumi.Output[int]: """ The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account. """ return pulumi.get(self, "system_max_degree_of_parallel...
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
[ "The", "system", "defined", "maximum", "supported", "degree", "of", "parallelism", "for", "this", "account", "which", "restricts", "the", "maximum", "value", "of", "parallelism", "the", "user", "can", "set", "for", "the", "account", "." ]
def system_max_degree_of_parallelism(self) -> pulumi.Output[int]: return pulumi.get(self, "system_max_degree_of_parallelism")
[ "def", "system_max_degree_of_parallelism", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"system_max_degree_of_parallelism\"", ")" ]
The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the account.
[ "The", "system", "defined", "maximum", "supported", "degree", "of", "parallelism", "for", "this", "account", "which", "restricts", "the", "maximum", "value", "of", "parallelism", "the", "user", "can", "set", "for", "the", "account", "." ]
[ "\"\"\"\n The system defined maximum supported degree of parallelism for this account, which restricts the maximum value of parallelism the user can set for the 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": [] }
d1cd88b5a25f9006d137f740449aa7c9030dcb17
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/v20151001preview/account.py
[ "Apache-2.0" ]
Python
system_max_job_count
pulumi.Output[int]
def system_max_job_count(self) -> pulumi.Output[int]: """ The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account. """ return pulumi.get(self, "system_max_job_count")
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
[ "The", "system", "defined", "maximum", "supported", "jobs", "running", "under", "the", "account", "at", "the", "same", "time", "which", "restricts", "the", "maximum", "number", "of", "running", "jobs", "the", "user", "can", "set", "for", "the", "account", "....
def system_max_job_count(self) -> pulumi.Output[int]: return pulumi.get(self, "system_max_job_count")
[ "def", "system_max_job_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"system_max_job_count\"", ")" ]
The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the account.
[ "The", "system", "defined", "maximum", "supported", "jobs", "running", "under", "the", "account", "at", "the", "same", "time", "which", "restricts", "the", "maximum", "number", "of", "running", "jobs", "the", "user", "can", "set", "for", "the", "account", "....
[ "\"\"\"\n The system defined maximum supported jobs running under the account at the same time, which restricts the maximum number of running jobs the user can set for the 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": [] }
7f0d7b37a5157a132300b675bc5782cfc3aeca30
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/virtual_network_gateway_connection.py
[ "Apache-2.0" ]
Python
egress_bytes_transferred
pulumi.Output[Optional[float]]
def egress_bytes_transferred(self) -> pulumi.Output[Optional[float]]: """ The Egress Bytes Transferred in this connection """ return pulumi.get(self, "egress_bytes_transferred")
The Egress Bytes Transferred in this connection
The Egress Bytes Transferred in this connection
[ "The", "Egress", "Bytes", "Transferred", "in", "this", "connection" ]
def egress_bytes_transferred(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "egress_bytes_transferred")
[ "def", "egress_bytes_transferred", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"egress_bytes_transferred\"", ")" ]
The Egress Bytes Transferred in this connection
[ "The", "Egress", "Bytes", "Transferred", "in", "this", "connection" ]
[ "\"\"\"\n The Egress Bytes Transferred in this connection\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f0d7b37a5157a132300b675bc5782cfc3aeca30
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/virtual_network_gateway_connection.py
[ "Apache-2.0" ]
Python
ingress_bytes_transferred
pulumi.Output[Optional[float]]
def ingress_bytes_transferred(self) -> pulumi.Output[Optional[float]]: """ The Ingress Bytes Transferred in this connection """ return pulumi.get(self, "ingress_bytes_transferred")
The Ingress Bytes Transferred in this connection
The Ingress Bytes Transferred in this connection
[ "The", "Ingress", "Bytes", "Transferred", "in", "this", "connection" ]
def ingress_bytes_transferred(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "ingress_bytes_transferred")
[ "def", "ingress_bytes_transferred", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ingress_bytes_transferred\"", ")" ]
The Ingress Bytes Transferred in this connection
[ "The", "Ingress", "Bytes", "Transferred", "in", "this", "connection" ]
[ "\"\"\"\n The Ingress Bytes Transferred in this connection\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
artifacts
pulumi.Output[Optional[Sequence['outputs.ApplicationDefinitionArtifactResponse']]]
def artifacts(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationDefinitionArtifactResponse']]]: """ The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed applicati...
The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.
The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.
[ "The", "collection", "of", "managed", "application", "artifacts", ".", "The", "portal", "will", "use", "the", "files", "specified", "as", "artifacts", "to", "construct", "the", "user", "experience", "of", "creating", "a", "managed", "application", "from", "a", ...
def artifacts(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationDefinitionArtifactResponse']]]: return pulumi.get(self, "artifacts")
[ "def", "artifacts", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationDefinitionArtifactResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"artifacts\"", ")" ]
The collection of managed application artifacts.
[ "The", "collection", "of", "managed", "application", "artifacts", "." ]
[ "\"\"\"\n The collection of managed application artifacts. The portal will use the files specified as artifacts to construct the user experience of creating a managed application from a managed application definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
authorizations
pulumi.Output[Optional[Sequence['outputs.ApplicationAuthorizationResponse']]]
def authorizations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationAuthorizationResponse']]]: """ The managed application provider authorizations. """ return pulumi.get(self, "authorizations")
The managed application provider authorizations.
The managed application provider authorizations.
[ "The", "managed", "application", "provider", "authorizations", "." ]
def authorizations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationAuthorizationResponse']]]: return pulumi.get(self, "authorizations")
[ "def", "authorizations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationAuthorizationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authorizations\"", ")" ]
The managed application provider authorizations.
[ "The", "managed", "application", "provider", "authorizations", "." ]
[ "\"\"\"\n The managed application provider authorizations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
deployment_policy
pulumi.Output[Optional['outputs.ApplicationDeploymentPolicyResponse']]
def deployment_policy(self) -> pulumi.Output[Optional['outputs.ApplicationDeploymentPolicyResponse']]: """ The managed application deployment policy. """ return pulumi.get(self, "deployment_policy")
The managed application deployment policy.
The managed application deployment policy.
[ "The", "managed", "application", "deployment", "policy", "." ]
def deployment_policy(self) -> pulumi.Output[Optional['outputs.ApplicationDeploymentPolicyResponse']]: return pulumi.get(self, "deployment_policy")
[ "def", "deployment_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationDeploymentPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_policy\"", ")" ]
The managed application deployment policy.
[ "The", "managed", "application", "deployment", "policy", "." ]
[ "\"\"\"\n The managed application deployment 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": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
locking_policy
pulumi.Output[Optional['outputs.ApplicationPackageLockingPolicyDefinitionResponse']]
def locking_policy(self) -> pulumi.Output[Optional['outputs.ApplicationPackageLockingPolicyDefinitionResponse']]: """ The managed application locking policy. """ return pulumi.get(self, "locking_policy")
The managed application locking policy.
The managed application locking policy.
[ "The", "managed", "application", "locking", "policy", "." ]
def locking_policy(self) -> pulumi.Output[Optional['outputs.ApplicationPackageLockingPolicyDefinitionResponse']]: return pulumi.get(self, "locking_policy")
[ "def", "locking_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationPackageLockingPolicyDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"locking_policy\"", ")" ]
The managed application locking policy.
[ "The", "managed", "application", "locking", "policy", "." ]
[ "\"\"\"\n The managed application locking 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": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
management_policy
pulumi.Output[Optional['outputs.ApplicationManagementPolicyResponse']]
def management_policy(self) -> pulumi.Output[Optional['outputs.ApplicationManagementPolicyResponse']]: """ The managed application management policy that determines publisher's access to the managed resource group. """ return pulumi.get(self, "management_policy")
The managed application management policy that determines publisher's access to the managed resource group.
The managed application management policy that determines publisher's access to the managed resource group.
[ "The", "managed", "application", "management", "policy", "that", "determines", "publisher", "'", "s", "access", "to", "the", "managed", "resource", "group", "." ]
def management_policy(self) -> pulumi.Output[Optional['outputs.ApplicationManagementPolicyResponse']]: return pulumi.get(self, "management_policy")
[ "def", "management_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationManagementPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"management_policy\"", ")" ]
The managed application management policy that determines publisher's access to the managed resource group.
[ "The", "managed", "application", "management", "policy", "that", "determines", "publisher", "'", "s", "access", "to", "the", "managed", "resource", "group", "." ]
[ "\"\"\"\n The managed application management policy that determines publisher's access to the managed resource group.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
notification_policy
pulumi.Output[Optional['outputs.ApplicationNotificationPolicyResponse']]
def notification_policy(self) -> pulumi.Output[Optional['outputs.ApplicationNotificationPolicyResponse']]: """ The managed application notification policy. """ return pulumi.get(self, "notification_policy")
The managed application notification policy.
The managed application notification policy.
[ "The", "managed", "application", "notification", "policy", "." ]
def notification_policy(self) -> pulumi.Output[Optional['outputs.ApplicationNotificationPolicyResponse']]: return pulumi.get(self, "notification_policy")
[ "def", "notification_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationNotificationPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"notification_policy\"", ")" ]
The managed application notification policy.
[ "The", "managed", "application", "notification", "policy", "." ]
[ "\"\"\"\n The managed application notification 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": [] }
7f1578250a8a9e9bb484e536d25404e9fb10cb2c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/latest/application_definition.py
[ "Apache-2.0" ]
Python
policies
pulumi.Output[Optional[Sequence['outputs.ApplicationPolicyResponse']]]
def policies(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationPolicyResponse']]]: """ The managed application provider policies. """ return pulumi.get(self, "policies")
The managed application provider policies.
The managed application provider policies.
[ "The", "managed", "application", "provider", "policies", "." ]
def policies(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationPolicyResponse']]]: return pulumi.get(self, "policies")
[ "def", "policies", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationPolicyResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policies\"", ")" ]
The managed application provider policies.
[ "The", "managed", "application", "provider", "policies", "." ]
[ "\"\"\"\n The managed application provider policies.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1db17c3934ea2166707974afe46368ca4212ce
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/v20200701preview/policy_exemption.py
[ "Apache-2.0" ]
Python
exemption_category
pulumi.Output[str]
def exemption_category(self) -> pulumi.Output[str]: """ The policy exemption category. Possible values are Waiver and Mitigated. """ return pulumi.get(self, "exemption_category")
The policy exemption category. Possible values are Waiver and Mitigated.
The policy exemption category. Possible values are Waiver and Mitigated.
[ "The", "policy", "exemption", "category", ".", "Possible", "values", "are", "Waiver", "and", "Mitigated", "." ]
def exemption_category(self) -> pulumi.Output[str]: return pulumi.get(self, "exemption_category")
[ "def", "exemption_category", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"exemption_category\"", ")" ]
The policy exemption category.
[ "The", "policy", "exemption", "category", "." ]
[ "\"\"\"\n The policy exemption category. Possible values are Waiver and Mitigated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1db17c3934ea2166707974afe46368ca4212ce
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/v20200701preview/policy_exemption.py
[ "Apache-2.0" ]
Python
expires_on
pulumi.Output[Optional[str]]
def expires_on(self) -> pulumi.Output[Optional[str]]: """ The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption. """ return pulumi.get(self, "expires_on")
The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption.
The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption.
[ "The", "expiration", "date", "and", "time", "(", "in", "UTC", "ISO", "8601", "format", "yyyy", "-", "MM", "-", "ddTHH", ":", "mm", ":", "ssZ", ")", "of", "the", "policy", "exemption", "." ]
def expires_on(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "expires_on")
[ "def", "expires_on", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expires_on\"", ")" ]
The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption.
[ "The", "expiration", "date", "and", "time", "(", "in", "UTC", "ISO", "8601", "format", "yyyy", "-", "MM", "-", "ddTHH", ":", "mm", ":", "ssZ", ")", "of", "the", "policy", "exemption", "." ]
[ "\"\"\"\n The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f1db17c3934ea2166707974afe46368ca4212ce
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/v20200701preview/policy_exemption.py
[ "Apache-2.0" ]
Python
policy_definition_reference_ids
pulumi.Output[Optional[Sequence[str]]]
def policy_definition_reference_ids(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition. """ return pulumi.get(self, "policy_definition_reference_ids")
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.
[ "The", "policy", "definition", "reference", "ID", "list", "when", "the", "associated", "policy", "assignment", "is", "an", "assignment", "of", "a", "policy", "set", "definition", "." ]
def policy_definition_reference_ids(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "policy_definition_reference_ids")
[ "def", "policy_definition_reference_ids", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy_definition_reference_ids\"", ")" ]
The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.
[ "The", "policy", "definition", "reference", "ID", "list", "when", "the", "associated", "policy", "assignment", "is", "an", "assignment", "of", "a", "policy", "set", "definition", "." ]
[ "\"\"\"\n The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7f3f9bb5ee40c821bcdbcbbde50d425eae650379
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/get_machine_group.py
[ "Apache-2.0" ]
Python
machines
Optional[Sequence['outputs.MachineReferenceWithHintsResponse']]
def machines(self) -> Optional[Sequence['outputs.MachineReferenceWithHintsResponse']]: """ References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was upda...
References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated.
References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated.
[ "References", "of", "the", "machines", "in", "this", "group", ".", "The", "hints", "within", "each", "reference", "do", "not", "represent", "the", "current", "value", "of", "the", "corresponding", "fields", ".", "They", "are", "a", "snapshot", "created", "du...
def machines(self) -> Optional[Sequence['outputs.MachineReferenceWithHintsResponse']]: return pulumi.get(self, "machines")
[ "def", "machines", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.MachineReferenceWithHintsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"machines\"", ")" ]
References of the machines in this group.
[ "References", "of", "the", "machines", "in", "this", "group", "." ]
[ "\"\"\"\n References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was 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": [] }
191ce69571366ba5d3f331db58e08008d9ff470a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_lab_resource.py
[ "Apache-2.0" ]
Python
artifacts_storage_account
Optional[str]
def artifacts_storage_account(self) -> Optional[str]: """ The artifact storage account of the lab. """ return pulumi.get(self, "artifacts_storage_account")
The artifact storage account of the lab.
The artifact storage account of the lab.
[ "The", "artifact", "storage", "account", "of", "the", "lab", "." ]
def artifacts_storage_account(self) -> Optional[str]: return pulumi.get(self, "artifacts_storage_account")
[ "def", "artifacts_storage_account", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"artifacts_storage_account\"", ")" ]
The artifact storage account of the lab.
[ "The", "artifact", "storage", "account", "of", "the", "lab", "." ]
[ "\"\"\"\n The artifact storage account of the 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": [] }
191ce69571366ba5d3f331db58e08008d9ff470a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_lab_resource.py
[ "Apache-2.0" ]
Python
default_storage_account
Optional[str]
def default_storage_account(self) -> Optional[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) -> Optional[str]: return pulumi.get(self, "default_storage_account")
[ "def", "default_storage_account", "(", "self", ")", "->", "Optional", "[", "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": [] }
191ce69571366ba5d3f331db58e08008d9ff470a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_lab_resource.py
[ "Apache-2.0" ]
Python
default_virtual_network_id
Optional[str]
def default_virtual_network_id(self) -> Optional[str]: """ The default virtual network identifier of the lab. """ return pulumi.get(self, "default_virtual_network_id")
The default virtual network identifier of the lab.
The default virtual network identifier of the lab.
[ "The", "default", "virtual", "network", "identifier", "of", "the", "lab", "." ]
def default_virtual_network_id(self) -> Optional[str]: return pulumi.get(self, "default_virtual_network_id")
[ "def", "default_virtual_network_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_virtual_network_id\"", ")" ]
The default virtual network identifier of the lab.
[ "The", "default", "virtual", "network", "identifier", "of", "the", "lab", "." ]
[ "\"\"\"\n The default virtual network identifier of the 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": [] }
191ce69571366ba5d3f331db58e08008d9ff470a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_lab_resource.py
[ "Apache-2.0" ]
Python
storage_accounts
Optional[Sequence[str]]
def storage_accounts(self) -> Optional[Sequence[str]]: """ The storage accounts of the lab. """ return pulumi.get(self, "storage_accounts")
The storage accounts of the lab.
The storage accounts of the lab.
[ "The", "storage", "accounts", "of", "the", "lab", "." ]
def storage_accounts(self) -> Optional[Sequence[str]]: return pulumi.get(self, "storage_accounts")
[ "def", "storage_accounts", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_accounts\"", ")" ]
The storage accounts of the lab.
[ "The", "storage", "accounts", "of", "the", "lab", "." ]
[ "\"\"\"\n The storage accounts of the 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": [] }
191ce69571366ba5d3f331db58e08008d9ff470a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_lab_resource.py
[ "Apache-2.0" ]
Python
vault_name
Optional[str]
def vault_name(self) -> Optional[str]: """ The name of the key vault of the lab. """ return pulumi.get(self, "vault_name")
The name of the key vault of the lab.
The name of the key vault of the lab.
[ "The", "name", "of", "the", "key", "vault", "of", "the", "lab", "." ]
def vault_name(self) -> Optional[str]: return pulumi.get(self, "vault_name")
[ "def", "vault_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vault_name\"", ")" ]
The name of the key vault of the lab.
[ "The", "name", "of", "the", "key", "vault", "of", "the", "lab", "." ]
[ "\"\"\"\n The name of the key vault of the 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": [] }
191ec32e4b905fbd7fc91a0e3df6ddb8fe9b4b7a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/engagementfabric/v20180901preview/list_account_keys.py
[ "Apache-2.0" ]
Python
list_account_keys
AwaitableListAccountKeysResult
def list_account_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult: """ The list of the EngagementFabric account keys :param str account_name: Accoun...
The list of the EngagementFabric account keys :param str account_name: Account Name :param str resource_group_name: Resource Group Name
The list of the EngagementFabric account keys
[ "The", "list", "of", "the", "EngagementFabric", "account", "keys" ]
def list_account_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAccountKeysResult: __args__ = dict() __args__['accountName'] = account_name __args__['resourceGroupNam...
[ "def", "list_account_keys", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None", ...
The list of the EngagementFabric account keys
[ "The", "list", "of", "the", "EngagementFabric", "account", "keys" ]
[ "\"\"\"\n The list of the EngagementFabric account keys\n\n\n :param str account_name: Account Name\n :param str resource_group_name: Resource Group Name\n \"\"\"" ]
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": null, "docstring_tokens": [ "None" ], "default": null, "is_optional": false }, { "identifier": "resource_group_name", "type": "...
1946c0fe388ec0f4318be3757f4b3f5f7a346268
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20180601preview/get_database_security_alert_policy.py
[ "Apache-2.0" ]
Python
email_account_admins
Optional[bool]
def email_account_admins(self) -> Optional[bool]: """ Specifies that the alert is sent to the account administrators. """ return pulumi.get(self, "email_account_admins")
Specifies that the alert is sent to the account administrators.
Specifies that the alert is sent to the account administrators.
[ "Specifies", "that", "the", "alert", "is", "sent", "to", "the", "account", "administrators", "." ]
def email_account_admins(self) -> Optional[bool]: return pulumi.get(self, "email_account_admins")
[ "def", "email_account_admins", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"email_account_admins\"", ")" ]
Specifies that the alert is sent to the account administrators.
[ "Specifies", "that", "the", "alert", "is", "sent", "to", "the", "account", "administrators", "." ]
[ "\"\"\"\n Specifies that the alert is sent to the account administrators.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
caffe_settings
Optional['outputs.CaffeSettingsResponse']
def caffe_settings(self) -> Optional['outputs.CaffeSettingsResponse']: """ Specifies the settings for Caffe job. """ return pulumi.get(self, "caffe_settings")
Specifies the settings for Caffe job.
Specifies the settings for Caffe job.
[ "Specifies", "the", "settings", "for", "Caffe", "job", "." ]
def caffe_settings(self) -> Optional['outputs.CaffeSettingsResponse']: return pulumi.get(self, "caffe_settings")
[ "def", "caffe_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.CaffeSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"caffe_settings\"", ")" ]
Specifies the settings for Caffe job.
[ "Specifies", "the", "settings", "for", "Caffe", "job", "." ]
[ "\"\"\"\n Specifies the settings for Caffe job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
chainer_settings
Optional['outputs.ChainerSettingsResponse']
def chainer_settings(self) -> Optional['outputs.ChainerSettingsResponse']: """ Specifies the settings for Chainer job. """ return pulumi.get(self, "chainer_settings")
Specifies the settings for Chainer job.
Specifies the settings for Chainer job.
[ "Specifies", "the", "settings", "for", "Chainer", "job", "." ]
def chainer_settings(self) -> Optional['outputs.ChainerSettingsResponse']: return pulumi.get(self, "chainer_settings")
[ "def", "chainer_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.ChainerSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"chainer_settings\"", ")" ]
Specifies the settings for Chainer job.
[ "Specifies", "the", "settings", "for", "Chainer", "job", "." ]
[ "\"\"\"\n Specifies the settings for Chainer job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
cluster
Optional['outputs.ResourceIdResponse']
def cluster(self) -> Optional['outputs.ResourceIdResponse']: """ Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. """ return pulumi.get(self, "cluster")
Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.
Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.
[ "Represents", "a", "resource", "ID", ".", "For", "example", "for", "a", "subnet", "it", "is", "the", "resource", "URL", "for", "the", "subnet", "." ]
def cluster(self) -> Optional['outputs.ResourceIdResponse']: return pulumi.get(self, "cluster")
[ "def", "cluster", "(", "self", ")", "->", "Optional", "[", "'outputs.ResourceIdResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cluster\"", ")" ]
Represents a resource ID.
[ "Represents", "a", "resource", "ID", "." ]
[ "\"\"\"\n Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
cntk_settings
Optional['outputs.CNTKsettingsResponse']
def cntk_settings(self) -> Optional['outputs.CNTKsettingsResponse']: """ Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job. """ return pulumi.get(self, "cntk_settings")
Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job.
Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job.
[ "Specifies", "the", "settings", "for", "CNTK", "(", "aka", "Microsoft", "Cognitive", "Toolkit", ")", "job", "." ]
def cntk_settings(self) -> Optional['outputs.CNTKsettingsResponse']: return pulumi.get(self, "cntk_settings")
[ "def", "cntk_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.CNTKsettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cntk_settings\"", ")" ]
Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job.
[ "Specifies", "the", "settings", "for", "CNTK", "(", "aka", "Microsoft", "Cognitive", "Toolkit", ")", "job", "." ]
[ "\"\"\"\n Specifies the settings for CNTK (aka Microsoft Cognitive Toolkit) job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
constraints
Optional['outputs.JobPropertiesResponseConstraints']
def constraints(self) -> Optional['outputs.JobPropertiesResponseConstraints']: """ Constraints associated with the Job. """ return pulumi.get(self, "constraints")
Constraints associated with the Job.
Constraints associated with the Job.
[ "Constraints", "associated", "with", "the", "Job", "." ]
def constraints(self) -> Optional['outputs.JobPropertiesResponseConstraints']: return pulumi.get(self, "constraints")
[ "def", "constraints", "(", "self", ")", "->", "Optional", "[", "'outputs.JobPropertiesResponseConstraints'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"constraints\"", ")" ]
Constraints associated with the Job.
[ "Constraints", "associated", "with", "the", "Job", "." ]
[ "\"\"\"\n Constraints associated with the Job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
container_settings
Optional['outputs.ContainerSettingsResponse']
def container_settings(self) -> Optional['outputs.ContainerSettingsResponse']: """ If the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM. """ return pulumi.get(self, "container_settings")
If the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
If the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.
[ "If", "the", "container", "was", "downloaded", "as", "part", "of", "cluster", "setup", "then", "the", "same", "container", "image", "will", "be", "used", ".", "If", "not", "provided", "the", "job", "will", "run", "on", "the", "VM", "." ]
def container_settings(self) -> Optional['outputs.ContainerSettingsResponse']: return pulumi.get(self, "container_settings")
[ "def", "container_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.ContainerSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_settings\"", ")" ]
If the container was downloaded as part of cluster setup then the same container image will be used.
[ "If", "the", "container", "was", "downloaded", "as", "part", "of", "cluster", "setup", "then", "the", "same", "container", "image", "will", "be", "used", "." ]
[ "\"\"\"\n If the container was downloaded as part of cluster setup then the same container image will be used. If not provided, the job will run on the VM.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
custom_toolkit_settings
Optional['outputs.CustomToolkitSettingsResponse']
def custom_toolkit_settings(self) -> Optional['outputs.CustomToolkitSettingsResponse']: """ Specifies the settings for a custom tool kit job. """ return pulumi.get(self, "custom_toolkit_settings")
Specifies the settings for a custom tool kit job.
Specifies the settings for a custom tool kit job.
[ "Specifies", "the", "settings", "for", "a", "custom", "tool", "kit", "job", "." ]
def custom_toolkit_settings(self) -> Optional['outputs.CustomToolkitSettingsResponse']: return pulumi.get(self, "custom_toolkit_settings")
[ "def", "custom_toolkit_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.CustomToolkitSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_toolkit_settings\"", ")" ]
Specifies the settings for a custom tool kit job.
[ "Specifies", "the", "settings", "for", "a", "custom", "tool", "kit", "job", "." ]
[ "\"\"\"\n Specifies the settings for a custom tool kit job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
execution_info
Optional['outputs.JobPropertiesResponseExecutionInfo']
def execution_info(self) -> Optional['outputs.JobPropertiesResponseExecutionInfo']: """ Contains information about the execution of a job in the Azure Batch service. """ return pulumi.get(self, "execution_info")
Contains information about the execution of a job in the Azure Batch service.
Contains information about the execution of a job in the Azure Batch service.
[ "Contains", "information", "about", "the", "execution", "of", "a", "job", "in", "the", "Azure", "Batch", "service", "." ]
def execution_info(self) -> Optional['outputs.JobPropertiesResponseExecutionInfo']: return pulumi.get(self, "execution_info")
[ "def", "execution_info", "(", "self", ")", "->", "Optional", "[", "'outputs.JobPropertiesResponseExecutionInfo'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_info\"", ")" ]
Contains information about the execution of a job in the Azure Batch service.
[ "Contains", "information", "about", "the", "execution", "of", "a", "job", "in", "the", "Azure", "Batch", "service", "." ]
[ "\"\"\"\n Contains information about the execution of a job in the Azure Batch service.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
execution_state
Optional[str]
def execution_state(self) -> Optional[str]: """ The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes j...
The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files...
The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading resource files or set u...
[ "The", "current", "state", "of", "the", "job", ".", "Possible", "values", "are", ":", "queued", "-", "The", "job", "is", "queued", "and", "able", "to", "run", ".", "A", "job", "enters", "this", "state", "when", "it", "is", "created", "or", "when", "i...
def execution_state(self) -> Optional[str]: return pulumi.get(self, "execution_state")
[ "def", "execution_state", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_state\"", ")" ]
The current state of the job.
[ "The", "current", "state", "of", "the", "job", "." ]
[ "\"\"\"\n The current state of the job. Possible values are: queued - The job is queued and able to run. A job enters this state when it is created, or when it is awaiting a retry after a failed run. running - The job is running on a compute cluster. This includes job-level preparation such as downloading re...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
execution_state_transition_time
str
def execution_state_transition_time(self) -> str: """ The time at which the job entered its current execution state. """ return pulumi.get(self, "execution_state_transition_time")
The time at which the job entered its current execution state.
The time at which the job entered its current execution state.
[ "The", "time", "at", "which", "the", "job", "entered", "its", "current", "execution", "state", "." ]
def execution_state_transition_time(self) -> str: return pulumi.get(self, "execution_state_transition_time")
[ "def", "execution_state_transition_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_state_transition_time\"", ")" ]
The time at which the job entered its current execution state.
[ "The", "time", "at", "which", "the", "job", "entered", "its", "current", "execution", "state", "." ]
[ "\"\"\"\n The time at which the job entered its current execution state.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
job_output_directory_path_segment
Optional[str]
def job_output_directory_path_segment(self) -> Optional[str]: """ Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or m...
Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem.
Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem.
[ "Batch", "AI", "creates", "job", "'", "s", "output", "directories", "under", "an", "unique", "path", "to", "avoid", "conflicts", "between", "jobs", ".", "This", "value", "contains", "a", "path", "segment", "generated", "by", "Batch", "AI", "to", "make", "t...
def job_output_directory_path_segment(self) -> Optional[str]: return pulumi.get(self, "job_output_directory_path_segment")
[ "def", "job_output_directory_path_segment", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"job_output_directory_path_segment\"", ")" ]
Batch AI creates job's output directories under an unique path to avoid conflicts between jobs.
[ "Batch", "AI", "creates", "job", "'", "s", "output", "directories", "under", "an", "unique", "path", "to", "avoid", "conflicts", "between", "jobs", "." ]
[ "\"\"\"\n Batch AI creates job's output directories under an unique path to avoid conflicts between jobs. This value contains a path segment generated by Batch AI to make the path unique and can be used to find the output directory on the node or mounted filesystem.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
job_preparation
Optional['outputs.JobPreparationResponse']
def job_preparation(self) -> Optional['outputs.JobPreparationResponse']: """ The specified actions will run on all the nodes that are part of the job """ return pulumi.get(self, "job_preparation")
The specified actions will run on all the nodes that are part of the job
The specified actions will run on all the nodes that are part of the job
[ "The", "specified", "actions", "will", "run", "on", "all", "the", "nodes", "that", "are", "part", "of", "the", "job" ]
def job_preparation(self) -> Optional['outputs.JobPreparationResponse']: return pulumi.get(self, "job_preparation")
[ "def", "job_preparation", "(", "self", ")", "->", "Optional", "[", "'outputs.JobPreparationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"job_preparation\"", ")" ]
The specified actions will run on all the nodes that are part of the job
[ "The", "specified", "actions", "will", "run", "on", "all", "the", "nodes", "that", "are", "part", "of", "the", "job" ]
[ "\"\"\"\n The specified actions will run on all the nodes that are part of the job\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
py_torch_settings
Optional['outputs.PyTorchSettingsResponse']
def py_torch_settings(self) -> Optional['outputs.PyTorchSettingsResponse']: """ Specifies the settings for pyTorch job. """ return pulumi.get(self, "py_torch_settings")
Specifies the settings for pyTorch job.
Specifies the settings for pyTorch job.
[ "Specifies", "the", "settings", "for", "pyTorch", "job", "." ]
def py_torch_settings(self) -> Optional['outputs.PyTorchSettingsResponse']: return pulumi.get(self, "py_torch_settings")
[ "def", "py_torch_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.PyTorchSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"py_torch_settings\"", ")" ]
Specifies the settings for pyTorch job.
[ "Specifies", "the", "settings", "for", "pyTorch", "job", "." ]
[ "\"\"\"\n Specifies the settings for pyTorch job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
std_out_err_path_prefix
Optional[str]
def std_out_err_path_prefix(self) -> Optional[str]: """ The path where the Batch AI service will upload stdout and stderror of the job. """ return pulumi.get(self, "std_out_err_path_prefix")
The path where the Batch AI service will upload stdout and stderror of the job.
The path where the Batch AI service will upload stdout and stderror of the job.
[ "The", "path", "where", "the", "Batch", "AI", "service", "will", "upload", "stdout", "and", "stderror", "of", "the", "job", "." ]
def std_out_err_path_prefix(self) -> Optional[str]: return pulumi.get(self, "std_out_err_path_prefix")
[ "def", "std_out_err_path_prefix", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"std_out_err_path_prefix\"", ")" ]
The path where the Batch AI service will upload stdout and stderror of the job.
[ "The", "path", "where", "the", "Batch", "AI", "service", "will", "upload", "stdout", "and", "stderror", "of", "the", "job", "." ]
[ "\"\"\"\n The path where the Batch AI service will upload stdout and stderror of the job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d686ae7bdadfc80d12f8328c13ab11cb96647d15
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20180301/get_job.py
[ "Apache-2.0" ]
Python
tensor_flow_settings
Optional['outputs.TensorFlowSettingsResponse']
def tensor_flow_settings(self) -> Optional['outputs.TensorFlowSettingsResponse']: """ Specifies the settings for TensorFlow job. """ return pulumi.get(self, "tensor_flow_settings")
Specifies the settings for TensorFlow job.
Specifies the settings for TensorFlow job.
[ "Specifies", "the", "settings", "for", "TensorFlow", "job", "." ]
def tensor_flow_settings(self) -> Optional['outputs.TensorFlowSettingsResponse']: return pulumi.get(self, "tensor_flow_settings")
[ "def", "tensor_flow_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.TensorFlowSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tensor_flow_settings\"", ")" ]
Specifies the settings for TensorFlow job.
[ "Specifies", "the", "settings", "for", "TensorFlow", "job", "." ]
[ "\"\"\"\n Specifies the settings for TensorFlow job.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a73f5a387bc0d111f19b48a4d9445ee976946d1f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20190501preview/live_event.py
[ "Apache-2.0" ]
Python
vanity_url
pulumi.Output[Optional[bool]]
def vanity_url(self) -> pulumi.Output[Optional[bool]]: """ Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated. """ return pulumi.get(self, "vanity_url")
Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated.
Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be updated.
[ "Specifies", "whether", "to", "use", "a", "vanity", "url", "with", "the", "Live", "Event", ".", "This", "value", "is", "specified", "at", "creation", "time", "and", "cannot", "be", "updated", "." ]
def vanity_url(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "vanity_url")
[ "def", "vanity_url", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vanity_url\"", ")" ]
Specifies whether to use a vanity url with the Live Event.
[ "Specifies", "whether", "to", "use", "a", "vanity", "url", "with", "the", "Live", "Event", "." ]
[ "\"\"\"\n Specifies whether to use a vanity url with the Live Event. This value is specified at creation time and cannot be 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": [] }
c178b82cbe92395ff4f5a8cb101e0b2822e3f681
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/delegatednetwork/orchestrator_instance_service_details.py
[ "Apache-2.0" ]
Python
cluster_root_ca
pulumi.Output[Optional[str]]
def cluster_root_ca(self) -> pulumi.Output[Optional[str]]: """ RootCA certificate of kubernetes cluster base64 encoded """ return pulumi.get(self, "cluster_root_ca")
RootCA certificate of kubernetes cluster base64 encoded
RootCA certificate of kubernetes cluster base64 encoded
[ "RootCA", "certificate", "of", "kubernetes", "cluster", "base64", "encoded" ]
def cluster_root_ca(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "cluster_root_ca")
[ "def", "cluster_root_ca", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cluster_root_ca\"", ")" ]
RootCA certificate of kubernetes cluster base64 encoded
[ "RootCA", "certificate", "of", "kubernetes", "cluster", "base64", "encoded" ]
[ "\"\"\"\n RootCA certificate of kubernetes cluster base64 encoded\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c17a38d1f0173f91d96581a38911fd3ce8ef8326
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/msix_package.py
[ "Apache-2.0" ]
Python
image_path
pulumi.Output[Optional[str]]
def image_path(self) -> pulumi.Output[Optional[str]]: """ VHD/CIM image path on Network Share. """ return pulumi.get(self, "image_path")
VHD/CIM image path on Network Share.
VHD/CIM image path on Network Share.
[ "VHD", "/", "CIM", "image", "path", "on", "Network", "Share", "." ]
def image_path(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "image_path")
[ "def", "image_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image_path\"", ")" ]
VHD/CIM image path on Network Share.
[ "VHD", "/", "CIM", "image", "path", "on", "Network", "Share", "." ]
[ "\"\"\"\n VHD/CIM image path on Network 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": [] }
c17a38d1f0173f91d96581a38911fd3ce8ef8326
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/msix_package.py
[ "Apache-2.0" ]
Python
is_regular_registration
pulumi.Output[Optional[bool]]
def is_regular_registration(self) -> pulumi.Output[Optional[bool]]: """ Specifies how to register Package in feed. """ return pulumi.get(self, "is_regular_registration")
Specifies how to register Package in feed.
Specifies how to register Package in feed.
[ "Specifies", "how", "to", "register", "Package", "in", "feed", "." ]
def is_regular_registration(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_regular_registration")
[ "def", "is_regular_registration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_regular_registration\"", ")" ]
Specifies how to register Package in feed.
[ "Specifies", "how", "to", "register", "Package", "in", "feed", "." ]
[ "\"\"\"\n Specifies how to register Package in feed.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c17a38d1f0173f91d96581a38911fd3ce8ef8326
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/msix_package.py
[ "Apache-2.0" ]
Python
last_updated
pulumi.Output[Optional[str]]
def last_updated(self) -> pulumi.Output[Optional[str]]: """ Date Package was last updated, found in the appxmanifest.xml. """ return pulumi.get(self, "last_updated")
Date Package was last updated, found in the appxmanifest.xml.
Date Package was last updated, found in the appxmanifest.xml.
[ "Date", "Package", "was", "last", "updated", "found", "in", "the", "appxmanifest", ".", "xml", "." ]
def last_updated(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "last_updated")
[ "def", "last_updated", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_updated\"", ")" ]
Date Package was last updated, found in the appxmanifest.xml.
[ "Date", "Package", "was", "last", "updated", "found", "in", "the", "appxmanifest", ".", "xml", "." ]
[ "\"\"\"\n Date Package was last updated, found in the appxmanifest.xml. \n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c17a38d1f0173f91d96581a38911fd3ce8ef8326
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/msix_package.py
[ "Apache-2.0" ]
Python
package_family_name
pulumi.Output[Optional[str]]
def package_family_name(self) -> pulumi.Output[Optional[str]]: """ Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name. """ return pulumi.get(self, "package_family_name")
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
[ "Package", "Family", "Name", "from", "appxmanifest", ".", "xml", ".", "Contains", "Package", "Name", "and", "Publisher", "name", "." ]
def package_family_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "package_family_name")
[ "def", "package_family_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"package_family_name\"", ")" ]
Package Family Name from appxmanifest.xml.
[ "Package", "Family", "Name", "from", "appxmanifest", ".", "xml", "." ]
[ "\"\"\"\n Package Family Name from appxmanifest.xml. Contains Package Name and Publisher 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": [] }
c17a38d1f0173f91d96581a38911fd3ce8ef8326
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/msix_package.py
[ "Apache-2.0" ]
Python
package_relative_path
pulumi.Output[Optional[str]]
def package_relative_path(self) -> pulumi.Output[Optional[str]]: """ Relative Path to the package inside the image. """ return pulumi.get(self, "package_relative_path")
Relative Path to the package inside the image.
Relative Path to the package inside the image.
[ "Relative", "Path", "to", "the", "package", "inside", "the", "image", "." ]
def package_relative_path(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "package_relative_path")
[ "def", "package_relative_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"package_relative_path\"", ")" ]
Relative Path to the package inside the image.
[ "Relative", "Path", "to", "the", "package", "inside", "the", "image", "." ]
[ "\"\"\"\n Relative Path to the package inside the image. \n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bbc2b049deac6ee06e24edb1c195eb272108ee0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20171001/get_zone.py
[ "Apache-2.0" ]
Python
max_number_of_record_sets
float
def max_number_of_record_sets(self) -> float: """ The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.get(self, "max_number_of_record_sets")
The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "maximum", "number", "of", "record", "sets", "that", "can", "be", "created", "in", "this", "DNS", "zone", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any", "attempt", "to", "set", "this", "value", "will", "be", "ignored", "....
def max_number_of_record_sets(self) -> float: return pulumi.get(self, "max_number_of_record_sets")
[ "def", "max_number_of_record_sets", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_number_of_record_sets\"", ")" ]
The maximum number of record sets that can be created in this DNS zone.
[ "The", "maximum", "number", "of", "record", "sets", "that", "can", "be", "created", "in", "this", "DNS", "zone", "." ]
[ "\"\"\"\n The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bbc2b049deac6ee06e24edb1c195eb272108ee0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20171001/get_zone.py
[ "Apache-2.0" ]
Python
number_of_record_sets
float
def number_of_record_sets(self) -> float: """ The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. """ return pulumi.get(self, "number_of_record_sets")
The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
[ "The", "current", "number", "of", "record", "sets", "in", "this", "DNS", "zone", ".", "This", "is", "a", "read", "-", "only", "property", "and", "any", "attempt", "to", "set", "this", "value", "will", "be", "ignored", "." ]
def number_of_record_sets(self) -> float: return pulumi.get(self, "number_of_record_sets")
[ "def", "number_of_record_sets", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"number_of_record_sets\"", ")" ]
The current number of record sets in this DNS zone.
[ "The", "current", "number", "of", "record", "sets", "in", "this", "DNS", "zone", "." ]
[ "\"\"\"\n The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bbc2b049deac6ee06e24edb1c195eb272108ee0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20171001/get_zone.py
[ "Apache-2.0" ]
Python
zone_type
Optional[str]
def zone_type(self) -> Optional[str]: """ The type of this DNS zone (Public or Private). """ return pulumi.get(self, "zone_type")
The type of this DNS zone (Public or Private).
The type of this DNS zone (Public or Private).
[ "The", "type", "of", "this", "DNS", "zone", "(", "Public", "or", "Private", ")", "." ]
def zone_type(self) -> Optional[str]: return pulumi.get(self, "zone_type")
[ "def", "zone_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"zone_type\"", ")" ]
The type of this DNS zone (Public or Private).
[ "The", "type", "of", "this", "DNS", "zone", "(", "Public", "or", "Private", ")", "." ]
[ "\"\"\"\n The type of this DNS zone (Public or Private).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bc535b9bb9d819a3d1545a17930bcf331dc7a71
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/get_global_user_operation_batch_status.py
[ "Apache-2.0" ]
Python
items
Sequence['outputs.OperationBatchStatusResponseItemResponseResult']
def items(self) -> Sequence['outputs.OperationBatchStatusResponseItemResponseResult']: """ Gets a collection of items that contain the operation url and status. """ return pulumi.get(self, "items")
Gets a collection of items that contain the operation url and status.
Gets a collection of items that contain the operation url and status.
[ "Gets", "a", "collection", "of", "items", "that", "contain", "the", "operation", "url", "and", "status", "." ]
def items(self) -> Sequence['outputs.OperationBatchStatusResponseItemResponseResult']: return pulumi.get(self, "items")
[ "def", "items", "(", "self", ")", "->", "Sequence", "[", "'outputs.OperationBatchStatusResponseItemResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"items\"", ")" ]
Gets a collection of items that contain the operation url and status.
[ "Gets", "a", "collection", "of", "items", "that", "contain", "the", "operation", "url", "and", "status", "." ]
[ "\"\"\"\n Gets a collection of items that contain the operation url and status.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bee99af1ca1ecace955177bea62eb0c44f86ce8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/get_virtual_router.py
[ "Apache-2.0" ]
Python
hosted_gateway
Optional['outputs.SubResourceResponse']
def hosted_gateway(self) -> Optional['outputs.SubResourceResponse']: """ The Gateway on which VirtualRouter is hosted. """ return pulumi.get(self, "hosted_gateway")
The Gateway on which VirtualRouter is hosted.
The Gateway on which VirtualRouter is hosted.
[ "The", "Gateway", "on", "which", "VirtualRouter", "is", "hosted", "." ]
def hosted_gateway(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "hosted_gateway")
[ "def", "hosted_gateway", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hosted_gateway\"", ")" ]
The Gateway on which VirtualRouter is hosted.
[ "The", "Gateway", "on", "which", "VirtualRouter", "is", "hosted", "." ]
[ "\"\"\"\n The Gateway on which VirtualRouter is hosted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bee99af1ca1ecace955177bea62eb0c44f86ce8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/get_virtual_router.py
[ "Apache-2.0" ]
Python
hosted_subnet
Optional['outputs.SubResourceResponse']
def hosted_subnet(self) -> Optional['outputs.SubResourceResponse']: """ The Subnet on which VirtualRouter is hosted. """ return pulumi.get(self, "hosted_subnet")
The Subnet on which VirtualRouter is hosted.
The Subnet on which VirtualRouter is hosted.
[ "The", "Subnet", "on", "which", "VirtualRouter", "is", "hosted", "." ]
def hosted_subnet(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "hosted_subnet")
[ "def", "hosted_subnet", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hosted_subnet\"", ")" ]
The Subnet on which VirtualRouter is hosted.
[ "The", "Subnet", "on", "which", "VirtualRouter", "is", "hosted", "." ]
[ "\"\"\"\n The Subnet on which VirtualRouter is hosted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2bee99af1ca1ecace955177bea62eb0c44f86ce8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/get_virtual_router.py
[ "Apache-2.0" ]
Python
peerings
Sequence['outputs.SubResourceResponse']
def peerings(self) -> Sequence['outputs.SubResourceResponse']: """ List of references to VirtualRouterPeerings. """ return pulumi.get(self, "peerings")
List of references to VirtualRouterPeerings.
List of references to VirtualRouterPeerings.
[ "List", "of", "references", "to", "VirtualRouterPeerings", "." ]
def peerings(self) -> Sequence['outputs.SubResourceResponse']: return pulumi.get(self, "peerings")
[ "def", "peerings", "(", "self", ")", "->", "Sequence", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peerings\"", ")" ]
List of references to VirtualRouterPeerings.
[ "List", "of", "references", "to", "VirtualRouterPeerings", "." ]
[ "\"\"\"\n List of references to VirtualRouterPeerings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6e6cb560eafe4cb3d9b8762cc26d5af6d4f7953
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20190601/get_software_update_configuration_by_name.py
[ "Apache-2.0" ]
Python
schedule_info
'outputs.SUCSchedulePropertiesResponse'
def schedule_info(self) -> 'outputs.SUCSchedulePropertiesResponse': """ Schedule information for the Software update configuration """ return pulumi.get(self, "schedule_info")
Schedule information for the Software update configuration
Schedule information for the Software update configuration
[ "Schedule", "information", "for", "the", "Software", "update", "configuration" ]
def schedule_info(self) -> 'outputs.SUCSchedulePropertiesResponse': return pulumi.get(self, "schedule_info")
[ "def", "schedule_info", "(", "self", ")", "->", "'outputs.SUCSchedulePropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schedule_info\"", ")" ]
Schedule information for the Software update configuration
[ "Schedule", "information", "for", "the", "Software", "update", "configuration" ]
[ "\"\"\"\n Schedule information for the Software update configuration\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6e6cb560eafe4cb3d9b8762cc26d5af6d4f7953
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20190601/get_software_update_configuration_by_name.py
[ "Apache-2.0" ]
Python
tasks
Optional['outputs.SoftwareUpdateConfigurationTasksResponse']
def tasks(self) -> Optional['outputs.SoftwareUpdateConfigurationTasksResponse']: """ Tasks information for the Software update configuration. """ return pulumi.get(self, "tasks")
Tasks information for the Software update configuration.
Tasks information for the Software update configuration.
[ "Tasks", "information", "for", "the", "Software", "update", "configuration", "." ]
def tasks(self) -> Optional['outputs.SoftwareUpdateConfigurationTasksResponse']: return pulumi.get(self, "tasks")
[ "def", "tasks", "(", "self", ")", "->", "Optional", "[", "'outputs.SoftwareUpdateConfigurationTasksResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tasks\"", ")" ]
Tasks information for the Software update configuration.
[ "Tasks", "information", "for", "the", "Software", "update", "configuration", "." ]
[ "\"\"\"\n Tasks information for the Software update configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6e6cb560eafe4cb3d9b8762cc26d5af6d4f7953
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20190601/get_software_update_configuration_by_name.py
[ "Apache-2.0" ]
Python
update_configuration
'outputs.UpdateConfigurationResponse'
def update_configuration(self) -> 'outputs.UpdateConfigurationResponse': """ update specific properties for the Software update configuration """ return pulumi.get(self, "update_configuration")
update specific properties for the Software update configuration
update specific properties for the Software update configuration
[ "update", "specific", "properties", "for", "the", "Software", "update", "configuration" ]
def update_configuration(self) -> 'outputs.UpdateConfigurationResponse': return pulumi.get(self, "update_configuration")
[ "def", "update_configuration", "(", "self", ")", "->", "'outputs.UpdateConfigurationResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"update_configuration\"", ")" ]
update specific properties for the Software update configuration
[ "update", "specific", "properties", "for", "the", "Software", "update", "configuration" ]
[ "\"\"\"\n update specific properties for the Software update configuration\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6e936fd82539a7b9ad0456d5b25f644a85cc12d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/search/v20200313/list_query_key_by_search_service.py
[ "Apache-2.0" ]
Python
list_query_key_by_search_service
AwaitableListQueryKeyBySearchServiceResult
def list_query_key_by_search_service(resource_group_name: Optional[str] = None, search_service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult: """ Response containing...
Response containing the query API keys for a given Azure Cognitive Search service. :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal. :param str search_service_name: The name of the A...
Response containing the query API keys for a given Azure Cognitive Search service.
[ "Response", "containing", "the", "query", "API", "keys", "for", "a", "given", "Azure", "Cognitive", "Search", "service", "." ]
def list_query_key_by_search_service(resource_group_name: Optional[str] = None, search_service_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListQueryKeyBySearchServiceResult: __args__ = dict() __arg...
[ "def", "list_query_key_by_search_service", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "search_service_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", ...
Response containing the query API keys for a given Azure Cognitive Search service.
[ "Response", "containing", "the", "query", "API", "keys", "for", "a", "given", "Azure", "Cognitive", "Search", "service", "." ]
[ "\"\"\"\n Response containing the query API keys for a given Azure Cognitive Search service.\n\n\n :param str resource_group_name: The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.\n :param str search_service_name: T...
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "search_service_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "resource_group_name", "type": "Optional[str]", "docstring": "The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.", "docstring_tokens": [ ...
f6ef626b63f1426b868ce834d0bc2af62e6d7f1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20180907preview/cluster.py
[ "Apache-2.0" ]
Python
sku
pulumi.Output['outputs.AzureSkuResponse']
def sku(self) -> pulumi.Output['outputs.AzureSkuResponse']: """ The SKU of the cluster. """ return pulumi.get(self, "sku")
The SKU of the cluster.
The SKU of the cluster.
[ "The", "SKU", "of", "the", "cluster", "." ]
def sku(self) -> pulumi.Output['outputs.AzureSkuResponse']: return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.AzureSkuResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
The SKU of the cluster.
[ "The", "SKU", "of", "the", "cluster", "." ]
[ "\"\"\"\n The SKU of the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f6ef626b63f1426b868ce834d0bc2af62e6d7f1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20180907preview/cluster.py
[ "Apache-2.0" ]
Python
trusted_external_tenants
pulumi.Output[Optional[Sequence['outputs.TrustedExternalTenantResponse']]]
def trusted_external_tenants(self) -> pulumi.Output[Optional[Sequence['outputs.TrustedExternalTenantResponse']]]: """ The cluster's external tenants. """ return pulumi.get(self, "trusted_external_tenants")
The cluster's external tenants.
The cluster's external tenants.
[ "The", "cluster", "'", "s", "external", "tenants", "." ]
def trusted_external_tenants(self) -> pulumi.Output[Optional[Sequence['outputs.TrustedExternalTenantResponse']]]: return pulumi.get(self, "trusted_external_tenants")
[ "def", "trusted_external_tenants", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.TrustedExternalTenantResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"trusted_external_tenants\...
The cluster's external tenants.
[ "The", "cluster", "'", "s", "external", "tenants", "." ]
[ "\"\"\"\n The cluster's external tenants.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e1357cfbf63e77be19fd91c08d5ba6f8435a622
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/latest/database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
disabled_alerts
pulumi.Output[Optional[str]]
def disabled_alerts(self) -> pulumi.Output[Optional[str]]: """ Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action. """ retu...
Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action.
Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "alerts", "that", "are", "disabled", "or", "empty", "string", "to", "disable", "no", "alerts", "." ]
def disabled_alerts(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "disabled_alerts")
[ "def", "disabled_alerts", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disabled_alerts\"", ")" ]
Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "alerts", "that", "are", "disabled", "or", "empty", "string", "to", "disable", "no", "alerts", "." ]
[ "\"\"\"\n Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e1357cfbf63e77be19fd91c08d5ba6f8435a622
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/latest/database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
email_account_admins
pulumi.Output[Optional[str]]
def email_account_admins(self) -> pulumi.Output[Optional[str]]: """ Specifies that the alert is sent to the account administrators. """ return pulumi.get(self, "email_account_admins")
Specifies that the alert is sent to the account administrators.
Specifies that the alert is sent to the account administrators.
[ "Specifies", "that", "the", "alert", "is", "sent", "to", "the", "account", "administrators", "." ]
def email_account_admins(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "email_account_admins")
[ "def", "email_account_admins", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"email_account_admins\"", ")" ]
Specifies that the alert is sent to the account administrators.
[ "Specifies", "that", "the", "alert", "is", "sent", "to", "the", "account", "administrators", "." ]
[ "\"\"\"\n Specifies that the alert is sent to the account administrators.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e1357cfbf63e77be19fd91c08d5ba6f8435a622
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/latest/database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
email_addresses
pulumi.Output[Optional[str]]
def email_addresses(self) -> pulumi.Output[Optional[str]]: """ Specifies the semicolon-separated list of e-mail addresses to which the alert is sent. """ return pulumi.get(self, "email_addresses")
Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.
Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "e", "-", "mail", "addresses", "to", "which", "the", "alert", "is", "sent", "." ]
def email_addresses(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "email_addresses")
[ "def", "email_addresses", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"email_addresses\"", ")" ]
Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "e", "-", "mail", "addresses", "to", "which", "the", "alert", "is", "sent", "." ]
[ "\"\"\"\n Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
6e1357cfbf63e77be19fd91c08d5ba6f8435a622
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/latest/database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
use_server_default
pulumi.Output[Optional[str]]
def use_server_default(self) -> pulumi.Output[Optional[str]]: """ Specifies whether to use the default server policy. """ return pulumi.get(self, "use_server_default")
Specifies whether to use the default server policy.
Specifies whether to use the default server policy.
[ "Specifies", "whether", "to", "use", "the", "default", "server", "policy", "." ]
def use_server_default(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "use_server_default")
[ "def", "use_server_default", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"use_server_default\"", ")" ]
Specifies whether to use the default server policy.
[ "Specifies", "whether", "to", "use", "the", "default", "server", "policy", "." ]
[ "\"\"\"\n Specifies whether to use the default server 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": [] }
0d39105de9b9bfde1b7cf35296b5430d89963568
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/get_open_shift_managed_cluster.py
[ "Apache-2.0" ]
Python
open_shift_version
str
def open_shift_version(self) -> str: """ Version of OpenShift specified when creating the cluster. """ return pulumi.get(self, "open_shift_version")
Version of OpenShift specified when creating the cluster.
Version of OpenShift specified when creating the cluster.
[ "Version", "of", "OpenShift", "specified", "when", "creating", "the", "cluster", "." ]
def open_shift_version(self) -> str: return pulumi.get(self, "open_shift_version")
[ "def", "open_shift_version", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"open_shift_version\"", ")" ]
Version of OpenShift specified when creating the cluster.
[ "Version", "of", "OpenShift", "specified", "when", "creating", "the", "cluster", "." ]
[ "\"\"\"\n Version of OpenShift specified when creating the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0d39105de9b9bfde1b7cf35296b5430d89963568
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/get_open_shift_managed_cluster.py
[ "Apache-2.0" ]
Python
plan
Optional['outputs.PurchasePlanResponse']
def plan(self) -> Optional['outputs.PurchasePlanResponse']: """ Define the resource plan as required by ARM for billing purposes """ return pulumi.get(self, "plan")
Define the resource plan as required by ARM for billing purposes
Define the resource plan as required by ARM for billing purposes
[ "Define", "the", "resource", "plan", "as", "required", "by", "ARM", "for", "billing", "purposes" ]
def plan(self) -> Optional['outputs.PurchasePlanResponse']: return pulumi.get(self, "plan")
[ "def", "plan", "(", "self", ")", "->", "Optional", "[", "'outputs.PurchasePlanResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan\"", ")" ]
Define the resource plan as required by ARM for billing purposes
[ "Define", "the", "resource", "plan", "as", "required", "by", "ARM", "for", "billing", "purposes" ]
[ "\"\"\"\n Define the resource plan as required by ARM for billing purposes\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0d39105de9b9bfde1b7cf35296b5430d89963568
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/get_open_shift_managed_cluster.py
[ "Apache-2.0" ]
Python
public_hostname
str
def public_hostname(self) -> str: """ Service generated FQDN for OpenShift API server. """ return pulumi.get(self, "public_hostname")
Service generated FQDN for OpenShift API server.
Service generated FQDN for OpenShift API server.
[ "Service", "generated", "FQDN", "for", "OpenShift", "API", "server", "." ]
def public_hostname(self) -> str: return pulumi.get(self, "public_hostname")
[ "def", "public_hostname", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_hostname\"", ")" ]
Service generated FQDN for OpenShift API server.
[ "Service", "generated", "FQDN", "for", "OpenShift", "API", "server", "." ]
[ "\"\"\"\n Service generated FQDN for OpenShift API server.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f37702e6ed8ead9778a4492291c51c41bdee2689
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/streamanalytics/v20200301preview/private_endpoint.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.PrivateEndpointPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.PrivateEndpointPropertiesResponse']: """ The properties associated with a private endpoint. """ return pulumi.get(self, "properties")
The properties associated with a private endpoint.
The properties associated with a private endpoint.
[ "The", "properties", "associated", "with", "a", "private", "endpoint", "." ]
def properties(self) -> pulumi.Output['outputs.PrivateEndpointPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.PrivateEndpointPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The properties associated with a private endpoint.
[ "The", "properties", "associated", "with", "a", "private", "endpoint", "." ]
[ "\"\"\"\n The properties associated with a private endpoint.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
74f602b783ec962b287c55e07fd51a81c0575068
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20180701preview/get_integration_account_agreement.py
[ "Apache-2.0" ]
Python
guest_identity
'outputs.BusinessIdentityResponse'
def guest_identity(self) -> 'outputs.BusinessIdentityResponse': """ The business identity of the guest partner. """ return pulumi.get(self, "guest_identity")
The business identity of the guest partner.
The business identity of the guest partner.
[ "The", "business", "identity", "of", "the", "guest", "partner", "." ]
def guest_identity(self) -> 'outputs.BusinessIdentityResponse': return pulumi.get(self, "guest_identity")
[ "def", "guest_identity", "(", "self", ")", "->", "'outputs.BusinessIdentityResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"guest_identity\"", ")" ]
The business identity of the guest partner.
[ "The", "business", "identity", "of", "the", "guest", "partner", "." ]
[ "\"\"\"\n The business identity of the guest partner.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
74f602b783ec962b287c55e07fd51a81c0575068
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20180701preview/get_integration_account_agreement.py
[ "Apache-2.0" ]
Python
guest_partner
str
def guest_partner(self) -> str: """ The integration account partner that is set as guest partner for this agreement. """ return pulumi.get(self, "guest_partner")
The integration account partner that is set as guest partner for this agreement.
The integration account partner that is set as guest partner for this agreement.
[ "The", "integration", "account", "partner", "that", "is", "set", "as", "guest", "partner", "for", "this", "agreement", "." ]
def guest_partner(self) -> str: return pulumi.get(self, "guest_partner")
[ "def", "guest_partner", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"guest_partner\"", ")" ]
The integration account partner that is set as guest partner for this agreement.
[ "The", "integration", "account", "partner", "that", "is", "set", "as", "guest", "partner", "for", "this", "agreement", "." ]
[ "\"\"\"\n The integration account partner that is set as guest partner for this agreement.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
74f602b783ec962b287c55e07fd51a81c0575068
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20180701preview/get_integration_account_agreement.py
[ "Apache-2.0" ]
Python
host_identity
'outputs.BusinessIdentityResponse'
def host_identity(self) -> 'outputs.BusinessIdentityResponse': """ The business identity of the host partner. """ return pulumi.get(self, "host_identity")
The business identity of the host partner.
The business identity of the host partner.
[ "The", "business", "identity", "of", "the", "host", "partner", "." ]
def host_identity(self) -> 'outputs.BusinessIdentityResponse': return pulumi.get(self, "host_identity")
[ "def", "host_identity", "(", "self", ")", "->", "'outputs.BusinessIdentityResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_identity\"", ")" ]
The business identity of the host partner.
[ "The", "business", "identity", "of", "the", "host", "partner", "." ]
[ "\"\"\"\n The business identity of the host partner.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
74f602b783ec962b287c55e07fd51a81c0575068
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20180701preview/get_integration_account_agreement.py
[ "Apache-2.0" ]
Python
host_partner
str
def host_partner(self) -> str: """ The integration account partner that is set as host partner for this agreement. """ return pulumi.get(self, "host_partner")
The integration account partner that is set as host partner for this agreement.
The integration account partner that is set as host partner for this agreement.
[ "The", "integration", "account", "partner", "that", "is", "set", "as", "host", "partner", "for", "this", "agreement", "." ]
def host_partner(self) -> str: return pulumi.get(self, "host_partner")
[ "def", "host_partner", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_partner\"", ")" ]
The integration account partner that is set as host partner for this agreement.
[ "The", "integration", "account", "partner", "that", "is", "set", "as", "host", "partner", "for", "this", "agreement", "." ]
[ "\"\"\"\n The integration account partner that is set as host partner for this agreement.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
74fe3f18d177b0e2b3d9b71c161bfb6b779d82ca
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_backup_configuration.py
[ "Apache-2.0" ]
Python
list_web_app_backup_configuration
AwaitableListWebAppBackupConfigurationResult
def list_web_app_backup_configuration(name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppBackupConfigurationResult: """ Description of a backup which...
Description of a backup which will be performed. API Version: 2020-10-01. :param str name: Name of the app. :param str resource_group_name: Name of the resource group to which the resource belongs.
Description of a backup which will be performed.
[ "Description", "of", "a", "backup", "which", "will", "be", "performed", "." ]
def list_web_app_backup_configuration(name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppBackupConfigurationResult: __args__ = dict() __args__['name'...
[ "def", "list_web_app_backup_configuration", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", ...
Description of a backup which will be performed.
[ "Description", "of", "a", "backup", "which", "will", "be", "performed", "." ]
[ "\"\"\"\n Description of a backup which will be performed.\n API Version: 2020-10-01.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\"" ]
[ { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "Name of the app.", "docstring_tokens": [ "Name", "of", "the", "app", "." ], "default": null, "is_optional": false }, ...
c407482ad8583735183c19cd5678434c789e16f1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blockchain/v20180601preview/list_transaction_node_api_keys.py
[ "Apache-2.0" ]
Python
list_transaction_node_api_keys
AwaitableListTransactionNodeApiKeysResult
def list_transaction_node_api_keys(blockchain_member_name: Optional[str] = None, resource_group_name: Optional[str] = None, transaction_node_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -...
Collection of the API key payload which is exposed in the response of the resource provider. :param str blockchain_member_name: Blockchain member name. :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API ...
Collection of the API key payload which is exposed in the response of the resource provider.
[ "Collection", "of", "the", "API", "key", "payload", "which", "is", "exposed", "in", "the", "response", "of", "the", "resource", "provider", "." ]
def list_transaction_node_api_keys(blockchain_member_name: Optional[str] = None, resource_group_name: Optional[str] = None, transaction_node_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -...
[ "def", "list_transaction_node_api_keys", "(", "blockchain_member_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "transaction_node_name", ":", "Optional", "[", "str", "]", "=",...
Collection of the API key payload which is exposed in the response of the resource provider.
[ "Collection", "of", "the", "API", "key", "payload", "which", "is", "exposed", "in", "the", "response", "of", "the", "resource", "provider", "." ]
[ "\"\"\"\n Collection of the API key payload which is exposed in the response of the resource provider.\n\n\n :param str blockchain_member_name: Blockchain member name.\n :param str resource_group_name: The name of the resource group that contains the resource. You can obtain this value from the Azure Resou...
[ { "param": "blockchain_member_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "transaction_node_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "blockchain_member_name", "type": "Optional[str]", "docstring": "Blockchain member name.", "docstring_tokens": [ "Blockchain", "member", "name", "." ], "default": null, "is_opti...
c407d4d37a077aaccc1852cc9cbb7cbeaca5c1e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/get_subscription.py
[ "Apache-2.0" ]
Python
dead_lettering_on_filter_evaluation_exceptions
Optional[bool]
def dead_lettering_on_filter_evaluation_exceptions(self) -> Optional[bool]: """ Value that indicates whether a subscription has dead letter support on filter evaluation exceptions. """ return pulumi.get(self, "dead_lettering_on_filter_evaluation_exceptions")
Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.
Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.
[ "Value", "that", "indicates", "whether", "a", "subscription", "has", "dead", "letter", "support", "on", "filter", "evaluation", "exceptions", "." ]
def dead_lettering_on_filter_evaluation_exceptions(self) -> Optional[bool]: return pulumi.get(self, "dead_lettering_on_filter_evaluation_exceptions")
[ "def", "dead_lettering_on_filter_evaluation_exceptions", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dead_lettering_on_filter_evaluation_exceptions\"", ")" ]
Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.
[ "Value", "that", "indicates", "whether", "a", "subscription", "has", "dead", "letter", "support", "on", "filter", "evaluation", "exceptions", "." ]
[ "\"\"\"\n Value that indicates whether a subscription has dead letter support on filter evaluation exceptions.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c407d4d37a077aaccc1852cc9cbb7cbeaca5c1e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/get_subscription.py
[ "Apache-2.0" ]
Python
is_read_only
Optional[bool]
def is_read_only(self) -> Optional[bool]: """ Value that indicates whether the entity description is read-only. """ return pulumi.get(self, "is_read_only")
Value that indicates whether the entity description is read-only.
Value that indicates whether the entity description is read-only.
[ "Value", "that", "indicates", "whether", "the", "entity", "description", "is", "read", "-", "only", "." ]
def is_read_only(self) -> Optional[bool]: return pulumi.get(self, "is_read_only")
[ "def", "is_read_only", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_read_only\"", ")" ]
Value that indicates whether the entity description is read-only.
[ "Value", "that", "indicates", "whether", "the", "entity", "description", "is", "read", "-", "only", "." ]
[ "\"\"\"\n Value that indicates whether the entity description is read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b183e71dfddb7f0c04412b0901f2fdeb0c2134c6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/v20150320/get_saved_search.py
[ "Apache-2.0" ]
Python
tags
Optional[Sequence['outputs.TagResponse']]
def tags(self) -> Optional[Sequence['outputs.TagResponse']]: """ The tags attached to the saved search. """ return pulumi.get(self, "tags")
The tags attached to the saved search.
The tags attached to the saved search.
[ "The", "tags", "attached", "to", "the", "saved", "search", "." ]
def tags(self) -> Optional[Sequence['outputs.TagResponse']]: return pulumi.get(self, "tags")
[ "def", "tags", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.TagResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"tags\"", ")" ]
The tags attached to the saved search.
[ "The", "tags", "attached", "to", "the", "saved", "search", "." ]
[ "\"\"\"\n The tags attached to the saved search.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ea5cca13293eb0a37c1c6011705b7c61aaabf66
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/streamanalytics/get_function.py
[ "Apache-2.0" ]
Python
properties
'outputs.ScalarFunctionPropertiesResponse'
def properties(self) -> 'outputs.ScalarFunctionPropertiesResponse': """ The properties that are associated with a function. """ return pulumi.get(self, "properties")
The properties that are associated with a function.
The properties that are associated with a function.
[ "The", "properties", "that", "are", "associated", "with", "a", "function", "." ]
def properties(self) -> 'outputs.ScalarFunctionPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.ScalarFunctionPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The properties that are associated with a function.
[ "The", "properties", "that", "are", "associated", "with", "a", "function", "." ]
[ "\"\"\"\n The properties that are associated with a function.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7eb1d1319a1f1f96faf9960c10ea01cb1fa0f489
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/server_azure_ad_only_authentication.py
[ "Apache-2.0" ]
Python
azure_ad_only_authentication
pulumi.Output[bool]
def azure_ad_only_authentication(self) -> pulumi.Output[bool]: """ Azure Active Directory only Authentication enabled. """ return pulumi.get(self, "azure_ad_only_authentication")
Azure Active Directory only Authentication enabled.
Azure Active Directory only Authentication enabled.
[ "Azure", "Active", "Directory", "only", "Authentication", "enabled", "." ]
def azure_ad_only_authentication(self) -> pulumi.Output[bool]: return pulumi.get(self, "azure_ad_only_authentication")
[ "def", "azure_ad_only_authentication", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_ad_only_authentication\"", ")" ]
Azure Active Directory only Authentication enabled.
[ "Azure", "Active", "Directory", "only", "Authentication", "enabled", "." ]
[ "\"\"\"\n Azure Active Directory only Authentication 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": [] }
7eb90ac7b5fc8d395c979f352180c8a24b08e5e5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20180701preview/integration_account_map.py
[ "Apache-2.0" ]
Python
parameters_schema
pulumi.Output[Optional['outputs.IntegrationAccountMapPropertiesResponseParametersSchema']]
def parameters_schema(self) -> pulumi.Output[Optional['outputs.IntegrationAccountMapPropertiesResponseParametersSchema']]: """ The parameters schema of integration account map. """ return pulumi.get(self, "parameters_schema")
The parameters schema of integration account map.
The parameters schema of integration account map.
[ "The", "parameters", "schema", "of", "integration", "account", "map", "." ]
def parameters_schema(self) -> pulumi.Output[Optional['outputs.IntegrationAccountMapPropertiesResponseParametersSchema']]: return pulumi.get(self, "parameters_schema")
[ "def", "parameters_schema", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.IntegrationAccountMapPropertiesResponseParametersSchema'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters_schema\"", ")" ]
The parameters schema of integration account map.
[ "The", "parameters", "schema", "of", "integration", "account", "map", "." ]
[ "\"\"\"\n The parameters schema of integration account map.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
custom_rdp_property
pulumi.Output[Optional[str]]
def custom_rdp_property(self) -> pulumi.Output[Optional[str]]: """ Custom rdp property of HostPool. """ return pulumi.get(self, "custom_rdp_property")
Custom rdp property of HostPool.
Custom rdp property of HostPool.
[ "Custom", "rdp", "property", "of", "HostPool", "." ]
def custom_rdp_property(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "custom_rdp_property")
[ "def", "custom_rdp_property", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_rdp_property\"", ")" ]
Custom rdp property of HostPool.
[ "Custom", "rdp", "property", "of", "HostPool", "." ]
[ "\"\"\"\n Custom rdp property of HostPool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
load_balancer_type
pulumi.Output[str]
def load_balancer_type(self) -> pulumi.Output[str]: """ The type of the load balancer. """ return pulumi.get(self, "load_balancer_type")
The type of the load balancer.
The type of the load balancer.
[ "The", "type", "of", "the", "load", "balancer", "." ]
def load_balancer_type(self) -> pulumi.Output[str]: return pulumi.get(self, "load_balancer_type")
[ "def", "load_balancer_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"load_balancer_type\"", ")" ]
The type of the load balancer.
[ "The", "type", "of", "the", "load", "balancer", "." ]
[ "\"\"\"\n The type of the 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": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
max_session_limit
pulumi.Output[Optional[int]]
def max_session_limit(self) -> pulumi.Output[Optional[int]]: """ The max session limit of HostPool. """ return pulumi.get(self, "max_session_limit")
The max session limit of HostPool.
The max session limit of HostPool.
[ "The", "max", "session", "limit", "of", "HostPool", "." ]
def max_session_limit(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "max_session_limit")
[ "def", "max_session_limit", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_session_limit\"", ")" ]
The max session limit of HostPool.
[ "The", "max", "session", "limit", "of", "HostPool", "." ]
[ "\"\"\"\n The max session limit of HostPool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
preferred_app_group_type
pulumi.Output[str]
def preferred_app_group_type(self) -> pulumi.Output[str]: """ The type of preferred application group type, default to Desktop Application Group """ return pulumi.get(self, "preferred_app_group_type")
The type of preferred application group type, default to Desktop Application Group
The type of preferred application group type, default to Desktop Application Group
[ "The", "type", "of", "preferred", "application", "group", "type", "default", "to", "Desktop", "Application", "Group" ]
def preferred_app_group_type(self) -> pulumi.Output[str]: return pulumi.get(self, "preferred_app_group_type")
[ "def", "preferred_app_group_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"preferred_app_group_type\"", ")" ]
The type of preferred application group type, default to Desktop Application Group
[ "The", "type", "of", "preferred", "application", "group", "type", "default", "to", "Desktop", "Application", "Group" ]
[ "\"\"\"\n The type of preferred application group type, default to Desktop Application Group\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
registration_info
pulumi.Output[Optional['outputs.RegistrationInfoResponse']]
def registration_info(self) -> pulumi.Output[Optional['outputs.RegistrationInfoResponse']]: """ The registration info of HostPool. """ return pulumi.get(self, "registration_info")
The registration info of HostPool.
The registration info of HostPool.
[ "The", "registration", "info", "of", "HostPool", "." ]
def registration_info(self) -> pulumi.Output[Optional['outputs.RegistrationInfoResponse']]: return pulumi.get(self, "registration_info")
[ "def", "registration_info", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.RegistrationInfoResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"registration_info\"", ")" ]
The registration info of HostPool.
[ "The", "registration", "info", "of", "HostPool", "." ]
[ "\"\"\"\n The registration info of HostPool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
ring
pulumi.Output[Optional[int]]
def ring(self) -> pulumi.Output[Optional[int]]: """ The ring number of HostPool. """ return pulumi.get(self, "ring")
The ring number of HostPool.
The ring number of HostPool.
[ "The", "ring", "number", "of", "HostPool", "." ]
def ring(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "ring")
[ "def", "ring", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ring\"", ")" ]
The ring number of HostPool.
[ "The", "ring", "number", "of", "HostPool", "." ]
[ "\"\"\"\n The ring number of HostPool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
sso_client_id
pulumi.Output[Optional[str]]
def sso_client_id(self) -> pulumi.Output[Optional[str]]: """ ClientId for the registered Relying Party used to issue WVD SSO certificates. """ return pulumi.get(self, "sso_client_id")
ClientId for the registered Relying Party used to issue WVD SSO certificates.
ClientId for the registered Relying Party used to issue WVD SSO certificates.
[ "ClientId", "for", "the", "registered", "Relying", "Party", "used", "to", "issue", "WVD", "SSO", "certificates", "." ]
def sso_client_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "sso_client_id")
[ "def", "sso_client_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sso_client_id\"", ")" ]
ClientId for the registered Relying Party used to issue WVD SSO certificates.
[ "ClientId", "for", "the", "registered", "Relying", "Party", "used", "to", "issue", "WVD", "SSO", "certificates", "." ]
[ "\"\"\"\n ClientId for the registered Relying Party used to issue WVD SSO certificates.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
sso_client_secret_key_vault_path
pulumi.Output[Optional[str]]
def sso_client_secret_key_vault_path(self) -> pulumi.Output[Optional[str]]: """ Path to Azure KeyVault storing the secret used for communication to ADFS. """ return pulumi.get(self, "sso_client_secret_key_vault_path")
Path to Azure KeyVault storing the secret used for communication to ADFS.
Path to Azure KeyVault storing the secret used for communication to ADFS.
[ "Path", "to", "Azure", "KeyVault", "storing", "the", "secret", "used", "for", "communication", "to", "ADFS", "." ]
def sso_client_secret_key_vault_path(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "sso_client_secret_key_vault_path")
[ "def", "sso_client_secret_key_vault_path", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sso_client_secret_key_vault_path\"", ")" ]
Path to Azure KeyVault storing the secret used for communication to ADFS.
[ "Path", "to", "Azure", "KeyVault", "storing", "the", "secret", "used", "for", "communication", "to", "ADFS", "." ]
[ "\"\"\"\n Path to Azure KeyVault storing the secret used for communication to ADFS.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
sso_context
pulumi.Output[Optional[str]]
def sso_context(self) -> pulumi.Output[Optional[str]]: """ Path to keyvault containing ssoContext secret. """ return pulumi.get(self, "sso_context")
Path to keyvault containing ssoContext secret.
Path to keyvault containing ssoContext secret.
[ "Path", "to", "keyvault", "containing", "ssoContext", "secret", "." ]
def sso_context(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "sso_context")
[ "def", "sso_context", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sso_context\"", ")" ]
Path to keyvault containing ssoContext secret.
[ "Path", "to", "keyvault", "containing", "ssoContext", "secret", "." ]
[ "\"\"\"\n Path to keyvault containing ssoContext secret.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
sso_secret_type
pulumi.Output[Optional[str]]
def sso_secret_type(self) -> pulumi.Output[Optional[str]]: """ The type of single sign on Secret Type. """ return pulumi.get(self, "sso_secret_type")
The type of single sign on Secret Type.
The type of single sign on Secret Type.
[ "The", "type", "of", "single", "sign", "on", "Secret", "Type", "." ]
def sso_secret_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "sso_secret_type")
[ "def", "sso_secret_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sso_secret_type\"", ")" ]
The type of single sign on Secret Type.
[ "The", "type", "of", "single", "sign", "on", "Secret", "Type", "." ]
[ "\"\"\"\n The type of single sign on Secret Type.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
ssoadfs_authority
pulumi.Output[Optional[str]]
def ssoadfs_authority(self) -> pulumi.Output[Optional[str]]: """ URL to customer ADFS server for signing WVD SSO certificates. """ return pulumi.get(self, "ssoadfs_authority")
URL to customer ADFS server for signing WVD SSO certificates.
URL to customer ADFS server for signing WVD SSO certificates.
[ "URL", "to", "customer", "ADFS", "server", "for", "signing", "WVD", "SSO", "certificates", "." ]
def ssoadfs_authority(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "ssoadfs_authority")
[ "def", "ssoadfs_authority", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ssoadfs_authority\"", ")" ]
URL to customer ADFS server for signing WVD SSO certificates.
[ "URL", "to", "customer", "ADFS", "server", "for", "signing", "WVD", "SSO", "certificates", "." ]
[ "\"\"\"\n URL to customer ADFS server for signing WVD SSO certificates.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
start_vm_on_connect
pulumi.Output[Optional[bool]]
def start_vm_on_connect(self) -> pulumi.Output[Optional[bool]]: """ The flag to turn on/off StartVMOnConnect feature. """ return pulumi.get(self, "start_vm_on_connect")
The flag to turn on/off StartVMOnConnect feature.
The flag to turn on/off StartVMOnConnect feature.
[ "The", "flag", "to", "turn", "on", "/", "off", "StartVMOnConnect", "feature", "." ]
def start_vm_on_connect(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "start_vm_on_connect")
[ "def", "start_vm_on_connect", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"start_vm_on_connect\"", ")" ]
The flag to turn on/off StartVMOnConnect feature.
[ "The", "flag", "to", "turn", "on", "/", "off", "StartVMOnConnect", "feature", "." ]
[ "\"\"\"\n The flag to turn on/off StartVMOnConnect feature.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7ec355aa0dad3d28f2eccf4854eb148d787bf0a2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210201preview/host_pool.py
[ "Apache-2.0" ]
Python
vm_template
pulumi.Output[Optional[str]]
def vm_template(self) -> pulumi.Output[Optional[str]]: """ VM template for sessionhosts configuration within hostpool. """ return pulumi.get(self, "vm_template")
VM template for sessionhosts configuration within hostpool.
VM template for sessionhosts configuration within hostpool.
[ "VM", "template", "for", "sessionhosts", "configuration", "within", "hostpool", "." ]
def vm_template(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "vm_template")
[ "def", "vm_template", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_template\"", ")" ]
VM template for sessionhosts configuration within hostpool.
[ "VM", "template", "for", "sessionhosts", "configuration", "within", "hostpool", "." ]
[ "\"\"\"\n VM template for sessionhosts configuration within hostpool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bae4bf939b5c711ec5c71e531f7400577bca9639
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/user.py
[ "Apache-2.0" ]
Python
groups
pulumi.Output[Sequence['outputs.GroupContractPropertiesResponse']]
def groups(self) -> pulumi.Output[Sequence['outputs.GroupContractPropertiesResponse']]: """ Collection of groups user is part of. """ return pulumi.get(self, "groups")
Collection of groups user is part of.
Collection of groups user is part of.
[ "Collection", "of", "groups", "user", "is", "part", "of", "." ]
def groups(self) -> pulumi.Output[Sequence['outputs.GroupContractPropertiesResponse']]: return pulumi.get(self, "groups")
[ "def", "groups", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.GroupContractPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"groups\"", ")" ]
Collection of groups user is part of.
[ "Collection", "of", "groups", "user", "is", "part", "of", "." ]
[ "\"\"\"\n Collection of groups user is part of.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bae4bf939b5c711ec5c71e531f7400577bca9639
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/user.py
[ "Apache-2.0" ]
Python
registration_date
pulumi.Output[Optional[str]]
def registration_date(self) -> pulumi.Output[Optional[str]]: """ Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. """ return pulumi.get(self, "registration_date")
Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
[ "Date", "of", "user", "registration", ".", "The", "date", "conforms", "to", "the", "following", "format", ":", "`", "yyyy", "-", "MM", "-", "ddTHH", ":", "mm", ":", "ssZ", "`", "as", "specified", "by", "the", "ISO", "8601", "standard", "." ]
def registration_date(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "registration_date")
[ "def", "registration_date", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"registration_date\"", ")" ]
Date of user registration.
[ "Date", "of", "user", "registration", "." ]
[ "\"\"\"\n Date of user registration. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
baedc59e734e2c952db1ea520d142225b08d6382
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/flow_log.py
[ "Apache-2.0" ]
Python
flow_analytics_configuration
pulumi.Output[Optional['outputs.TrafficAnalyticsPropertiesResponse']]
def flow_analytics_configuration(self) -> pulumi.Output[Optional['outputs.TrafficAnalyticsPropertiesResponse']]: """ Parameters that define the configuration of traffic analytics. """ return pulumi.get(self, "flow_analytics_configuration")
Parameters that define the configuration of traffic analytics.
Parameters that define the configuration of traffic analytics.
[ "Parameters", "that", "define", "the", "configuration", "of", "traffic", "analytics", "." ]
def flow_analytics_configuration(self) -> pulumi.Output[Optional['outputs.TrafficAnalyticsPropertiesResponse']]: return pulumi.get(self, "flow_analytics_configuration")
[ "def", "flow_analytics_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.TrafficAnalyticsPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"flow_analytics_configuration\"", ")" ]
Parameters that define the configuration of traffic analytics.
[ "Parameters", "that", "define", "the", "configuration", "of", "traffic", "analytics", "." ]
[ "\"\"\"\n Parameters that define the configuration of traffic analytics.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
baedc59e734e2c952db1ea520d142225b08d6382
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/flow_log.py
[ "Apache-2.0" ]
Python
format
pulumi.Output[Optional['outputs.FlowLogFormatParametersResponse']]
def format(self) -> pulumi.Output[Optional['outputs.FlowLogFormatParametersResponse']]: """ Parameters that define the flow log format. """ return pulumi.get(self, "format")
Parameters that define the flow log format.
Parameters that define the flow log format.
[ "Parameters", "that", "define", "the", "flow", "log", "format", "." ]
def format(self) -> pulumi.Output[Optional['outputs.FlowLogFormatParametersResponse']]: return pulumi.get(self, "format")
[ "def", "format", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.FlowLogFormatParametersResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"format\"", ")" ]
Parameters that define the flow log format.
[ "Parameters", "that", "define", "the", "flow", "log", "format", "." ]
[ "\"\"\"\n Parameters that define the flow log format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
baedc59e734e2c952db1ea520d142225b08d6382
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/flow_log.py
[ "Apache-2.0" ]
Python
retention_policy
pulumi.Output[Optional['outputs.RetentionPolicyParametersResponse']]
def retention_policy(self) -> pulumi.Output[Optional['outputs.RetentionPolicyParametersResponse']]: """ Parameters that define the retention policy for flow log. """ return pulumi.get(self, "retention_policy")
Parameters that define the retention policy for flow log.
Parameters that define the retention policy for flow log.
[ "Parameters", "that", "define", "the", "retention", "policy", "for", "flow", "log", "." ]
def retention_policy(self) -> pulumi.Output[Optional['outputs.RetentionPolicyParametersResponse']]: return pulumi.get(self, "retention_policy")
[ "def", "retention_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.RetentionPolicyParametersResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"retention_policy\"", ")" ]
Parameters that define the retention policy for flow log.
[ "Parameters", "that", "define", "the", "retention", "policy", "for", "flow", "log", "." ]
[ "\"\"\"\n Parameters that define the retention policy for flow log.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
baedc59e734e2c952db1ea520d142225b08d6382
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/flow_log.py
[ "Apache-2.0" ]
Python
storage_id
pulumi.Output[str]
def storage_id(self) -> pulumi.Output[str]: """ ID of the storage account which is used to store the flow log. """ return pulumi.get(self, "storage_id")
ID of the storage account which is used to store the flow log.
ID of the storage account which is used to store the flow log.
[ "ID", "of", "the", "storage", "account", "which", "is", "used", "to", "store", "the", "flow", "log", "." ]
def storage_id(self) -> pulumi.Output[str]: return pulumi.get(self, "storage_id")
[ "def", "storage_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_id\"", ")" ]
ID of the storage account which is used to store the flow log.
[ "ID", "of", "the", "storage", "account", "which", "is", "used", "to", "store", "the", "flow", "log", "." ]
[ "\"\"\"\n ID of the storage account which is used to store the flow log.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }