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
fe07f0a90ddd3f1f703ddc9631bd508d50bb0568
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/get_virtual_network.py
[ "Apache-2.0" ]
Python
virtual_network_peerings
Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]
def virtual_network_peerings(self) -> Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]: """ A list of peerings in a Virtual Network. """ return pulumi.get(self, "virtual_network_peerings")
A list of peerings in a Virtual Network.
A list of peerings in a Virtual Network.
[ "A", "list", "of", "peerings", "in", "a", "Virtual", "Network", "." ]
def virtual_network_peerings(self) -> Optional[Sequence['outputs.VirtualNetworkPeeringResponse']]: return pulumi.get(self, "virtual_network_peerings")
[ "def", "virtual_network_peerings", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.VirtualNetworkPeeringResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network_peerings\"", ")" ]
A list of peerings in a Virtual Network.
[ "A", "list", "of", "peerings", "in", "a", "Virtual", "Network", "." ]
[ "\"\"\"\n A list of peerings in a Virtual Network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
fe093799111497245e1bea2156c9e50afc4eb842
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image_version.py
[ "Apache-2.0" ]
Python
publishing_profile
'outputs.GalleryImageVersionPublishingProfileResponse'
def publishing_profile(self) -> 'outputs.GalleryImageVersionPublishingProfileResponse': """ The publishing profile of a gallery Image Version. """ return pulumi.get(self, "publishing_profile")
The publishing profile of a gallery Image Version.
The publishing profile of a gallery Image Version.
[ "The", "publishing", "profile", "of", "a", "gallery", "Image", "Version", "." ]
def publishing_profile(self) -> 'outputs.GalleryImageVersionPublishingProfileResponse': return pulumi.get(self, "publishing_profile")
[ "def", "publishing_profile", "(", "self", ")", "->", "'outputs.GalleryImageVersionPublishingProfileResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publishing_profile\"", ")" ]
The publishing profile of a gallery Image Version.
[ "The", "publishing", "profile", "of", "a", "gallery", "Image", "Version", "." ]
[ "\"\"\"\n The publishing profile of a gallery Image Version.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
fe093799111497245e1bea2156c9e50afc4eb842
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image_version.py
[ "Apache-2.0" ]
Python
replication_status
'outputs.ReplicationStatusResponse'
def replication_status(self) -> 'outputs.ReplicationStatusResponse': """ This is the replication status of the gallery Image Version. """ return pulumi.get(self, "replication_status")
This is the replication status of the gallery Image Version.
This is the replication status of the gallery Image Version.
[ "This", "is", "the", "replication", "status", "of", "the", "gallery", "Image", "Version", "." ]
def replication_status(self) -> 'outputs.ReplicationStatusResponse': return pulumi.get(self, "replication_status")
[ "def", "replication_status", "(", "self", ")", "->", "'outputs.ReplicationStatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"replication_status\"", ")" ]
This is the replication status of the gallery Image Version.
[ "This", "is", "the", "replication", "status", "of", "the", "gallery", "Image", "Version", "." ]
[ "\"\"\"\n This is the replication status of the gallery Image Version.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
fe093799111497245e1bea2156c9e50afc4eb842
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20190301/get_gallery_image_version.py
[ "Apache-2.0" ]
Python
storage_profile
'outputs.GalleryImageVersionStorageProfileResponse'
def storage_profile(self) -> 'outputs.GalleryImageVersionStorageProfileResponse': """ This is the storage profile of a Gallery Image Version. """ return pulumi.get(self, "storage_profile")
This is the storage profile of a Gallery Image Version.
This is the storage profile of a Gallery Image Version.
[ "This", "is", "the", "storage", "profile", "of", "a", "Gallery", "Image", "Version", "." ]
def storage_profile(self) -> 'outputs.GalleryImageVersionStorageProfileResponse': return pulumi.get(self, "storage_profile")
[ "def", "storage_profile", "(", "self", ")", "->", "'outputs.GalleryImageVersionStorageProfileResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_profile\"", ")" ]
This is the storage profile of a Gallery Image Version.
[ "This", "is", "the", "storage", "profile", "of", "a", "Gallery", "Image", "Version", "." ]
[ "\"\"\"\n This is the storage profile of a Gallery Image Version.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08ae67e163798e7e358ab29f127041ea6a8d4132
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/virtual_network.py
[ "Apache-2.0" ]
Python
allowed_subnets
pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]
def allowed_subnets(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]: """ The allowed subnets of the virtual network. """ return pulumi.get(self, "allowed_subnets")
The allowed subnets of the virtual network.
The allowed subnets of the virtual network.
[ "The", "allowed", "subnets", "of", "the", "virtual", "network", "." ]
def allowed_subnets(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetResponse']]]: return pulumi.get(self, "allowed_subnets")
[ "def", "allowed_subnets", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.SubnetResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allowed_subnets\"", ")" ]
The allowed subnets of the virtual network.
[ "The", "allowed", "subnets", "of", "the", "virtual", "network", "." ]
[ "\"\"\"\n The allowed subnets of the virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08ae67e163798e7e358ab29f127041ea6a8d4132
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/virtual_network.py
[ "Apache-2.0" ]
Python
external_provider_resource_id
pulumi.Output[Optional[str]]
def external_provider_resource_id(self) -> pulumi.Output[Optional[str]]: """ The Microsoft.Network resource identifier of the virtual network. """ return pulumi.get(self, "external_provider_resource_id")
The Microsoft.Network resource identifier of the virtual network.
The Microsoft.Network resource identifier of the virtual network.
[ "The", "Microsoft", ".", "Network", "resource", "identifier", "of", "the", "virtual", "network", "." ]
def external_provider_resource_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "external_provider_resource_id")
[ "def", "external_provider_resource_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"external_provider_resource_id\"", ")" ]
The Microsoft.Network resource identifier of the virtual network.
[ "The", "Microsoft", ".", "Network", "resource", "identifier", "of", "the", "virtual", "network", "." ]
[ "\"\"\"\n The Microsoft.Network resource identifier of the virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08ae67e163798e7e358ab29f127041ea6a8d4132
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/virtual_network.py
[ "Apache-2.0" ]
Python
subnet_overrides
pulumi.Output[Optional[Sequence['outputs.SubnetOverrideResponse']]]
def subnet_overrides(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetOverrideResponse']]]: """ The subnet overrides of the virtual network. """ return pulumi.get(self, "subnet_overrides")
The subnet overrides of the virtual network.
The subnet overrides of the virtual network.
[ "The", "subnet", "overrides", "of", "the", "virtual", "network", "." ]
def subnet_overrides(self) -> pulumi.Output[Optional[Sequence['outputs.SubnetOverrideResponse']]]: return pulumi.get(self, "subnet_overrides")
[ "def", "subnet_overrides", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.SubnetOverrideResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnet_overrides\"", ")" ]
The subnet overrides of the virtual network.
[ "The", "subnet", "overrides", "of", "the", "virtual", "network", "." ]
[ "\"\"\"\n The subnet overrides of the virtual network.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
async_execution
Optional[bool]
def async_execution(self) -> Optional[bool]: """ Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. """ return pulumi.get(self, "async_execution")
Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.
Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.
[ "Optional", ".", "If", "set", "to", "true", "provisioning", "will", "complete", "as", "soon", "as", "the", "script", "starts", "and", "will", "not", "wait", "for", "script", "to", "complete", "." ]
def async_execution(self) -> Optional[bool]: return pulumi.get(self, "async_execution")
[ "def", "async_execution", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"async_execution\"", ")" ]
Optional.
[ "Optional", "." ]
[ "\"\"\"\n Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
error_blob_uri
Optional[str]
def error_blob_uri(self) -> Optional[str]: """ Specifies the Azure storage blob where script error stream will be uploaded. """ return pulumi.get(self, "error_blob_uri")
Specifies the Azure storage blob where script error stream will be uploaded.
Specifies the Azure storage blob where script error stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "error", "stream", "will", "be", "uploaded", "." ]
def error_blob_uri(self) -> Optional[str]: return pulumi.get(self, "error_blob_uri")
[ "def", "error_blob_uri", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"error_blob_uri\"", ")" ]
Specifies the Azure storage blob where script error stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "error", "stream", "will", "be", "uploaded", "." ]
[ "\"\"\"\n Specifies the Azure storage blob where script error stream will be uploaded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
instance_view
'outputs.VirtualMachineRunCommandInstanceViewResponse'
def instance_view(self) -> 'outputs.VirtualMachineRunCommandInstanceViewResponse': """ The virtual machine run command instance view. """ return pulumi.get(self, "instance_view")
The virtual machine run command instance view.
The virtual machine run command instance view.
[ "The", "virtual", "machine", "run", "command", "instance", "view", "." ]
def instance_view(self) -> 'outputs.VirtualMachineRunCommandInstanceViewResponse': return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "'outputs.VirtualMachineRunCommandInstanceViewResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The virtual machine run command instance view.
[ "The", "virtual", "machine", "run", "command", "instance", "view", "." ]
[ "\"\"\"\n The virtual machine run command instance view.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
output_blob_uri
Optional[str]
def output_blob_uri(self) -> Optional[str]: """ Specifies the Azure storage blob where script output stream will be uploaded. """ return pulumi.get(self, "output_blob_uri")
Specifies the Azure storage blob where script output stream will be uploaded.
Specifies the Azure storage blob where script output stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "output", "stream", "will", "be", "uploaded", "." ]
def output_blob_uri(self) -> Optional[str]: return pulumi.get(self, "output_blob_uri")
[ "def", "output_blob_uri", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"output_blob_uri\"", ")" ]
Specifies the Azure storage blob where script output stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "output", "stream", "will", "be", "uploaded", "." ]
[ "\"\"\"\n Specifies the Azure storage blob where script output stream will be uploaded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
parameters
Optional[Sequence['outputs.RunCommandInputParameterResponse']]
def parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]: """ The parameters used by the script. """ return pulumi.get(self, "parameters")
The parameters used by the script.
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
def parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.RunCommandInputParameterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
[ "\"\"\"\n The parameters used by the script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
protected_parameters
Optional[Sequence['outputs.RunCommandInputParameterResponse']]
def protected_parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]: """ The parameters used by the script. """ return pulumi.get(self, "protected_parameters")
The parameters used by the script.
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
def protected_parameters(self) -> Optional[Sequence['outputs.RunCommandInputParameterResponse']]: return pulumi.get(self, "protected_parameters")
[ "def", "protected_parameters", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.RunCommandInputParameterResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"protected_parameters\"", ")" ]
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
[ "\"\"\"\n The parameters used by the script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
run_as_password
Optional[str]
def run_as_password(self) -> Optional[str]: """ Specifies the user account password on the VM when executing the run command. """ return pulumi.get(self, "run_as_password")
Specifies the user account password on the VM when executing the run command.
Specifies the user account password on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "password", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
def run_as_password(self) -> Optional[str]: return pulumi.get(self, "run_as_password")
[ "def", "run_as_password", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"run_as_password\"", ")" ]
Specifies the user account password on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "password", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
[ "\"\"\"\n Specifies the user account password on the VM when executing the run command.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
run_as_user
Optional[str]
def run_as_user(self) -> Optional[str]: """ Specifies the user account on the VM when executing the run command. """ return pulumi.get(self, "run_as_user")
Specifies the user account on the VM when executing the run command.
Specifies the user account on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
def run_as_user(self) -> Optional[str]: return pulumi.get(self, "run_as_user")
[ "def", "run_as_user", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"run_as_user\"", ")" ]
Specifies the user account on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
[ "\"\"\"\n Specifies the user account on the VM when executing the run command.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
08baa4bbd65d76c4bb8956a4ec36474dd555ade0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_run_command_by_virtual_machine.py
[ "Apache-2.0" ]
Python
source
Optional['outputs.VirtualMachineRunCommandScriptSourceResponse']
def source(self) -> Optional['outputs.VirtualMachineRunCommandScriptSourceResponse']: """ The source of the run command script. """ return pulumi.get(self, "source")
The source of the run command script.
The source of the run command script.
[ "The", "source", "of", "the", "run", "command", "script", "." ]
def source(self) -> Optional['outputs.VirtualMachineRunCommandScriptSourceResponse']: return pulumi.get(self, "source")
[ "def", "source", "(", "self", ")", "->", "Optional", "[", "'outputs.VirtualMachineRunCommandScriptSourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source\"", ")" ]
The source of the run command script.
[ "The", "source", "of", "the", "run", "command", "script", "." ]
[ "\"\"\"\n The source of the run command script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9312b6a3cd51f17ebac51c18cc8ae72b049f6b0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/latest/list_job_remote_login_information.py
[ "Apache-2.0" ]
Python
value
Sequence['outputs.RemoteLoginInformationResponseResult']
def value(self) -> Sequence['outputs.RemoteLoginInformationResponseResult']: """ The collection of returned remote login details. """ return pulumi.get(self, "value")
The collection of returned remote login details.
The collection of returned remote login details.
[ "The", "collection", "of", "returned", "remote", "login", "details", "." ]
def value(self) -> Sequence['outputs.RemoteLoginInformationResponseResult']: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Sequence", "[", "'outputs.RemoteLoginInformationResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
The collection of returned remote login details.
[ "The", "collection", "of", "returned", "remote", "login", "details", "." ]
[ "\"\"\"\n The collection of returned remote login details.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c947d11f87cbcec1f8e5f52d0c86f35eb466fbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200601/web_app_hybrid_connection.py
[ "Apache-2.0" ]
Python
relay_arm_uri
pulumi.Output[Optional[str]]
def relay_arm_uri(self) -> pulumi.Output[Optional[str]]: """ The ARM URI to the Service Bus relay. """ return pulumi.get(self, "relay_arm_uri")
The ARM URI to the Service Bus relay.
The ARM URI to the Service Bus relay.
[ "The", "ARM", "URI", "to", "the", "Service", "Bus", "relay", "." ]
def relay_arm_uri(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "relay_arm_uri")
[ "def", "relay_arm_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"relay_arm_uri\"", ")" ]
The ARM URI to the Service Bus relay.
[ "The", "ARM", "URI", "to", "the", "Service", "Bus", "relay", "." ]
[ "\"\"\"\n The ARM URI to the Service Bus relay.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c947d11f87cbcec1f8e5f52d0c86f35eb466fbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200601/web_app_hybrid_connection.py
[ "Apache-2.0" ]
Python
relay_name
pulumi.Output[Optional[str]]
def relay_name(self) -> pulumi.Output[Optional[str]]: """ The name of the Service Bus relay. """ return pulumi.get(self, "relay_name")
The name of the Service Bus relay.
The name of the Service Bus relay.
[ "The", "name", "of", "the", "Service", "Bus", "relay", "." ]
def relay_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "relay_name")
[ "def", "relay_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"relay_name\"", ")" ]
The name of the Service Bus relay.
[ "The", "name", "of", "the", "Service", "Bus", "relay", "." ]
[ "\"\"\"\n The name of the Service Bus relay.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c947d11f87cbcec1f8e5f52d0c86f35eb466fbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200601/web_app_hybrid_connection.py
[ "Apache-2.0" ]
Python
send_key_value
pulumi.Output[Optional[str]]
def send_key_value(self) -> pulumi.Output[Optional[str]]: """ The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead. """ return pulumi.get(self, "send_key_value")
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead.
[ "The", "value", "of", "the", "Service", "Bus", "key", ".", "This", "is", "used", "to", "authenticate", "to", "Service", "Bus", ".", "In", "ARM", "this", "key", "will", "not", "be", "returned", "normally", "use", "the", "POST", "/", "listKeys", "API", "...
def send_key_value(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "send_key_value")
[ "def", "send_key_value", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"send_key_value\"", ")" ]
The value of the Service Bus key.
[ "The", "value", "of", "the", "Service", "Bus", "key", "." ]
[ "\"\"\"\n The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned\n normally, use the POST /listKeys API instead.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c947d11f87cbcec1f8e5f52d0c86f35eb466fbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200601/web_app_hybrid_connection.py
[ "Apache-2.0" ]
Python
service_bus_namespace
pulumi.Output[Optional[str]]
def service_bus_namespace(self) -> pulumi.Output[Optional[str]]: """ The name of the Service Bus namespace. """ return pulumi.get(self, "service_bus_namespace")
The name of the Service Bus namespace.
The name of the Service Bus namespace.
[ "The", "name", "of", "the", "Service", "Bus", "namespace", "." ]
def service_bus_namespace(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "service_bus_namespace")
[ "def", "service_bus_namespace", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_bus_namespace\"", ")" ]
The name of the Service Bus namespace.
[ "The", "name", "of", "the", "Service", "Bus", "namespace", "." ]
[ "\"\"\"\n The name of the Service Bus namespace.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c947d11f87cbcec1f8e5f52d0c86f35eb466fbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200601/web_app_hybrid_connection.py
[ "Apache-2.0" ]
Python
service_bus_suffix
pulumi.Output[Optional[str]]
def service_bus_suffix(self) -> pulumi.Output[Optional[str]]: """ The suffix for the service bus endpoint. By default this is .servicebus.windows.net """ return pulumi.get(self, "service_bus_suffix")
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
The suffix for the service bus endpoint. By default this is .servicebus.windows.net
[ "The", "suffix", "for", "the", "service", "bus", "endpoint", ".", "By", "default", "this", "is", ".", "servicebus", ".", "windows", ".", "net" ]
def service_bus_suffix(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "service_bus_suffix")
[ "def", "service_bus_suffix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_bus_suffix\"", ")" ]
The suffix for the service bus endpoint.
[ "The", "suffix", "for", "the", "service", "bus", "endpoint", "." ]
[ "\"\"\"\n The suffix for the service bus endpoint. By default this is .servicebus.windows.net\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ce1ff59adb40e77533c46723c4f21dd113d5fdd0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20200113preview/automation_account.py
[ "Apache-2.0" ]
Python
public_network_access
pulumi.Output[Optional[bool]]
def public_network_access(self) -> pulumi.Output[Optional[bool]]: """ Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet """ return pulumi.get(self, "public_network_access")
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
[ "Indicates", "whether", "traffic", "on", "the", "non", "-", "ARM", "endpoint", "(", "Webhook", "/", "Agent", ")", "is", "allowed", "from", "the", "public", "internet" ]
def public_network_access(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "public_network_access")
[ "def", "public_network_access", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_network_access\"", ")" ]
Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet
[ "Indicates", "whether", "traffic", "on", "the", "non", "-", "ARM", "endpoint", "(", "Webhook", "/", "Agent", ")", "is", "allowed", "from", "the", "public", "internet" ]
[ "\"\"\"\n Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb9e09c1303387ce2f0fca31417cf0ee35673b19
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/get_saved_search.py
[ "Apache-2.0" ]
Python
function_parameters
Optional[str]
def function_parameters(self) -> Optional[str]: """ The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsof...
The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-defined-functi...
The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'.
[ "The", "optional", "function", "parameters", "if", "query", "serves", "as", "a", "function", ".", "Value", "should", "be", "in", "the", "following", "format", ":", "'", "param", "-", "name1", ":", "type1", "=", "default_value1", "param", "-", "name2", ":",...
def function_parameters(self) -> Optional[str]: return pulumi.get(self, "function_parameters")
[ "def", "function_parameters", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"function_parameters\"", ")" ]
The optional function parameters if query serves as a function.
[ "The", "optional", "function", "parameters", "if", "query", "serves", "as", "a", "function", "." ]
[ "\"\"\"\n The optional function parameters if query serves as a function. Value should be in the following format: 'param-name1:type1 = default_value1, param-name2:type2 = default_value2'. For more examples and proper syntax please refer to https://docs.microsoft.com/en-us/azure/kusto/query/functions/user-de...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8b43dba00aab9808bd2fbc1be39a0f628da93c4b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/domainregistration/latest/list_top_level_domain_agreements.py
[ "Apache-2.0" ]
Python
list_top_level_domain_agreements
AwaitableListTopLevelDomainAgreementsResult
def list_top_level_domain_agreements(for_transfer: Optional[bool] = None, include_privacy: Optional[bool] = None, name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTopLev...
Collection of top-level domain legal agreements. Latest API Version: 2020-10-01. :param bool for_transfer: If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>. :param bool include_privacy: If <code>true</code>, then the ...
Collection of top-level domain legal agreements.
[ "Collection", "of", "top", "-", "level", "domain", "legal", "agreements", "." ]
def list_top_level_domain_agreements(for_transfer: Optional[bool] = None, include_privacy: Optional[bool] = None, name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTopLev...
[ "def", "list_top_level_domain_agreements", "(", "for_transfer", ":", "Optional", "[", "bool", "]", "=", "None", ",", "include_privacy", ":", "Optional", "[", "bool", "]", "=", "None", ",", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts",...
Collection of top-level domain legal agreements.
[ "Collection", "of", "top", "-", "level", "domain", "legal", "agreements", "." ]
[ "\"\"\"\n Collection of top-level domain legal agreements.\n Latest API Version: 2020-10-01.\n\n\n :param bool for_transfer: If <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.\n :param bool include_privacy: If <code>true<...
[ { "param": "for_transfer", "type": "Optional[bool]" }, { "param": "include_privacy", "type": "Optional[bool]" }, { "param": "name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "for_transfer", "type": "Optional[bool]", "docstring": "If true, then the list of agreements will include agreements for domain transfer as well; otherwise, false.", "docstring_tokens": [ "If", "true", "...
51ee7cfede4e2342236e9c900dc2ac8dd5090cf8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/get_network_profile.py
[ "Apache-2.0" ]
Python
container_network_interface_configurations
Optional[Sequence['outputs.ContainerNetworkInterfaceConfigurationResponse']]
def container_network_interface_configurations(self) -> Optional[Sequence['outputs.ContainerNetworkInterfaceConfigurationResponse']]: """ List of chid container network interface configurations. """ return pulumi.get(self, "container_network_interface_configurations")
List of chid container network interface configurations.
List of chid container network interface configurations.
[ "List", "of", "chid", "container", "network", "interface", "configurations", "." ]
def container_network_interface_configurations(self) -> Optional[Sequence['outputs.ContainerNetworkInterfaceConfigurationResponse']]: return pulumi.get(self, "container_network_interface_configurations")
[ "def", "container_network_interface_configurations", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.ContainerNetworkInterfaceConfigurationResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_network_interface_configu...
List of chid container network interface configurations.
[ "List", "of", "chid", "container", "network", "interface", "configurations", "." ]
[ "\"\"\"\n List of chid container network interface configurations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51ee7cfede4e2342236e9c900dc2ac8dd5090cf8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/get_network_profile.py
[ "Apache-2.0" ]
Python
container_network_interfaces
Sequence['outputs.ContainerNetworkInterfaceResponse']
def container_network_interfaces(self) -> Sequence['outputs.ContainerNetworkInterfaceResponse']: """ List of child container network interfaces. """ return pulumi.get(self, "container_network_interfaces")
List of child container network interfaces.
List of child container network interfaces.
[ "List", "of", "child", "container", "network", "interfaces", "." ]
def container_network_interfaces(self) -> Sequence['outputs.ContainerNetworkInterfaceResponse']: return pulumi.get(self, "container_network_interfaces")
[ "def", "container_network_interfaces", "(", "self", ")", "->", "Sequence", "[", "'outputs.ContainerNetworkInterfaceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_network_interfaces\"", ")" ]
List of child container network interfaces.
[ "List", "of", "child", "container", "network", "interfaces", "." ]
[ "\"\"\"\n List of child container network interfaces.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
51fb493e96c85fb87b9d06a58d37a84167f02343
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/v20160601/list_workflow_trigger_callback_url.py
[ "Apache-2.0" ]
Python
list_workflow_trigger_callback_url
AwaitableListWorkflowTriggerCallbackUrlResult
def list_workflow_trigger_callback_url(resource_group_name: Optional[str] = None, trigger_name: Optional[str] = None, workflow_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> ...
The workflow trigger callback URL. :param str resource_group_name: The resource group name. :param str trigger_name: The workflow trigger name. :param str workflow_name: The workflow name.
The workflow trigger callback URL.
[ "The", "workflow", "trigger", "callback", "URL", "." ]
def list_workflow_trigger_callback_url(resource_group_name: Optional[str] = None, trigger_name: Optional[str] = None, workflow_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> ...
[ "def", "list_workflow_trigger_callback_url", "(", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "trigger_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "workflow_name", ":", "Optional", "[", "str", "]", "=", "None", "...
The workflow trigger callback URL.
[ "The", "workflow", "trigger", "callback", "URL", "." ]
[ "\"\"\"\n The workflow trigger callback URL.\n\n\n :param str resource_group_name: The resource group name.\n :param str trigger_name: The workflow trigger name.\n :param str workflow_name: The workflow name.\n \"\"\"" ]
[ { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "trigger_name", "type": "Optional[str]" }, { "param": "workflow_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "resource_group_name", "type": "Optional[str]", "docstring": "The resource group name.", "docstring_tokens": [ "The", "resource", "group", "name", "." ], "default": null, ...
f70311d0ab6c7fe8c230f261fb16c43b3d1544f1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20170801preview/get_security_contact.py
[ "Apache-2.0" ]
Python
alert_notifications
str
def alert_notifications(self) -> str: """ Whether to send security alerts notifications to the security contact """ return pulumi.get(self, "alert_notifications")
Whether to send security alerts notifications to the security contact
Whether to send security alerts notifications to the security contact
[ "Whether", "to", "send", "security", "alerts", "notifications", "to", "the", "security", "contact" ]
def alert_notifications(self) -> str: return pulumi.get(self, "alert_notifications")
[ "def", "alert_notifications", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"alert_notifications\"", ")" ]
Whether to send security alerts notifications to the security contact
[ "Whether", "to", "send", "security", "alerts", "notifications", "to", "the", "security", "contact" ]
[ "\"\"\"\n Whether to send security alerts notifications to the security contact\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f70311d0ab6c7fe8c230f261fb16c43b3d1544f1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20170801preview/get_security_contact.py
[ "Apache-2.0" ]
Python
alerts_to_admins
str
def alerts_to_admins(self) -> str: """ Whether to send security alerts notifications to subscription admins """ return pulumi.get(self, "alerts_to_admins")
Whether to send security alerts notifications to subscription admins
Whether to send security alerts notifications to subscription admins
[ "Whether", "to", "send", "security", "alerts", "notifications", "to", "subscription", "admins" ]
def alerts_to_admins(self) -> str: return pulumi.get(self, "alerts_to_admins")
[ "def", "alerts_to_admins", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"alerts_to_admins\"", ")" ]
Whether to send security alerts notifications to subscription admins
[ "Whether", "to", "send", "security", "alerts", "notifications", "to", "subscription", "admins" ]
[ "\"\"\"\n Whether to send security alerts notifications to subscription admins\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f70d63e75c43b01a73b930f830ae88fad3d08fde
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/latest/list_storage_account_sas_tokens.py
[ "Apache-2.0" ]
Python
value
Sequence['outputs.SasTokenInformationResponseResult']
def value(self) -> Sequence['outputs.SasTokenInformationResponseResult']: """ The results of the list operation. """ return pulumi.get(self, "value")
The results of the list operation.
The results of the list operation.
[ "The", "results", "of", "the", "list", "operation", "." ]
def value(self) -> Sequence['outputs.SasTokenInformationResponseResult']: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Sequence", "[", "'outputs.SasTokenInformationResponseResult'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
The results of the list operation.
[ "The", "results", "of", "the", "list", "operation", "." ]
[ "\"\"\"\n The results of the list 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": [] }
f70d63e75c43b01a73b930f830ae88fad3d08fde
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/datalakeanalytics/latest/list_storage_account_sas_tokens.py
[ "Apache-2.0" ]
Python
list_storage_account_sas_tokens
AwaitableListStorageAccountSasTokensResult
def list_storage_account_sas_tokens(account_name: Optional[str] = None, container_name: Optional[str] = None, resource_group_name: Optional[str] = None, storage_account_name: Optional[str] = None, ...
The SAS response that contains the storage account, container and associated SAS token for connection use. Latest API Version: 2016-11-01. :param str account_name: The name of the Data Lake Analytics account. :param str container_name: The name of the Azure storage container for which the SAS token i...
The SAS response that contains the storage account, container and associated SAS token for connection use.
[ "The", "SAS", "response", "that", "contains", "the", "storage", "account", "container", "and", "associated", "SAS", "token", "for", "connection", "use", "." ]
def list_storage_account_sas_tokens(account_name: Optional[str] = None, container_name: Optional[str] = None, resource_group_name: Optional[str] = None, storage_account_name: Optional[str] = None, ...
[ "def", "list_storage_account_sas_tokens", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "container_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ","...
The SAS response that contains the storage account, container and associated SAS token for connection use.
[ "The", "SAS", "response", "that", "contains", "the", "storage", "account", "container", "and", "associated", "SAS", "token", "for", "connection", "use", "." ]
[ "\"\"\"\n The SAS response that contains the storage account, container and associated SAS token for connection use.\n Latest API Version: 2016-11-01.\n\n\n :param str account_name: The name of the Data Lake Analytics account.\n :param str container_name: The name of the Azure storage container for whic...
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "container_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "storage_account_name", "type": "Optional[str]" }, { "param": "opts", "type": ...
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "The name of the Data Lake Analytics account.", "docstring_tokens": [ "The", "name", "of", "the", "Data", "Lake", "An...
91234a154f701fb8d9efeb8a016e46d86071c82b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20190318preview/machine.py
[ "Apache-2.0" ]
Python
os_profile
pulumi.Output['outputs.OSProfileResponse']
def os_profile(self) -> pulumi.Output['outputs.OSProfileResponse']: """ Specifies the operating system settings for the hybrid machine. """ return pulumi.get(self, "os_profile")
Specifies the operating system settings for the hybrid machine.
Specifies the operating system settings for the hybrid machine.
[ "Specifies", "the", "operating", "system", "settings", "for", "the", "hybrid", "machine", "." ]
def os_profile(self) -> pulumi.Output['outputs.OSProfileResponse']: return pulumi.get(self, "os_profile")
[ "def", "os_profile", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.OSProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_profile\"", ")" ]
Specifies the operating system settings for the hybrid machine.
[ "Specifies", "the", "operating", "system", "settings", "for", "the", "hybrid", "machine", "." ]
[ "\"\"\"\n Specifies the operating system settings for the hybrid 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": [] }
78e37620b3d39d3ef8dc3561de55896c089d971c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_blueprint.py
[ "Apache-2.0" ]
Python
layout
Optional[Any]
def layout(self) -> Optional[Any]: """ Layout view of the blueprint, for UI reference. """ return pulumi.get(self, "layout")
Layout view of the blueprint, for UI reference.
Layout view of the blueprint, for UI reference.
[ "Layout", "view", "of", "the", "blueprint", "for", "UI", "reference", "." ]
def layout(self) -> Optional[Any]: return pulumi.get(self, "layout")
[ "def", "layout", "(", "self", ")", "->", "Optional", "[", "Any", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"layout\"", ")" ]
Layout view of the blueprint, for UI reference.
[ "Layout", "view", "of", "the", "blueprint", "for", "UI", "reference", "." ]
[ "\"\"\"\n Layout view of the blueprint, for UI reference.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
78e37620b3d39d3ef8dc3561de55896c089d971c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/blueprint/v20171111preview/get_blueprint.py
[ "Apache-2.0" ]
Python
target_scope
str
def target_scope(self) -> str: """ The scope where this Blueprint can be applied. """ return pulumi.get(self, "target_scope")
The scope where this Blueprint can be applied.
The scope where this Blueprint can be applied.
[ "The", "scope", "where", "this", "Blueprint", "can", "be", "applied", "." ]
def target_scope(self) -> str: return pulumi.get(self, "target_scope")
[ "def", "target_scope", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_scope\"", ")" ]
The scope where this Blueprint can be applied.
[ "The", "scope", "where", "this", "Blueprint", "can", "be", "applied", "." ]
[ "\"\"\"\n The scope where this Blueprint can be applied.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
78e578d13a1d42f55f86b26ece72a1eadcdc2b79
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/policyinsights/latest/list_remediation_deployments_at_resource_group.py
[ "Apache-2.0" ]
Python
list_remediation_deployments_at_resource_group
AwaitableListRemediationDeploymentsAtResourceGroupResult
def list_remediation_deployments_at_resource_group(remediation_name: Optional[str] = None, resource_group_name: Optional[str] = None, top: Optional[int] = None, opts: ...
List of deployments for a remediation. Latest API Version: 2019-07-01. :param str remediation_name: The name of the remediation. :param str resource_group_name: Resource group name. :param int top: Maximum number of records to return.
List of deployments for a remediation.
[ "List", "of", "deployments", "for", "a", "remediation", "." ]
def list_remediation_deployments_at_resource_group(remediation_name: Optional[str] = None, resource_group_name: Optional[str] = None, top: Optional[int] = None, opts: ...
[ "def", "list_remediation_deployments_at_resource_group", "(", "remediation_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "top", ":", "Optional", "[", "int", "]", "=", "None...
List of deployments for a remediation.
[ "List", "of", "deployments", "for", "a", "remediation", "." ]
[ "\"\"\"\n List of deployments for a remediation.\n Latest API Version: 2019-07-01.\n\n\n :param str remediation_name: The name of the remediation.\n :param str resource_group_name: Resource group name.\n :param int top: Maximum number of records to return.\n \"\"\"" ]
[ { "param": "remediation_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "top", "type": "Optional[int]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "remediation_name", "type": "Optional[str]", "docstring": "The name of the remediation.", "docstring_tokens": [ "The", "name", "of", "the", "remediation", "." ], "defa...
b26e61fc11e3bdce96255143ee6dd9c7a964f237
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/get_rule.py
[ "Apache-2.0" ]
Python
match_processing_behavior
Optional[str]
def match_processing_behavior(self) -> Optional[str]: """ If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue. """ return pulumi.get(self, "match_processing_behavior")
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
[ "If", "this", "rule", "is", "a", "match", "should", "the", "rules", "engine", "continue", "running", "the", "remaining", "rules", "or", "stop", ".", "If", "not", "present", "defaults", "to", "Continue", "." ]
def match_processing_behavior(self) -> Optional[str]: return pulumi.get(self, "match_processing_behavior")
[ "def", "match_processing_behavior", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"match_processing_behavior\"", ")" ]
If this rule is a match should the rules engine continue running the remaining rules or stop.
[ "If", "this", "rule", "is", "a", "match", "should", "the", "rules", "engine", "continue", "running", "the", "remaining", "rules", "or", "stop", "." ]
[ "\"\"\"\n If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b28a88f421053a567e39b0a85291664bc2886677
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/blob_service_properties.py
[ "Apache-2.0" ]
Python
change_feed
pulumi.Output[Optional['outputs.ChangeFeedResponse']]
def change_feed(self) -> pulumi.Output[Optional['outputs.ChangeFeedResponse']]: """ The blob service properties for change feed events. """ return pulumi.get(self, "change_feed")
The blob service properties for change feed events.
The blob service properties for change feed events.
[ "The", "blob", "service", "properties", "for", "change", "feed", "events", "." ]
def change_feed(self) -> pulumi.Output[Optional['outputs.ChangeFeedResponse']]: return pulumi.get(self, "change_feed")
[ "def", "change_feed", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ChangeFeedResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"change_feed\"", ")" ]
The blob service properties for change feed events.
[ "The", "blob", "service", "properties", "for", "change", "feed", "events", "." ]
[ "\"\"\"\n The blob service properties for change feed events.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b28a88f421053a567e39b0a85291664bc2886677
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/blob_service_properties.py
[ "Apache-2.0" ]
Python
container_delete_retention_policy
pulumi.Output[Optional['outputs.DeleteRetentionPolicyResponse']]
def container_delete_retention_policy(self) -> pulumi.Output[Optional['outputs.DeleteRetentionPolicyResponse']]: """ The blob service properties for container soft delete. """ return pulumi.get(self, "container_delete_retention_policy")
The blob service properties for container soft delete.
The blob service properties for container soft delete.
[ "The", "blob", "service", "properties", "for", "container", "soft", "delete", "." ]
def container_delete_retention_policy(self) -> pulumi.Output[Optional['outputs.DeleteRetentionPolicyResponse']]: return pulumi.get(self, "container_delete_retention_policy")
[ "def", "container_delete_retention_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.DeleteRetentionPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_delete_retention_policy\"", ")" ...
The blob service properties for container soft delete.
[ "The", "blob", "service", "properties", "for", "container", "soft", "delete", "." ]
[ "\"\"\"\n The blob service properties for container soft delete.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b28a88f421053a567e39b0a85291664bc2886677
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/blob_service_properties.py
[ "Apache-2.0" ]
Python
is_versioning_enabled
pulumi.Output[Optional[bool]]
def is_versioning_enabled(self) -> pulumi.Output[Optional[bool]]: """ Versioning is enabled if set to true. """ return pulumi.get(self, "is_versioning_enabled")
Versioning is enabled if set to true.
Versioning is enabled if set to true.
[ "Versioning", "is", "enabled", "if", "set", "to", "true", "." ]
def is_versioning_enabled(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_versioning_enabled")
[ "def", "is_versioning_enabled", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_versioning_enabled\"", ")" ]
Versioning is enabled if set to true.
[ "Versioning", "is", "enabled", "if", "set", "to", "true", "." ]
[ "\"\"\"\n Versioning is enabled if set to true.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b28a88f421053a567e39b0a85291664bc2886677
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/blob_service_properties.py
[ "Apache-2.0" ]
Python
last_access_time_tracking_policy
pulumi.Output[Optional['outputs.LastAccessTimeTrackingPolicyResponse']]
def last_access_time_tracking_policy(self) -> pulumi.Output[Optional['outputs.LastAccessTimeTrackingPolicyResponse']]: """ The blob service property to configure last access time based tracking policy. """ return pulumi.get(self, "last_access_time_tracking_policy")
The blob service property to configure last access time based tracking policy.
The blob service property to configure last access time based tracking policy.
[ "The", "blob", "service", "property", "to", "configure", "last", "access", "time", "based", "tracking", "policy", "." ]
def last_access_time_tracking_policy(self) -> pulumi.Output[Optional['outputs.LastAccessTimeTrackingPolicyResponse']]: return pulumi.get(self, "last_access_time_tracking_policy")
[ "def", "last_access_time_tracking_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.LastAccessTimeTrackingPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_access_time_tracking_policy\"", ...
The blob service property to configure last access time based tracking policy.
[ "The", "blob", "service", "property", "to", "configure", "last", "access", "time", "based", "tracking", "policy", "." ]
[ "\"\"\"\n The blob service property to configure last access time based tracking 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": [] }
b28a88f421053a567e39b0a85291664bc2886677
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storage/latest/blob_service_properties.py
[ "Apache-2.0" ]
Python
restore_policy
pulumi.Output[Optional['outputs.RestorePolicyPropertiesResponse']]
def restore_policy(self) -> pulumi.Output[Optional['outputs.RestorePolicyPropertiesResponse']]: """ The blob service properties for blob restore policy. """ return pulumi.get(self, "restore_policy")
The blob service properties for blob restore policy.
The blob service properties for blob restore policy.
[ "The", "blob", "service", "properties", "for", "blob", "restore", "policy", "." ]
def restore_policy(self) -> pulumi.Output[Optional['outputs.RestorePolicyPropertiesResponse']]: return pulumi.get(self, "restore_policy")
[ "def", "restore_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.RestorePolicyPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"restore_policy\"", ")" ]
The blob service properties for blob restore policy.
[ "The", "blob", "service", "properties", "for", "blob", "restore", "policy", "." ]
[ "\"\"\"\n The blob service properties for blob restore 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": [] }
c9e1e56beefb5d1456821336acf908439e978070
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/get_database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
disabled_alerts
Optional[str]
def disabled_alerts(self) -> Optional[str]: """ Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action. """ return pulumi.get(s...
Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action.
Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "alerts", "that", "are", "disabled", "or", "empty", "string", "to", "disable", "no", "alerts", "." ]
def disabled_alerts(self) -> Optional[str]: return pulumi.get(self, "disabled_alerts")
[ "def", "disabled_alerts", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disabled_alerts\"", ")" ]
Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "alerts", "that", "are", "disabled", "or", "empty", "string", "to", "disable", "no", "alerts", "." ]
[ "\"\"\"\n Specifies the semicolon-separated list of alerts that are disabled, or empty string to disable no alerts. Possible values: Sql_Injection; Sql_Injection_Vulnerability; Access_Anomaly; Data_Exfiltration; Unsafe_Action.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9e1e56beefb5d1456821336acf908439e978070
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/get_database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
email_account_admins
Optional[str]
def email_account_admins(self) -> Optional[str]: """ Specifies that the alert is sent to the account administrators. """ return pulumi.get(self, "email_account_admins")
Specifies that the alert is sent to the account administrators.
Specifies that the alert is sent to the account administrators.
[ "Specifies", "that", "the", "alert", "is", "sent", "to", "the", "account", "administrators", "." ]
def email_account_admins(self) -> Optional[str]: return pulumi.get(self, "email_account_admins")
[ "def", "email_account_admins", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"email_account_admins\"", ")" ]
Specifies that the alert is sent to the account administrators.
[ "Specifies", "that", "the", "alert", "is", "sent", "to", "the", "account", "administrators", "." ]
[ "\"\"\"\n Specifies that the alert is sent to the account administrators.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9e1e56beefb5d1456821336acf908439e978070
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/get_database_threat_detection_policy.py
[ "Apache-2.0" ]
Python
email_addresses
Optional[str]
def email_addresses(self) -> Optional[str]: """ Specifies the semicolon-separated list of e-mail addresses to which the alert is sent. """ return pulumi.get(self, "email_addresses")
Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.
Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "e", "-", "mail", "addresses", "to", "which", "the", "alert", "is", "sent", "." ]
def email_addresses(self) -> Optional[str]: return pulumi.get(self, "email_addresses")
[ "def", "email_addresses", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"email_addresses\"", ")" ]
Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.
[ "Specifies", "the", "semicolon", "-", "separated", "list", "of", "e", "-", "mail", "addresses", "to", "which", "the", "alert", "is", "sent", "." ]
[ "\"\"\"\n Specifies the semicolon-separated list of e-mail addresses to which the alert is sent.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c9f903f6100b1be2696d6449bb76cbeb7f9bf00c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/get_gallery_application_version.py
[ "Apache-2.0" ]
Python
publishing_profile
'outputs.GalleryApplicationVersionPublishingProfileResponse'
def publishing_profile(self) -> 'outputs.GalleryApplicationVersionPublishingProfileResponse': """ The publishing profile of a gallery image version. """ return pulumi.get(self, "publishing_profile")
The publishing profile of a gallery image version.
The publishing profile of a gallery image version.
[ "The", "publishing", "profile", "of", "a", "gallery", "image", "version", "." ]
def publishing_profile(self) -> 'outputs.GalleryApplicationVersionPublishingProfileResponse': return pulumi.get(self, "publishing_profile")
[ "def", "publishing_profile", "(", "self", ")", "->", "'outputs.GalleryApplicationVersionPublishingProfileResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publishing_profile\"", ")" ]
The publishing profile of a gallery image version.
[ "The", "publishing", "profile", "of", "a", "gallery", "image", "version", "." ]
[ "\"\"\"\n The publishing profile of a gallery image version.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
30188e2dd85398b047108d3af5f178e98cc5a667
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/latest/get_migration_config.py
[ "Apache-2.0" ]
Python
pending_replication_operations_count
float
def pending_replication_operations_count(self) -> float: """ Number of entities pending to be replicated. """ return pulumi.get(self, "pending_replication_operations_count")
Number of entities pending to be replicated.
Number of entities pending to be replicated.
[ "Number", "of", "entities", "pending", "to", "be", "replicated", "." ]
def pending_replication_operations_count(self) -> float: return pulumi.get(self, "pending_replication_operations_count")
[ "def", "pending_replication_operations_count", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"pending_replication_operations_count\"", ")" ]
Number of entities pending to be replicated.
[ "Number", "of", "entities", "pending", "to", "be", "replicated", "." ]
[ "\"\"\"\n Number of entities pending to be replicated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
30188e2dd85398b047108d3af5f178e98cc5a667
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/latest/get_migration_config.py
[ "Apache-2.0" ]
Python
post_migration_name
str
def post_migration_name(self) -> str: """ Name to access Standard Namespace after migration """ return pulumi.get(self, "post_migration_name")
Name to access Standard Namespace after migration
Name to access Standard Namespace after migration
[ "Name", "to", "access", "Standard", "Namespace", "after", "migration" ]
def post_migration_name(self) -> str: return pulumi.get(self, "post_migration_name")
[ "def", "post_migration_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"post_migration_name\"", ")" ]
Name to access Standard Namespace after migration
[ "Name", "to", "access", "Standard", "Namespace", "after", "migration" ]
[ "\"\"\"\n Name to access Standard Namespace after migration\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
301e9c9002b9af908346ec079ac716cd2266c8e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cognitiveservices/latest/_inputs.py
[ "Apache-2.0" ]
Python
api_properties
Optional[pulumi.Input['CognitiveServicesAccountApiPropertiesArgs']]
def api_properties(self) -> Optional[pulumi.Input['CognitiveServicesAccountApiPropertiesArgs']]: """ The api properties for special APIs. """ return pulumi.get(self, "api_properties")
The api properties for special APIs.
The api properties for special APIs.
[ "The", "api", "properties", "for", "special", "APIs", "." ]
def api_properties(self) -> Optional[pulumi.Input['CognitiveServicesAccountApiPropertiesArgs']]: return pulumi.get(self, "api_properties")
[ "def", "api_properties", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'CognitiveServicesAccountApiPropertiesArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"api_properties\"", ")" ]
The api properties for special APIs.
[ "The", "api", "properties", "for", "special", "APIs", "." ]
[ "\"\"\"\n The api properties for special APIs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
301e9c9002b9af908346ec079ac716cd2266c8e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cognitiveservices/latest/_inputs.py
[ "Apache-2.0" ]
Python
type
Optional[pulumi.Input['IdentityType']]
def type(self) -> Optional[pulumi.Input['IdentityType']]: """ Type of managed service identity. """ return pulumi.get(self, "type")
Type of managed service identity.
Type of managed service identity.
[ "Type", "of", "managed", "service", "identity", "." ]
def type(self) -> Optional[pulumi.Input['IdentityType']]: return pulumi.get(self, "type")
[ "def", "type", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'IdentityType'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"type\"", ")" ]
Type of managed service identity.
[ "Type", "of", "managed", "service", "identity", "." ]
[ "\"\"\"\n Type of managed service identity.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
raw_icon
Optional[pulumi.Input[str]]
def raw_icon(self) -> Optional[pulumi.Input[str]]: """ the icon a 64 bit string as a byte array. """ return pulumi.get(self, "raw_icon")
the icon a 64 bit string as a byte array.
the icon a 64 bit string as a byte array.
[ "the", "icon", "a", "64", "bit", "string", "as", "a", "byte", "array", "." ]
def raw_icon(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "raw_icon")
[ "def", "raw_icon", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"raw_icon\"", ")" ]
the icon a 64 bit string as a byte array.
[ "the", "icon", "a", "64", "bit", "string", "as", "a", "byte", "array", "." ]
[ "\"\"\"\n the icon a 64 bit string as a byte array.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
raw_png
Optional[pulumi.Input[str]]
def raw_png(self) -> Optional[pulumi.Input[str]]: """ the icon a 64 bit string as a byte array. """ return pulumi.get(self, "raw_png")
the icon a 64 bit string as a byte array.
the icon a 64 bit string as a byte array.
[ "the", "icon", "a", "64", "bit", "string", "as", "a", "byte", "array", "." ]
def raw_png(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "raw_png")
[ "def", "raw_png", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"raw_png\"", ")" ]
the icon a 64 bit string as a byte array.
[ "the", "icon", "a", "64", "bit", "string", "as", "a", "byte", "array", "." ]
[ "\"\"\"\n the icon a 64 bit string as a byte array.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
registration_token_operation
Optional[pulumi.Input[Union[str, 'RegistrationTokenOperation']]]
def registration_token_operation(self) -> Optional[pulumi.Input[Union[str, 'RegistrationTokenOperation']]]: """ The type of resetting the token. """ return pulumi.get(self, "registration_token_operation")
The type of resetting the token.
The type of resetting the token.
[ "The", "type", "of", "resetting", "the", "token", "." ]
def registration_token_operation(self) -> Optional[pulumi.Input[Union[str, 'RegistrationTokenOperation']]]: return pulumi.get(self, "registration_token_operation")
[ "def", "registration_token_operation", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'RegistrationTokenOperation'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"registration_token_o...
The type of resetting the token.
[ "The", "type", "of", "resetting", "the", "token", "." ]
[ "\"\"\"\n The type of resetting the token.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
host_pool_arm_path
Optional[pulumi.Input[str]]
def host_pool_arm_path(self) -> Optional[pulumi.Input[str]]: """ Arm path of referenced hostpool. """ return pulumi.get(self, "host_pool_arm_path")
Arm path of referenced hostpool.
Arm path of referenced hostpool.
[ "Arm", "path", "of", "referenced", "hostpool", "." ]
def host_pool_arm_path(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "host_pool_arm_path")
[ "def", "host_pool_arm_path", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_pool_arm_path\"", ")" ]
Arm path of referenced hostpool.
[ "Arm", "path", "of", "referenced", "hostpool", "." ]
[ "\"\"\"\n Arm path of referenced hostpool.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
days_of_week
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def days_of_week(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ Set of days of the week on which this schedule is active. """ return pulumi.get(self, "days_of_week")
Set of days of the week on which this schedule is active.
Set of days of the week on which this schedule is active.
[ "Set", "of", "days", "of", "the", "week", "on", "which", "this", "schedule", "is", "active", "." ]
def days_of_week(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "days_of_week")
[ "def", "days_of_week", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"days_of_week\"", ")" ]
Set of days of the week on which this schedule is active.
[ "Set", "of", "days", "of", "the", "week", "on", "which", "this", "schedule", "is", "active", "." ]
[ "\"\"\"\n Set of days of the week on which this schedule is active.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
off_peak_load_balancing_algorithm
Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]
def off_peak_load_balancing_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: """ Load balancing algorithm for off-peak period. """ return pulumi.get(self, "off_peak_load_balancing_algorithm")
Load balancing algorithm for off-peak period.
Load balancing algorithm for off-peak period.
[ "Load", "balancing", "algorithm", "for", "off", "-", "peak", "period", "." ]
def off_peak_load_balancing_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: return pulumi.get(self, "off_peak_load_balancing_algorithm")
[ "def", "off_peak_load_balancing_algorithm", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'SessionHostLoadBalancingAlgorithm'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"off_peak...
Load balancing algorithm for off-peak period.
[ "Load", "balancing", "algorithm", "for", "off", "-", "peak", "period", "." ]
[ "\"\"\"\n Load balancing algorithm for off-peak period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
off_peak_start_time
Optional[pulumi.Input[str]]
def off_peak_start_time(self) -> Optional[pulumi.Input[str]]: """ Starting time for off-peak period. """ return pulumi.get(self, "off_peak_start_time")
Starting time for off-peak period.
Starting time for off-peak period.
[ "Starting", "time", "for", "off", "-", "peak", "period", "." ]
def off_peak_start_time(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "off_peak_start_time")
[ "def", "off_peak_start_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"off_peak_start_time\"", ")" ]
Starting time for off-peak period.
[ "Starting", "time", "for", "off", "-", "peak", "period", "." ]
[ "\"\"\"\n Starting time for off-peak period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
peak_load_balancing_algorithm
Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]
def peak_load_balancing_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: """ Load balancing algorithm for peak period. """ return pulumi.get(self, "peak_load_balancing_algorithm")
Load balancing algorithm for peak period.
Load balancing algorithm for peak period.
[ "Load", "balancing", "algorithm", "for", "peak", "period", "." ]
def peak_load_balancing_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: return pulumi.get(self, "peak_load_balancing_algorithm")
[ "def", "peak_load_balancing_algorithm", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'SessionHostLoadBalancingAlgorithm'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peak_load_ba...
Load balancing algorithm for peak period.
[ "Load", "balancing", "algorithm", "for", "peak", "period", "." ]
[ "\"\"\"\n Load balancing algorithm for peak period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
peak_start_time
Optional[pulumi.Input[str]]
def peak_start_time(self) -> Optional[pulumi.Input[str]]: """ Starting time for peak period. """ return pulumi.get(self, "peak_start_time")
Starting time for peak period.
Starting time for peak period.
[ "Starting", "time", "for", "peak", "period", "." ]
def peak_start_time(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "peak_start_time")
[ "def", "peak_start_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peak_start_time\"", ")" ]
Starting time for peak period.
[ "Starting", "time", "for", "peak", "period", "." ]
[ "\"\"\"\n Starting time for peak period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_capacity_threshold_pct
Optional[pulumi.Input[int]]
def ramp_down_capacity_threshold_pct(self) -> Optional[pulumi.Input[int]]: """ Capacity threshold for ramp down period. """ return pulumi.get(self, "ramp_down_capacity_threshold_pct")
Capacity threshold for ramp down period.
Capacity threshold for ramp down period.
[ "Capacity", "threshold", "for", "ramp", "down", "period", "." ]
def ramp_down_capacity_threshold_pct(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "ramp_down_capacity_threshold_pct")
[ "def", "ramp_down_capacity_threshold_pct", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_capacity_threshold_pct\"", ")" ]
Capacity threshold for ramp down period.
[ "Capacity", "threshold", "for", "ramp", "down", "period", "." ]
[ "\"\"\"\n Capacity threshold for ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_force_logoff_users
Optional[pulumi.Input[bool]]
def ramp_down_force_logoff_users(self) -> Optional[pulumi.Input[bool]]: """ Should users be logged off forcefully from hosts. """ return pulumi.get(self, "ramp_down_force_logoff_users")
Should users be logged off forcefully from hosts.
Should users be logged off forcefully from hosts.
[ "Should", "users", "be", "logged", "off", "forcefully", "from", "hosts", "." ]
def ramp_down_force_logoff_users(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "ramp_down_force_logoff_users")
[ "def", "ramp_down_force_logoff_users", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_force_logoff_users\"", ")" ]
Should users be logged off forcefully from hosts.
[ "Should", "users", "be", "logged", "off", "forcefully", "from", "hosts", "." ]
[ "\"\"\"\n Should users be logged off forcefully from hosts.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_load_balancing_algorithm
Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]
def ramp_down_load_balancing_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: """ Load balancing algorithm for ramp down period. """ return pulumi.get(self, "ramp_down_load_balancing_algorithm")
Load balancing algorithm for ramp down period.
Load balancing algorithm for ramp down period.
[ "Load", "balancing", "algorithm", "for", "ramp", "down", "period", "." ]
def ramp_down_load_balancing_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: return pulumi.get(self, "ramp_down_load_balancing_algorithm")
[ "def", "ramp_down_load_balancing_algorithm", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'SessionHostLoadBalancingAlgorithm'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_do...
Load balancing algorithm for ramp down period.
[ "Load", "balancing", "algorithm", "for", "ramp", "down", "period", "." ]
[ "\"\"\"\n Load balancing algorithm for ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_minimum_hosts_pct
Optional[pulumi.Input[int]]
def ramp_down_minimum_hosts_pct(self) -> Optional[pulumi.Input[int]]: """ Minimum host percentage for ramp down period. """ return pulumi.get(self, "ramp_down_minimum_hosts_pct")
Minimum host percentage for ramp down period.
Minimum host percentage for ramp down period.
[ "Minimum", "host", "percentage", "for", "ramp", "down", "period", "." ]
def ramp_down_minimum_hosts_pct(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "ramp_down_minimum_hosts_pct")
[ "def", "ramp_down_minimum_hosts_pct", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_minimum_hosts_pct\"", ")" ]
Minimum host percentage for ramp down period.
[ "Minimum", "host", "percentage", "for", "ramp", "down", "period", "." ]
[ "\"\"\"\n Minimum host percentage for ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_notification_message
Optional[pulumi.Input[str]]
def ramp_down_notification_message(self) -> Optional[pulumi.Input[str]]: """ Notification message for users during ramp down period. """ return pulumi.get(self, "ramp_down_notification_message")
Notification message for users during ramp down period.
Notification message for users during ramp down period.
[ "Notification", "message", "for", "users", "during", "ramp", "down", "period", "." ]
def ramp_down_notification_message(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "ramp_down_notification_message")
[ "def", "ramp_down_notification_message", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_notification_message\"", ")" ]
Notification message for users during ramp down period.
[ "Notification", "message", "for", "users", "during", "ramp", "down", "period", "." ]
[ "\"\"\"\n Notification message for users during ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_notification_minutes
Optional[pulumi.Input[int]]
def ramp_down_notification_minutes(self) -> Optional[pulumi.Input[int]]: """ Number of minutes to wait to stop hosts during ramp down period. """ return pulumi.get(self, "ramp_down_notification_minutes")
Number of minutes to wait to stop hosts during ramp down period.
Number of minutes to wait to stop hosts during ramp down period.
[ "Number", "of", "minutes", "to", "wait", "to", "stop", "hosts", "during", "ramp", "down", "period", "." ]
def ramp_down_notification_minutes(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "ramp_down_notification_minutes")
[ "def", "ramp_down_notification_minutes", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_notification_minutes\"", ")" ]
Number of minutes to wait to stop hosts during ramp down period.
[ "Number", "of", "minutes", "to", "wait", "to", "stop", "hosts", "during", "ramp", "down", "period", "." ]
[ "\"\"\"\n Number of minutes to wait to stop hosts during ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_start_time
Optional[pulumi.Input[str]]
def ramp_down_start_time(self) -> Optional[pulumi.Input[str]]: """ Starting time for ramp down period. """ return pulumi.get(self, "ramp_down_start_time")
Starting time for ramp down period.
Starting time for ramp down period.
[ "Starting", "time", "for", "ramp", "down", "period", "." ]
def ramp_down_start_time(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "ramp_down_start_time")
[ "def", "ramp_down_start_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_start_time\"", ")" ]
Starting time for ramp down period.
[ "Starting", "time", "for", "ramp", "down", "period", "." ]
[ "\"\"\"\n Starting time for ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_down_stop_hosts_when
Optional[pulumi.Input[Union[str, 'StopHostsWhen']]]
def ramp_down_stop_hosts_when(self) -> Optional[pulumi.Input[Union[str, 'StopHostsWhen']]]: """ Specifies when to stop hosts during ramp down period. """ return pulumi.get(self, "ramp_down_stop_hosts_when")
Specifies when to stop hosts during ramp down period.
Specifies when to stop hosts during ramp down period.
[ "Specifies", "when", "to", "stop", "hosts", "during", "ramp", "down", "period", "." ]
def ramp_down_stop_hosts_when(self) -> Optional[pulumi.Input[Union[str, 'StopHostsWhen']]]: return pulumi.get(self, "ramp_down_stop_hosts_when")
[ "def", "ramp_down_stop_hosts_when", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'StopHostsWhen'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_stop_hosts_when\"", ")" ...
Specifies when to stop hosts during ramp down period.
[ "Specifies", "when", "to", "stop", "hosts", "during", "ramp", "down", "period", "." ]
[ "\"\"\"\n Specifies when to stop hosts during ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_up_algorithm
Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]
def ramp_up_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: """ Load balancing algorithm for ramp up period. """ return pulumi.get(self, "ramp_up_algorithm")
Load balancing algorithm for ramp up period.
Load balancing algorithm for ramp up period.
[ "Load", "balancing", "algorithm", "for", "ramp", "up", "period", "." ]
def ramp_up_algorithm(self) -> Optional[pulumi.Input[Union[str, 'SessionHostLoadBalancingAlgorithm']]]: return pulumi.get(self, "ramp_up_algorithm")
[ "def", "ramp_up_algorithm", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'SessionHostLoadBalancingAlgorithm'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_up_algorithm\"", ...
Load balancing algorithm for ramp up period.
[ "Load", "balancing", "algorithm", "for", "ramp", "up", "period", "." ]
[ "\"\"\"\n Load balancing algorithm for ramp up period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_up_capacity_threshold_pct
Optional[pulumi.Input[int]]
def ramp_up_capacity_threshold_pct(self) -> Optional[pulumi.Input[int]]: """ Capacity threshold for ramp up period. """ return pulumi.get(self, "ramp_up_capacity_threshold_pct")
Capacity threshold for ramp up period.
Capacity threshold for ramp up period.
[ "Capacity", "threshold", "for", "ramp", "up", "period", "." ]
def ramp_up_capacity_threshold_pct(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "ramp_up_capacity_threshold_pct")
[ "def", "ramp_up_capacity_threshold_pct", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_up_capacity_threshold_pct\"", ")" ]
Capacity threshold for ramp up period.
[ "Capacity", "threshold", "for", "ramp", "up", "period", "." ]
[ "\"\"\"\n Capacity threshold for ramp up period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_up_minimum_host_pct
Optional[pulumi.Input[int]]
def ramp_up_minimum_host_pct(self) -> Optional[pulumi.Input[int]]: """ Minimum host percentage for ramp up period. """ return pulumi.get(self, "ramp_up_minimum_host_pct")
Minimum host percentage for ramp up period.
Minimum host percentage for ramp up period.
[ "Minimum", "host", "percentage", "for", "ramp", "up", "period", "." ]
def ramp_up_minimum_host_pct(self) -> Optional[pulumi.Input[int]]: return pulumi.get(self, "ramp_up_minimum_host_pct")
[ "def", "ramp_up_minimum_host_pct", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_up_minimum_host_pct\"", ")" ]
Minimum host percentage for ramp up period.
[ "Minimum", "host", "percentage", "for", "ramp", "up", "period", "." ]
[ "\"\"\"\n Minimum host percentage for ramp up period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cb88314b3aea30d4648696a2c4d77aa447522a3d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/_inputs.py
[ "Apache-2.0" ]
Python
ramp_up_start_time
Optional[pulumi.Input[str]]
def ramp_up_start_time(self) -> Optional[pulumi.Input[str]]: """ Starting time for ramp up period. """ return pulumi.get(self, "ramp_up_start_time")
Starting time for ramp up period.
Starting time for ramp up period.
[ "Starting", "time", "for", "ramp", "up", "period", "." ]
def ramp_up_start_time(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "ramp_up_start_time")
[ "def", "ramp_up_start_time", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_up_start_time\"", ")" ]
Starting time for ramp up period.
[ "Starting", "time", "for", "ramp", "up", "period", "." ]
[ "\"\"\"\n Starting time for ramp up period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b1303756bf1ca3e21d0bc5db32e34b26505203e6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/get_afd_endpoint.py
[ "Apache-2.0" ]
Python
origin_response_timeout_seconds
Optional[int]
def origin_response_timeout_seconds(self) -> Optional[int]: """ Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns. """ return pulumi.get(self, "origin_response_timeout_seconds")
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.
[ "Send", "and", "receive", "timeout", "on", "forwarding", "request", "to", "the", "origin", ".", "When", "timeout", "is", "reached", "the", "request", "fails", "and", "returns", "." ]
def origin_response_timeout_seconds(self) -> Optional[int]: return pulumi.get(self, "origin_response_timeout_seconds")
[ "def", "origin_response_timeout_seconds", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"origin_response_timeout_seconds\"", ")" ]
Send and receive timeout on forwarding request to the origin.
[ "Send", "and", "receive", "timeout", "on", "forwarding", "request", "to", "the", "origin", "." ]
[ "\"\"\"\n Send and receive timeout on forwarding request to the origin. When timeout is reached, the request fails and returns.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b137c48b7c96b2d20dc3bc28e3677416360099d4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/v20200301preview/cluster.py
[ "Apache-2.0" ]
Python
next_link
pulumi.Output[Optional[str]]
def next_link(self) -> pulumi.Output[Optional[str]]: """ The link used to get the next page of recommendations. """ return pulumi.get(self, "next_link")
The link used to get the next page of recommendations.
The link used to get the next page of recommendations.
[ "The", "link", "used", "to", "get", "the", "next", "page", "of", "recommendations", "." ]
def next_link(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "next_link")
[ "def", "next_link", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"next_link\"", ")" ]
The link used to get the next page of recommendations.
[ "The", "link", "used", "to", "get", "the", "next", "page", "of", "recommendations", "." ]
[ "\"\"\"\n The link used to get the next page of recommendations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
async_execution
pulumi.Output[Optional[bool]]
def async_execution(self) -> pulumi.Output[Optional[bool]]: """ Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete. """ return pulumi.get(self, "async_execution")
Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.
Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.
[ "Optional", ".", "If", "set", "to", "true", "provisioning", "will", "complete", "as", "soon", "as", "the", "script", "starts", "and", "will", "not", "wait", "for", "script", "to", "complete", "." ]
def async_execution(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "async_execution")
[ "def", "async_execution", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"async_execution\"", ")" ]
Optional.
[ "Optional", "." ]
[ "\"\"\"\n Optional. If set to true, provisioning will complete as soon as the script starts and will not wait for script to complete.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
error_blob_uri
pulumi.Output[Optional[str]]
def error_blob_uri(self) -> pulumi.Output[Optional[str]]: """ Specifies the Azure storage blob where script error stream will be uploaded. """ return pulumi.get(self, "error_blob_uri")
Specifies the Azure storage blob where script error stream will be uploaded.
Specifies the Azure storage blob where script error stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "error", "stream", "will", "be", "uploaded", "." ]
def error_blob_uri(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "error_blob_uri")
[ "def", "error_blob_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"error_blob_uri\"", ")" ]
Specifies the Azure storage blob where script error stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "error", "stream", "will", "be", "uploaded", "." ]
[ "\"\"\"\n Specifies the Azure storage blob where script error stream will be uploaded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
instance_view
pulumi.Output['outputs.VirtualMachineRunCommandInstanceViewResponse']
def instance_view(self) -> pulumi.Output['outputs.VirtualMachineRunCommandInstanceViewResponse']: """ The virtual machine run command instance view. """ return pulumi.get(self, "instance_view")
The virtual machine run command instance view.
The virtual machine run command instance view.
[ "The", "virtual", "machine", "run", "command", "instance", "view", "." ]
def instance_view(self) -> pulumi.Output['outputs.VirtualMachineRunCommandInstanceViewResponse']: return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.VirtualMachineRunCommandInstanceViewResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The virtual machine run command instance view.
[ "The", "virtual", "machine", "run", "command", "instance", "view", "." ]
[ "\"\"\"\n The virtual machine run command instance view.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
output_blob_uri
pulumi.Output[Optional[str]]
def output_blob_uri(self) -> pulumi.Output[Optional[str]]: """ Specifies the Azure storage blob where script output stream will be uploaded. """ return pulumi.get(self, "output_blob_uri")
Specifies the Azure storage blob where script output stream will be uploaded.
Specifies the Azure storage blob where script output stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "output", "stream", "will", "be", "uploaded", "." ]
def output_blob_uri(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "output_blob_uri")
[ "def", "output_blob_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"output_blob_uri\"", ")" ]
Specifies the Azure storage blob where script output stream will be uploaded.
[ "Specifies", "the", "Azure", "storage", "blob", "where", "script", "output", "stream", "will", "be", "uploaded", "." ]
[ "\"\"\"\n Specifies the Azure storage blob where script output stream will be uploaded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
parameters
pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]
def parameters(self) -> pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]: """ The parameters used by the script. """ return pulumi.get(self, "parameters")
The parameters used by the script.
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
def parameters(self) -> pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]: return pulumi.get(self, "parameters")
[ "def", "parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.RunCommandInputParameterResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"parameters\"", ")" ]
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
[ "\"\"\"\n The parameters used by the script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
protected_parameters
pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]
def protected_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]: """ The parameters used by the script. """ return pulumi.get(self, "protected_parameters")
The parameters used by the script.
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
def protected_parameters(self) -> pulumi.Output[Optional[Sequence['outputs.RunCommandInputParameterResponse']]]: return pulumi.get(self, "protected_parameters")
[ "def", "protected_parameters", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.RunCommandInputParameterResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"protected_parameters\"", ...
The parameters used by the script.
[ "The", "parameters", "used", "by", "the", "script", "." ]
[ "\"\"\"\n The parameters used by the script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
run_as_password
pulumi.Output[Optional[str]]
def run_as_password(self) -> pulumi.Output[Optional[str]]: """ Specifies the user account password on the VM when executing the run command. """ return pulumi.get(self, "run_as_password")
Specifies the user account password on the VM when executing the run command.
Specifies the user account password on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "password", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
def run_as_password(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "run_as_password")
[ "def", "run_as_password", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"run_as_password\"", ")" ]
Specifies the user account password on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "password", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
[ "\"\"\"\n Specifies the user account password on the VM when executing the run command.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
run_as_user
pulumi.Output[Optional[str]]
def run_as_user(self) -> pulumi.Output[Optional[str]]: """ Specifies the user account on the VM when executing the run command. """ return pulumi.get(self, "run_as_user")
Specifies the user account on the VM when executing the run command.
Specifies the user account on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
def run_as_user(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "run_as_user")
[ "def", "run_as_user", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"run_as_user\"", ")" ]
Specifies the user account on the VM when executing the run command.
[ "Specifies", "the", "user", "account", "on", "the", "VM", "when", "executing", "the", "run", "command", "." ]
[ "\"\"\"\n Specifies the user account on the VM when executing the run command.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b491c62235eae7d1d05816a61d830274c3c0a4b7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/compute/v20200601/virtual_machine_scale_set_vm_run_command.py
[ "Apache-2.0" ]
Python
source
pulumi.Output[Optional['outputs.VirtualMachineRunCommandScriptSourceResponse']]
def source(self) -> pulumi.Output[Optional['outputs.VirtualMachineRunCommandScriptSourceResponse']]: """ The source of the run command script. """ return pulumi.get(self, "source")
The source of the run command script.
The source of the run command script.
[ "The", "source", "of", "the", "run", "command", "script", "." ]
def source(self) -> pulumi.Output[Optional['outputs.VirtualMachineRunCommandScriptSourceResponse']]: return pulumi.get(self, "source")
[ "def", "source", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.VirtualMachineRunCommandScriptSourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"source\"", ")" ]
The source of the run command script.
[ "The", "source", "of", "the", "run", "command", "script", "." ]
[ "\"\"\"\n The source of the run command script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
97d97ba624f8deaf0b2cd21a756efaa25fdbb868
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/get_host_pool.py
[ "Apache-2.0" ]
Python
sso_context
Optional[str]
def sso_context(self) -> Optional[str]: """ Path to keyvault containing ssoContext secret. """ return pulumi.get(self, "sso_context")
Path to keyvault containing ssoContext secret.
Path to keyvault containing ssoContext secret.
[ "Path", "to", "keyvault", "containing", "ssoContext", "secret", "." ]
def sso_context(self) -> Optional[str]: return pulumi.get(self, "sso_context")
[ "def", "sso_context", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sso_context\"", ")" ]
Path to keyvault containing ssoContext secret.
[ "Path", "to", "keyvault", "containing", "ssoContext", "secret", "." ]
[ "\"\"\"\n Path to keyvault containing ssoContext secret.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e205238bf6967c831dbf436e8f59143e0d64969e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/netapp/v20170815/get_volume.py
[ "Apache-2.0" ]
Python
usage_threshold
Optional[float]
def usage_threshold(self) -> Optional[float]: """ Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. """ return pulumi.get(self, "usage_threshold")
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB.
Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB.
[ "Maximum", "storage", "quota", "allowed", "for", "a", "file", "system", "in", "bytes", ".", "This", "is", "a", "soft", "quota", "used", "for", "alerting", "only", ".", "Minimum", "size", "is", "100", "GiB", ".", "Upper", "limit", "is", "100TiB", "." ]
def usage_threshold(self) -> Optional[float]: return pulumi.get(self, "usage_threshold")
[ "def", "usage_threshold", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"usage_threshold\"", ")" ]
Maximum storage quota allowed for a file system in bytes.
[ "Maximum", "storage", "quota", "allowed", "for", "a", "file", "system", "in", "bytes", "." ]
[ "\"\"\"\n Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e238ec47589c904c57bc2765cf3eb145ab8967a4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20190801/list_web_app_auth_settings_slot.py
[ "Apache-2.0" ]
Python
list_web_app_auth_settings_slot
AwaitableListWebAppAuthSettingsSlotResult
def list_web_app_auth_settings_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettin...
Configuration settings for the Azure App Service Authentication / Authorization feature. :param str name: Name of the app. :param str resource_group_name: Name of the resource group to which the resource belongs. :param str slot: Name of the deployment slot. If a slot is not specified, the API will g...
Configuration settings for the Azure App Service Authentication / Authorization feature.
[ "Configuration", "settings", "for", "the", "Azure", "App", "Service", "Authentication", "/", "Authorization", "feature", "." ]
def list_web_app_auth_settings_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppAuthSettin...
[ "def", "list_web_app_auth_settings_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "slot", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":",...
Configuration settings for the Azure App Service Authentication / Authorization feature.
[ "Configuration", "settings", "for", "the", "Azure", "App", "Service", "Authentication", "/", "Authorization", "feature", "." ]
[ "\"\"\"\n Configuration settings for the Azure App Service Authentication / Authorization feature.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of the deployment slot. If a slot is not specifie...
[ { "param": "name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "slot", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "name", "type": "Optional[str]", "docstring": "Name of the app.", "docstring_tokens": [ "Name", "of", "the", "app", "." ], "default": null, "is_optional": false }, ...
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
azure_location
pulumi.Output[str]
def azure_location(self) -> pulumi.Output[str]: """ Target Azure location for which the machines should be assessed. These enums are the same as used by Compute API. """ return pulumi.get(self, "azure_location")
Target Azure location for which the machines should be assessed. These enums are the same as used by Compute API.
Target Azure location for which the machines should be assessed. These enums are the same as used by Compute API.
[ "Target", "Azure", "location", "for", "which", "the", "machines", "should", "be", "assessed", ".", "These", "enums", "are", "the", "same", "as", "used", "by", "Compute", "API", "." ]
def azure_location(self) -> pulumi.Output[str]: return pulumi.get(self, "azure_location")
[ "def", "azure_location", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_location\"", ")" ]
Target Azure location for which the machines should be assessed.
[ "Target", "Azure", "location", "for", "which", "the", "machines", "should", "be", "assessed", "." ]
[ "\"\"\"\n Target Azure location for which the machines should be assessed. These enums are the same as used by Compute API.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
azure_offer_code
pulumi.Output[str]
def azure_offer_code(self) -> pulumi.Output[str]: """ Offer code according to which cost estimation is done. """ return pulumi.get(self, "azure_offer_code")
Offer code according to which cost estimation is done.
Offer code according to which cost estimation is done.
[ "Offer", "code", "according", "to", "which", "cost", "estimation", "is", "done", "." ]
def azure_offer_code(self) -> pulumi.Output[str]: return pulumi.get(self, "azure_offer_code")
[ "def", "azure_offer_code", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_offer_code\"", ")" ]
Offer code according to which cost estimation is done.
[ "Offer", "code", "according", "to", "which", "cost", "estimation", "is", "done", "." ]
[ "\"\"\"\n Offer code according to which cost estimation is done.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
azure_pricing_tier
pulumi.Output[str]
def azure_pricing_tier(self) -> pulumi.Output[str]: """ Pricing tier for Size evaluation. """ return pulumi.get(self, "azure_pricing_tier")
Pricing tier for Size evaluation.
Pricing tier for Size evaluation.
[ "Pricing", "tier", "for", "Size", "evaluation", "." ]
def azure_pricing_tier(self) -> pulumi.Output[str]: return pulumi.get(self, "azure_pricing_tier")
[ "def", "azure_pricing_tier", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_pricing_tier\"", ")" ]
Pricing tier for Size evaluation.
[ "Pricing", "tier", "for", "Size", "evaluation", "." ]
[ "\"\"\"\n Pricing tier for Size evaluation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
azure_storage_redundancy
pulumi.Output[str]
def azure_storage_redundancy(self) -> pulumi.Output[str]: """ Storage Redundancy type offered by Azure. """ return pulumi.get(self, "azure_storage_redundancy")
Storage Redundancy type offered by Azure.
Storage Redundancy type offered by Azure.
[ "Storage", "Redundancy", "type", "offered", "by", "Azure", "." ]
def azure_storage_redundancy(self) -> pulumi.Output[str]: return pulumi.get(self, "azure_storage_redundancy")
[ "def", "azure_storage_redundancy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_storage_redundancy\"", ")" ]
Storage Redundancy type offered by Azure.
[ "Storage", "Redundancy", "type", "offered", "by", "Azure", "." ]
[ "\"\"\"\n Storage Redundancy type offered by Azure.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
confidence_rating_in_percentage
pulumi.Output[float]
def confidence_rating_in_percentage(self) -> pulumi.Output[float]: """ Confidence rating percentage for assessment. Can be in the range [0, 100]. """ return pulumi.get(self, "confidence_rating_in_percentage")
Confidence rating percentage for assessment. Can be in the range [0, 100].
Confidence rating percentage for assessment. Can be in the range [0, 100].
[ "Confidence", "rating", "percentage", "for", "assessment", ".", "Can", "be", "in", "the", "range", "[", "0", "100", "]", "." ]
def confidence_rating_in_percentage(self) -> pulumi.Output[float]: return pulumi.get(self, "confidence_rating_in_percentage")
[ "def", "confidence_rating_in_percentage", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"confidence_rating_in_percentage\"", ")" ]
Confidence rating percentage for assessment.
[ "Confidence", "rating", "percentage", "for", "assessment", "." ]
[ "\"\"\"\n Confidence rating percentage for assessment. Can be in the range [0, 100].\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
currency
pulumi.Output[str]
def currency(self) -> pulumi.Output[str]: """ Currency to report prices in. """ return pulumi.get(self, "currency")
Currency to report prices in.
Currency to report prices in.
[ "Currency", "to", "report", "prices", "in", "." ]
def currency(self) -> pulumi.Output[str]: return pulumi.get(self, "currency")
[ "def", "currency", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"currency\"", ")" ]
Currency to report prices in.
[ "Currency", "to", "report", "prices", "in", "." ]
[ "\"\"\"\n Currency to report prices in.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
discount_percentage
pulumi.Output[float]
def discount_percentage(self) -> pulumi.Output[float]: """ Custom discount percentage to be applied on final costs. Can be in the range [0, 100]. """ return pulumi.get(self, "discount_percentage")
Custom discount percentage to be applied on final costs. Can be in the range [0, 100].
Custom discount percentage to be applied on final costs. Can be in the range [0, 100].
[ "Custom", "discount", "percentage", "to", "be", "applied", "on", "final", "costs", ".", "Can", "be", "in", "the", "range", "[", "0", "100", "]", "." ]
def discount_percentage(self) -> pulumi.Output[float]: return pulumi.get(self, "discount_percentage")
[ "def", "discount_percentage", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"discount_percentage\"", ")" ]
Custom discount percentage to be applied on final costs.
[ "Custom", "discount", "percentage", "to", "be", "applied", "on", "final", "costs", "." ]
[ "\"\"\"\n Custom discount percentage to be applied on final costs. Can be in the range [0, 100].\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
monthly_bandwidth_cost
pulumi.Output[float]
def monthly_bandwidth_cost(self) -> pulumi.Output[float]: """ Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month. """ return pulumi.get(self, "monthly_bandwidth_cost")
Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
[ "Monthly", "network", "cost", "estimate", "for", "the", "machines", "that", "are", "part", "of", "this", "assessment", "as", "a", "group", "for", "a", "31", "-", "day", "month", "." ]
def monthly_bandwidth_cost(self) -> pulumi.Output[float]: return pulumi.get(self, "monthly_bandwidth_cost")
[ "def", "monthly_bandwidth_cost", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monthly_bandwidth_cost\"", ")" ]
Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
[ "Monthly", "network", "cost", "estimate", "for", "the", "machines", "that", "are", "part", "of", "this", "assessment", "as", "a", "group", "for", "a", "31", "-", "day", "month", "." ]
[ "\"\"\"\n Monthly network cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
monthly_compute_cost
pulumi.Output[float]
def monthly_compute_cost(self) -> pulumi.Output[float]: """ Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month. """ return pulumi.get(self, "monthly_compute_cost")
Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
[ "Monthly", "compute", "cost", "estimate", "for", "the", "machines", "that", "are", "part", "of", "this", "assessment", "as", "a", "group", "for", "a", "31", "-", "day", "month", "." ]
def monthly_compute_cost(self) -> pulumi.Output[float]: return pulumi.get(self, "monthly_compute_cost")
[ "def", "monthly_compute_cost", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monthly_compute_cost\"", ")" ]
Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
[ "Monthly", "compute", "cost", "estimate", "for", "the", "machines", "that", "are", "part", "of", "this", "assessment", "as", "a", "group", "for", "a", "31", "-", "day", "month", "." ]
[ "\"\"\"\n Monthly compute cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
monthly_storage_cost
pulumi.Output[float]
def monthly_storage_cost(self) -> pulumi.Output[float]: """ Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month. """ return pulumi.get(self, "monthly_storage_cost")
Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
[ "Monthly", "storage", "cost", "estimate", "for", "the", "machines", "that", "are", "part", "of", "this", "assessment", "as", "a", "group", "for", "a", "31", "-", "day", "month", "." ]
def monthly_storage_cost(self) -> pulumi.Output[float]: return pulumi.get(self, "monthly_storage_cost")
[ "def", "monthly_storage_cost", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monthly_storage_cost\"", ")" ]
Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.
[ "Monthly", "storage", "cost", "estimate", "for", "the", "machines", "that", "are", "part", "of", "this", "assessment", "as", "a", "group", "for", "a", "31", "-", "day", "month", "." ]
[ "\"\"\"\n Monthly storage cost estimate for the machines that are part of this assessment as a group, for a 31-day month.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
percentile
pulumi.Output[str]
def percentile(self) -> pulumi.Output[str]: """ Percentile of performance data used to recommend Azure size. """ return pulumi.get(self, "percentile")
Percentile of performance data used to recommend Azure size.
Percentile of performance data used to recommend Azure size.
[ "Percentile", "of", "performance", "data", "used", "to", "recommend", "Azure", "size", "." ]
def percentile(self) -> pulumi.Output[str]: return pulumi.get(self, "percentile")
[ "def", "percentile", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"percentile\"", ")" ]
Percentile of performance data used to recommend Azure size.
[ "Percentile", "of", "performance", "data", "used", "to", "recommend", "Azure", "size", "." ]
[ "\"\"\"\n Percentile of performance data used to recommend Azure size.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
prices_timestamp
pulumi.Output[str]
def prices_timestamp(self) -> pulumi.Output[str]: """ Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format. """ return pulumi.get(self, "prices_timestamp")
Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.
[ "Time", "when", "the", "Azure", "Prices", "were", "queried", ".", "Date", "-", "Time", "represented", "in", "ISO", "-", "8601", "format", "." ]
def prices_timestamp(self) -> pulumi.Output[str]: return pulumi.get(self, "prices_timestamp")
[ "def", "prices_timestamp", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"prices_timestamp\"", ")" ]
Time when the Azure Prices were queried.
[ "Time", "when", "the", "Azure", "Prices", "were", "queried", "." ]
[ "\"\"\"\n Time when the Azure Prices were queried. Date-Time represented in ISO-8601 format.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
scaling_factor
pulumi.Output[float]
def scaling_factor(self) -> pulumi.Output[float]: """ Scaling factor used over utilization data to add a performance buffer for new machines to be created in Azure. Min Value = 1.0, Max value = 1.9, Default = 1.3. """ return pulumi.get(self, "scaling_factor")
Scaling factor used over utilization data to add a performance buffer for new machines to be created in Azure. Min Value = 1.0, Max value = 1.9, Default = 1.3.
Scaling factor used over utilization data to add a performance buffer for new machines to be created in Azure.
[ "Scaling", "factor", "used", "over", "utilization", "data", "to", "add", "a", "performance", "buffer", "for", "new", "machines", "to", "be", "created", "in", "Azure", "." ]
def scaling_factor(self) -> pulumi.Output[float]: return pulumi.get(self, "scaling_factor")
[ "def", "scaling_factor", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scaling_factor\"", ")" ]
Scaling factor used over utilization data to add a performance buffer for new machines to be created in Azure.
[ "Scaling", "factor", "used", "over", "utilization", "data", "to", "add", "a", "performance", "buffer", "for", "new", "machines", "to", "be", "created", "in", "Azure", "." ]
[ "\"\"\"\n Scaling factor used over utilization data to add a performance buffer for new machines to be created in Azure. Min Value = 1.0, Max value = 1.9, Default = 1.3.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
stage
pulumi.Output[str]
def stage(self) -> pulumi.Output[str]: """ User configurable setting that describes the status of the assessment. """ return pulumi.get(self, "stage")
User configurable setting that describes the status of the assessment.
User configurable setting that describes the status of the assessment.
[ "User", "configurable", "setting", "that", "describes", "the", "status", "of", "the", "assessment", "." ]
def stage(self) -> pulumi.Output[str]: return pulumi.get(self, "stage")
[ "def", "stage", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"stage\"", ")" ]
User configurable setting that describes the status of the assessment.
[ "User", "configurable", "setting", "that", "describes", "the", "status", "of", "the", "assessment", "." ]
[ "\"\"\"\n User configurable setting that describes the status of the assessment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dd9b7489ba85983d466866fc027f006e20b78105
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/migrate/v20180202/assessment.py
[ "Apache-2.0" ]
Python
time_range
pulumi.Output[str]
def time_range(self) -> pulumi.Output[str]: """ Time range of performance data used to recommend a size. """ return pulumi.get(self, "time_range")
Time range of performance data used to recommend a size.
Time range of performance data used to recommend a size.
[ "Time", "range", "of", "performance", "data", "used", "to", "recommend", "a", "size", "." ]
def time_range(self) -> pulumi.Output[str]: return pulumi.get(self, "time_range")
[ "def", "time_range", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_range\"", ")" ]
Time range of performance data used to recommend a size.
[ "Time", "range", "of", "performance", "data", "used", "to", "recommend", "a", "size", "." ]
[ "\"\"\"\n Time range of performance data used to recommend a size.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }