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
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
identity
Optional['outputs.ContainerGroupIdentityResponse']
def identity(self) -> Optional['outputs.ContainerGroupIdentityResponse']: """ The identity of the container group, if configured. """ return pulumi.get(self, "identity")
The identity of the container group, if configured.
The identity of the container group, if configured.
[ "The", "identity", "of", "the", "container", "group", "if", "configured", "." ]
def identity(self) -> Optional['outputs.ContainerGroupIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "Optional", "[", "'outputs.ContainerGroupIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the container group, if configured.
[ "The", "identity", "of", "the", "container", "group", "if", "configured", "." ]
[ "\"\"\"\n The identity of the container group, 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": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
image_registry_credentials
Optional[Sequence['outputs.ImageRegistryCredentialResponse']]
def image_registry_credentials(self) -> Optional[Sequence['outputs.ImageRegistryCredentialResponse']]: """ The image registry credentials by which the container group is created from. """ return pulumi.get(self, "image_registry_credentials")
The image registry credentials by which the container group is created from.
The image registry credentials by which the container group is created from.
[ "The", "image", "registry", "credentials", "by", "which", "the", "container", "group", "is", "created", "from", "." ]
def image_registry_credentials(self) -> Optional[Sequence['outputs.ImageRegistryCredentialResponse']]: return pulumi.get(self, "image_registry_credentials")
[ "def", "image_registry_credentials", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ImageRegistryCredentialResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image_registry_credentials\"", ")" ]
The image registry credentials by which the container group is created from.
[ "The", "image", "registry", "credentials", "by", "which", "the", "container", "group", "is", "created", "from", "." ]
[ "\"\"\"\n The image registry credentials by which the container group is created from.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
init_containers
Optional[Sequence['outputs.InitContainerDefinitionResponse']]
def init_containers(self) -> Optional[Sequence['outputs.InitContainerDefinitionResponse']]: """ The init containers for a container group. """ return pulumi.get(self, "init_containers")
The init containers for a container group.
The init containers for a container group.
[ "The", "init", "containers", "for", "a", "container", "group", "." ]
def init_containers(self) -> Optional[Sequence['outputs.InitContainerDefinitionResponse']]: return pulumi.get(self, "init_containers")
[ "def", "init_containers", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.InitContainerDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"init_containers\"", ")" ]
The init containers for a container group.
[ "The", "init", "containers", "for", "a", "container", "group", "." ]
[ "\"\"\"\n The init containers for a container 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": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
instance_view
'outputs.ContainerGroupResponseInstanceView'
def instance_view(self) -> 'outputs.ContainerGroupResponseInstanceView': """ The instance view of the container group. Only valid in response. """ return pulumi.get(self, "instance_view")
The instance view of the container group. Only valid in response.
The instance view of the container group. Only valid in response.
[ "The", "instance", "view", "of", "the", "container", "group", ".", "Only", "valid", "in", "response", "." ]
def instance_view(self) -> 'outputs.ContainerGroupResponseInstanceView': return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "'outputs.ContainerGroupResponseInstanceView'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The instance view of the container group.
[ "The", "instance", "view", "of", "the", "container", "group", "." ]
[ "\"\"\"\n The instance view of the container group. Only valid in response.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
ip_address
Optional['outputs.IpAddressResponse']
def ip_address(self) -> Optional['outputs.IpAddressResponse']: """ The IP address type of the container group. """ return pulumi.get(self, "ip_address")
The IP address type of the container group.
The IP address type of the container group.
[ "The", "IP", "address", "type", "of", "the", "container", "group", "." ]
def ip_address(self) -> Optional['outputs.IpAddressResponse']: return pulumi.get(self, "ip_address")
[ "def", "ip_address", "(", "self", ")", "->", "Optional", "[", "'outputs.IpAddressResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ip_address\"", ")" ]
The IP address type of the container group.
[ "The", "IP", "address", "type", "of", "the", "container", "group", "." ]
[ "\"\"\"\n The IP address type of the container 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": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
network_profile
Optional['outputs.ContainerGroupNetworkProfileResponse']
def network_profile(self) -> Optional['outputs.ContainerGroupNetworkProfileResponse']: """ The network profile information for a container group. """ return pulumi.get(self, "network_profile")
The network profile information for a container group.
The network profile information for a container group.
[ "The", "network", "profile", "information", "for", "a", "container", "group", "." ]
def network_profile(self) -> Optional['outputs.ContainerGroupNetworkProfileResponse']: return pulumi.get(self, "network_profile")
[ "def", "network_profile", "(", "self", ")", "->", "Optional", "[", "'outputs.ContainerGroupNetworkProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_profile\"", ")" ]
The network profile information for a container group.
[ "The", "network", "profile", "information", "for", "a", "container", "group", "." ]
[ "\"\"\"\n The network profile information for a container 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": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
os_type
str
def os_type(self) -> str: """ The operating system type required by the containers in the container group. """ return pulumi.get(self, "os_type")
The operating system type required by the containers in the container group.
The operating system type required by the containers in the container group.
[ "The", "operating", "system", "type", "required", "by", "the", "containers", "in", "the", "container", "group", "." ]
def os_type(self) -> str: return pulumi.get(self, "os_type")
[ "def", "os_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_type\"", ")" ]
The operating system type required by the containers in the container group.
[ "The", "operating", "system", "type", "required", "by", "the", "containers", "in", "the", "container", "group", "." ]
[ "\"\"\"\n The operating system type required by the containers in the container 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": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
restart_policy
Optional[str]
def restart_policy(self) -> Optional[str]: """ Restart policy for all containers within the container group. - `Always` Always restart - `OnFailure` Restart on failure - `Never` Never restart """ return pulumi.get(self, "restart_policy")
Restart policy for all containers within the container group. - `Always` Always restart - `OnFailure` Restart on failure - `Never` Never restart
Restart policy for all containers within the container group.
[ "Restart", "policy", "for", "all", "containers", "within", "the", "container", "group", "." ]
def restart_policy(self) -> Optional[str]: return pulumi.get(self, "restart_policy")
[ "def", "restart_policy", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"restart_policy\"", ")" ]
Restart policy for all containers within the container group.
[ "Restart", "policy", "for", "all", "containers", "within", "the", "container", "group", "." ]
[ "\"\"\"\n Restart policy for all containers within the container group. \n - `Always` Always restart\n - `OnFailure` Restart on failure\n - `Never` Never restart\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
sku
Optional[str]
def sku(self) -> Optional[str]: """ The SKU for a container group. """ return pulumi.get(self, "sku")
The SKU for a container group.
The SKU for a container group.
[ "The", "SKU", "for", "a", "container", "group", "." ]
def sku(self) -> Optional[str]: return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
The SKU for a container group.
[ "The", "SKU", "for", "a", "container", "group", "." ]
[ "\"\"\"\n The SKU for a container 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": [] }
0236402b2491bd7697477cd29bef672748ac3fdc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20210301/get_container_group.py
[ "Apache-2.0" ]
Python
volumes
Optional[Sequence['outputs.VolumeResponse']]
def volumes(self) -> Optional[Sequence['outputs.VolumeResponse']]: """ The list of volumes that can be mounted by containers in this container group. """ return pulumi.get(self, "volumes")
The list of volumes that can be mounted by containers in this container group.
The list of volumes that can be mounted by containers in this container group.
[ "The", "list", "of", "volumes", "that", "can", "be", "mounted", "by", "containers", "in", "this", "container", "group", "." ]
def volumes(self) -> Optional[Sequence['outputs.VolumeResponse']]: return pulumi.get(self, "volumes")
[ "def", "volumes", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.VolumeResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volumes\"", ")" ]
The list of volumes that can be mounted by containers in this container group.
[ "The", "list", "of", "volumes", "that", "can", "be", "mounted", "by", "containers", "in", "this", "container", "group", "." ]
[ "\"\"\"\n The list of volumes that can be mounted by containers in this container 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": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
application_name
str
def application_name(self) -> str: """ The name of the Application Insights component. """ return pulumi.get(self, "application_name")
The name of the Application Insights component.
The name of the Application Insights component.
[ "The", "name", "of", "the", "Application", "Insights", "component", "." ]
def application_name(self) -> str: return pulumi.get(self, "application_name")
[ "def", "application_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"application_name\"", ")" ]
The name of the Application Insights component.
[ "The", "name", "of", "the", "Application", "Insights", "component", "." ]
[ "\"\"\"\n The name of the Application Insights component.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
container_name
str
def container_name(self) -> str: """ The name of the destination storage container. """ return pulumi.get(self, "container_name")
The name of the destination storage container.
The name of the destination storage container.
[ "The", "name", "of", "the", "destination", "storage", "container", "." ]
def container_name(self) -> str: return pulumi.get(self, "container_name")
[ "def", "container_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_name\"", ")" ]
The name of the destination storage container.
[ "The", "name", "of", "the", "destination", "storage", "container", "." ]
[ "\"\"\"\n The name of the destination storage 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": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
destination_account_id
str
def destination_account_id(self) -> str: """ The name of destination account. """ return pulumi.get(self, "destination_account_id")
The name of destination account.
The name of destination account.
[ "The", "name", "of", "destination", "account", "." ]
def destination_account_id(self) -> str: return pulumi.get(self, "destination_account_id")
[ "def", "destination_account_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_account_id\"", ")" ]
The name of destination account.
[ "The", "name", "of", "destination", "account", "." ]
[ "\"\"\"\n The name of destination 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": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
destination_storage_location_id
str
def destination_storage_location_id(self) -> str: """ The destination account location ID. """ return pulumi.get(self, "destination_storage_location_id")
The destination account location ID.
The destination account location ID.
[ "The", "destination", "account", "location", "ID", "." ]
def destination_storage_location_id(self) -> str: return pulumi.get(self, "destination_storage_location_id")
[ "def", "destination_storage_location_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_storage_location_id\"", ")" ]
The destination account location ID.
[ "The", "destination", "account", "location", "ID", "." ]
[ "\"\"\"\n The destination account location 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": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
destination_storage_subscription_id
str
def destination_storage_subscription_id(self) -> str: """ The destination storage account subscription ID. """ return pulumi.get(self, "destination_storage_subscription_id")
The destination storage account subscription ID.
The destination storage account subscription ID.
[ "The", "destination", "storage", "account", "subscription", "ID", "." ]
def destination_storage_subscription_id(self) -> str: return pulumi.get(self, "destination_storage_subscription_id")
[ "def", "destination_storage_subscription_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"destination_storage_subscription_id\"", ")" ]
The destination storage account subscription ID.
[ "The", "destination", "storage", "account", "subscription", "ID", "." ]
[ "\"\"\"\n The destination storage account subscription 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": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
export_id
str
def export_id(self) -> str: """ The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created. """ return pulumi.get(self, "export_id")
The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
[ "The", "unique", "ID", "of", "the", "export", "configuration", "inside", "an", "Application", "Insights", "component", ".", "It", "is", "auto", "generated", "when", "the", "Continuous", "Export", "configuration", "is", "created", "." ]
def export_id(self) -> str: return pulumi.get(self, "export_id")
[ "def", "export_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"export_id\"", ")" ]
The unique ID of the export configuration inside an Application Insights component.
[ "The", "unique", "ID", "of", "the", "export", "configuration", "inside", "an", "Application", "Insights", "component", "." ]
[ "\"\"\"\n The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is 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": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
export_status
str
def export_status(self) -> str: """ This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'. """ return pulumi.get(self, "export_status")
This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
This indicates current Continuous Export configuration status.
[ "This", "indicates", "current", "Continuous", "Export", "configuration", "status", "." ]
def export_status(self) -> str: return pulumi.get(self, "export_status")
[ "def", "export_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"export_status\"", ")" ]
This indicates current Continuous Export configuration status.
[ "This", "indicates", "current", "Continuous", "Export", "configuration", "status", "." ]
[ "\"\"\"\n This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
instrumentation_key
str
def instrumentation_key(self) -> str: """ The instrumentation key of the Application Insights component. """ return pulumi.get(self, "instrumentation_key")
The instrumentation key of the Application Insights component.
The instrumentation key of the Application Insights component.
[ "The", "instrumentation", "key", "of", "the", "Application", "Insights", "component", "." ]
def instrumentation_key(self) -> str: return pulumi.get(self, "instrumentation_key")
[ "def", "instrumentation_key", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instrumentation_key\"", ")" ]
The instrumentation key of the Application Insights component.
[ "The", "instrumentation", "key", "of", "the", "Application", "Insights", "component", "." ]
[ "\"\"\"\n The instrumentation key of the Application Insights component.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
is_user_enabled
str
def is_user_enabled(self) -> str: """ This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'. """ return pulumi.get(self, "is_user_enabled")
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
[ "This", "will", "be", "'", "true", "'", "if", "the", "Continuous", "Export", "configuration", "is", "enabled", "otherwise", "it", "will", "be", "'", "false", "'", "." ]
def is_user_enabled(self) -> str: return pulumi.get(self, "is_user_enabled")
[ "def", "is_user_enabled", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_user_enabled\"", ")" ]
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
[ "This", "will", "be", "'", "true", "'", "if", "the", "Continuous", "Export", "configuration", "is", "enabled", "otherwise", "it", "will", "be", "'", "false", "'", "." ]
[ "\"\"\"\n This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
last_gap_time
str
def last_gap_time(self) -> str: """ The last time the Continuous Export configuration started failing. """ return pulumi.get(self, "last_gap_time")
The last time the Continuous Export configuration started failing.
The last time the Continuous Export configuration started failing.
[ "The", "last", "time", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
def last_gap_time(self) -> str: return pulumi.get(self, "last_gap_time")
[ "def", "last_gap_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_gap_time\"", ")" ]
The last time the Continuous Export configuration started failing.
[ "The", "last", "time", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
[ "\"\"\"\n The last time the Continuous Export configuration started failing.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
last_success_time
str
def last_success_time(self) -> str: """ The last time data was successfully delivered to the destination storage container for this Continuous Export configuration. """ return pulumi.get(self, "last_success_time")
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
[ "The", "last", "time", "data", "was", "successfully", "delivered", "to", "the", "destination", "storage", "container", "for", "this", "Continuous", "Export", "configuration", "." ]
def last_success_time(self) -> str: return pulumi.get(self, "last_success_time")
[ "def", "last_success_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_success_time\"", ")" ]
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
[ "The", "last", "time", "data", "was", "successfully", "delivered", "to", "the", "destination", "storage", "container", "for", "this", "Continuous", "Export", "configuration", "." ]
[ "\"\"\"\n The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
last_user_update
str
def last_user_update(self) -> str: """ Last time the Continuous Export configuration was updated. """ return pulumi.get(self, "last_user_update")
Last time the Continuous Export configuration was updated.
Last time the Continuous Export configuration was updated.
[ "Last", "time", "the", "Continuous", "Export", "configuration", "was", "updated", "." ]
def last_user_update(self) -> str: return pulumi.get(self, "last_user_update")
[ "def", "last_user_update", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_user_update\"", ")" ]
Last time the Continuous Export configuration was updated.
[ "Last", "time", "the", "Continuous", "Export", "configuration", "was", "updated", "." ]
[ "\"\"\"\n Last time the Continuous Export configuration was updated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
permanent_error_reason
str
def permanent_error_reason(self) -> str: """ This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'. """ return pulumi.get(self, "permanent_error_reason")
This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
This is the reason the Continuous Export configuration started failing.
[ "This", "is", "the", "reason", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
def permanent_error_reason(self) -> str: return pulumi.get(self, "permanent_error_reason")
[ "def", "permanent_error_reason", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"permanent_error_reason\"", ")" ]
This is the reason the Continuous Export configuration started failing.
[ "This", "is", "the", "reason", "the", "Continuous", "Export", "configuration", "started", "failing", "." ]
[ "\"\"\"\n This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
record_types
Optional[str]
def record_types(self) -> Optional[str]: """ This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'. """ retu...
This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
This comma separated list of document types that will be exported.
[ "This", "comma", "separated", "list", "of", "document", "types", "that", "will", "be", "exported", "." ]
def record_types(self) -> Optional[str]: return pulumi.get(self, "record_types")
[ "def", "record_types", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"record_types\"", ")" ]
This comma separated list of document types that will be exported.
[ "This", "comma", "separated", "list", "of", "document", "types", "that", "will", "be", "exported", "." ]
[ "\"\"\"\n This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
resource_group
str
def resource_group(self) -> str: """ The resource group of the Application Insights component. """ return pulumi.get(self, "resource_group")
The resource group of the Application Insights component.
The resource group of the Application Insights component.
[ "The", "resource", "group", "of", "the", "Application", "Insights", "component", "." ]
def resource_group(self) -> str: return pulumi.get(self, "resource_group")
[ "def", "resource_group", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_group\"", ")" ]
The resource group of the Application Insights component.
[ "The", "resource", "group", "of", "the", "Application", "Insights", "component", "." ]
[ "\"\"\"\n The resource group of the Application Insights component.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
storage_name
str
def storage_name(self) -> str: """ The name of the destination storage account. """ return pulumi.get(self, "storage_name")
The name of the destination storage account.
The name of the destination storage account.
[ "The", "name", "of", "the", "destination", "storage", "account", "." ]
def storage_name(self) -> str: return pulumi.get(self, "storage_name")
[ "def", "storage_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_name\"", ")" ]
The name of the destination storage account.
[ "The", "name", "of", "the", "destination", "storage", "account", "." ]
[ "\"\"\"\n The name of the destination storage account.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0243fbd7e538141e170859318b7fc54db060a822
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/get_export_configuration.py
[ "Apache-2.0" ]
Python
subscription_id
str
def subscription_id(self) -> str: """ The subscription of the Application Insights component. """ return pulumi.get(self, "subscription_id")
The subscription of the Application Insights component.
The subscription of the Application Insights component.
[ "The", "subscription", "of", "the", "Application", "Insights", "component", "." ]
def subscription_id(self) -> str: return pulumi.get(self, "subscription_id")
[ "def", "subscription_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subscription_id\"", ")" ]
The subscription of the Application Insights component.
[ "The", "subscription", "of", "the", "Application", "Insights", "component", "." ]
[ "\"\"\"\n The subscription of the Application Insights component.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0246d25ef4b6e8fdf764fe884bbce49fa452692c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/v20151001preview/get_policy_definition.py
[ "Apache-2.0" ]
Python
display_name
Optional[str]
def display_name(self) -> Optional[str]: """ The display name of the policy definition. """ return pulumi.get(self, "display_name")
The display name of the policy definition.
The display name of the policy definition.
[ "The", "display", "name", "of", "the", "policy", "definition", "." ]
def display_name(self) -> Optional[str]: return pulumi.get(self, "display_name")
[ "def", "display_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"display_name\"", ")" ]
The display name of the policy definition.
[ "The", "display", "name", "of", "the", "policy", "definition", "." ]
[ "\"\"\"\n The display name of the policy 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": [] }
0246d25ef4b6e8fdf764fe884bbce49fa452692c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/v20151001preview/get_policy_definition.py
[ "Apache-2.0" ]
Python
policy_type
Optional[str]
def policy_type(self) -> Optional[str]: """ The type of policy definition. Possible values are NotSpecified, BuiltIn, and Custom. """ return pulumi.get(self, "policy_type")
The type of policy definition. Possible values are NotSpecified, BuiltIn, and Custom.
The type of policy definition. Possible values are NotSpecified, BuiltIn, and Custom.
[ "The", "type", "of", "policy", "definition", ".", "Possible", "values", "are", "NotSpecified", "BuiltIn", "and", "Custom", "." ]
def policy_type(self) -> Optional[str]: return pulumi.get(self, "policy_type")
[ "def", "policy_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"policy_type\"", ")" ]
The type of policy definition.
[ "The", "type", "of", "policy", "definition", "." ]
[ "\"\"\"\n The type of policy definition. Possible values are NotSpecified, BuiltIn, and Custom.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0247124f820b0f6283545a676220cc47f9cc835f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/managed_network_peering_policy.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.ManagedNetworkPeeringPolicyPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.ManagedNetworkPeeringPolicyPropertiesResponse']: """ Gets or sets the properties of a Managed Network Policy """ return pulumi.get(self, "properties")
Gets or sets the properties of a Managed Network Policy
Gets or sets the properties of a Managed Network Policy
[ "Gets", "or", "sets", "the", "properties", "of", "a", "Managed", "Network", "Policy" ]
def properties(self) -> pulumi.Output['outputs.ManagedNetworkPeeringPolicyPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ManagedNetworkPeeringPolicyPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Gets or sets the properties of a Managed Network Policy
[ "Gets", "or", "sets", "the", "properties", "of", "a", "Managed", "Network", "Policy" ]
[ "\"\"\"\n Gets or sets the properties of a Managed Network 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
ultra_ssd_enabled
Optional[bool]
def ultra_ssd_enabled(self) -> Optional[bool]: """ The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine sca...
The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled.
[ "The", "flag", "that", "enables", "or", "disables", "a", "capability", "to", "have", "one", "or", "more", "managed", "data", "disks", "with", "UltraSSD_LRS", "storage", "account", "type", "on", "the", "VM", "or", "VMSS", ".", "Managed", "disks", "with", "s...
def ultra_ssd_enabled(self) -> Optional[bool]: return pulumi.get(self, "ultra_ssd_enabled")
[ "def", "ultra_ssd_enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ultra_ssd_enabled\"", ")" ]
The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS.
[ "The", "flag", "that", "enables", "or", "disables", "a", "capability", "to", "have", "one", "or", "more", "managed", "data", "disks", "with", "UltraSSD_LRS", "storage", "account", "type", "on", "the", "VM", "or", "VMSS", "." ]
[ "\"\"\"\n The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
component_name
Optional[str]
def component_name(self) -> Optional[str]: """ The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. """ return pulumi.get(self, "component_name")
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
[ "The", "component", "name", ".", "Currently", "the", "only", "allowable", "value", "is", "Microsoft", "-", "Windows", "-", "Shell", "-", "Setup", "." ]
def component_name(self) -> Optional[str]: return pulumi.get(self, "component_name")
[ "def", "component_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"component_name\"", ")" ]
The component name.
[ "The", "component", "name", "." ]
[ "\"\"\"\n The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
content
Optional[str]
def content(self) -> Optional[str]: """ Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. """ return pulumi.ge...
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.
[ "Specifies", "the", "XML", "formatted", "content", "that", "is", "added", "to", "the", "unattend", ".", "xml", "file", "for", "the", "specified", "path", "and", "component", ".", "The", "XML", "must", "be", "less", "than", "4KB", "and", "must", "include", ...
def content(self) -> Optional[str]: return pulumi.get(self, "content")
[ "def", "content", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content\"", ")" ]
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component.
[ "Specifies", "the", "XML", "formatted", "content", "that", "is", "added", "to", "the", "unattend", ".", "xml", "file", "for", "the", "specified", "path", "and", "component", "." ]
[ "\"\"\"\n Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
pass_name
Optional[str]
def pass_name(self) -> Optional[str]: """ The pass name. Currently, the only allowable value is OobeSystem. """ return pulumi.get(self, "pass_name")
The pass name. Currently, the only allowable value is OobeSystem.
The pass name. Currently, the only allowable value is OobeSystem.
[ "The", "pass", "name", ".", "Currently", "the", "only", "allowable", "value", "is", "OobeSystem", "." ]
def pass_name(self) -> Optional[str]: return pulumi.get(self, "pass_name")
[ "def", "pass_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pass_name\"", ")" ]
The pass name.
[ "The", "pass", "name", "." ]
[ "\"\"\"\n The pass name. Currently, the only allowable value is OobeSystem.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
disable_automatic_rollback
Optional[bool]
def disable_automatic_rollback(self) -> Optional[bool]: """ Whether OS image rollback feature should be disabled. Default value is false. """ return pulumi.get(self, "disable_automatic_rollback")
Whether OS image rollback feature should be disabled. Default value is false.
Whether OS image rollback feature should be disabled. Default value is false.
[ "Whether", "OS", "image", "rollback", "feature", "should", "be", "disabled", ".", "Default", "value", "is", "false", "." ]
def disable_automatic_rollback(self) -> Optional[bool]: return pulumi.get(self, "disable_automatic_rollback")
[ "def", "disable_automatic_rollback", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_automatic_rollback\"", ")" ]
Whether OS image rollback feature should be disabled.
[ "Whether", "OS", "image", "rollback", "feature", "should", "be", "disabled", "." ]
[ "\"\"\"\n Whether OS image rollback feature should be disabled. Default value is false.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
enable_automatic_os_upgrade
Optional[bool]
def enable_automatic_os_upgrade(self) -> Optional[bool]: """ Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, reco...
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, recommendation is to set [enableAutomaticUpdates](https://docs.microsoft...
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, recommendation is to set [enableAutomaticUpdates] to false.
[ "Indicates", "whether", "OS", "upgrades", "should", "automatically", "be", "applied", "to", "scale", "set", "instances", "in", "a", "rolling", "fashion", "when", "a", "newer", "version", "of", "the", "OS", "image", "becomes", "available", ".", "Default", "valu...
def enable_automatic_os_upgrade(self) -> Optional[bool]: return pulumi.get(self, "enable_automatic_os_upgrade")
[ "def", "enable_automatic_os_upgrade", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_automatic_os_upgrade\"", ")" ]
Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available.
[ "Indicates", "whether", "OS", "upgrades", "should", "automatically", "be", "applied", "to", "scale", "set", "instances", "in", "a", "rolling", "fashion", "when", "a", "newer", "version", "of", "the", "OS", "image", "becomes", "available", "." ]
[ "\"\"\"\n Indicates whether OS upgrades should automatically be applied to scale set instances in a rolling fashion when a newer version of the OS image becomes available. Default value is false. If this is set to true for Windows based scale sets, recommendation is to set [enableAutomaticUpdates](https://do...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
enabled
Optional[bool]
def enabled(self) -> Optional[bool]: """ Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false. """ return pulumi.get(self, "enabled")
Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false.
Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false.
[ "Specifies", "whether", "automatic", "repairs", "should", "be", "enabled", "on", "the", "virtual", "machine", "scale", "set", ".", "The", "default", "value", "is", "false", "." ]
def enabled(self) -> Optional[bool]: return pulumi.get(self, "enabled")
[ "def", "enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enabled\"", ")" ]
Specifies whether automatic repairs should be enabled on the virtual machine scale set.
[ "Specifies", "whether", "automatic", "repairs", "should", "be", "enabled", "on", "the", "virtual", "machine", "scale", "set", "." ]
[ "\"\"\"\n Specifies whether automatic repairs should be enabled on the virtual machine scale set. The default value is false.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
grace_period
Optional[str]
def grace_period(self) -> Optional[str]: """ The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. T...
The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M...
The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 minutes (PT30M), which ...
[ "The", "amount", "of", "time", "for", "which", "automatic", "repairs", "are", "suspended", "due", "to", "a", "state", "change", "on", "VM", ".", "The", "grace", "time", "starts", "after", "the", "state", "change", "has", "completed", ".", "This", "helps", ...
def grace_period(self) -> Optional[str]: return pulumi.get(self, "grace_period")
[ "def", "grace_period", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"grace_period\"", ")" ]
The amount of time for which automatic repairs are suspended due to a state change on VM.
[ "The", "amount", "of", "time", "for", "which", "automatic", "repairs", "are", "suspended", "due", "to", "a", "state", "change", "on", "VM", "." ]
[ "\"\"\"\n The amount of time for which automatic repairs are suspended due to a state change on VM. The grace time starts after the state change has completed. This helps avoid premature or accidental repairs. The time duration should be specified in ISO 8601 format. The minimum allowed grace period is 30 mi...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
console_screenshot_blob_uri
str
def console_screenshot_blob_uri(self) -> str: """ The console screenshot blob URI. """ return pulumi.get(self, "console_screenshot_blob_uri")
The console screenshot blob URI.
The console screenshot blob URI.
[ "The", "console", "screenshot", "blob", "URI", "." ]
def console_screenshot_blob_uri(self) -> str: return pulumi.get(self, "console_screenshot_blob_uri")
[ "def", "console_screenshot_blob_uri", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"console_screenshot_blob_uri\"", ")" ]
The console screenshot blob URI.
[ "The", "console", "screenshot", "blob", "URI", "." ]
[ "\"\"\"\n The console screenshot blob URI.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
serial_console_log_blob_uri
str
def serial_console_log_blob_uri(self) -> str: """ The Linux serial console log blob Uri. """ return pulumi.get(self, "serial_console_log_blob_uri")
The Linux serial console log blob Uri.
The Linux serial console log blob Uri.
[ "The", "Linux", "serial", "console", "log", "blob", "Uri", "." ]
def serial_console_log_blob_uri(self) -> str: return pulumi.get(self, "serial_console_log_blob_uri")
[ "def", "serial_console_log_blob_uri", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"serial_console_log_blob_uri\"", ")" ]
The Linux serial console log blob Uri.
[ "The", "Linux", "serial", "console", "log", "blob", "Uri", "." ]
[ "\"\"\"\n The Linux serial console log blob Uri.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
status
'outputs.InstanceViewStatusResponse'
def status(self) -> 'outputs.InstanceViewStatusResponse': """ The boot diagnostics status information for the VM. <br><br> NOTE: It will be set only if there are errors encountered in enabling boot diagnostics. """ return pulumi.get(self, "status")
The boot diagnostics status information for the VM. <br><br> NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.
The boot diagnostics status information for the VM. NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.
[ "The", "boot", "diagnostics", "status", "information", "for", "the", "VM", ".", "NOTE", ":", "It", "will", "be", "set", "only", "if", "there", "are", "errors", "encountered", "in", "enabling", "boot", "diagnostics", "." ]
def status(self) -> 'outputs.InstanceViewStatusResponse': return pulumi.get(self, "status")
[ "def", "status", "(", "self", ")", "->", "'outputs.InstanceViewStatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"status\"", ")" ]
The boot diagnostics status information for the VM.
[ "The", "boot", "diagnostics", "status", "information", "for", "the", "VM", "." ]
[ "\"\"\"\n The boot diagnostics status information for the VM. <br><br> NOTE: It will be set only if there are errors encountered in enabling boot diagnostics.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
storage_uri
Optional[str]
def storage_uri(self) -> Optional[str]: """ Uri of the storage account to use for placing the console output and screenshot. """ return pulumi.get(self, "storage_uri")
Uri of the storage account to use for placing the console output and screenshot.
Uri of the storage account to use for placing the console output and screenshot.
[ "Uri", "of", "the", "storage", "account", "to", "use", "for", "placing", "the", "console", "output", "and", "screenshot", "." ]
def storage_uri(self) -> Optional[str]: return pulumi.get(self, "storage_uri")
[ "def", "storage_uri", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_uri\"", ")" ]
Uri of the storage account to use for placing the console output and screenshot.
[ "Uri", "of", "the", "storage", "account", "to", "use", "for", "placing", "the", "console", "output", "and", "screenshot", "." ]
[ "\"\"\"\n Uri of the storage account to use for placing the console output and screenshot.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
lun
int
def lun(self) -> int: """ Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. """ return pulumi.get(self, "lun")
Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.
[ "Specifies", "the", "logical", "unit", "number", "of", "the", "data", "disk", ".", "This", "value", "is", "used", "to", "identify", "data", "disks", "within", "the", "VM", "and", "therefore", "must", "be", "unique", "for", "each", "data", "disk", "attached...
def lun(self) -> int: return pulumi.get(self, "lun")
[ "def", "lun", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"lun\"", ")" ]
Specifies the logical unit number of the data disk.
[ "Specifies", "the", "logical", "unit", "number", "of", "the", "data", "disk", "." ]
[ "\"\"\"\n Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
disk_size_gb
Optional[int]
def disk_size_gb(self) -> Optional[int]: """ Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. <br><br> This value cannot be larger than 1023 GB """ return pulumi.get(self, "disk_size_gb")
Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. <br><br> This value cannot be larger than 1023 GB
Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. This value cannot be larger than 1023 GB
[ "Specifies", "the", "size", "of", "an", "empty", "data", "disk", "in", "gigabytes", ".", "This", "element", "can", "be", "used", "to", "overwrite", "the", "size", "of", "the", "disk", "in", "a", "virtual", "machine", "image", ".", "This", "value", "canno...
def disk_size_gb(self) -> Optional[int]: return pulumi.get(self, "disk_size_gb")
[ "def", "disk_size_gb", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disk_size_gb\"", ")" ]
Specifies the size of an empty data disk in gigabytes.
[ "Specifies", "the", "size", "of", "an", "empty", "data", "disk", "in", "gigabytes", "." ]
[ "\"\"\"\n Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. <br><br> This value cannot be larger than 1023 GB\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
image
Optional['outputs.VirtualHardDiskResponse']
def image(self) -> Optional['outputs.VirtualHardDiskResponse']: """ The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. """ return pulumi...
The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.
[ "The", "source", "user", "image", "virtual", "hard", "disk", ".", "The", "virtual", "hard", "disk", "will", "be", "copied", "before", "being", "attached", "to", "the", "virtual", "machine", ".", "If", "SourceImage", "is", "provided", "the", "destination", "v...
def image(self) -> Optional['outputs.VirtualHardDiskResponse']: return pulumi.get(self, "image")
[ "def", "image", "(", "self", ")", "->", "Optional", "[", "'outputs.VirtualHardDiskResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image\"", ")" ]
The source user image virtual hard disk.
[ "The", "source", "user", "image", "virtual", "hard", "disk", "." ]
[ "\"\"\"\n The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
write_accelerator_enabled
Optional[bool]
def write_accelerator_enabled(self) -> Optional[bool]: """ Specifies whether writeAccelerator should be enabled or disabled on the disk. """ return pulumi.get(self, "write_accelerator_enabled")
Specifies whether writeAccelerator should be enabled or disabled on the disk.
Specifies whether writeAccelerator should be enabled or disabled on the disk.
[ "Specifies", "whether", "writeAccelerator", "should", "be", "enabled", "or", "disabled", "on", "the", "disk", "." ]
def write_accelerator_enabled(self) -> Optional[bool]: return pulumi.get(self, "write_accelerator_enabled")
[ "def", "write_accelerator_enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"write_accelerator_enabled\"", ")" ]
Specifies whether writeAccelerator should be enabled or disabled on the disk.
[ "Specifies", "whether", "writeAccelerator", "should", "be", "enabled", "or", "disabled", "on", "the", "disk", "." ]
[ "\"\"\"\n Specifies whether writeAccelerator should be enabled or disabled on the disk.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
boot_diagnostics
Optional['outputs.BootDiagnosticsResponse']
def boot_diagnostics(self) -> Optional['outputs.BootDiagnosticsResponse']: """ Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a scree...
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor.
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
[ "Boot", "Diagnostics", "is", "a", "debugging", "feature", "which", "allows", "you", "to", "view", "Console", "Output", "and", "Screenshot", "to", "diagnose", "VM", "status", ".", "You", "can", "easily", "view", "the", "output", "of", "your", "console", "log"...
def boot_diagnostics(self) -> Optional['outputs.BootDiagnosticsResponse']: return pulumi.get(self, "boot_diagnostics")
[ "def", "boot_diagnostics", "(", "self", ")", "->", "Optional", "[", "'outputs.BootDiagnosticsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"boot_diagnostics\"", ")" ]
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
[ "Boot", "Diagnostics", "is", "a", "debugging", "feature", "which", "allows", "you", "to", "view", "Console", "Output", "and", "Screenshot", "to", "diagnose", "VM", "status", "." ]
[ "\"\"\"\n Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. <br><br> You can easily view the output of your console log. <br><br> Azure also enables you to see a screenshot of the VM from the hypervisor.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
disk_encryption_key
Optional['outputs.KeyVaultSecretReferenceResponse']
def disk_encryption_key(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']: """ Specifies the location of the disk encryption key, which is a Key Vault Secret. """ return pulumi.get(self, "disk_encryption_key")
Specifies the location of the disk encryption key, which is a Key Vault Secret.
Specifies the location of the disk encryption key, which is a Key Vault Secret.
[ "Specifies", "the", "location", "of", "the", "disk", "encryption", "key", "which", "is", "a", "Key", "Vault", "Secret", "." ]
def disk_encryption_key(self) -> Optional['outputs.KeyVaultSecretReferenceResponse']: return pulumi.get(self, "disk_encryption_key")
[ "def", "disk_encryption_key", "(", "self", ")", "->", "Optional", "[", "'outputs.KeyVaultSecretReferenceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disk_encryption_key\"", ")" ]
Specifies the location of the disk encryption key, which is a Key Vault Secret.
[ "Specifies", "the", "location", "of", "the", "disk", "encryption", "key", "which", "is", "a", "Key", "Vault", "Secret", "." ]
[ "\"\"\"\n Specifies the location of the disk encryption key, which is a Key Vault Secret.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
key_encryption_key
Optional['outputs.KeyVaultKeyReferenceResponse']
def key_encryption_key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']: """ Specifies the location of the key encryption key in Key Vault. """ return pulumi.get(self, "key_encryption_key")
Specifies the location of the key encryption key in Key Vault.
Specifies the location of the key encryption key in Key Vault.
[ "Specifies", "the", "location", "of", "the", "key", "encryption", "key", "in", "Key", "Vault", "." ]
def key_encryption_key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']: return pulumi.get(self, "key_encryption_key")
[ "def", "key_encryption_key", "(", "self", ")", "->", "Optional", "[", "'outputs.KeyVaultKeyReferenceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key_encryption_key\"", ")" ]
Specifies the location of the key encryption key in Key Vault.
[ "Specifies", "the", "location", "of", "the", "key", "encryption", "key", "in", "Key", "Vault", "." ]
[ "\"\"\"\n Specifies the location of the key encryption key in 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
encryption_settings
Optional[Sequence['outputs.DiskEncryptionSettingsResponse']]
def encryption_settings(self) -> Optional[Sequence['outputs.DiskEncryptionSettingsResponse']]: """ Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15 """ return pulumi.get(self, "encryption_settings")
Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15
Specifies the encryption settings for the OS Disk.
[ "Specifies", "the", "encryption", "settings", "for", "the", "OS", "Disk", "." ]
def encryption_settings(self) -> Optional[Sequence['outputs.DiskEncryptionSettingsResponse']]: return pulumi.get(self, "encryption_settings")
[ "def", "encryption_settings", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.DiskEncryptionSettingsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_settings\"", ")" ]
Specifies the encryption settings for the OS Disk.
[ "Specifies", "the", "encryption", "settings", "for", "the", "OS", "Disk", "." ]
[ "\"\"\"\n Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
vm_size
Optional[str]
def vm_size(self) -> Optional[str]: """ Specifies the size of the virtual machine. For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-sizes?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). <b...
Specifies the size of the virtual machine. For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-sizes?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). <br><br> The available VM sizes depend on region ...
Specifies the size of the virtual machine. For more information about virtual machine sizes, see [Sizes for virtual machines]. The available VM sizes depend on region and availability set. For a list of available sizes use these APIs: [List all available virtual machine sizes in an availability set] [List all avail...
[ "Specifies", "the", "size", "of", "the", "virtual", "machine", ".", "For", "more", "information", "about", "virtual", "machine", "sizes", "see", "[", "Sizes", "for", "virtual", "machines", "]", ".", "The", "available", "VM", "sizes", "depend", "on", "region"...
def vm_size(self) -> Optional[str]: return pulumi.get(self, "vm_size")
[ "def", "vm_size", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_size\"", ")" ]
Specifies the size of the virtual machine.
[ "Specifies", "the", "size", "of", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the size of the virtual machine. For more information about virtual machine sizes, see [Sizes for virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-sizes?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json). <br><br> The available VM sizes depen...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
storage_account_type
Optional[str]
def storage_account_type(self) -> Optional[str]: """ Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. """ return pulumi.get(self, "storage_account_type")
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
[ "Specifies", "the", "storage", "account", "type", "for", "the", "managed", "disk", ".", "NOTE", ":", "UltraSSD_LRS", "can", "only", "be", "used", "with", "data", "disks", "it", "cannot", "be", "used", "with", "OS", "Disk", "." ]
def storage_account_type(self) -> Optional[str]: return pulumi.get(self, "storage_account_type")
[ "def", "storage_account_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_account_type\"", ")" ]
Specifies the storage account type for the managed disk.
[ "Specifies", "the", "storage", "account", "type", "for", "the", "managed", "disk", "." ]
[ "\"\"\"\n Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
offer
Optional[str]
def offer(self) -> Optional[str]: """ Specifies the offer of the platform image or marketplace image used to create the virtual machine. """ return pulumi.get(self, "offer")
Specifies the offer of the platform image or marketplace image used to create the virtual machine.
Specifies the offer of the platform image or marketplace image used to create the virtual machine.
[ "Specifies", "the", "offer", "of", "the", "platform", "image", "or", "marketplace", "image", "used", "to", "create", "the", "virtual", "machine", "." ]
def offer(self) -> Optional[str]: return pulumi.get(self, "offer")
[ "def", "offer", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"offer\"", ")" ]
Specifies the offer of the platform image or marketplace image used to create the virtual machine.
[ "Specifies", "the", "offer", "of", "the", "platform", "image", "or", "marketplace", "image", "used", "to", "create", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the offer of the platform image or marketplace image used to create the virtual 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
data_disks
Optional[Sequence['outputs.ImageDataDiskResponse']]
def data_disks(self) -> Optional[Sequence['outputs.ImageDataDiskResponse']]: """ Specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machi...
Specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%...
Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines].
[ "Specifies", "the", "parameters", "that", "are", "used", "to", "add", "a", "data", "disk", "to", "a", "virtual", "machine", ".", "For", "more", "information", "about", "disks", "see", "[", "About", "disks", "and", "VHDs", "for", "Azure", "virtual", "machin...
def data_disks(self) -> Optional[Sequence['outputs.ImageDataDiskResponse']]: return pulumi.get(self, "data_disks")
[ "def", "data_disks", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ImageDataDiskResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_disks\"", ")" ]
Specifies the parameters that are used to add a data disk to a virtual machine.
[ "Specifies", "the", "parameters", "that", "are", "used", "to", "add", "a", "data", "disk", "to", "a", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machine...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
os_disk
Optional['outputs.ImageOSDiskResponse']
def os_disk(self) -> Optional['outputs.ImageOSDiskResponse']: """ Specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-...
Specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindo...
Specifies information about the operating system disk used by the virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines].
[ "Specifies", "information", "about", "the", "operating", "system", "disk", "used", "by", "the", "virtual", "machine", ".", "For", "more", "information", "about", "disks", "see", "[", "About", "disks", "and", "VHDs", "for", "Azure", "virtual", "machines", "]", ...
def os_disk(self) -> Optional['outputs.ImageOSDiskResponse']: return pulumi.get(self, "os_disk")
[ "def", "os_disk", "(", "self", ")", "->", "Optional", "[", "'outputs.ImageOSDiskResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_disk\"", ")" ]
Specifies information about the operating system disk used by the virtual machine.
[ "Specifies", "information", "about", "the", "operating", "system", "disk", "used", "by", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-mach...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
zone_resilient
Optional[bool]
def zone_resilient(self) -> Optional[bool]: """ Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS). """ return pulumi.get(self, "zone_resilient")
Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS).
Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS).
[ "Specifies", "whether", "an", "image", "is", "zone", "resilient", "or", "not", ".", "Default", "is", "false", ".", "Zone", "resilient", "images", "can", "be", "created", "only", "in", "regions", "that", "provide", "Zone", "Redundant", "Storage", "(", "ZRS", ...
def zone_resilient(self) -> Optional[bool]: return pulumi.get(self, "zone_resilient")
[ "def", "zone_resilient", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"zone_resilient\"", ")" ]
Specifies whether an image is zone resilient or not.
[ "Specifies", "whether", "an", "image", "is", "zone", "resilient", "or", "not", "." ]
[ "\"\"\"\n Specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (ZRS).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
display_status
Optional[str]
def display_status(self) -> Optional[str]: """ The short localizable label for the status. """ return pulumi.get(self, "display_status")
The short localizable label for the status.
The short localizable label for the status.
[ "The", "short", "localizable", "label", "for", "the", "status", "." ]
def display_status(self) -> Optional[str]: return pulumi.get(self, "display_status")
[ "def", "display_status", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"display_status\"", ")" ]
The short localizable label for the status.
[ "The", "short", "localizable", "label", "for", "the", "status", "." ]
[ "\"\"\"\n The short localizable label for the status.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
message
Optional[str]
def message(self) -> Optional[str]: """ The detailed status message, including for alerts and error messages. """ return pulumi.get(self, "message")
The detailed status message, including for alerts and error messages.
The detailed status message, including for alerts and error messages.
[ "The", "detailed", "status", "message", "including", "for", "alerts", "and", "error", "messages", "." ]
def message(self) -> Optional[str]: return pulumi.get(self, "message")
[ "def", "message", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"message\"", ")" ]
The detailed status message, including for alerts and error messages.
[ "The", "detailed", "status", "message", "including", "for", "alerts", "and", "error", "messages", "." ]
[ "\"\"\"\n The detailed status message, including for alerts and error messages.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
time
Optional[str]
def time(self) -> Optional[str]: """ The time of the status. """ return pulumi.get(self, "time")
The time of the status.
The time of the status.
[ "The", "time", "of", "the", "status", "." ]
def time(self) -> Optional[str]: return pulumi.get(self, "time")
[ "def", "time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time\"", ")" ]
The time of the status.
[ "The", "time", "of", "the", "status", "." ]
[ "\"\"\"\n The time of the status.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
key_url
str
def key_url(self) -> str: """ The URL referencing a key encryption key in Key Vault. """ return pulumi.get(self, "key_url")
The URL referencing a key encryption key in Key Vault.
The URL referencing a key encryption key in Key Vault.
[ "The", "URL", "referencing", "a", "key", "encryption", "key", "in", "Key", "Vault", "." ]
def key_url(self) -> str: return pulumi.get(self, "key_url")
[ "def", "key_url", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key_url\"", ")" ]
The URL referencing a key encryption key in Key Vault.
[ "The", "URL", "referencing", "a", "key", "encryption", "key", "in", "Key", "Vault", "." ]
[ "\"\"\"\n The URL referencing a key encryption key in 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
secret_url
str
def secret_url(self) -> str: """ The URL referencing a secret in a Key Vault. """ return pulumi.get(self, "secret_url")
The URL referencing a secret in a Key Vault.
The URL referencing a secret in a Key Vault.
[ "The", "URL", "referencing", "a", "secret", "in", "a", "Key", "Vault", "." ]
def secret_url(self) -> str: return pulumi.get(self, "secret_url")
[ "def", "secret_url", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secret_url\"", ")" ]
The URL referencing a secret in a Key Vault.
[ "The", "URL", "referencing", "a", "secret", "in", "a", "Key", "Vault", "." ]
[ "\"\"\"\n The URL referencing a secret in a 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
disable_password_authentication
Optional[bool]
def disable_password_authentication(self) -> Optional[bool]: """ Specifies whether password authentication should be disabled. """ return pulumi.get(self, "disable_password_authentication")
Specifies whether password authentication should be disabled.
Specifies whether password authentication should be disabled.
[ "Specifies", "whether", "password", "authentication", "should", "be", "disabled", "." ]
def disable_password_authentication(self) -> Optional[bool]: return pulumi.get(self, "disable_password_authentication")
[ "def", "disable_password_authentication", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disable_password_authentication\"", ")" ]
Specifies whether password authentication should be disabled.
[ "Specifies", "whether", "password", "authentication", "should", "be", "disabled", "." ]
[ "\"\"\"\n Specifies whether password authentication should be disabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
provision_vm_agent
Optional[bool]
def provision_vm_agent(self) -> Optional[bool]: """ Indicates whether virtual machine agent should be provisioned on the virtual machine. <br><br> When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so tha...
Indicates whether virtual machine agent should be provisioned on the virtual machine. <br><br> When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.
[ "Indicates", "whether", "virtual", "machine", "agent", "should", "be", "provisioned", "on", "the", "virtual", "machine", ".", "When", "this", "property", "is", "not", "specified", "in", "the", "request", "body", "default", "behavior", "is", "to", "set", "it", ...
def provision_vm_agent(self) -> Optional[bool]: return pulumi.get(self, "provision_vm_agent")
[ "def", "provision_vm_agent", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"provision_vm_agent\"", ")" ]
Indicates whether virtual machine agent should be provisioned on the virtual machine.
[ "Indicates", "whether", "virtual", "machine", "agent", "should", "be", "provisioned", "on", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Indicates whether virtual machine agent should be provisioned on the virtual machine. <br><br> When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.\n ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
ssh
Optional['outputs.SshConfigurationResponse']
def ssh(self) -> Optional['outputs.SshConfigurationResponse']: """ Specifies the ssh key configuration for a Linux OS. """ return pulumi.get(self, "ssh")
Specifies the ssh key configuration for a Linux OS.
Specifies the ssh key configuration for a Linux OS.
[ "Specifies", "the", "ssh", "key", "configuration", "for", "a", "Linux", "OS", "." ]
def ssh(self) -> Optional['outputs.SshConfigurationResponse']: return pulumi.get(self, "ssh")
[ "def", "ssh", "(", "self", ")", "->", "Optional", "[", "'outputs.SshConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ssh\"", ")" ]
Specifies the ssh key configuration for a Linux OS.
[ "Specifies", "the", "ssh", "key", "configuration", "for", "a", "Linux", "OS", "." ]
[ "\"\"\"\n Specifies the ssh key configuration for a Linux OS.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
output
str
def output(self) -> str: """ Output file Uri path to blob container. """ return pulumi.get(self, "output")
Output file Uri path to blob container.
Output file Uri path to blob container.
[ "Output", "file", "Uri", "path", "to", "blob", "container", "." ]
def output(self) -> str: return pulumi.get(self, "output")
[ "def", "output", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"output\"", ")" ]
Output file Uri path to blob container.
[ "Output", "file", "Uri", "path", "to", "blob", "container", "." ]
[ "\"\"\"\n Output file Uri path to blob 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
is_customer_initiated_maintenance_allowed
Optional[bool]
def is_customer_initiated_maintenance_allowed(self) -> Optional[bool]: """ True, if customer is allowed to perform Maintenance. """ return pulumi.get(self, "is_customer_initiated_maintenance_allowed")
True, if customer is allowed to perform Maintenance.
True, if customer is allowed to perform Maintenance.
[ "True", "if", "customer", "is", "allowed", "to", "perform", "Maintenance", "." ]
def is_customer_initiated_maintenance_allowed(self) -> Optional[bool]: return pulumi.get(self, "is_customer_initiated_maintenance_allowed")
[ "def", "is_customer_initiated_maintenance_allowed", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_customer_initiated_maintenance_allowed\"", ")" ]
True, if customer is allowed to perform Maintenance.
[ "True", "if", "customer", "is", "allowed", "to", "perform", "Maintenance", "." ]
[ "\"\"\"\n True, if customer is allowed to perform Maintenance.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
last_operation_message
Optional[str]
def last_operation_message(self) -> Optional[str]: """ Message returned for the last Maintenance Operation. """ return pulumi.get(self, "last_operation_message")
Message returned for the last Maintenance Operation.
Message returned for the last Maintenance Operation.
[ "Message", "returned", "for", "the", "last", "Maintenance", "Operation", "." ]
def last_operation_message(self) -> Optional[str]: return pulumi.get(self, "last_operation_message")
[ "def", "last_operation_message", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_operation_message\"", ")" ]
Message returned for the last Maintenance Operation.
[ "Message", "returned", "for", "the", "last", "Maintenance", "Operation", "." ]
[ "\"\"\"\n Message returned for the last Maintenance Operation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
last_operation_result_code
Optional[str]
def last_operation_result_code(self) -> Optional[str]: """ The Last Maintenance Operation Result Code. """ return pulumi.get(self, "last_operation_result_code")
The Last Maintenance Operation Result Code.
The Last Maintenance Operation Result Code.
[ "The", "Last", "Maintenance", "Operation", "Result", "Code", "." ]
def last_operation_result_code(self) -> Optional[str]: return pulumi.get(self, "last_operation_result_code")
[ "def", "last_operation_result_code", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_operation_result_code\"", ")" ]
The Last Maintenance Operation Result Code.
[ "The", "Last", "Maintenance", "Operation", "Result", "Code", "." ]
[ "\"\"\"\n The Last Maintenance Operation Result Code.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
maintenance_window_end_time
Optional[str]
def maintenance_window_end_time(self) -> Optional[str]: """ End Time for the Maintenance Window. """ return pulumi.get(self, "maintenance_window_end_time")
End Time for the Maintenance Window.
End Time for the Maintenance Window.
[ "End", "Time", "for", "the", "Maintenance", "Window", "." ]
def maintenance_window_end_time(self) -> Optional[str]: return pulumi.get(self, "maintenance_window_end_time")
[ "def", "maintenance_window_end_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_window_end_time\"", ")" ]
End Time for the Maintenance Window.
[ "End", "Time", "for", "the", "Maintenance", "Window", "." ]
[ "\"\"\"\n End Time for the Maintenance Window.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
maintenance_window_start_time
Optional[str]
def maintenance_window_start_time(self) -> Optional[str]: """ Start Time for the Maintenance Window. """ return pulumi.get(self, "maintenance_window_start_time")
Start Time for the Maintenance Window.
Start Time for the Maintenance Window.
[ "Start", "Time", "for", "the", "Maintenance", "Window", "." ]
def maintenance_window_start_time(self) -> Optional[str]: return pulumi.get(self, "maintenance_window_start_time")
[ "def", "maintenance_window_start_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"maintenance_window_start_time\"", ")" ]
Start Time for the Maintenance Window.
[ "Start", "Time", "for", "the", "Maintenance", "Window", "." ]
[ "\"\"\"\n Start Time for the Maintenance Window.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
pre_maintenance_window_end_time
Optional[str]
def pre_maintenance_window_end_time(self) -> Optional[str]: """ End Time for the Pre Maintenance Window. """ return pulumi.get(self, "pre_maintenance_window_end_time")
End Time for the Pre Maintenance Window.
End Time for the Pre Maintenance Window.
[ "End", "Time", "for", "the", "Pre", "Maintenance", "Window", "." ]
def pre_maintenance_window_end_time(self) -> Optional[str]: return pulumi.get(self, "pre_maintenance_window_end_time")
[ "def", "pre_maintenance_window_end_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pre_maintenance_window_end_time\"", ")" ]
End Time for the Pre Maintenance Window.
[ "End", "Time", "for", "the", "Pre", "Maintenance", "Window", "." ]
[ "\"\"\"\n End Time for the Pre Maintenance Window.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
pre_maintenance_window_start_time
Optional[str]
def pre_maintenance_window_start_time(self) -> Optional[str]: """ Start Time for the Pre Maintenance Window. """ return pulumi.get(self, "pre_maintenance_window_start_time")
Start Time for the Pre Maintenance Window.
Start Time for the Pre Maintenance Window.
[ "Start", "Time", "for", "the", "Pre", "Maintenance", "Window", "." ]
def pre_maintenance_window_start_time(self) -> Optional[str]: return pulumi.get(self, "pre_maintenance_window_start_time")
[ "def", "pre_maintenance_window_start_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pre_maintenance_window_start_time\"", ")" ]
Start Time for the Pre Maintenance Window.
[ "Start", "Time", "for", "the", "Pre", "Maintenance", "Window", "." ]
[ "\"\"\"\n Start Time for the Pre Maintenance Window.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
primary
Optional[bool]
def primary(self) -> Optional[bool]: """ Specifies the primary network interface in case the virtual machine has more than 1 network interface. """ return pulumi.get(self, "primary")
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
[ "Specifies", "the", "primary", "network", "interface", "in", "case", "the", "virtual", "machine", "has", "more", "than", "1", "network", "interface", "." ]
def primary(self) -> Optional[bool]: return pulumi.get(self, "primary")
[ "def", "primary", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"primary\"", ")" ]
Specifies the primary network interface in case the virtual machine has more than 1 network interface.
[ "Specifies", "the", "primary", "network", "interface", "in", "case", "the", "virtual", "machine", "has", "more", "than", "1", "network", "interface", "." ]
[ "\"\"\"\n Specifies the primary network interface in case the virtual machine has more than 1 network interface.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
network_interfaces
Optional[Sequence['outputs.NetworkInterfaceReferenceResponse']]
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceReferenceResponse']]: """ Specifies the list of resource Ids for the network interfaces associated with the virtual machine. """ return pulumi.get(self, "network_interfaces")
Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
[ "Specifies", "the", "list", "of", "resource", "Ids", "for", "the", "network", "interfaces", "associated", "with", "the", "virtual", "machine", "." ]
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceReferenceResponse']]: return pulumi.get(self, "network_interfaces")
[ "def", "network_interfaces", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.NetworkInterfaceReferenceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_interfaces\"", ")" ]
Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
[ "Specifies", "the", "list", "of", "resource", "Ids", "for", "the", "network", "interfaces", "associated", "with", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the list of resource Ids for the network interfaces associated with the virtual 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
diff_disk_settings
Optional['outputs.DiffDiskSettingsResponse']
def diff_disk_settings(self) -> Optional['outputs.DiffDiskSettingsResponse']: """ Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. """ return pulumi.get(self, "diff_disk_settings")
Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
[ "Specifies", "the", "ephemeral", "Disk", "Settings", "for", "the", "operating", "system", "disk", "used", "by", "the", "virtual", "machine", "." ]
def diff_disk_settings(self) -> Optional['outputs.DiffDiskSettingsResponse']: return pulumi.get(self, "diff_disk_settings")
[ "def", "diff_disk_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.DiffDiskSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"diff_disk_settings\"", ")" ]
Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
[ "Specifies", "the", "ephemeral", "Disk", "Settings", "for", "the", "operating", "system", "disk", "used", "by", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the ephemeral Disk Settings for the operating system disk used by the virtual 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
encryption_settings
Optional['outputs.DiskEncryptionSettingsResponse']
def encryption_settings(self) -> Optional['outputs.DiskEncryptionSettingsResponse']: """ Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15 """ return pulumi.get(self, "encryption_settings")
Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15
Specifies the encryption settings for the OS Disk.
[ "Specifies", "the", "encryption", "settings", "for", "the", "OS", "Disk", "." ]
def encryption_settings(self) -> Optional['outputs.DiskEncryptionSettingsResponse']: return pulumi.get(self, "encryption_settings")
[ "def", "encryption_settings", "(", "self", ")", "->", "Optional", "[", "'outputs.DiskEncryptionSettingsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encryption_settings\"", ")" ]
Specifies the encryption settings for the OS Disk.
[ "Specifies", "the", "encryption", "settings", "for", "the", "OS", "Disk", "." ]
[ "\"\"\"\n Specifies the encryption settings for the OS Disk. <br><br> Minimum api-version: 2015-06-15\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
os_type
Optional[str]
def os_type(self) -> Optional[str]: """ This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux** """ return pulumi.get(self, "os_type")
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. <br><br> Possible values are: <br><br> **Windows** <br><br> **Linux**
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.
[ "This", "property", "allows", "you", "to", "specify", "the", "type", "of", "the", "OS", "that", "is", "included", "in", "the", "disk", "if", "creating", "a", "VM", "from", "user", "-", "image", "or", "a", "specialized", "VHD", "." ]
def os_type(self) -> Optional[str]: return pulumi.get(self, "os_type")
[ "def", "os_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_type\"", ")" ]
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD.
[ "This", "property", "allows", "you", "to", "specify", "the", "type", "of", "the", "OS", "that", "is", "included", "in", "the", "disk", "if", "creating", "a", "VM", "from", "user", "-", "image", "or", "a", "specialized", "VHD", "." ]
[ "\"\"\"\n This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. <br><br> Possible values are: <br><br> **Windows** <br><br> **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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
admin_password
Optional[str]
def admin_password(self) -> Optional[str]: """ Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><...
Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of 4 conditions...
Specifies the password of the administrator account.
[ "Specifies", "the", "password", "of", "the", "administrator", "account", "." ]
def admin_password(self) -> Optional[str]: return pulumi.get(self, "admin_password")
[ "def", "admin_password", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"admin_password\"", ")" ]
Specifies the password of the administrator account.
[ "Specifies", "the", "password", "of", "the", "administrator", "account", "." ]
[ "\"\"\"\n Specifies the password of the administrator account. <br><br> **Minimum-length (Windows):** 8 characters <br><br> **Minimum-length (Linux):** 6 characters <br><br> **Max-length (Windows):** 123 characters <br><br> **Max-length (Linux):** 72 characters <br><br> **Complexity requirements:** 3 out of ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
admin_username
Optional[str]
def admin_username(self) -> Optional[str]: """ Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "ad...
Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in "." <br><br> **Disallowed values:** "administrator", "admin", "user", "user1", "test", "user2", "test1", "user3", "admin1", "1", "123", "a", "actuser", "adm", "admin2", "aspnet", "backup", "console", "david", ...
Specifies the name of the administrator account.
[ "Specifies", "the", "name", "of", "the", "administrator", "account", "." ]
def admin_username(self) -> Optional[str]: return pulumi.get(self, "admin_username")
[ "def", "admin_username", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"admin_username\"", ")" ]
Specifies the name of the administrator account.
[ "Specifies", "the", "name", "of", "the", "administrator", "account", "." ]
[ "\"\"\"\n Specifies the name of the administrator account. <br><br> **Windows-only restriction:** Cannot end in \".\" <br><br> **Disallowed values:** \"administrator\", \"admin\", \"user\", \"user1\", \"test\", \"user2\", \"test1\", \"user3\", \"admin1\", \"1\", \"123\", \"a\", \"actuser\", \"adm\", \"admin2...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
allow_extension_operations
Optional[bool]
def allow_extension_operations(self) -> Optional[bool]: """ Specifies whether extension operations should be allowed on the virtual machine. <br><br>This may only be set to False when no extensions are present on the virtual machine. """ return pulumi.get(self, "allow_extension_operation...
Specifies whether extension operations should be allowed on the virtual machine. <br><br>This may only be set to False when no extensions are present on the virtual machine.
Specifies whether extension operations should be allowed on the virtual machine. This may only be set to False when no extensions are present on the virtual machine.
[ "Specifies", "whether", "extension", "operations", "should", "be", "allowed", "on", "the", "virtual", "machine", ".", "This", "may", "only", "be", "set", "to", "False", "when", "no", "extensions", "are", "present", "on", "the", "virtual", "machine", "." ]
def allow_extension_operations(self) -> Optional[bool]: return pulumi.get(self, "allow_extension_operations")
[ "def", "allow_extension_operations", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allow_extension_operations\"", ")" ]
Specifies whether extension operations should be allowed on the virtual machine.
[ "Specifies", "whether", "extension", "operations", "should", "be", "allowed", "on", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies whether extension operations should be allowed on the virtual machine. <br><br>This may only be set to False when no extensions are present on the virtual 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
computer_name
Optional[str]
def computer_name(self) -> Optional[str]: """ Specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):** 64 characters. <br><br> For naming conventions and restrictions...
Specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):** 64 characters. <br><br> For naming conventions and restrictions see [Azure infrastructure services implementation gu...
Specifies the host OS name of the virtual machine. This name cannot be updated after the VM is created.
[ "Specifies", "the", "host", "OS", "name", "of", "the", "virtual", "machine", ".", "This", "name", "cannot", "be", "updated", "after", "the", "VM", "is", "created", "." ]
def computer_name(self) -> Optional[str]: return pulumi.get(self, "computer_name")
[ "def", "computer_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"computer_name\"", ")" ]
Specifies the host OS name of the virtual machine.
[ "Specifies", "the", "host", "OS", "name", "of", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the host OS name of the virtual machine. <br><br> This name cannot be updated after the VM is created. <br><br> **Max-length (Windows):** 15 characters <br><br> **Max-length (Linux):** 64 characters. <br><br> For naming conventions and restrictions see [Azure infrastructure services imple...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
custom_data
Optional[str]
def custom_data(self) -> Optional[str]: """ Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. <br><br> For using cloud-init for your VM, see [Us...
Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. <br><br> For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creat...
Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM during creation]
[ "Specifies", "a", "base", "-", "64", "encoded", "string", "of", "custom", "data", ".", "The", "base", "-", "64", "encoded", "string", "is", "decoded", "to", "a", "binary", "array", "that", "is", "saved", "as", "a", "file", "on", "the", "Virtual", "Mach...
def custom_data(self) -> Optional[str]: return pulumi.get(self, "custom_data")
[ "def", "custom_data", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_data\"", ")" ]
Specifies a base-64 encoded string of custom data.
[ "Specifies", "a", "base", "-", "64", "encoded", "string", "of", "custom", "data", "." ]
[ "\"\"\"\n Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. <br><br> For using cloud-init for your VM, see [Using cloud-init to customize a Linux VM ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
linux_configuration
Optional['outputs.LinuxConfigurationResponse']
def linux_configuration(self) -> Optional['outputs.LinuxConfigurationResponse']: """ Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/vi...
Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-endorsed-distros?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json) <b...
Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions] For running non-endorsed distributions, see [Information for Non-Endorsed Distributions].
[ "Specifies", "the", "Linux", "operating", "system", "settings", "on", "the", "virtual", "machine", ".", "For", "a", "list", "of", "supported", "Linux", "distributions", "see", "[", "Linux", "on", "Azure", "-", "Endorsed", "Distributions", "]", "For", "running"...
def linux_configuration(self) -> Optional['outputs.LinuxConfigurationResponse']: return pulumi.get(self, "linux_configuration")
[ "def", "linux_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.LinuxConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"linux_configuration\"", ")" ]
Specifies the Linux operating system settings on the virtual machine.
[ "Specifies", "the", "Linux", "operating", "system", "settings", "on", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the Linux operating system settings on the virtual machine. <br><br>For a list of supported Linux distributions, see [Linux on Azure-Endorsed Distributions](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-endorsed-distros?toc=%2fazure%2fvirtual-machines%2flinux%2f...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
secrets
Optional[Sequence['outputs.VaultSecretGroupResponse']]
def secrets(self) -> Optional[Sequence['outputs.VaultSecretGroupResponse']]: """ Specifies set of certificates that should be installed onto the virtual machine. """ return pulumi.get(self, "secrets")
Specifies set of certificates that should be installed onto the virtual machine.
Specifies set of certificates that should be installed onto the virtual machine.
[ "Specifies", "set", "of", "certificates", "that", "should", "be", "installed", "onto", "the", "virtual", "machine", "." ]
def secrets(self) -> Optional[Sequence['outputs.VaultSecretGroupResponse']]: return pulumi.get(self, "secrets")
[ "def", "secrets", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.VaultSecretGroupResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"secrets\"", ")" ]
Specifies set of certificates that should be installed onto the virtual machine.
[ "Specifies", "set", "of", "certificates", "that", "should", "be", "installed", "onto", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies set of certificates that should be installed onto the virtual 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
windows_configuration
Optional['outputs.WindowsConfigurationResponse']
def windows_configuration(self) -> Optional['outputs.WindowsConfigurationResponse']: """ Specifies Windows operating system settings on the virtual machine. """ return pulumi.get(self, "windows_configuration")
Specifies Windows operating system settings on the virtual machine.
Specifies Windows operating system settings on the virtual machine.
[ "Specifies", "Windows", "operating", "system", "settings", "on", "the", "virtual", "machine", "." ]
def windows_configuration(self) -> Optional['outputs.WindowsConfigurationResponse']: return pulumi.get(self, "windows_configuration")
[ "def", "windows_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.WindowsConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"windows_configuration\"", ")" ]
Specifies Windows operating system settings on the virtual machine.
[ "Specifies", "Windows", "operating", "system", "settings", "on", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies Windows operating system settings on the virtual 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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
product
Optional[str]
def product(self) -> Optional[str]: """ Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. """ return pulumi.get(self, "product")
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.
[ "Specifies", "the", "product", "of", "the", "image", "from", "the", "marketplace", ".", "This", "is", "the", "same", "value", "as", "Offer", "under", "the", "imageReference", "element", "." ]
def product(self) -> Optional[str]: return pulumi.get(self, "product")
[ "def", "product", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"product\"", ")" ]
Specifies the product of the image from the marketplace.
[ "Specifies", "the", "product", "of", "the", "image", "from", "the", "marketplace", "." ]
[ "\"\"\"\n Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
max_batch_instance_percent
Optional[int]
def max_batch_instance_percent(self) -> Optional[int]: """ The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a b...
The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value f...
The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The default value for this p...
[ "The", "maximum", "percent", "of", "total", "virtual", "machine", "instances", "that", "will", "be", "upgraded", "simultaneously", "by", "the", "rolling", "upgrade", "in", "one", "batch", ".", "As", "this", "is", "a", "maximum", "unhealthy", "instances", "in",...
def max_batch_instance_percent(self) -> Optional[int]: return pulumi.get(self, "max_batch_instance_percent")
[ "def", "max_batch_instance_percent", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_batch_instance_percent\"", ")" ]
The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch.
[ "The", "maximum", "percent", "of", "total", "virtual", "machine", "instances", "that", "will", "be", "upgraded", "simultaneously", "by", "the", "rolling", "upgrade", "in", "one", "batch", "." ]
[ "\"\"\"\n The maximum percent of total virtual machine instances that will be upgraded simultaneously by the rolling upgrade in one batch. As this is a maximum, unhealthy instances in previous or future batches can cause the percentage of instances in a batch to decrease to ensure higher reliability. The def...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
max_unhealthy_instance_percent
Optional[int]
def max_unhealthy_instance_percent(self) -> Optional[int]: """ The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before th...
The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to sta...
The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked prior to starting any...
[ "The", "maximum", "percentage", "of", "the", "total", "virtual", "machine", "instances", "in", "the", "scale", "set", "that", "can", "be", "simultaneously", "unhealthy", "either", "as", "a", "result", "of", "being", "upgraded", "or", "by", "being", "found", ...
def max_unhealthy_instance_percent(self) -> Optional[int]: return pulumi.get(self, "max_unhealthy_instance_percent")
[ "def", "max_unhealthy_instance_percent", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_unhealthy_instance_percent\"", ")" ]
The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts.
[ "The", "maximum", "percentage", "of", "the", "total", "virtual", "machine", "instances", "in", "the", "scale", "set", "that", "can", "be", "simultaneously", "unhealthy", "either", "as", "a", "result", "of", "being", "upgraded", "or", "by", "being", "found", ...
[ "\"\"\"\n The maximum percentage of the total virtual machine instances in the scale set that can be simultaneously unhealthy, either as a result of being upgraded, or by being found in an unhealthy state by the virtual machine health checks before the rolling upgrade aborts. This constraint will be checked ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
max_unhealthy_upgraded_instance_percent
Optional[int]
def max_unhealthy_upgraded_instance_percent(self) -> Optional[int]: """ The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The def...
The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%.
The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%.
[ "The", "maximum", "percentage", "of", "upgraded", "virtual", "machine", "instances", "that", "can", "be", "found", "to", "be", "in", "an", "unhealthy", "state", ".", "This", "check", "will", "happen", "after", "each", "batch", "is", "upgraded", ".", "If", ...
def max_unhealthy_upgraded_instance_percent(self) -> Optional[int]: return pulumi.get(self, "max_unhealthy_upgraded_instance_percent")
[ "def", "max_unhealthy_upgraded_instance_percent", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_unhealthy_upgraded_instance_percent\"", ")" ]
The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state.
[ "The", "maximum", "percentage", "of", "upgraded", "virtual", "machine", "instances", "that", "can", "be", "found", "to", "be", "in", "an", "unhealthy", "state", "." ]
[ "\"\"\"\n The maximum percentage of upgraded virtual machine instances that can be found to be in an unhealthy state. This check will happen after each batch is upgraded. If this percentage is ever exceeded, the rolling update aborts. The default value for this parameter is 20%.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
pause_time_between_batches
Optional[str]
def pause_time_between_batches(self) -> Optional[str]: """ The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S). """ return pulumi.get...
The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S).
The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S).
[ "The", "wait", "time", "between", "completing", "the", "update", "for", "all", "virtual", "machines", "in", "one", "batch", "and", "starting", "the", "next", "batch", ".", "The", "time", "duration", "should", "be", "specified", "in", "ISO", "8601", "format",...
def pause_time_between_batches(self) -> Optional[str]: return pulumi.get(self, "pause_time_between_batches")
[ "def", "pause_time_between_batches", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pause_time_between_batches\"", ")" ]
The wait time between completing the update for all virtual machines in one batch and starting the next batch.
[ "The", "wait", "time", "between", "completing", "the", "update", "for", "all", "virtual", "machines", "in", "one", "batch", "and", "starting", "the", "next", "batch", "." ]
[ "\"\"\"\n The wait time between completing the update for all virtual machines in one batch and starting the next batch. The time duration should be specified in ISO 8601 format. The default value is 0 seconds (PT0S).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
public_keys
Optional[Sequence['outputs.SshPublicKeyResponse']]
def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]: """ The list of SSH public keys used to authenticate with linux based VMs. """ return pulumi.get(self, "public_keys")
The list of SSH public keys used to authenticate with linux based VMs.
The list of SSH public keys used to authenticate with linux based VMs.
[ "The", "list", "of", "SSH", "public", "keys", "used", "to", "authenticate", "with", "linux", "based", "VMs", "." ]
def public_keys(self) -> Optional[Sequence['outputs.SshPublicKeyResponse']]: return pulumi.get(self, "public_keys")
[ "def", "public_keys", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SshPublicKeyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_keys\"", ")" ]
The list of SSH public keys used to authenticate with linux based VMs.
[ "The", "list", "of", "SSH", "public", "keys", "used", "to", "authenticate", "with", "linux", "based", "VMs", "." ]
[ "\"\"\"\n The list of SSH public keys used to authenticate with linux based VMs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
key_data
Optional[str]
def key_data(self) -> Optional[str]: """ SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/vi...
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-mac-create...
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure].
[ "SSH", "public", "key", "certificate", "used", "to", "authenticate", "with", "the", "VM", "through", "ssh", ".", "The", "key", "needs", "to", "be", "at", "least", "2048", "-", "bit", "and", "in", "ssh", "-", "rsa", "format", ".", "For", "creating", "ss...
def key_data(self) -> Optional[str]: return pulumi.get(self, "key_data")
[ "def", "key_data", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"key_data\"", ")" ]
SSH public key certificate used to authenticate with the VM through ssh.
[ "SSH", "public", "key", "certificate", "used", "to", "authenticate", "with", "the", "VM", "through", "ssh", "." ]
[ "\"\"\"\n SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. <br><br> For creating ssh keys, see [Create SSH keys on Linux and Mac for Linux VMs in Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linu...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
path
Optional[str]
def path(self) -> Optional[str]: """ Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys """ return pulumi.get(self, "path")
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file.
[ "Specifies", "the", "full", "path", "on", "the", "created", "VM", "where", "ssh", "public", "key", "is", "stored", ".", "If", "the", "file", "already", "exists", "the", "specified", "key", "is", "appended", "to", "the", "file", "." ]
def path(self) -> Optional[str]: return pulumi.get(self, "path")
[ "def", "path", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"path\"", ")" ]
Specifies the full path on the created VM where ssh public key is stored.
[ "Specifies", "the", "full", "path", "on", "the", "created", "VM", "where", "ssh", "public", "key", "is", "stored", "." ]
[ "\"\"\"\n Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_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": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
data_disks
Optional[Sequence['outputs.DataDiskResponse']]
def data_disks(self) -> Optional[Sequence['outputs.DataDiskResponse']]: """ Specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/v...
Specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindows%...
Specifies the parameters that are used to add a data disk to a virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines].
[ "Specifies", "the", "parameters", "that", "are", "used", "to", "add", "a", "data", "disk", "to", "a", "virtual", "machine", ".", "For", "more", "information", "about", "disks", "see", "[", "About", "disks", "and", "VHDs", "for", "Azure", "virtual", "machin...
def data_disks(self) -> Optional[Sequence['outputs.DataDiskResponse']]: return pulumi.get(self, "data_disks")
[ "def", "data_disks", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.DataDiskResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_disks\"", ")" ]
Specifies the parameters that are used to add a data disk to a virtual machine.
[ "Specifies", "the", "parameters", "that", "are", "used", "to", "add", "a", "data", "disk", "to", "a", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies the parameters that are used to add a data disk to a virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machine...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
image_reference
Optional['outputs.ImageReferenceResponse']
def image_reference(self) -> Optional['outputs.ImageReferenceResponse']: """ Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, ...
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
[ "Specifies", "information", "about", "the", "image", "to", "use", ".", "You", "can", "specify", "information", "about", "platform", "images", "marketplace", "images", "or", "virtual", "machine", "images", ".", "This", "element", "is", "required", "when", "you", ...
def image_reference(self) -> Optional['outputs.ImageReferenceResponse']: return pulumi.get(self, "image_reference")
[ "def", "image_reference", "(", "self", ")", "->", "Optional", "[", "'outputs.ImageReferenceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image_reference\"", ")" ]
Specifies information about the image to use.
[ "Specifies", "information", "about", "the", "image", "to", "use", "." ]
[ "\"\"\"\n Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.\...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
os_disk
Optional['outputs.OSDiskResponse']
def os_disk(self) -> Optional['outputs.OSDiskResponse']: """ Specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machi...
Specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-machines%2fwindo...
Specifies information about the operating system disk used by the virtual machine. For more information about disks, see [About disks and VHDs for Azure virtual machines].
[ "Specifies", "information", "about", "the", "operating", "system", "disk", "used", "by", "the", "virtual", "machine", ".", "For", "more", "information", "about", "disks", "see", "[", "About", "disks", "and", "VHDs", "for", "Azure", "virtual", "machines", "]", ...
def os_disk(self) -> Optional['outputs.OSDiskResponse']: return pulumi.get(self, "os_disk")
[ "def", "os_disk", "(", "self", ")", "->", "Optional", "[", "'outputs.OSDiskResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_disk\"", ")" ]
Specifies information about the operating system disk used by the virtual machine.
[ "Specifies", "information", "about", "the", "operating", "system", "disk", "used", "by", "the", "virtual", "machine", "." ]
[ "\"\"\"\n Specifies information about the operating system disk used by the virtual machine. <br><br> For more information about disks, see [About disks and VHDs for Azure virtual machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-about-disks-vhds?toc=%2fazure%2fvirtual-mach...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
automatic_os_upgrade_policy
Optional['outputs.AutomaticOSUpgradePolicyResponse']
def automatic_os_upgrade_policy(self) -> Optional['outputs.AutomaticOSUpgradePolicyResponse']: """ Configuration parameters used for performing automatic OS Upgrade. """ return pulumi.get(self, "automatic_os_upgrade_policy")
Configuration parameters used for performing automatic OS Upgrade.
Configuration parameters used for performing automatic OS Upgrade.
[ "Configuration", "parameters", "used", "for", "performing", "automatic", "OS", "Upgrade", "." ]
def automatic_os_upgrade_policy(self) -> Optional['outputs.AutomaticOSUpgradePolicyResponse']: return pulumi.get(self, "automatic_os_upgrade_policy")
[ "def", "automatic_os_upgrade_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.AutomaticOSUpgradePolicyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"automatic_os_upgrade_policy\"", ")" ]
Configuration parameters used for performing automatic OS Upgrade.
[ "Configuration", "parameters", "used", "for", "performing", "automatic", "OS", "Upgrade", "." ]
[ "\"\"\"\n Configuration parameters used for performing automatic OS Upgrade.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
mode
Optional[str]
def mode(self) -> Optional[str]: """ Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.<br /><br /> *...
Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.<br /><br /> **Automatic** - All virtual machines in the s...
Specifies the mode of an upgrade to virtual machines in the scale set. Possible values are: **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action. **Automatic** - All virtual machines in the scale set are automatically updated at the sa...
[ "Specifies", "the", "mode", "of", "an", "upgrade", "to", "virtual", "machines", "in", "the", "scale", "set", ".", "Possible", "values", "are", ":", "**", "Manual", "**", "-", "You", "control", "the", "application", "of", "updates", "to", "virtual", "machin...
def mode(self) -> Optional[str]: return pulumi.get(self, "mode")
[ "def", "mode", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mode\"", ")" ]
Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set.
[ "Specifies", "the", "mode", "of", "an", "upgrade", "to", "virtual", "machines", "in", "the", "scale", "set", ".", "<br", "/", ">", "<br", "/", ">", "Possible", "values", "are", ":", "<br", "/", ">", "<br", "/", ">", "**", "Manual", "**", "-", "You"...
[ "\"\"\"\n Specifies the mode of an upgrade to virtual machines in the scale set.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of updates to virtual machines in the scale set. You do this by using the manualUpgrade action.<br /><br /> **Automatic** - All virtual machi...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
rolling_upgrade_policy
Optional['outputs.RollingUpgradePolicyResponse']
def rolling_upgrade_policy(self) -> Optional['outputs.RollingUpgradePolicyResponse']: """ The configuration parameters used while performing a rolling upgrade. """ return pulumi.get(self, "rolling_upgrade_policy")
The configuration parameters used while performing a rolling upgrade.
The configuration parameters used while performing a rolling upgrade.
[ "The", "configuration", "parameters", "used", "while", "performing", "a", "rolling", "upgrade", "." ]
def rolling_upgrade_policy(self) -> Optional['outputs.RollingUpgradePolicyResponse']: return pulumi.get(self, "rolling_upgrade_policy")
[ "def", "rolling_upgrade_policy", "(", "self", ")", "->", "Optional", "[", "'outputs.RollingUpgradePolicyResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rolling_upgrade_policy\"", ")" ]
The configuration parameters used while performing a rolling upgrade.
[ "The", "configuration", "parameters", "used", "while", "performing", "a", "rolling", "upgrade", "." ]
[ "\"\"\"\n The configuration parameters used while performing a rolling upgrade.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56009b5d57796eca9ed8fe9105e91edfe60fe374
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20181001/outputs.py
[ "Apache-2.0" ]
Python
certificate_store
Optional[str]
def certificate_store(self) -> Optional[str]: """ For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /...
For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name &lt;Upperca...
For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name <UppercaseThumbprint>.crt fo...
[ "For", "Windows", "VMs", "specifies", "the", "certificate", "store", "on", "the", "Virtual", "Machine", "to", "which", "the", "certificate", "should", "be", "added", ".", "The", "specified", "certificate", "store", "is", "implicitly", "in", "the", "LocalMachine"...
def certificate_store(self) -> Optional[str]: return pulumi.get(self, "certificate_store")
[ "def", "certificate_store", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"certificate_store\"", ")" ]
For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added.
[ "For", "Windows", "VMs", "specifies", "the", "certificate", "store", "on", "the", "Virtual", "Machine", "to", "which", "the", "certificate", "should", "be", "added", "." ]
[ "\"\"\"\n For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. <br><br>For Linux VMs, the certificate file is placed under the /var/lib/waagent directory, with the file name...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }