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
9c5d6df2c80219fe8b9af331671411e2d35b07f0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_custom_image.py
[ "Apache-2.0" ]
Python
is_plan_authorized
Optional[bool]
def is_plan_authorized(self) -> Optional[bool]: """ Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment """ return pulumi.get(self, "is_plan_authorized")
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment
[ "Whether", "or", "not", "the", "custom", "images", "underlying", "offer", "/", "plan", "has", "been", "enabled", "for", "programmatic", "deployment" ]
def is_plan_authorized(self) -> Optional[bool]: return pulumi.get(self, "is_plan_authorized")
[ "def", "is_plan_authorized", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_plan_authorized\"", ")" ]
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment
[ "Whether", "or", "not", "the", "custom", "images", "underlying", "offer", "/", "plan", "has", "been", "enabled", "for", "programmatic", "deployment" ]
[ "\"\"\"\n Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9c5d6df2c80219fe8b9af331671411e2d35b07f0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_custom_image.py
[ "Apache-2.0" ]
Python
managed_snapshot_id
Optional[str]
def managed_snapshot_id(self) -> Optional[str]: """ The Managed Snapshot Id backing the custom image. """ return pulumi.get(self, "managed_snapshot_id")
The Managed Snapshot Id backing the custom image.
The Managed Snapshot Id backing the custom image.
[ "The", "Managed", "Snapshot", "Id", "backing", "the", "custom", "image", "." ]
def managed_snapshot_id(self) -> Optional[str]: return pulumi.get(self, "managed_snapshot_id")
[ "def", "managed_snapshot_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_snapshot_id\"", ")" ]
The Managed Snapshot Id backing the custom image.
[ "The", "Managed", "Snapshot", "Id", "backing", "the", "custom", "image", "." ]
[ "\"\"\"\n The Managed Snapshot Id backing the custom 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": [] }
9c61c5f10fdc213ab0ef92530beab167df0693d4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/managed_database.py
[ "Apache-2.0" ]
Python
auto_complete_restore
pulumi.Output[Optional[bool]]
def auto_complete_restore(self) -> pulumi.Output[Optional[bool]]: """ Whether to auto complete restore of this managed database. """ return pulumi.get(self, "auto_complete_restore")
Whether to auto complete restore of this managed database.
Whether to auto complete restore of this managed database.
[ "Whether", "to", "auto", "complete", "restore", "of", "this", "managed", "database", "." ]
def auto_complete_restore(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "auto_complete_restore")
[ "def", "auto_complete_restore", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_complete_restore\"", ")" ]
Whether to auto complete restore of this managed database.
[ "Whether", "to", "auto", "complete", "restore", "of", "this", "managed", "database", "." ]
[ "\"\"\"\n Whether to auto complete restore of this managed database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9c61c5f10fdc213ab0ef92530beab167df0693d4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/managed_database.py
[ "Apache-2.0" ]
Python
last_backup_name
pulumi.Output[Optional[str]]
def last_backup_name(self) -> pulumi.Output[Optional[str]]: """ Last backup file name for restore of this managed database. """ return pulumi.get(self, "last_backup_name")
Last backup file name for restore of this managed database.
Last backup file name for restore of this managed database.
[ "Last", "backup", "file", "name", "for", "restore", "of", "this", "managed", "database", "." ]
def last_backup_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "last_backup_name")
[ "def", "last_backup_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_backup_name\"", ")" ]
Last backup file name for restore of this managed database.
[ "Last", "backup", "file", "name", "for", "restore", "of", "this", "managed", "database", "." ]
[ "\"\"\"\n Last backup file name for restore of this managed database.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9c61c5f10fdc213ab0ef92530beab167df0693d4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/managed_database.py
[ "Apache-2.0" ]
Python
storage_container_sas_token
pulumi.Output[Optional[str]]
def storage_container_sas_token(self) -> pulumi.Output[Optional[str]]: """ Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token. """ return pulumi.get(self, "storage_container_sas_token")
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token.
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token.
[ "Conditional", ".", "If", "createMode", "is", "RestoreExternalBackup", "this", "value", "is", "required", ".", "Specifies", "the", "storage", "container", "sas", "token", "." ]
def storage_container_sas_token(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "storage_container_sas_token")
[ "def", "storage_container_sas_token", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_container_sas_token\"", ")" ]
Conditional.
[ "Conditional", "." ]
[ "\"\"\"\n Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the storage container sas token.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9c61c5f10fdc213ab0ef92530beab167df0693d4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/managed_database.py
[ "Apache-2.0" ]
Python
storage_container_uri
pulumi.Output[Optional[str]]
def storage_container_uri(self) -> pulumi.Output[Optional[str]]: """ Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored. """ return pulumi.get(self, "storage_container_uri")
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.
Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.
[ "Conditional", ".", "If", "createMode", "is", "RestoreExternalBackup", "this", "value", "is", "required", ".", "Specifies", "the", "uri", "of", "the", "storage", "container", "where", "backups", "for", "this", "restore", "are", "stored", "." ]
def storage_container_uri(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "storage_container_uri")
[ "def", "storage_container_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_container_uri\"", ")" ]
Conditional.
[ "Conditional", "." ]
[ "\"\"\"\n Conditional. If createMode is RestoreExternalBackup, this value is required. Specifies the uri of the storage container where backups for this restore are stored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
41d4fbb15347f5e330177cd692edfd966c9a2b7e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190101preview/assessment.py
[ "Apache-2.0" ]
Python
resource_details
pulumi.Output[Any]
def resource_details(self) -> pulumi.Output[Any]: """ Details of the resource that was assessed """ return pulumi.get(self, "resource_details")
Details of the resource that was assessed
Details of the resource that was assessed
[ "Details", "of", "the", "resource", "that", "was", "assessed" ]
def resource_details(self) -> pulumi.Output[Any]: return pulumi.get(self, "resource_details")
[ "def", "resource_details", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_details\"", ")" ]
Details of the resource that was assessed
[ "Details", "of", "the", "resource", "that", "was", "assessed" ]
[ "\"\"\"\n Details of the resource that was assessed\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afbcda7e818d466701eb031211efc5d55c66c027
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/metric_alert.py
[ "Apache-2.0" ]
Python
actions
pulumi.Output[Optional[Sequence['outputs.MetricAlertActionResponse']]]
def actions(self) -> pulumi.Output[Optional[Sequence['outputs.MetricAlertActionResponse']]]: """ the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved. """ return pulumi.get(self, "actions")
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
[ "the", "array", "of", "actions", "that", "are", "performed", "when", "the", "alert", "rule", "becomes", "active", "and", "when", "an", "alert", "condition", "is", "resolved", "." ]
def actions(self) -> pulumi.Output[Optional[Sequence['outputs.MetricAlertActionResponse']]]: return pulumi.get(self, "actions")
[ "def", "actions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.MetricAlertActionResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"actions\"", ")" ]
the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.
[ "the", "array", "of", "actions", "that", "are", "performed", "when", "the", "alert", "rule", "becomes", "active", "and", "when", "an", "alert", "condition", "is", "resolved", "." ]
[ "\"\"\"\n the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afbcda7e818d466701eb031211efc5d55c66c027
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/metric_alert.py
[ "Apache-2.0" ]
Python
criteria
pulumi.Output[Any]
def criteria(self) -> pulumi.Output[Any]: """ defines the specific alert criteria information. """ return pulumi.get(self, "criteria")
defines the specific alert criteria information.
defines the specific alert criteria information.
[ "defines", "the", "specific", "alert", "criteria", "information", "." ]
def criteria(self) -> pulumi.Output[Any]: return pulumi.get(self, "criteria")
[ "def", "criteria", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"criteria\"", ")" ]
defines the specific alert criteria information.
[ "defines", "the", "specific", "alert", "criteria", "information", "." ]
[ "\"\"\"\n defines the specific alert criteria information.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afbcda7e818d466701eb031211efc5d55c66c027
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/metric_alert.py
[ "Apache-2.0" ]
Python
is_migrated
pulumi.Output[bool]
def is_migrated(self) -> pulumi.Output[bool]: """ the value indicating whether this alert rule is migrated. """ return pulumi.get(self, "is_migrated")
the value indicating whether this alert rule is migrated.
the value indicating whether this alert rule is migrated.
[ "the", "value", "indicating", "whether", "this", "alert", "rule", "is", "migrated", "." ]
def is_migrated(self) -> pulumi.Output[bool]: return pulumi.get(self, "is_migrated")
[ "def", "is_migrated", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_migrated\"", ")" ]
the value indicating whether this alert rule is migrated.
[ "the", "value", "indicating", "whether", "this", "alert", "rule", "is", "migrated", "." ]
[ "\"\"\"\n the value indicating whether this alert rule is migrated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afbcda7e818d466701eb031211efc5d55c66c027
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/metric_alert.py
[ "Apache-2.0" ]
Python
target_resource_region
pulumi.Output[Optional[str]]
def target_resource_region(self) -> pulumi.Output[Optional[str]]: """ the region of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource. """ return pulumi.get(self, "target_resource_region...
the region of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource.
the region of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource.
[ "the", "region", "of", "the", "target", "resource", "(", "s", ")", "on", "which", "the", "alert", "is", "created", "/", "updated", ".", "Mandatory", "if", "the", "scope", "contains", "a", "subscription", "resource", "group", "or", "more", "than", "one", ...
def target_resource_region(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "target_resource_region")
[ "def", "target_resource_region", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resource_region\"", ")" ]
the region of the target resource(s) on which the alert is created/updated.
[ "the", "region", "of", "the", "target", "resource", "(", "s", ")", "on", "which", "the", "alert", "is", "created", "/", "updated", "." ]
[ "\"\"\"\n the region of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afbcda7e818d466701eb031211efc5d55c66c027
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/latest/metric_alert.py
[ "Apache-2.0" ]
Python
target_resource_type
pulumi.Output[Optional[str]]
def target_resource_type(self) -> pulumi.Output[Optional[str]]: """ the resource type of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource. """ return pulumi.get(self, "target_resource_t...
the resource type of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource.
the resource type of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource.
[ "the", "resource", "type", "of", "the", "target", "resource", "(", "s", ")", "on", "which", "the", "alert", "is", "created", "/", "updated", ".", "Mandatory", "if", "the", "scope", "contains", "a", "subscription", "resource", "group", "or", "more", "than",...
def target_resource_type(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "target_resource_type")
[ "def", "target_resource_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resource_type\"", ")" ]
the resource type of the target resource(s) on which the alert is created/updated.
[ "the", "resource", "type", "of", "the", "target", "resource", "(", "s", ")", "on", "which", "the", "alert", "is", "created", "/", "updated", "." ]
[ "\"\"\"\n the resource type of the target resource(s) on which the alert is created/updated. Mandatory if the scope contains a subscription, resource group, or more than one resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
band_width_rate_in_mbps
Optional[int]
def band_width_rate_in_mbps(self) -> Optional[int]: """ The bandwidth-rate set on the volume container. """ return pulumi.get(self, "band_width_rate_in_mbps")
The bandwidth-rate set on the volume container.
The bandwidth-rate set on the volume container.
[ "The", "bandwidth", "-", "rate", "set", "on", "the", "volume", "container", "." ]
def band_width_rate_in_mbps(self) -> Optional[int]: return pulumi.get(self, "band_width_rate_in_mbps")
[ "def", "band_width_rate_in_mbps", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"band_width_rate_in_mbps\"", ")" ]
The bandwidth-rate set on the volume container.
[ "The", "bandwidth", "-", "rate", "set", "on", "the", "volume", "container", "." ]
[ "\"\"\"\n The bandwidth-rate set on the volume container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
bandwidth_setting_id
Optional[str]
def bandwidth_setting_id(self) -> Optional[str]: """ The ID of the bandwidth setting associated with the volume container. """ return pulumi.get(self, "bandwidth_setting_id")
The ID of the bandwidth setting associated with the volume container.
The ID of the bandwidth setting associated with the volume container.
[ "The", "ID", "of", "the", "bandwidth", "setting", "associated", "with", "the", "volume", "container", "." ]
def bandwidth_setting_id(self) -> Optional[str]: return pulumi.get(self, "bandwidth_setting_id")
[ "def", "bandwidth_setting_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"bandwidth_setting_id\"", ")" ]
The ID of the bandwidth setting associated with the volume container.
[ "The", "ID", "of", "the", "bandwidth", "setting", "associated", "with", "the", "volume", "container", "." ]
[ "\"\"\"\n The ID of the bandwidth setting associated with the volume container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
encryption_key
Optional['outputs.AsymmetricEncryptedSecretResponse']
def encryption_key(self) -> Optional['outputs.AsymmetricEncryptedSecretResponse']: """ The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled". """ return pulumi.get(self, "encryption_key")
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is "Enabled".
[ "The", "key", "used", "to", "encrypt", "data", "in", "the", "volume", "container", ".", "It", "is", "required", "when", "property", "'", "EncryptionStatus", "'", "is", "\"", "Enabled", "\"", "." ]
def encryption_key(self) -> Optional['outputs.AsymmetricEncryptedSecretResponse']: return pulumi.get(self, "encryption_key")
[ "def", "encryption_key", "(", "self", ")", "->", "Optional", "[", "'outputs.AsymmetricEncryptedSecretResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_key\"", ")" ]
The key used to encrypt data in the volume container.
[ "The", "key", "used", "to", "encrypt", "data", "in", "the", "volume", "container", "." ]
[ "\"\"\"\n The key used to encrypt data in the volume container. It is required when property 'EncryptionStatus' is \"Enabled\".\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
encryption_status
str
def encryption_status(self) -> str: """ The flag to denote whether encryption is enabled or not. """ return pulumi.get(self, "encryption_status")
The flag to denote whether encryption is enabled or not.
The flag to denote whether encryption is enabled or not.
[ "The", "flag", "to", "denote", "whether", "encryption", "is", "enabled", "or", "not", "." ]
def encryption_status(self) -> str: return pulumi.get(self, "encryption_status")
[ "def", "encryption_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_status\"", ")" ]
The flag to denote whether encryption is enabled or not.
[ "The", "flag", "to", "denote", "whether", "encryption", "is", "enabled", "or", "not", "." ]
[ "\"\"\"\n The flag to denote whether encryption is enabled or not.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
owner_ship_status
str
def owner_ship_status(self) -> str: """ The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted. """ return pulumi.get(self, "owner_ship_status")
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
The owner ship status of the volume container. Only when the status is "NotOwned", the delete operation on the volume container is permitted.
[ "The", "owner", "ship", "status", "of", "the", "volume", "container", ".", "Only", "when", "the", "status", "is", "\"", "NotOwned", "\"", "the", "delete", "operation", "on", "the", "volume", "container", "is", "permitted", "." ]
def owner_ship_status(self) -> str: return pulumi.get(self, "owner_ship_status")
[ "def", "owner_ship_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"owner_ship_status\"", ")" ]
The owner ship status of the volume container.
[ "The", "owner", "ship", "status", "of", "the", "volume", "container", "." ]
[ "\"\"\"\n The owner ship status of the volume container. Only when the status is \"NotOwned\", the delete operation on the volume container is permitted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
total_cloud_storage_usage_in_bytes
float
def total_cloud_storage_usage_in_bytes(self) -> float: """ The total cloud storage for the volume container. """ return pulumi.get(self, "total_cloud_storage_usage_in_bytes")
The total cloud storage for the volume container.
The total cloud storage for the volume container.
[ "The", "total", "cloud", "storage", "for", "the", "volume", "container", "." ]
def total_cloud_storage_usage_in_bytes(self) -> float: return pulumi.get(self, "total_cloud_storage_usage_in_bytes")
[ "def", "total_cloud_storage_usage_in_bytes", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"total_cloud_storage_usage_in_bytes\"", ")" ]
The total cloud storage for the volume container.
[ "The", "total", "cloud", "storage", "for", "the", "volume", "container", "." ]
[ "\"\"\"\n The total cloud storage for the volume container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
afc634e1f8679a6b4bf7a07387a487d2c5376653
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_volume_container.py
[ "Apache-2.0" ]
Python
volume_count
int
def volume_count(self) -> int: """ The number of volumes in the volume Container. """ return pulumi.get(self, "volume_count")
The number of volumes in the volume Container.
The number of volumes in the volume Container.
[ "The", "number", "of", "volumes", "in", "the", "volume", "Container", "." ]
def volume_count(self) -> int: return pulumi.get(self, "volume_count")
[ "def", "volume_count", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volume_count\"", ")" ]
The number of volumes in the volume Container.
[ "The", "number", "of", "volumes", "in", "the", "volume", "Container", "." ]
[ "\"\"\"\n The number of volumes in the volume Container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b392911cc182057b41ce91375d34ffe125ca79a5
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/maps/get_private_atlase.py
[ "Apache-2.0" ]
Python
properties
'outputs.PrivateAtlasPropertiesResponse'
def properties(self) -> 'outputs.PrivateAtlasPropertiesResponse': """ The Private Atlas resource properties. """ return pulumi.get(self, "properties")
The Private Atlas resource properties.
The Private Atlas resource properties.
[ "The", "Private", "Atlas", "resource", "properties", "." ]
def properties(self) -> 'outputs.PrivateAtlasPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.PrivateAtlasPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The Private Atlas resource properties.
[ "The", "Private", "Atlas", "resource", "properties", "." ]
[ "\"\"\"\n The Private Atlas resource properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3a3677000fc338150e2dbcd5dfb76145a75ecf7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/azureactivedirectory/get_b2_c_tenant.py
[ "Apache-2.0" ]
Python
billing_config
Optional['outputs.B2CTenantResourcePropertiesResponseBillingConfig']
def billing_config(self) -> Optional['outputs.B2CTenantResourcePropertiesResponseBillingConfig']: """ The billing configuration for the tenant. """ return pulumi.get(self, "billing_config")
The billing configuration for the tenant.
The billing configuration for the tenant.
[ "The", "billing", "configuration", "for", "the", "tenant", "." ]
def billing_config(self) -> Optional['outputs.B2CTenantResourcePropertiesResponseBillingConfig']: return pulumi.get(self, "billing_config")
[ "def", "billing_config", "(", "self", ")", "->", "Optional", "[", "'outputs.B2CTenantResourcePropertiesResponseBillingConfig'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"billing_config\"", ")" ]
The billing configuration for the tenant.
[ "The", "billing", "configuration", "for", "the", "tenant", "." ]
[ "\"\"\"\n The billing configuration for the tenant.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3a3677000fc338150e2dbcd5dfb76145a75ecf7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/azureactivedirectory/get_b2_c_tenant.py
[ "Apache-2.0" ]
Python
sku
'outputs.B2CResourceSKUResponse'
def sku(self) -> 'outputs.B2CResourceSKUResponse': """ SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at [aka.ms/b2cBilling](https://aka.ms/b2cBilling). """ return pulumi.get(self, "sku")
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at [aka.ms/b2cBilling](https://aka.ms/b2cBilling).
SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at [aka.ms/b2cBilling].
[ "SKU", "properties", "of", "the", "Azure", "AD", "B2C", "tenant", ".", "Learn", "more", "about", "Azure", "AD", "B2C", "billing", "at", "[", "aka", ".", "ms", "/", "b2cBilling", "]", "." ]
def sku(self) -> 'outputs.B2CResourceSKUResponse': return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "'outputs.B2CResourceSKUResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
SKU properties of the Azure AD B2C tenant.
[ "SKU", "properties", "of", "the", "Azure", "AD", "B2C", "tenant", "." ]
[ "\"\"\"\n SKU properties of the Azure AD B2C tenant. Learn more about Azure AD B2C billing at [aka.ms/b2cBilling](https://aka.ms/b2cBilling).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0c986856e7c2c740cb392cbfe844e65d28badb36
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/search/v20150819/get_service.py
[ "Apache-2.0" ]
Python
hosting_mode
Optional[str]
def hosting_mode(self) -> Optional[str]: """ Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'defa...
Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this valu...
Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKUs, this value must be...
[ "Applicable", "only", "for", "the", "standard3", "SKU", ".", "You", "can", "set", "this", "property", "to", "enable", "up", "to", "3", "high", "density", "partitions", "that", "allow", "up", "to", "1000", "indexes", "which", "is", "much", "higher", "than",...
def hosting_mode(self) -> Optional[str]: return pulumi.get(self, "hosting_mode")
[ "def", "hosting_mode", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hosting_mode\"", ")" ]
Applicable only for the standard3 SKU.
[ "Applicable", "only", "for", "the", "standard3", "SKU", "." ]
[ "\"\"\"\n Applicable only for the standard3 SKU. You can set this property to enable up to 3 high density partitions that allow up to 1000 indexes, which is much higher than the maximum indexes allowed for any other SKU. For the standard3 SKU, the value is either 'default' or 'highDensity'. For all other SKU...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0cb305c4d87b4d9aa953ccd9d592ed3fa2e3df4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine.py
[ "Apache-2.0" ]
Python
billing_profile
Optional['outputs.BillingProfileResponse']
def billing_profile(self) -> Optional['outputs.BillingProfileResponse']: """ Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01. """ return pulumi.get(self, "billing_profile")
Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.
Specifies the billing related details of a Azure Spot virtual machine.
[ "Specifies", "the", "billing", "related", "details", "of", "a", "Azure", "Spot", "virtual", "machine", "." ]
def billing_profile(self) -> Optional['outputs.BillingProfileResponse']: return pulumi.get(self, "billing_profile")
[ "def", "billing_profile", "(", "self", ")", "->", "Optional", "[", "'outputs.BillingProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"billing_profile\"", ")" ]
Specifies the billing related details of a Azure Spot virtual machine.
[ "Specifies", "the", "billing", "related", "details", "of", "a", "Azure", "Spot", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the billing related details of a Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0cb305c4d87b4d9aa953ccd9d592ed3fa2e3df4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine.py
[ "Apache-2.0" ]
Python
host
Optional['outputs.SubResourceResponse']
def host(self) -> Optional['outputs.SubResourceResponse']: """ Specifies information about the dedicated host that the virtual machine resides in. <br><br>Minimum api-version: 2018-10-01. """ return pulumi.get(self, "host")
Specifies information about the dedicated host that the virtual machine resides in. <br><br>Minimum api-version: 2018-10-01.
Specifies information about the dedicated host that the virtual machine resides in.
[ "Specifies", "information", "about", "the", "dedicated", "host", "that", "the", "virtual", "machine", "resides", "in", "." ]
def host(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "host")
[ "def", "host", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host\"", ")" ]
Specifies information about the dedicated host that the virtual machine resides in.
[ "Specifies", "information", "about", "the", "dedicated", "host", "that", "the", "virtual", "machine", "resides", "in", "." ]
[ "\"\"\"\n Specifies information about the dedicated host that the virtual machine resides in. <br><br>Minimum api-version: 2018-10-01.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0cb305c4d87b4d9aa953ccd9d592ed3fa2e3df4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine.py
[ "Apache-2.0" ]
Python
identity
Optional['outputs.VirtualMachineIdentityResponse']
def identity(self) -> Optional['outputs.VirtualMachineIdentityResponse']: """ The identity of the virtual machine, if configured. """ return pulumi.get(self, "identity")
The identity of the virtual machine, if configured.
The identity of the virtual machine, if configured.
[ "The", "identity", "of", "the", "virtual", "machine", "if", "configured", "." ]
def identity(self) -> Optional['outputs.VirtualMachineIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "Optional", "[", "'outputs.VirtualMachineIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the virtual machine, if configured.
[ "The", "identity", "of", "the", "virtual", "machine", "if", "configured", "." ]
[ "\"\"\"\n The identity of the virtual machine, if configured.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0cb305c4d87b4d9aa953ccd9d592ed3fa2e3df4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine.py
[ "Apache-2.0" ]
Python
instance_view
'outputs.VirtualMachineInstanceViewResponse'
def instance_view(self) -> 'outputs.VirtualMachineInstanceViewResponse': """ The virtual machine instance view. """ return pulumi.get(self, "instance_view")
The virtual machine instance view.
The virtual machine instance view.
[ "The", "virtual", "machine", "instance", "view", "." ]
def instance_view(self) -> 'outputs.VirtualMachineInstanceViewResponse': return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "'outputs.VirtualMachineInstanceViewResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The virtual machine instance view.
[ "The", "virtual", "machine", "instance", "view", "." ]
[ "\"\"\"\n The virtual machine instance view.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0cb305c4d87b4d9aa953ccd9d592ed3fa2e3df4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20191201/get_virtual_machine.py
[ "Apache-2.0" ]
Python
proximity_placement_group
Optional['outputs.SubResourceResponse']
def proximity_placement_group(self) -> Optional['outputs.SubResourceResponse']: """ Specifies information about the proximity placement group that the virtual machine should be assigned to. <br><br>Minimum api-version: 2018-04-01. """ return pulumi.get(self, "proximity_placement_group")
Specifies information about the proximity placement group that the virtual machine should be assigned to. <br><br>Minimum api-version: 2018-04-01.
Specifies information about the proximity placement group that the virtual machine should be assigned to.
[ "Specifies", "information", "about", "the", "proximity", "placement", "group", "that", "the", "virtual", "machine", "should", "be", "assigned", "to", "." ]
def proximity_placement_group(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "proximity_placement_group")
[ "def", "proximity_placement_group", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"proximity_placement_group\"", ")" ]
Specifies information about the proximity placement group that the virtual machine should be assigned to.
[ "Specifies", "information", "about", "the", "proximity", "placement", "group", "that", "the", "virtual", "machine", "should", "be", "assigned", "to", "." ]
[ "\"\"\"\n Specifies information about the proximity placement group that the virtual machine should be assigned to. <br><br>Minimum api-version: 2018-04-01.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0d488beec2a925d5ca2d9daeed385ce57b10a24
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/scheduler/v20160301/get_job_collection.py
[ "Apache-2.0" ]
Python
properties
'outputs.JobCollectionPropertiesResponse'
def properties(self) -> 'outputs.JobCollectionPropertiesResponse': """ Gets or sets the job collection properties. """ return pulumi.get(self, "properties")
Gets or sets the job collection properties.
Gets or sets the job collection properties.
[ "Gets", "or", "sets", "the", "job", "collection", "properties", "." ]
def properties(self) -> 'outputs.JobCollectionPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.JobCollectionPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Gets or sets the job collection properties.
[ "Gets", "or", "sets", "the", "job", "collection", "properties", "." ]
[ "\"\"\"\n Gets or sets the job collection properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0d774af0c79290153cd5f0d4e673513772d41b4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/delegatednetwork/v20200808preview/get_orchestrator_instance_service_details.py
[ "Apache-2.0" ]
Python
cluster_root_ca
Optional[str]
def cluster_root_ca(self) -> 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) -> Optional[str]: return pulumi.get(self, "cluster_root_ca")
[ "def", "cluster_root_ca", "(", "self", ")", "->", "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": [] }
e0e5de2bc03b60e4af84476f692a4fe6d42de5e2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/keyvault/get_key.py
[ "Apache-2.0" ]
Python
attributes
Optional['outputs.KeyAttributesResponse']
def attributes(self) -> Optional['outputs.KeyAttributesResponse']: """ The attributes of the key. """ return pulumi.get(self, "attributes")
The attributes of the key.
The attributes of the key.
[ "The", "attributes", "of", "the", "key", "." ]
def attributes(self) -> Optional['outputs.KeyAttributesResponse']: return pulumi.get(self, "attributes")
[ "def", "attributes", "(", "self", ")", "->", "Optional", "[", "'outputs.KeyAttributesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"attributes\"", ")" ]
The attributes of the key.
[ "The", "attributes", "of", "the", "key", "." ]
[ "\"\"\"\n The attributes of the key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0e5de2bc03b60e4af84476f692a4fe6d42de5e2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/keyvault/get_key.py
[ "Apache-2.0" ]
Python
curve_name
Optional[str]
def curve_name(self) -> Optional[str]: """ The elliptic curve name. For valid values, see JsonWebKeyCurveName. """ return pulumi.get(self, "curve_name")
The elliptic curve name. For valid values, see JsonWebKeyCurveName.
The elliptic curve name. For valid values, see JsonWebKeyCurveName.
[ "The", "elliptic", "curve", "name", ".", "For", "valid", "values", "see", "JsonWebKeyCurveName", "." ]
def curve_name(self) -> Optional[str]: return pulumi.get(self, "curve_name")
[ "def", "curve_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"curve_name\"", ")" ]
The elliptic curve name.
[ "The", "elliptic", "curve", "name", "." ]
[ "\"\"\"\n The elliptic curve name. For valid values, see JsonWebKeyCurveName.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0e5de2bc03b60e4af84476f692a4fe6d42de5e2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/keyvault/get_key.py
[ "Apache-2.0" ]
Python
key_uri_with_version
str
def key_uri_with_version(self) -> str: """ The URI to retrieve the specific version of the key. """ return pulumi.get(self, "key_uri_with_version")
The URI to retrieve the specific version of the key.
The URI to retrieve the specific version of the key.
[ "The", "URI", "to", "retrieve", "the", "specific", "version", "of", "the", "key", "." ]
def key_uri_with_version(self) -> str: return pulumi.get(self, "key_uri_with_version")
[ "def", "key_uri_with_version", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key_uri_with_version\"", ")" ]
The URI to retrieve the specific version of the key.
[ "The", "URI", "to", "retrieve", "the", "specific", "version", "of", "the", "key", "." ]
[ "\"\"\"\n The URI to retrieve the specific version of the key.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0e5de2bc03b60e4af84476f692a4fe6d42de5e2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/keyvault/get_key.py
[ "Apache-2.0" ]
Python
kty
Optional[str]
def kty(self) -> Optional[str]: """ The type of the key. For valid values, see JsonWebKeyType. """ return pulumi.get(self, "kty")
The type of the key. For valid values, see JsonWebKeyType.
The type of the key. For valid values, see JsonWebKeyType.
[ "The", "type", "of", "the", "key", ".", "For", "valid", "values", "see", "JsonWebKeyType", "." ]
def kty(self) -> Optional[str]: return pulumi.get(self, "kty")
[ "def", "kty", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"kty\"", ")" ]
The type of the key.
[ "The", "type", "of", "the", "key", "." ]
[ "\"\"\"\n The type of the key. For valid values, see JsonWebKeyType.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e0e894fb08823ed971b29de132f224e5ad7b1441
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/latest/list_database_account_keys.py
[ "Apache-2.0" ]
Python
list_database_account_keys
AwaitableListDatabaseAccountKeysResult
def list_database_account_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountKeysResult: """ The access keys for the given database account. ...
The access keys for the given database account. Latest API Version: 2021-01-15. :param str account_name: Cosmos DB database account name. :param str resource_group_name: The name of the resource group. The name is case insensitive.
The access keys for the given database account.
[ "The", "access", "keys", "for", "the", "given", "database", "account", "." ]
def list_database_account_keys(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountKeysResult: pulumi.log.warn("list_database_account_keys is deprecate...
[ "def", "list_database_account_keys", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", ...
The access keys for the given database account.
[ "The", "access", "keys", "for", "the", "given", "database", "account", "." ]
[ "\"\"\"\n The access keys for the given database account.\n Latest API Version: 2021-01-15.\n\n\n :param str account_name: Cosmos DB database account name.\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\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": "Cosmos DB database account name.", "docstring_tokens": [ "Cosmos", "DB", "database", "account", "name", "." ], "...
e0fc1945d81f46a763290bef732628a505efb655
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/v20150320/list_workspace_keys.py
[ "Apache-2.0" ]
Python
list_workspace_keys
AwaitableListWorkspaceKeysResult
def list_workspace_keys(resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult: """ The shared keys for a workspace. :param str resource_group_name: Th...
The shared keys for a workspace. :param str resource_group_name: The Resource Group name. :param str workspace_name: The Log Analytics Workspace name.
The shared keys for a workspace.
[ "The", "shared", "keys", "for", "a", "workspace", "." ]
def list_workspace_keys(resource_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult: __args__ = dict() __args__['resourceGroupName'] = resource_group_name __a...
[ "def", "list_workspace_keys", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "workspace_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "Non...
The shared keys for a workspace.
[ "The", "shared", "keys", "for", "a", "workspace", "." ]
[ "\"\"\"\n The shared keys for a workspace.\n\n\n :param str resource_group_name: The Resource Group name.\n :param str workspace_name: The Log Analytics Workspace name.\n \"\"\"" ]
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "workspace_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "resource_group_name", "type": "Optional[str]", "docstring": "The Resource Group name.", "docstring_tokens": [ "The", "Resource", "Group", "name", "." ], "default": null, ...
91740d1c9a3fbfb64b625b9fcfd62bf146b7faf1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/azuredata/sql_server.py
[ "Apache-2.0" ]
Python
cores
pulumi.Output[Optional[int]]
def cores(self) -> pulumi.Output[Optional[int]]: """ Cores of the Sql Server. """ return pulumi.get(self, "cores")
Cores of the Sql Server.
Cores of the Sql Server.
[ "Cores", "of", "the", "Sql", "Server", "." ]
def cores(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "cores")
[ "def", "cores", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cores\"", ")" ]
Cores of the Sql Server.
[ "Cores", "of", "the", "Sql", "Server", "." ]
[ "\"\"\"\n Cores of the Sql 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": [] }
91740d1c9a3fbfb64b625b9fcfd62bf146b7faf1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/azuredata/sql_server.py
[ "Apache-2.0" ]
Python
property_bag
pulumi.Output[Optional[str]]
def property_bag(self) -> pulumi.Output[Optional[str]]: """ Sql Server Json Property Bag. """ return pulumi.get(self, "property_bag")
Sql Server Json Property Bag.
Sql Server Json Property Bag.
[ "Sql", "Server", "Json", "Property", "Bag", "." ]
def property_bag(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "property_bag")
[ "def", "property_bag", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"property_bag\"", ")" ]
Sql Server Json Property Bag.
[ "Sql", "Server", "Json", "Property", "Bag", "." ]
[ "\"\"\"\n Sql Server Json Property Bag.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
91740d1c9a3fbfb64b625b9fcfd62bf146b7faf1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/azuredata/sql_server.py
[ "Apache-2.0" ]
Python
registration_id
pulumi.Output[Optional[str]]
def registration_id(self) -> pulumi.Output[Optional[str]]: """ ID for Parent Sql Server Registration. """ return pulumi.get(self, "registration_id")
ID for Parent Sql Server Registration.
ID for Parent Sql Server Registration.
[ "ID", "for", "Parent", "Sql", "Server", "Registration", "." ]
def registration_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "registration_id")
[ "def", "registration_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"registration_id\"", ")" ]
ID for Parent Sql Server Registration.
[ "ID", "for", "Parent", "Sql", "Server", "Registration", "." ]
[ "\"\"\"\n ID for Parent Sql Server Registration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb08e4146ee779b17288f36e21a92c309b94259
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_virtual_machine.py
[ "Apache-2.0" ]
Python
controllers
Sequence['outputs.VirtualDiskControllerResponse']
def controllers(self) -> Sequence['outputs.VirtualDiskControllerResponse']: """ The list of Virtual Disks' Controllers """ return pulumi.get(self, "controllers")
The list of Virtual Disks' Controllers
The list of Virtual Disks' Controllers
[ "The", "list", "of", "Virtual", "Disks", "'", "Controllers" ]
def controllers(self) -> Sequence['outputs.VirtualDiskControllerResponse']: return pulumi.get(self, "controllers")
[ "def", "controllers", "(", "self", ")", "->", "Sequence", "[", "'outputs.VirtualDiskControllerResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"controllers\"", ")" ]
The list of Virtual Disks' Controllers
[ "The", "list", "of", "Virtual", "Disks", "'", "Controllers" ]
[ "\"\"\"\n The list of Virtual Disks' Controllers\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb08e4146ee779b17288f36e21a92c309b94259
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_virtual_machine.py
[ "Apache-2.0" ]
Python
dnsname
str
def dnsname(self) -> str: """ The DNS name of Virtual Machine in VCenter """ return pulumi.get(self, "dnsname")
The DNS name of Virtual Machine in VCenter
The DNS name of Virtual Machine in VCenter
[ "The", "DNS", "name", "of", "Virtual", "Machine", "in", "VCenter" ]
def dnsname(self) -> str: return pulumi.get(self, "dnsname")
[ "def", "dnsname", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dnsname\"", ")" ]
The DNS name of Virtual Machine in VCenter
[ "The", "DNS", "name", "of", "Virtual", "Machine", "in", "VCenter" ]
[ "\"\"\"\n The DNS name of Virtual Machine in VCenter\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb08e4146ee779b17288f36e21a92c309b94259
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_virtual_machine.py
[ "Apache-2.0" ]
Python
folder
str
def folder(self) -> str: """ The path to virtual machine folder in VCenter """ return pulumi.get(self, "folder")
The path to virtual machine folder in VCenter
The path to virtual machine folder in VCenter
[ "The", "path", "to", "virtual", "machine", "folder", "in", "VCenter" ]
def folder(self) -> str: return pulumi.get(self, "folder")
[ "def", "folder", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"folder\"", ")" ]
The path to virtual machine folder in VCenter
[ "The", "path", "to", "virtual", "machine", "folder", "in", "VCenter" ]
[ "\"\"\"\n The path to virtual machine folder in VCenter\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb08e4146ee779b17288f36e21a92c309b94259
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_virtual_machine.py
[ "Apache-2.0" ]
Python
v_sphere_networks
Optional[Sequence[str]]
def v_sphere_networks(self) -> Optional[Sequence[str]]: """ The list of Virtual VSphere Networks """ return pulumi.get(self, "v_sphere_networks")
The list of Virtual VSphere Networks
The list of Virtual VSphere Networks
[ "The", "list", "of", "Virtual", "VSphere", "Networks" ]
def v_sphere_networks(self) -> Optional[Sequence[str]]: return pulumi.get(self, "v_sphere_networks")
[ "def", "v_sphere_networks", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"v_sphere_networks\"", ")" ]
The list of Virtual VSphere Networks
[ "The", "list", "of", "Virtual", "VSphere", "Networks" ]
[ "\"\"\"\n The list of Virtual VSphere Networks\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb259fd27ffb8e9cbe795ae827d3f981a5bf955
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/firewall_policy.py
[ "Apache-2.0" ]
Python
base_policy
pulumi.Output[Optional['outputs.SubResourceResponse']]
def base_policy(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: """ The parent firewall policy from which rules are inherited. """ return pulumi.get(self, "base_policy")
The parent firewall policy from which rules are inherited.
The parent firewall policy from which rules are inherited.
[ "The", "parent", "firewall", "policy", "from", "which", "rules", "are", "inherited", "." ]
def base_policy(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: return pulumi.get(self, "base_policy")
[ "def", "base_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"base_policy\"", ")" ]
The parent firewall policy from which rules are inherited.
[ "The", "parent", "firewall", "policy", "from", "which", "rules", "are", "inherited", "." ]
[ "\"\"\"\n The parent firewall policy from which rules are inherited.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb259fd27ffb8e9cbe795ae827d3f981a5bf955
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/firewall_policy.py
[ "Apache-2.0" ]
Python
child_policies
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def child_policies(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ List of references to Child Firewall Policies. """ return pulumi.get(self, "child_policies")
List of references to Child Firewall Policies.
List of references to Child Firewall Policies.
[ "List", "of", "references", "to", "Child", "Firewall", "Policies", "." ]
def child_policies(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "child_policies")
[ "def", "child_policies", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"child_policies\"", ")" ]
List of references to Child Firewall Policies.
[ "List", "of", "references", "to", "Child", "Firewall", "Policies", "." ]
[ "\"\"\"\n List of references to Child Firewall 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": [] }
ddb259fd27ffb8e9cbe795ae827d3f981a5bf955
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/firewall_policy.py
[ "Apache-2.0" ]
Python
firewalls
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def firewalls(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ List of references to Azure Firewalls that this Firewall Policy is associated with. """ return pulumi.get(self, "firewalls")
List of references to Azure Firewalls that this Firewall Policy is associated with.
List of references to Azure Firewalls that this Firewall Policy is associated with.
[ "List", "of", "references", "to", "Azure", "Firewalls", "that", "this", "Firewall", "Policy", "is", "associated", "with", "." ]
def firewalls(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "firewalls")
[ "def", "firewalls", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"firewalls\"", ")" ]
List of references to Azure Firewalls that this Firewall Policy is associated with.
[ "List", "of", "references", "to", "Azure", "Firewalls", "that", "this", "Firewall", "Policy", "is", "associated", "with", "." ]
[ "\"\"\"\n List of references to Azure Firewalls that this Firewall Policy is associated with.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb259fd27ffb8e9cbe795ae827d3f981a5bf955
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/firewall_policy.py
[ "Apache-2.0" ]
Python
intrusion_detection
pulumi.Output[Optional['outputs.FirewallPolicyIntrusionDetectionResponse']]
def intrusion_detection(self) -> pulumi.Output[Optional['outputs.FirewallPolicyIntrusionDetectionResponse']]: """ The configuration for Intrusion detection. """ return pulumi.get(self, "intrusion_detection")
The configuration for Intrusion detection.
The configuration for Intrusion detection.
[ "The", "configuration", "for", "Intrusion", "detection", "." ]
def intrusion_detection(self) -> pulumi.Output[Optional['outputs.FirewallPolicyIntrusionDetectionResponse']]: return pulumi.get(self, "intrusion_detection")
[ "def", "intrusion_detection", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.FirewallPolicyIntrusionDetectionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"intrusion_detection\"", ")" ]
The configuration for Intrusion detection.
[ "The", "configuration", "for", "Intrusion", "detection", "." ]
[ "\"\"\"\n The configuration for Intrusion detection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb259fd27ffb8e9cbe795ae827d3f981a5bf955
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/firewall_policy.py
[ "Apache-2.0" ]
Python
rule_collection_groups
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def rule_collection_groups(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ List of references to FirewallPolicyRuleCollectionGroups. """ return pulumi.get(self, "rule_collection_groups")
List of references to FirewallPolicyRuleCollectionGroups.
List of references to FirewallPolicyRuleCollectionGroups.
[ "List", "of", "references", "to", "FirewallPolicyRuleCollectionGroups", "." ]
def rule_collection_groups(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "rule_collection_groups")
[ "def", "rule_collection_groups", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rule_collection_groups\"", ")" ]
List of references to FirewallPolicyRuleCollectionGroups.
[ "List", "of", "references", "to", "FirewallPolicyRuleCollectionGroups", "." ]
[ "\"\"\"\n List of references to FirewallPolicyRuleCollectionGroups.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddb259fd27ffb8e9cbe795ae827d3f981a5bf955
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/firewall_policy.py
[ "Apache-2.0" ]
Python
threat_intel_whitelist
pulumi.Output[Optional['outputs.FirewallPolicyThreatIntelWhitelistResponse']]
def threat_intel_whitelist(self) -> pulumi.Output[Optional['outputs.FirewallPolicyThreatIntelWhitelistResponse']]: """ ThreatIntel Whitelist for Firewall Policy. """ return pulumi.get(self, "threat_intel_whitelist")
ThreatIntel Whitelist for Firewall Policy.
ThreatIntel Whitelist for Firewall Policy.
[ "ThreatIntel", "Whitelist", "for", "Firewall", "Policy", "." ]
def threat_intel_whitelist(self) -> pulumi.Output[Optional['outputs.FirewallPolicyThreatIntelWhitelistResponse']]: return pulumi.get(self, "threat_intel_whitelist")
[ "def", "threat_intel_whitelist", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.FirewallPolicyThreatIntelWhitelistResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"threat_intel_whitelist\"", ")" ]
ThreatIntel Whitelist for Firewall Policy.
[ "ThreatIntel", "Whitelist", "for", "Firewall", "Policy", "." ]
[ "\"\"\"\n ThreatIntel Whitelist for Firewall 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": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
conflict_resolution_policy
pulumi.Output[Optional[str]]
def conflict_resolution_policy(self) -> pulumi.Output[Optional[str]]: """ Conflict resolution policy of the sync group. """ return pulumi.get(self, "conflict_resolution_policy")
Conflict resolution policy of the sync group.
Conflict resolution policy of the sync group.
[ "Conflict", "resolution", "policy", "of", "the", "sync", "group", "." ]
def conflict_resolution_policy(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "conflict_resolution_policy")
[ "def", "conflict_resolution_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"conflict_resolution_policy\"", ")" ]
Conflict resolution policy of the sync group.
[ "Conflict", "resolution", "policy", "of", "the", "sync", "group", "." ]
[ "\"\"\"\n Conflict resolution policy of the sync 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": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
enable_conflict_logging
pulumi.Output[Optional[bool]]
def enable_conflict_logging(self) -> pulumi.Output[Optional[bool]]: """ If conflict logging is enabled. """ return pulumi.get(self, "enable_conflict_logging")
If conflict logging is enabled.
If conflict logging is enabled.
[ "If", "conflict", "logging", "is", "enabled", "." ]
def enable_conflict_logging(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "enable_conflict_logging")
[ "def", "enable_conflict_logging", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_conflict_logging\"", ")" ]
If conflict logging is enabled.
[ "If", "conflict", "logging", "is", "enabled", "." ]
[ "\"\"\"\n If conflict logging is enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
hub_database_password
pulumi.Output[Optional[str]]
def hub_database_password(self) -> pulumi.Output[Optional[str]]: """ Password for the sync group hub database credential. """ return pulumi.get(self, "hub_database_password")
Password for the sync group hub database credential.
Password for the sync group hub database credential.
[ "Password", "for", "the", "sync", "group", "hub", "database", "credential", "." ]
def hub_database_password(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "hub_database_password")
[ "def", "hub_database_password", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hub_database_password\"", ")" ]
Password for the sync group hub database credential.
[ "Password", "for", "the", "sync", "group", "hub", "database", "credential", "." ]
[ "\"\"\"\n Password for the sync group hub database credential.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
hub_database_user_name
pulumi.Output[Optional[str]]
def hub_database_user_name(self) -> pulumi.Output[Optional[str]]: """ User name for the sync group hub database credential. """ return pulumi.get(self, "hub_database_user_name")
User name for the sync group hub database credential.
User name for the sync group hub database credential.
[ "User", "name", "for", "the", "sync", "group", "hub", "database", "credential", "." ]
def hub_database_user_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "hub_database_user_name")
[ "def", "hub_database_user_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hub_database_user_name\"", ")" ]
User name for the sync group hub database credential.
[ "User", "name", "for", "the", "sync", "group", "hub", "database", "credential", "." ]
[ "\"\"\"\n User name for the sync group hub database credential.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
last_sync_time
pulumi.Output[str]
def last_sync_time(self) -> pulumi.Output[str]: """ Last sync time of the sync group. """ return pulumi.get(self, "last_sync_time")
Last sync time of the sync group.
Last sync time of the sync group.
[ "Last", "sync", "time", "of", "the", "sync", "group", "." ]
def last_sync_time(self) -> pulumi.Output[str]: return pulumi.get(self, "last_sync_time")
[ "def", "last_sync_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_sync_time\"", ")" ]
Last sync time of the sync group.
[ "Last", "sync", "time", "of", "the", "sync", "group", "." ]
[ "\"\"\"\n Last sync time of the sync 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": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
schema
pulumi.Output[Optional['outputs.SyncGroupSchemaResponse']]
def schema(self) -> pulumi.Output[Optional['outputs.SyncGroupSchemaResponse']]: """ Sync schema of the sync group. """ return pulumi.get(self, "schema")
Sync schema of the sync group.
Sync schema of the sync group.
[ "Sync", "schema", "of", "the", "sync", "group", "." ]
def schema(self) -> pulumi.Output[Optional['outputs.SyncGroupSchemaResponse']]: return pulumi.get(self, "schema")
[ "def", "schema", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SyncGroupSchemaResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schema\"", ")" ]
Sync schema of the sync group.
[ "Sync", "schema", "of", "the", "sync", "group", "." ]
[ "\"\"\"\n Sync schema of the sync 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": [] }
ddbe429066327c64f11a199cb7a8ca5b1ba3aae7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200801preview/sync_group.py
[ "Apache-2.0" ]
Python
sync_database_id
pulumi.Output[Optional[str]]
def sync_database_id(self) -> pulumi.Output[Optional[str]]: """ ARM resource id of the sync database in the sync group. """ return pulumi.get(self, "sync_database_id")
ARM resource id of the sync database in the sync group.
ARM resource id of the sync database in the sync group.
[ "ARM", "resource", "id", "of", "the", "sync", "database", "in", "the", "sync", "group", "." ]
def sync_database_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "sync_database_id")
[ "def", "sync_database_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sync_database_id\"", ")" ]
ARM resource id of the sync database in the sync group.
[ "ARM", "resource", "id", "of", "the", "sync", "database", "in", "the", "sync", "group", "." ]
[ "\"\"\"\n ARM resource id of the sync database in the sync 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": [] }
dde03f804c9d0b1fe64e23d4856db407bcf70605
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_container.py
[ "Apache-2.0" ]
Python
container_status
str
def container_status(self) -> str: """ Current status of the container. """ return pulumi.get(self, "container_status")
Current status of the container.
Current status of the container.
[ "Current", "status", "of", "the", "container", "." ]
def container_status(self) -> str: return pulumi.get(self, "container_status")
[ "def", "container_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_status\"", ")" ]
Current status of the container.
[ "Current", "status", "of", "the", "container", "." ]
[ "\"\"\"\n Current status of the container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dde03f804c9d0b1fe64e23d4856db407bcf70605
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_container.py
[ "Apache-2.0" ]
Python
created_date_time
str
def created_date_time(self) -> str: """ The UTC time when container got created. """ return pulumi.get(self, "created_date_time")
The UTC time when container got created.
The UTC time when container got created.
[ "The", "UTC", "time", "when", "container", "got", "created", "." ]
def created_date_time(self) -> str: return pulumi.get(self, "created_date_time")
[ "def", "created_date_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created_date_time\"", ")" ]
The UTC time when container got created.
[ "The", "UTC", "time", "when", "container", "got", "created", "." ]
[ "\"\"\"\n The UTC time when container got created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dde03f804c9d0b1fe64e23d4856db407bcf70605
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_container.py
[ "Apache-2.0" ]
Python
refresh_details
'outputs.RefreshDetailsResponse'
def refresh_details(self) -> 'outputs.RefreshDetailsResponse': """ Details of the refresh job on this container. """ return pulumi.get(self, "refresh_details")
Details of the refresh job on this container.
Details of the refresh job on this container.
[ "Details", "of", "the", "refresh", "job", "on", "this", "container", "." ]
def refresh_details(self) -> 'outputs.RefreshDetailsResponse': return pulumi.get(self, "refresh_details")
[ "def", "refresh_details", "(", "self", ")", "->", "'outputs.RefreshDetailsResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"refresh_details\"", ")" ]
Details of the refresh job on this container.
[ "Details", "of", "the", "refresh", "job", "on", "this", "container", "." ]
[ "\"\"\"\n Details of the refresh job on this container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dde4c09d813fa670b1b2d46474b03fb0d918bb1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/v20191001/managed_cluster.py
[ "Apache-2.0" ]
Python
api_server_access_profile
pulumi.Output[Optional['outputs.ManagedClusterAPIServerAccessProfileResponse']]
def api_server_access_profile(self) -> pulumi.Output[Optional['outputs.ManagedClusterAPIServerAccessProfileResponse']]: """ Access profile for managed cluster API server. """ return pulumi.get(self, "api_server_access_profile")
Access profile for managed cluster API server.
Access profile for managed cluster API server.
[ "Access", "profile", "for", "managed", "cluster", "API", "server", "." ]
def api_server_access_profile(self) -> pulumi.Output[Optional['outputs.ManagedClusterAPIServerAccessProfileResponse']]: return pulumi.get(self, "api_server_access_profile")
[ "def", "api_server_access_profile", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ManagedClusterAPIServerAccessProfileResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"api_server_access_profile\"", ")" ]
Access profile for managed cluster API server.
[ "Access", "profile", "for", "managed", "cluster", "API", "server", "." ]
[ "\"\"\"\n Access profile for managed cluster 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": [] }
dde4c09d813fa670b1b2d46474b03fb0d918bb1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/v20191001/managed_cluster.py
[ "Apache-2.0" ]
Python
enable_pod_security_policy
pulumi.Output[Optional[bool]]
def enable_pod_security_policy(self) -> pulumi.Output[Optional[bool]]: """ (DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy. """ return pulumi.get(self, "enable_pod_securi...
(DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy.
(DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020.
[ "(", "DEPRECATING", ")", "Whether", "to", "enable", "Kubernetes", "pod", "security", "policy", "(", "preview", ")", ".", "This", "feature", "is", "set", "for", "removal", "on", "October", "15th", "2020", "." ]
def enable_pod_security_policy(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "enable_pod_security_policy")
[ "def", "enable_pod_security_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_pod_security_policy\"", ")" ]
(DEPRECATING) Whether to enable Kubernetes pod security policy (preview).
[ "(", "DEPRECATING", ")", "Whether", "to", "enable", "Kubernetes", "pod", "security", "policy", "(", "preview", ")", "." ]
[ "\"\"\"\n (DEPRECATING) Whether to enable Kubernetes pod security policy (preview). This feature is set for removal on October 15th, 2020. Learn more at aka.ms/aks/azpodpolicy.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dde4c09d813fa670b1b2d46474b03fb0d918bb1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/v20191001/managed_cluster.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output[Optional['outputs.ManagedClusterIdentityResponse']]
def identity(self) -> pulumi.Output[Optional['outputs.ManagedClusterIdentityResponse']]: """ The identity of the managed cluster, if configured. """ return pulumi.get(self, "identity")
The identity of the managed cluster, if configured.
The identity of the managed cluster, if configured.
[ "The", "identity", "of", "the", "managed", "cluster", "if", "configured", "." ]
def identity(self) -> pulumi.Output[Optional['outputs.ManagedClusterIdentityResponse']]: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ManagedClusterIdentityResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the managed cluster, if configured.
[ "The", "identity", "of", "the", "managed", "cluster", "if", "configured", "." ]
[ "\"\"\"\n The identity of the managed cluster, if configured.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dde4c09d813fa670b1b2d46474b03fb0d918bb1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/v20191001/managed_cluster.py
[ "Apache-2.0" ]
Python
max_agent_pools
pulumi.Output[int]
def max_agent_pools(self) -> pulumi.Output[int]: """ The max number of agent pools for the managed cluster. """ return pulumi.get(self, "max_agent_pools")
The max number of agent pools for the managed cluster.
The max number of agent pools for the managed cluster.
[ "The", "max", "number", "of", "agent", "pools", "for", "the", "managed", "cluster", "." ]
def max_agent_pools(self) -> pulumi.Output[int]: return pulumi.get(self, "max_agent_pools")
[ "def", "max_agent_pools", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_agent_pools\"", ")" ]
The max number of agent pools for the managed cluster.
[ "The", "max", "number", "of", "agent", "pools", "for", "the", "managed", "cluster", "." ]
[ "\"\"\"\n The max number of agent pools for the managed 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": [] }
dde4c09d813fa670b1b2d46474b03fb0d918bb1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/v20191001/managed_cluster.py
[ "Apache-2.0" ]
Python
node_resource_group
pulumi.Output[Optional[str]]
def node_resource_group(self) -> pulumi.Output[Optional[str]]: """ Name of the resource group containing agent pool nodes. """ return pulumi.get(self, "node_resource_group")
Name of the resource group containing agent pool nodes.
Name of the resource group containing agent pool nodes.
[ "Name", "of", "the", "resource", "group", "containing", "agent", "pool", "nodes", "." ]
def node_resource_group(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "node_resource_group")
[ "def", "node_resource_group", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"node_resource_group\"", ")" ]
Name of the resource group containing agent pool nodes.
[ "Name", "of", "the", "resource", "group", "containing", "agent", "pool", "nodes", "." ]
[ "\"\"\"\n Name of the resource group containing agent pool nodes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dde4c09d813fa670b1b2d46474b03fb0d918bb1b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerservice/v20191001/managed_cluster.py
[ "Apache-2.0" ]
Python
windows_profile
pulumi.Output[Optional['outputs.ManagedClusterWindowsProfileResponse']]
def windows_profile(self) -> pulumi.Output[Optional['outputs.ManagedClusterWindowsProfileResponse']]: """ Profile for Windows VMs in the container service cluster. """ return pulumi.get(self, "windows_profile")
Profile for Windows VMs in the container service cluster.
Profile for Windows VMs in the container service cluster.
[ "Profile", "for", "Windows", "VMs", "in", "the", "container", "service", "cluster", "." ]
def windows_profile(self) -> pulumi.Output[Optional['outputs.ManagedClusterWindowsProfileResponse']]: return pulumi.get(self, "windows_profile")
[ "def", "windows_profile", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ManagedClusterWindowsProfileResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"windows_profile\"", ")" ]
Profile for Windows VMs in the container service cluster.
[ "Profile", "for", "Windows", "VMs", "in", "the", "container", "service", "cluster", "." ]
[ "\"\"\"\n Profile for Windows VMs in the container service 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": [] }
54e87b5c9d4070b78f374e5fc56da59b96a6c122
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/order.py
[ "Apache-2.0" ]
Python
current_status
pulumi.Output[Optional['outputs.OrderStatusResponse']]
def current_status(self) -> pulumi.Output[Optional['outputs.OrderStatusResponse']]: """ Current status of the order. """ return pulumi.get(self, "current_status")
Current status of the order.
Current status of the order.
[ "Current", "status", "of", "the", "order", "." ]
def current_status(self) -> pulumi.Output[Optional['outputs.OrderStatusResponse']]: return pulumi.get(self, "current_status")
[ "def", "current_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.OrderStatusResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"current_status\"", ")" ]
Current status of the order.
[ "Current", "status", "of", "the", "order", "." ]
[ "\"\"\"\n Current status of the order.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54f3022ea77980a51350735ab4accad69f7ea220
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20180701preview/get_remediation_at_management_group.py
[ "Apache-2.0" ]
Python
deployment_status
Optional['outputs.RemediationDeploymentSummaryResponse']
def deployment_status(self) -> Optional['outputs.RemediationDeploymentSummaryResponse']: """ The deployment status summary for all deployments created by the remediation. """ return pulumi.get(self, "deployment_status")
The deployment status summary for all deployments created by the remediation.
The deployment status summary for all deployments created by the remediation.
[ "The", "deployment", "status", "summary", "for", "all", "deployments", "created", "by", "the", "remediation", "." ]
def deployment_status(self) -> Optional['outputs.RemediationDeploymentSummaryResponse']: return pulumi.get(self, "deployment_status")
[ "def", "deployment_status", "(", "self", ")", "->", "Optional", "[", "'outputs.RemediationDeploymentSummaryResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deployment_status\"", ")" ]
The deployment status summary for all deployments created by the remediation.
[ "The", "deployment", "status", "summary", "for", "all", "deployments", "created", "by", "the", "remediation", "." ]
[ "\"\"\"\n The deployment status summary for all deployments created by the remediation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54f3022ea77980a51350735ab4accad69f7ea220
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20180701preview/get_remediation_at_management_group.py
[ "Apache-2.0" ]
Python
filters
Optional['outputs.RemediationFiltersResponse']
def filters(self) -> Optional['outputs.RemediationFiltersResponse']: """ The filters that will be applied to determine which resources to remediate. """ return pulumi.get(self, "filters")
The filters that will be applied to determine which resources to remediate.
The filters that will be applied to determine which resources to remediate.
[ "The", "filters", "that", "will", "be", "applied", "to", "determine", "which", "resources", "to", "remediate", "." ]
def filters(self) -> Optional['outputs.RemediationFiltersResponse']: return pulumi.get(self, "filters")
[ "def", "filters", "(", "self", ")", "->", "Optional", "[", "'outputs.RemediationFiltersResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filters\"", ")" ]
The filters that will be applied to determine which resources to remediate.
[ "The", "filters", "that", "will", "be", "applied", "to", "determine", "which", "resources", "to", "remediate", "." ]
[ "\"\"\"\n The filters that will be applied to determine which resources to remediate.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54f3022ea77980a51350735ab4accad69f7ea220
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20180701preview/get_remediation_at_management_group.py
[ "Apache-2.0" ]
Python
policy_assignment_id
Optional[str]
def policy_assignment_id(self) -> Optional[str]: """ The resource ID of the policy assignment that should be remediated. """ return pulumi.get(self, "policy_assignment_id")
The resource ID of the policy assignment that should be remediated.
The resource ID of the policy assignment that should be remediated.
[ "The", "resource", "ID", "of", "the", "policy", "assignment", "that", "should", "be", "remediated", "." ]
def policy_assignment_id(self) -> Optional[str]: return pulumi.get(self, "policy_assignment_id")
[ "def", "policy_assignment_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy_assignment_id\"", ")" ]
The resource ID of the policy assignment that should be remediated.
[ "The", "resource", "ID", "of", "the", "policy", "assignment", "that", "should", "be", "remediated", "." ]
[ "\"\"\"\n The resource ID of the policy assignment that should be remediated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
54f3022ea77980a51350735ab4accad69f7ea220
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/v20180701preview/get_remediation_at_management_group.py
[ "Apache-2.0" ]
Python
policy_definition_reference_id
Optional[str]
def policy_definition_reference_id(self) -> Optional[str]: """ The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition. """ return pulumi.get(self, "policy_definition_r...
The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns a policy set definition.
[ "The", "policy", "definition", "reference", "ID", "of", "the", "individual", "definition", "that", "should", "be", "remediated", ".", "Required", "when", "the", "policy", "assignment", "being", "remediated", "assigns", "a", "policy", "set", "definition", "." ]
def policy_definition_reference_id(self) -> Optional[str]: return pulumi.get(self, "policy_definition_reference_id")
[ "def", "policy_definition_reference_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy_definition_reference_id\"", ")" ]
The policy definition reference ID of the individual definition that should be remediated.
[ "The", "policy", "definition", "reference", "ID", "of", "the", "individual", "definition", "that", "should", "be", "remediated", "." ]
[ "\"\"\"\n The policy definition reference ID of the individual definition that should be remediated. Required when the policy assignment being remediated assigns 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": [] }
1f166059039cc393f25b89d3ff9682db1b4fa94a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20200101/adaptive_application_control.py
[ "Apache-2.0" ]
Python
configuration_status
pulumi.Output[str]
def configuration_status(self) -> pulumi.Output[str]: """ The configuration status of the machines group or machine or rule """ return pulumi.get(self, "configuration_status")
The configuration status of the machines group or machine or rule
The configuration status of the machines group or machine or rule
[ "The", "configuration", "status", "of", "the", "machines", "group", "or", "machine", "or", "rule" ]
def configuration_status(self) -> pulumi.Output[str]: return pulumi.get(self, "configuration_status")
[ "def", "configuration_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"configuration_status\"", ")" ]
The configuration status of the machines group or machine or rule
[ "The", "configuration", "status", "of", "the", "machines", "group", "or", "machine", "or", "rule" ]
[ "\"\"\"\n The configuration status of the machines group or machine or rule\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f166059039cc393f25b89d3ff9682db1b4fa94a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20200101/adaptive_application_control.py
[ "Apache-2.0" ]
Python
enforcement_mode
pulumi.Output[Optional[str]]
def enforcement_mode(self) -> pulumi.Output[Optional[str]]: """ The application control policy enforcement/protection mode of the machine group """ return pulumi.get(self, "enforcement_mode")
The application control policy enforcement/protection mode of the machine group
The application control policy enforcement/protection mode of the machine group
[ "The", "application", "control", "policy", "enforcement", "/", "protection", "mode", "of", "the", "machine", "group" ]
def enforcement_mode(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "enforcement_mode")
[ "def", "enforcement_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enforcement_mode\"", ")" ]
The application control policy enforcement/protection mode of the machine group
[ "The", "application", "control", "policy", "enforcement", "/", "protection", "mode", "of", "the", "machine", "group" ]
[ "\"\"\"\n The application control policy enforcement/protection mode of the machine 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": [] }
1f166059039cc393f25b89d3ff9682db1b4fa94a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20200101/adaptive_application_control.py
[ "Apache-2.0" ]
Python
protection_mode
pulumi.Output[Optional['outputs.ProtectionModeResponse']]
def protection_mode(self) -> pulumi.Output[Optional['outputs.ProtectionModeResponse']]: """ The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux. """ return pulumi.get(self, "protection_mode")
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
[ "The", "protection", "mode", "of", "the", "collection", "/", "file", "types", ".", "Exe", "/", "Msi", "/", "Script", "are", "used", "for", "Windows", "Executable", "is", "used", "for", "Linux", "." ]
def protection_mode(self) -> pulumi.Output[Optional['outputs.ProtectionModeResponse']]: return pulumi.get(self, "protection_mode")
[ "def", "protection_mode", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ProtectionModeResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"protection_mode\"", ")" ]
The protection mode of the collection/file types.
[ "The", "protection", "mode", "of", "the", "collection", "/", "file", "types", "." ]
[ "\"\"\"\n The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f166059039cc393f25b89d3ff9682db1b4fa94a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20200101/adaptive_application_control.py
[ "Apache-2.0" ]
Python
recommendation_status
pulumi.Output[str]
def recommendation_status(self) -> pulumi.Output[str]: """ The initial recommendation status of the machine group or machine """ return pulumi.get(self, "recommendation_status")
The initial recommendation status of the machine group or machine
The initial recommendation status of the machine group or machine
[ "The", "initial", "recommendation", "status", "of", "the", "machine", "group", "or", "machine" ]
def recommendation_status(self) -> pulumi.Output[str]: return pulumi.get(self, "recommendation_status")
[ "def", "recommendation_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"recommendation_status\"", ")" ]
The initial recommendation status of the machine group or machine
[ "The", "initial", "recommendation", "status", "of", "the", "machine", "group", "or", "machine" ]
[ "\"\"\"\n The initial recommendation status of the machine group or machine\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f166059039cc393f25b89d3ff9682db1b4fa94a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20200101/adaptive_application_control.py
[ "Apache-2.0" ]
Python
source_system
pulumi.Output[str]
def source_system(self) -> pulumi.Output[str]: """ The source type of the machine group """ return pulumi.get(self, "source_system")
The source type of the machine group
The source type of the machine group
[ "The", "source", "type", "of", "the", "machine", "group" ]
def source_system(self) -> pulumi.Output[str]: return pulumi.get(self, "source_system")
[ "def", "source_system", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source_system\"", ")" ]
The source type of the machine group
[ "The", "source", "type", "of", "the", "machine", "group" ]
[ "\"\"\"\n The source type of the machine 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": [] }
1f2776fd76bd8e206a2b2c2f7e7f25547941ebb8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20160901preview/appliance.py
[ "Apache-2.0" ]
Python
appliance_definition_id
pulumi.Output[Optional[str]]
def appliance_definition_id(self) -> pulumi.Output[Optional[str]]: """ The fully qualified path of appliance definition Id. """ return pulumi.get(self, "appliance_definition_id")
The fully qualified path of appliance definition Id.
The fully qualified path of appliance definition Id.
[ "The", "fully", "qualified", "path", "of", "appliance", "definition", "Id", "." ]
def appliance_definition_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "appliance_definition_id")
[ "def", "appliance_definition_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"appliance_definition_id\"", ")" ]
The fully qualified path of appliance definition Id.
[ "The", "fully", "qualified", "path", "of", "appliance", "definition", "Id", "." ]
[ "\"\"\"\n The fully qualified path of appliance definition Id.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2776fd76bd8e206a2b2c2f7e7f25547941ebb8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20160901preview/appliance.py
[ "Apache-2.0" ]
Python
outputs
pulumi.Output[Any]
def outputs(self) -> pulumi.Output[Any]: """ Name and value pairs that define the appliance outputs. """ return pulumi.get(self, "outputs")
Name and value pairs that define the appliance outputs.
Name and value pairs that define the appliance outputs.
[ "Name", "and", "value", "pairs", "that", "define", "the", "appliance", "outputs", "." ]
def outputs(self) -> pulumi.Output[Any]: return pulumi.get(self, "outputs")
[ "def", "outputs", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"outputs\"", ")" ]
Name and value pairs that define the appliance outputs.
[ "Name", "and", "value", "pairs", "that", "define", "the", "appliance", "outputs", "." ]
[ "\"\"\"\n Name and value pairs that define the appliance outputs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2776fd76bd8e206a2b2c2f7e7f25547941ebb8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/v20160901preview/appliance.py
[ "Apache-2.0" ]
Python
ui_definition_uri
pulumi.Output[Optional[str]]
def ui_definition_uri(self) -> pulumi.Output[Optional[str]]: """ The blob URI where the UI definition file is located. """ return pulumi.get(self, "ui_definition_uri")
The blob URI where the UI definition file is located.
The blob URI where the UI definition file is located.
[ "The", "blob", "URI", "where", "the", "UI", "definition", "file", "is", "located", "." ]
def ui_definition_uri(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "ui_definition_uri")
[ "def", "ui_definition_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ui_definition_uri\"", ")" ]
The blob URI where the UI definition file is located.
[ "The", "blob", "URI", "where", "the", "UI", "definition", "file", "is", "located", "." ]
[ "\"\"\"\n The blob URI where the UI definition file is located.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a07b88c1a34ca1a4dc7aca433de99b68ac669aa4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridnetwork/v20200101preview/get_vendor_skus.py
[ "Apache-2.0" ]
Python
managed_application_parameters
Optional[Any]
def managed_application_parameters(self) -> Optional[Any]: """ The parameters for the managed application to be supplied by the vendor. """ return pulumi.get(self, "managed_application_parameters")
The parameters for the managed application to be supplied by the vendor.
The parameters for the managed application to be supplied by the vendor.
[ "The", "parameters", "for", "the", "managed", "application", "to", "be", "supplied", "by", "the", "vendor", "." ]
def managed_application_parameters(self) -> Optional[Any]: return pulumi.get(self, "managed_application_parameters")
[ "def", "managed_application_parameters", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_application_parameters\"", ")" ]
The parameters for the managed application to be supplied by the vendor.
[ "The", "parameters", "for", "the", "managed", "application", "to", "be", "supplied", "by", "the", "vendor", "." ]
[ "\"\"\"\n The parameters for the managed application to be supplied by the vendor.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a07b88c1a34ca1a4dc7aca433de99b68ac669aa4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridnetwork/v20200101preview/get_vendor_skus.py
[ "Apache-2.0" ]
Python
managed_application_template
Optional[Any]
def managed_application_template(self) -> Optional[Any]: """ The template for the managed application deployment. """ return pulumi.get(self, "managed_application_template")
The template for the managed application deployment.
The template for the managed application deployment.
[ "The", "template", "for", "the", "managed", "application", "deployment", "." ]
def managed_application_template(self) -> Optional[Any]: return pulumi.get(self, "managed_application_template")
[ "def", "managed_application_template", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_application_template\"", ")" ]
The template for the managed application deployment.
[ "The", "template", "for", "the", "managed", "application", "deployment", "." ]
[ "\"\"\"\n The template for the managed application deployment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
a07b88c1a34ca1a4dc7aca433de99b68ac669aa4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridnetwork/v20200101preview/get_vendor_skus.py
[ "Apache-2.0" ]
Python
network_function_template
Optional['outputs.NetworkFunctionTemplateResponse']
def network_function_template(self) -> Optional['outputs.NetworkFunctionTemplateResponse']: """ The template definition of the network function. """ return pulumi.get(self, "network_function_template")
The template definition of the network function.
The template definition of the network function.
[ "The", "template", "definition", "of", "the", "network", "function", "." ]
def network_function_template(self) -> Optional['outputs.NetworkFunctionTemplateResponse']: return pulumi.get(self, "network_function_template")
[ "def", "network_function_template", "(", "self", ")", "->", "Optional", "[", "'outputs.NetworkFunctionTemplateResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_function_template\"", ")" ]
The template definition of the network function.
[ "The", "template", "definition", "of", "the", "network", "function", "." ]
[ "\"\"\"\n The template definition of the network 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": [] }
56f433d398e16366504ad2c9ddef8e0add5a351a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace_authorization_rule.py
[ "Apache-2.0" ]
Python
claim_type
pulumi.Output[str]
def claim_type(self) -> pulumi.Output[str]: """ A string that describes the claim type """ return pulumi.get(self, "claim_type")
A string that describes the claim type
A string that describes the claim type
[ "A", "string", "that", "describes", "the", "claim", "type" ]
def claim_type(self) -> pulumi.Output[str]: return pulumi.get(self, "claim_type")
[ "def", "claim_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"claim_type\"", ")" ]
A string that describes the claim type
[ "A", "string", "that", "describes", "the", "claim", "type" ]
[ "\"\"\"\n A string that describes the claim 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": [] }
56f433d398e16366504ad2c9ddef8e0add5a351a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace_authorization_rule.py
[ "Apache-2.0" ]
Python
claim_value
pulumi.Output[str]
def claim_value(self) -> pulumi.Output[str]: """ A string that describes the claim value """ return pulumi.get(self, "claim_value")
A string that describes the claim value
A string that describes the claim value
[ "A", "string", "that", "describes", "the", "claim", "value" ]
def claim_value(self) -> pulumi.Output[str]: return pulumi.get(self, "claim_value")
[ "def", "claim_value", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"claim_value\"", ")" ]
A string that describes the claim value
[ "A", "string", "that", "describes", "the", "claim", "value" ]
[ "\"\"\"\n A string that describes the claim value\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56f433d398e16366504ad2c9ddef8e0add5a351a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace_authorization_rule.py
[ "Apache-2.0" ]
Python
modified_time
pulumi.Output[str]
def modified_time(self) -> pulumi.Output[str]: """ The last modified time for this rule """ return pulumi.get(self, "modified_time")
The last modified time for this rule
The last modified time for this rule
[ "The", "last", "modified", "time", "for", "this", "rule" ]
def modified_time(self) -> pulumi.Output[str]: return pulumi.get(self, "modified_time")
[ "def", "modified_time", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"modified_time\"", ")" ]
The last modified time for this rule
[ "The", "last", "modified", "time", "for", "this", "rule" ]
[ "\"\"\"\n The last modified time for this rule\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56f433d398e16366504ad2c9ddef8e0add5a351a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace_authorization_rule.py
[ "Apache-2.0" ]
Python
rights
pulumi.Output[Optional[Sequence[str]]]
def rights(self) -> pulumi.Output[Optional[Sequence[str]]]: """ The rights associated with the rule. """ return pulumi.get(self, "rights")
The rights associated with the rule.
The rights associated with the rule.
[ "The", "rights", "associated", "with", "the", "rule", "." ]
def rights(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "rights")
[ "def", "rights", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rights\"", ")" ]
The rights associated with the rule.
[ "The", "rights", "associated", "with", "the", "rule", "." ]
[ "\"\"\"\n The rights associated with the rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56f4b91fd4bbaad3a201fcadb73b767129178022
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20210101/get_certificate.py
[ "Apache-2.0" ]
Python
delete_certificate_error
'outputs.DeleteCertificateErrorResponse'
def delete_certificate_error(self) -> 'outputs.DeleteCertificateErrorResponse': """ This is only returned when the certificate provisioningState is 'Failed'. """ return pulumi.get(self, "delete_certificate_error")
This is only returned when the certificate provisioningState is 'Failed'.
This is only returned when the certificate provisioningState is 'Failed'.
[ "This", "is", "only", "returned", "when", "the", "certificate", "provisioningState", "is", "'", "Failed", "'", "." ]
def delete_certificate_error(self) -> 'outputs.DeleteCertificateErrorResponse': return pulumi.get(self, "delete_certificate_error")
[ "def", "delete_certificate_error", "(", "self", ")", "->", "'outputs.DeleteCertificateErrorResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"delete_certificate_error\"", ")" ]
This is only returned when the certificate provisioningState is 'Failed'.
[ "This", "is", "only", "returned", "when", "the", "certificate", "provisioningState", "is", "'", "Failed", "'", "." ]
[ "\"\"\"\n This is only returned when the certificate provisioningState is 'Failed'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56f4b91fd4bbaad3a201fcadb73b767129178022
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20210101/get_certificate.py
[ "Apache-2.0" ]
Python
previous_provisioning_state
str
def previous_provisioning_state(self) -> str: """ The previous provisioned state of the resource """ return pulumi.get(self, "previous_provisioning_state")
The previous provisioned state of the resource
The previous provisioned state of the resource
[ "The", "previous", "provisioned", "state", "of", "the", "resource" ]
def previous_provisioning_state(self) -> str: return pulumi.get(self, "previous_provisioning_state")
[ "def", "previous_provisioning_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"previous_provisioning_state\"", ")" ]
The previous provisioned state of the resource
[ "The", "previous", "provisioned", "state", "of", "the", "resource" ]
[ "\"\"\"\n The previous provisioned state of the resource\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56f4b91fd4bbaad3a201fcadb73b767129178022
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20210101/get_certificate.py
[ "Apache-2.0" ]
Python
public_data
str
def public_data(self) -> str: """ The public key of the certificate. """ return pulumi.get(self, "public_data")
The public key of the certificate.
The public key of the certificate.
[ "The", "public", "key", "of", "the", "certificate", "." ]
def public_data(self) -> str: return pulumi.get(self, "public_data")
[ "def", "public_data", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_data\"", ")" ]
The public key of the certificate.
[ "The", "public", "key", "of", "the", "certificate", "." ]
[ "\"\"\"\n The public key of the certificate.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56f4b91fd4bbaad3a201fcadb73b767129178022
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batch/v20210101/get_certificate.py
[ "Apache-2.0" ]
Python
thumbprint_algorithm
Optional[str]
def thumbprint_algorithm(self) -> Optional[str]: """ This must match the first portion of the certificate name. Currently required to be 'SHA1'. """ return pulumi.get(self, "thumbprint_algorithm")
This must match the first portion of the certificate name. Currently required to be 'SHA1'.
This must match the first portion of the certificate name. Currently required to be 'SHA1'.
[ "This", "must", "match", "the", "first", "portion", "of", "the", "certificate", "name", ".", "Currently", "required", "to", "be", "'", "SHA1", "'", "." ]
def thumbprint_algorithm(self) -> Optional[str]: return pulumi.get(self, "thumbprint_algorithm")
[ "def", "thumbprint_algorithm", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"thumbprint_algorithm\"", ")" ]
This must match the first portion of the certificate name.
[ "This", "must", "match", "the", "first", "portion", "of", "the", "certificate", "name", "." ]
[ "\"\"\"\n This must match the first portion of the certificate name. Currently required to be 'SHA1'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
capabilities
pulumi.Output[Optional[Sequence['outputs.CapabilityResponse']]]
def capabilities(self) -> pulumi.Output[Optional[Sequence['outputs.CapabilityResponse']]]: """ List of Cosmos DB capabilities for the account """ return pulumi.get(self, "capabilities")
List of Cosmos DB capabilities for the account
List of Cosmos DB capabilities for the account
[ "List", "of", "Cosmos", "DB", "capabilities", "for", "the", "account" ]
def capabilities(self) -> pulumi.Output[Optional[Sequence['outputs.CapabilityResponse']]]: return pulumi.get(self, "capabilities")
[ "def", "capabilities", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.CapabilityResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"capabilities\"", ")" ]
List of Cosmos DB capabilities for the account
[ "List", "of", "Cosmos", "DB", "capabilities", "for", "the", "account" ]
[ "\"\"\"\n List of Cosmos DB capabilities 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
connector_offer
pulumi.Output[Optional[str]]
def connector_offer(self) -> pulumi.Output[Optional[str]]: """ The cassandra connector offer type for the Cosmos DB database C* account. """ return pulumi.get(self, "connector_offer")
The cassandra connector offer type for the Cosmos DB database C* account.
The cassandra connector offer type for the Cosmos DB database C* account.
[ "The", "cassandra", "connector", "offer", "type", "for", "the", "Cosmos", "DB", "database", "C", "*", "account", "." ]
def connector_offer(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "connector_offer")
[ "def", "connector_offer", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"connector_offer\"", ")" ]
The cassandra connector offer type for the Cosmos DB database C* account.
[ "The", "cassandra", "connector", "offer", "type", "for", "the", "Cosmos", "DB", "database", "C", "*", "account", "." ]
[ "\"\"\"\n The cassandra connector offer type for the Cosmos DB database C* 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
consistency_policy
pulumi.Output[Optional['outputs.ConsistencyPolicyResponse']]
def consistency_policy(self) -> pulumi.Output[Optional['outputs.ConsistencyPolicyResponse']]: """ The consistency policy for the Cosmos DB database account. """ return pulumi.get(self, "consistency_policy")
The consistency policy for the Cosmos DB database account.
The consistency policy for the Cosmos DB database account.
[ "The", "consistency", "policy", "for", "the", "Cosmos", "DB", "database", "account", "." ]
def consistency_policy(self) -> pulumi.Output[Optional['outputs.ConsistencyPolicyResponse']]: return pulumi.get(self, "consistency_policy")
[ "def", "consistency_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ConsistencyPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"consistency_policy\"", ")" ]
The consistency policy for the Cosmos DB database account.
[ "The", "consistency", "policy", "for", "the", "Cosmos", "DB", "database", "account", "." ]
[ "\"\"\"\n The consistency policy for the Cosmos DB database 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
database_account_offer_type
pulumi.Output[str]
def database_account_offer_type(self) -> pulumi.Output[str]: """ The offer type for the Cosmos DB database account. Default value: Standard. """ return pulumi.get(self, "database_account_offer_type")
The offer type for the Cosmos DB database account. Default value: Standard.
The offer type for the Cosmos DB database account. Default value: Standard.
[ "The", "offer", "type", "for", "the", "Cosmos", "DB", "database", "account", ".", "Default", "value", ":", "Standard", "." ]
def database_account_offer_type(self) -> pulumi.Output[str]: return pulumi.get(self, "database_account_offer_type")
[ "def", "database_account_offer_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"database_account_offer_type\"", ")" ]
The offer type for the Cosmos DB database account.
[ "The", "offer", "type", "for", "the", "Cosmos", "DB", "database", "account", "." ]
[ "\"\"\"\n The offer type for the Cosmos DB database account. Default value: 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
disable_key_based_metadata_write_access
pulumi.Output[Optional[bool]]
def disable_key_based_metadata_write_access(self) -> pulumi.Output[Optional[bool]]: """ Disable write operations on metadata resources (databases, containers, throughput) via account keys """ return pulumi.get(self, "disable_key_based_metadata_write_access")
Disable write operations on metadata resources (databases, containers, throughput) via account keys
Disable write operations on metadata resources (databases, containers, throughput) via account keys
[ "Disable", "write", "operations", "on", "metadata", "resources", "(", "databases", "containers", "throughput", ")", "via", "account", "keys" ]
def disable_key_based_metadata_write_access(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "disable_key_based_metadata_write_access")
[ "def", "disable_key_based_metadata_write_access", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_key_based_metadata_write_access\"", ")" ]
Disable write operations on metadata resources (databases, containers, throughput) via account keys
[ "Disable", "write", "operations", "on", "metadata", "resources", "(", "databases", "containers", "throughput", ")", "via", "account", "keys" ]
[ "\"\"\"\n Disable write operations on metadata resources (databases, containers, throughput) via account keys\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
document_endpoint
pulumi.Output[str]
def document_endpoint(self) -> pulumi.Output[str]: """ The connection endpoint for the Cosmos DB database account. """ return pulumi.get(self, "document_endpoint")
The connection endpoint for the Cosmos DB database account.
The connection endpoint for the Cosmos DB database account.
[ "The", "connection", "endpoint", "for", "the", "Cosmos", "DB", "database", "account", "." ]
def document_endpoint(self) -> pulumi.Output[str]: return pulumi.get(self, "document_endpoint")
[ "def", "document_endpoint", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"document_endpoint\"", ")" ]
The connection endpoint for the Cosmos DB database account.
[ "The", "connection", "endpoint", "for", "the", "Cosmos", "DB", "database", "account", "." ]
[ "\"\"\"\n The connection endpoint for the Cosmos DB database 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
enable_cassandra_connector
pulumi.Output[Optional[bool]]
def enable_cassandra_connector(self) -> pulumi.Output[Optional[bool]]: """ Enables the cassandra connector on the Cosmos DB C* account """ return pulumi.get(self, "enable_cassandra_connector")
Enables the cassandra connector on the Cosmos DB C* account
Enables the cassandra connector on the Cosmos DB C* account
[ "Enables", "the", "cassandra", "connector", "on", "the", "Cosmos", "DB", "C", "*", "account" ]
def enable_cassandra_connector(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "enable_cassandra_connector")
[ "def", "enable_cassandra_connector", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_cassandra_connector\"", ")" ]
Enables the cassandra connector on the Cosmos DB C* account
[ "Enables", "the", "cassandra", "connector", "on", "the", "Cosmos", "DB", "C", "*", "account" ]
[ "\"\"\"\n Enables the cassandra connector on the Cosmos DB C* 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
failover_policies
pulumi.Output[Sequence['outputs.FailoverPolicyResponse']]
def failover_policies(self) -> pulumi.Output[Sequence['outputs.FailoverPolicyResponse']]: """ An array that contains the regions ordered by their failover priorities. """ return pulumi.get(self, "failover_policies")
An array that contains the regions ordered by their failover priorities.
An array that contains the regions ordered by their failover priorities.
[ "An", "array", "that", "contains", "the", "regions", "ordered", "by", "their", "failover", "priorities", "." ]
def failover_policies(self) -> pulumi.Output[Sequence['outputs.FailoverPolicyResponse']]: return pulumi.get(self, "failover_policies")
[ "def", "failover_policies", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.FailoverPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"failover_policies\"", ")" ]
An array that contains the regions ordered by their failover priorities.
[ "An", "array", "that", "contains", "the", "regions", "ordered", "by", "their", "failover", "priorities", "." ]
[ "\"\"\"\n An array that contains the regions ordered by their failover priorities.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
key_vault_key_uri
pulumi.Output[Optional[str]]
def key_vault_key_uri(self) -> pulumi.Output[Optional[str]]: """ The URI of the key vault """ return pulumi.get(self, "key_vault_key_uri")
The URI of the key vault
The URI of the key vault
[ "The", "URI", "of", "the", "key", "vault" ]
def key_vault_key_uri(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "key_vault_key_uri")
[ "def", "key_vault_key_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key_vault_key_uri\"", ")" ]
The URI of the key vault
[ "The", "URI", "of", "the", "key", "vault" ]
[ "\"\"\"\n The URI of the key vault\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
locations
pulumi.Output[Sequence['outputs.LocationResponse']]
def locations(self) -> pulumi.Output[Sequence['outputs.LocationResponse']]: """ An array that contains all of the locations enabled for the Cosmos DB account. """ return pulumi.get(self, "locations")
An array that contains all of the locations enabled for the Cosmos DB account.
An array that contains all of the locations enabled for the Cosmos DB account.
[ "An", "array", "that", "contains", "all", "of", "the", "locations", "enabled", "for", "the", "Cosmos", "DB", "account", "." ]
def locations(self) -> pulumi.Output[Sequence['outputs.LocationResponse']]: return pulumi.get(self, "locations")
[ "def", "locations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.LocationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"locations\"", ")" ]
An array that contains all of the locations enabled for the Cosmos DB account.
[ "An", "array", "that", "contains", "all", "of", "the", "locations", "enabled", "for", "the", "Cosmos", "DB", "account", "." ]
[ "\"\"\"\n An array that contains all of the locations enabled for the Cosmos DB 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": [] }
aa1dc1b744c258e767af5ebfad22e56301c032cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py
[ "Apache-2.0" ]
Python
read_locations
pulumi.Output[Sequence['outputs.LocationResponse']]
def read_locations(self) -> pulumi.Output[Sequence['outputs.LocationResponse']]: """ An array that contains of the read locations enabled for the Cosmos DB account. """ return pulumi.get(self, "read_locations")
An array that contains of the read locations enabled for the Cosmos DB account.
An array that contains of the read locations enabled for the Cosmos DB account.
[ "An", "array", "that", "contains", "of", "the", "read", "locations", "enabled", "for", "the", "Cosmos", "DB", "account", "." ]
def read_locations(self) -> pulumi.Output[Sequence['outputs.LocationResponse']]: return pulumi.get(self, "read_locations")
[ "def", "read_locations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.LocationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"read_locations\"", ")" ]
An array that contains of the read locations enabled for the Cosmos DB account.
[ "An", "array", "that", "contains", "of", "the", "read", "locations", "enabled", "for", "the", "Cosmos", "DB", "account", "." ]
[ "\"\"\"\n An array that contains of the read locations enabled for the Cosmos DB 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": [] }