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
8d7dca7e3bbb7089c2324034c8a12f53068f58e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py
[ "Apache-2.0" ]
Python
instances
Sequence['outputs.RedisInstanceDetailsResponse']
def instances(self) -> Sequence['outputs.RedisInstanceDetailsResponse']: """ List of the Redis instances associated with the cache """ return pulumi.get(self, "instances")
List of the Redis instances associated with the cache
List of the Redis instances associated with the cache
[ "List", "of", "the", "Redis", "instances", "associated", "with", "the", "cache" ]
def instances(self) -> Sequence['outputs.RedisInstanceDetailsResponse']: return pulumi.get(self, "instances")
[ "def", "instances", "(", "self", ")", "->", "Sequence", "[", "'outputs.RedisInstanceDetailsResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instances\"", ")" ]
List of the Redis instances associated with the cache
[ "List", "of", "the", "Redis", "instances", "associated", "with", "the", "cache" ]
[ "\"\"\"\n List of the Redis instances associated with the cache\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d7dca7e3bbb7089c2324034c8a12f53068f58e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py
[ "Apache-2.0" ]
Python
linked_servers
Sequence['outputs.RedisLinkedServerResponse']
def linked_servers(self) -> Sequence['outputs.RedisLinkedServerResponse']: """ List of the linked servers associated with the cache """ return pulumi.get(self, "linked_servers")
List of the linked servers associated with the cache
List of the linked servers associated with the cache
[ "List", "of", "the", "linked", "servers", "associated", "with", "the", "cache" ]
def linked_servers(self) -> Sequence['outputs.RedisLinkedServerResponse']: return pulumi.get(self, "linked_servers")
[ "def", "linked_servers", "(", "self", ")", "->", "Sequence", "[", "'outputs.RedisLinkedServerResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"linked_servers\"", ")" ]
List of the linked servers associated with the cache
[ "List", "of", "the", "linked", "servers", "associated", "with", "the", "cache" ]
[ "\"\"\"\n List of the linked servers associated with the cache\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d7dca7e3bbb7089c2324034c8a12f53068f58e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py
[ "Apache-2.0" ]
Python
replicas_per_master
Optional[int]
def replicas_per_master(self) -> Optional[int]: """ The number of replicas to be created per master. """ return pulumi.get(self, "replicas_per_master")
The number of replicas to be created per master.
The number of replicas to be created per master.
[ "The", "number", "of", "replicas", "to", "be", "created", "per", "master", "." ]
def replicas_per_master(self) -> Optional[int]: return pulumi.get(self, "replicas_per_master")
[ "def", "replicas_per_master", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"replicas_per_master\"", ")" ]
The number of replicas to be created per master.
[ "The", "number", "of", "replicas", "to", "be", "created", "per", "master", "." ]
[ "\"\"\"\n The number of replicas to be created per master.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d7dca7e3bbb7089c2324034c8a12f53068f58e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py
[ "Apache-2.0" ]
Python
shard_count
Optional[int]
def shard_count(self) -> Optional[int]: """ The number of shards to be created on a Premium Cluster Cache. """ return pulumi.get(self, "shard_count")
The number of shards to be created on a Premium Cluster Cache.
The number of shards to be created on a Premium Cluster Cache.
[ "The", "number", "of", "shards", "to", "be", "created", "on", "a", "Premium", "Cluster", "Cache", "." ]
def shard_count(self) -> Optional[int]: return pulumi.get(self, "shard_count")
[ "def", "shard_count", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shard_count\"", ")" ]
The number of shards to be created on a Premium Cluster Cache.
[ "The", "number", "of", "shards", "to", "be", "created", "on", "a", "Premium", "Cluster", "Cache", "." ]
[ "\"\"\"\n The number of shards to be created on a Premium Cluster Cache.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d7dca7e3bbb7089c2324034c8a12f53068f58e1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cache/v20200601/get_redis.py
[ "Apache-2.0" ]
Python
static_ip
Optional[str]
def static_ip(self) -> Optional[str]: """ Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network. """ return pulumi.get(self, "static_ip")
Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network.
Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network.
[ "Static", "IP", "address", ".", "Required", "when", "deploying", "a", "Redis", "cache", "inside", "an", "existing", "Azure", "Virtual", "Network", "." ]
def static_ip(self) -> Optional[str]: return pulumi.get(self, "static_ip")
[ "def", "static_ip", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"static_ip\"", ")" ]
Static IP address.
[ "Static", "IP", "address", "." ]
[ "\"\"\"\n Static IP address. Required when deploying a Redis cache inside an existing Azure 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": [] }
8da385a84b4c7163d529c1a10252d181c18222ee
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/afd_origin.py
[ "Apache-2.0" ]
Python
azure_origin
pulumi.Output[Optional['outputs.ResourceReferenceResponse']]
def azure_origin(self) -> pulumi.Output[Optional['outputs.ResourceReferenceResponse']]: """ Resource reference to the Azure origin resource. """ return pulumi.get(self, "azure_origin")
Resource reference to the Azure origin resource.
Resource reference to the Azure origin resource.
[ "Resource", "reference", "to", "the", "Azure", "origin", "resource", "." ]
def azure_origin(self) -> pulumi.Output[Optional['outputs.ResourceReferenceResponse']]: return pulumi.get(self, "azure_origin")
[ "def", "azure_origin", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ResourceReferenceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_origin\"", ")" ]
Resource reference to the Azure origin resource.
[ "Resource", "reference", "to", "the", "Azure", "origin", "resource", "." ]
[ "\"\"\"\n Resource reference to the Azure origin resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8da385a84b4c7163d529c1a10252d181c18222ee
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/afd_origin.py
[ "Apache-2.0" ]
Python
shared_private_link_resource
pulumi.Output[Optional[Sequence['outputs.SharedPrivateLinkResourcePropertiesResponse']]]
def shared_private_link_resource(self) -> pulumi.Output[Optional[Sequence['outputs.SharedPrivateLinkResourcePropertiesResponse']]]: """ The properties of the private link resource for private origin. """ return pulumi.get(self, "shared_private_link_resource")
The properties of the private link resource for private origin.
The properties of the private link resource for private origin.
[ "The", "properties", "of", "the", "private", "link", "resource", "for", "private", "origin", "." ]
def shared_private_link_resource(self) -> pulumi.Output[Optional[Sequence['outputs.SharedPrivateLinkResourcePropertiesResponse']]]: return pulumi.get(self, "shared_private_link_resource")
[ "def", "shared_private_link_resource", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.SharedPrivateLinkResourcePropertiesResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"shared_...
The properties of the private link resource for private origin.
[ "The", "properties", "of", "the", "private", "link", "resource", "for", "private", "origin", "." ]
[ "\"\"\"\n The properties of the private link resource for private origin.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2e49bd807da05b6d06a69cfc7d17bf959ed0cfe8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/advisor/latest/get_suppression.py
[ "Apache-2.0" ]
Python
expiration_time_stamp
str
def expiration_time_stamp(self) -> str: """ Gets or sets the expiration time stamp. """ return pulumi.get(self, "expiration_time_stamp")
Gets or sets the expiration time stamp.
Gets or sets the expiration time stamp.
[ "Gets", "or", "sets", "the", "expiration", "time", "stamp", "." ]
def expiration_time_stamp(self) -> str: return pulumi.get(self, "expiration_time_stamp")
[ "def", "expiration_time_stamp", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expiration_time_stamp\"", ")" ]
Gets or sets the expiration time stamp.
[ "Gets", "or", "sets", "the", "expiration", "time", "stamp", "." ]
[ "\"\"\"\n Gets or sets the expiration time stamp.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1120d763c4c633f099e4ef1d16fdf730e29bd092
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automanage/v20200630preview/get_configuration_profile_assignment.py
[ "Apache-2.0" ]
Python
properties
'outputs.ConfigurationProfileAssignmentPropertiesResponse'
def properties(self) -> 'outputs.ConfigurationProfileAssignmentPropertiesResponse': """ Properties of the configuration profile assignment. """ return pulumi.get(self, "properties")
Properties of the configuration profile assignment.
Properties of the configuration profile assignment.
[ "Properties", "of", "the", "configuration", "profile", "assignment", "." ]
def properties(self) -> 'outputs.ConfigurationProfileAssignmentPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.ConfigurationProfileAssignmentPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Properties of the configuration profile assignment.
[ "Properties", "of", "the", "configuration", "profile", "assignment", "." ]
[ "\"\"\"\n Properties of the configuration profile assignment.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d2434d97ed8bb9f6ee203a494a6b4af04f3ed27
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/get_streaming_locator.py
[ "Apache-2.0" ]
Python
filters
Optional[Sequence[str]]
def filters(self) -> Optional[Sequence[str]]: """ A list of asset or account filters which apply to this streaming locator """ return pulumi.get(self, "filters")
A list of asset or account filters which apply to this streaming locator
A list of asset or account filters which apply to this streaming locator
[ "A", "list", "of", "asset", "or", "account", "filters", "which", "apply", "to", "this", "streaming", "locator" ]
def filters(self) -> Optional[Sequence[str]]: return pulumi.get(self, "filters")
[ "def", "filters", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"filters\"", ")" ]
A list of asset or account filters which apply to this streaming locator
[ "A", "list", "of", "asset", "or", "account", "filters", "which", "apply", "to", "this", "streaming", "locator" ]
[ "\"\"\"\n A list of asset or account filters which apply to this streaming locator\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
8d2434d97ed8bb9f6ee203a494a6b4af04f3ed27
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/latest/get_streaming_locator.py
[ "Apache-2.0" ]
Python
streaming_locator_id
Optional[str]
def streaming_locator_id(self) -> Optional[str]: """ The StreamingLocatorId of the Streaming Locator. """ return pulumi.get(self, "streaming_locator_id")
The StreamingLocatorId of the Streaming Locator.
The StreamingLocatorId of the Streaming Locator.
[ "The", "StreamingLocatorId", "of", "the", "Streaming", "Locator", "." ]
def streaming_locator_id(self) -> Optional[str]: return pulumi.get(self, "streaming_locator_id")
[ "def", "streaming_locator_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"streaming_locator_id\"", ")" ]
The StreamingLocatorId of the Streaming Locator.
[ "The", "StreamingLocatorId", "of", "the", "Streaming", "Locator", "." ]
[ "\"\"\"\n The StreamingLocatorId of the Streaming Locator.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94b9a38f9b4264ad91b7eef4cb5bbdc3a9f54548
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbformysql/get_configuration.py
[ "Apache-2.0" ]
Python
allowed_values
str
def allowed_values(self) -> str: """ Allowed values of the configuration. """ return pulumi.get(self, "allowed_values")
Allowed values of the configuration.
Allowed values of the configuration.
[ "Allowed", "values", "of", "the", "configuration", "." ]
def allowed_values(self) -> str: return pulumi.get(self, "allowed_values")
[ "def", "allowed_values", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allowed_values\"", ")" ]
Allowed values of the configuration.
[ "Allowed", "values", "of", "the", "configuration", "." ]
[ "\"\"\"\n Allowed values of the configuration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94bb9da7f3917fcc54fb47ed7a1e8265432f2616
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/visualstudio/extension.py
[ "Apache-2.0" ]
Python
plan
pulumi.Output[Optional['outputs.ExtensionResourcePlanResponse']]
def plan(self) -> pulumi.Output[Optional['outputs.ExtensionResourcePlanResponse']]: """ The extension plan that was purchased. """ return pulumi.get(self, "plan")
The extension plan that was purchased.
The extension plan that was purchased.
[ "The", "extension", "plan", "that", "was", "purchased", "." ]
def plan(self) -> pulumi.Output[Optional['outputs.ExtensionResourcePlanResponse']]: return pulumi.get(self, "plan")
[ "def", "plan", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ExtensionResourcePlanResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan\"", ")" ]
The extension plan that was purchased.
[ "The", "extension", "plan", "that", "was", "purchased", "." ]
[ "\"\"\"\n The extension plan that was purchased.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94ca1d72a48d40665f2b91e0f52ec4388711485a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/latest/virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
build_timeout_in_minutes
pulumi.Output[Optional[int]]
def build_timeout_in_minutes(self) -> pulumi.Output[Optional[int]]: """ Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours). """ return pulumi.get(self, "build_timeout_in_minutes")
Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).
Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).
[ "Maximum", "duration", "to", "wait", "while", "building", "the", "image", "template", ".", "Omit", "or", "specify", "0", "to", "use", "the", "default", "(", "4", "hours", ")", "." ]
def build_timeout_in_minutes(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "build_timeout_in_minutes")
[ "def", "build_timeout_in_minutes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"build_timeout_in_minutes\"", ")" ]
Maximum duration to wait while building the image template.
[ "Maximum", "duration", "to", "wait", "while", "building", "the", "image", "template", "." ]
[ "\"\"\"\n Maximum duration to wait while building the image template. Omit or specify 0 to use the default (4 hours).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94ca1d72a48d40665f2b91e0f52ec4388711485a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/latest/virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output['outputs.ImageTemplateIdentityResponse']
def identity(self) -> pulumi.Output['outputs.ImageTemplateIdentityResponse']: """ The identity of the image template, if configured. """ return pulumi.get(self, "identity")
The identity of the image template, if configured.
The identity of the image template, if configured.
[ "The", "identity", "of", "the", "image", "template", "if", "configured", "." ]
def identity(self) -> pulumi.Output['outputs.ImageTemplateIdentityResponse']: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ImageTemplateIdentityResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the image template, if configured.
[ "The", "identity", "of", "the", "image", "template", "if", "configured", "." ]
[ "\"\"\"\n The identity of the image template, if configured.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94ca1d72a48d40665f2b91e0f52ec4388711485a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/virtualmachineimages/latest/virtual_machine_image_template.py
[ "Apache-2.0" ]
Python
vm_profile
pulumi.Output[Optional['outputs.ImageTemplateVmProfileResponse']]
def vm_profile(self) -> pulumi.Output[Optional['outputs.ImageTemplateVmProfileResponse']]: """ Describes how virtual machine is set up to build images """ return pulumi.get(self, "vm_profile")
Describes how virtual machine is set up to build images
Describes how virtual machine is set up to build images
[ "Describes", "how", "virtual", "machine", "is", "set", "up", "to", "build", "images" ]
def vm_profile(self) -> pulumi.Output[Optional['outputs.ImageTemplateVmProfileResponse']]: return pulumi.get(self, "vm_profile")
[ "def", "vm_profile", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ImageTemplateVmProfileResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm_profile\"", ")" ]
Describes how virtual machine is set up to build images
[ "Describes", "how", "virtual", "machine", "is", "set", "up", "to", "build", "images" ]
[ "\"\"\"\n Describes how virtual machine is set up to build images\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94cba82529bbe9180973182d07ec1689b9bc77c7
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/agent_pool.py
[ "Apache-2.0" ]
Python
virtual_network_subnet_resource_id
pulumi.Output[Optional[str]]
def virtual_network_subnet_resource_id(self) -> pulumi.Output[Optional[str]]: """ The Virtual Network Subnet Resource Id of the agent machine """ return pulumi.get(self, "virtual_network_subnet_resource_id")
The Virtual Network Subnet Resource Id of the agent machine
The Virtual Network Subnet Resource Id of the agent machine
[ "The", "Virtual", "Network", "Subnet", "Resource", "Id", "of", "the", "agent", "machine" ]
def virtual_network_subnet_resource_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "virtual_network_subnet_resource_id")
[ "def", "virtual_network_subnet_resource_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_network_subnet_resource_id\"", ")" ]
The Virtual Network Subnet Resource Id of the agent machine
[ "The", "Virtual", "Network", "Subnet", "Resource", "Id", "of", "the", "agent", "machine" ]
[ "\"\"\"\n The Virtual Network Subnet Resource Id of the agent 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": [] }
94dae9ad296c78bc3c399f2efa8d2e32d495c368
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningcompute/get_operationalization_cluster.py
[ "Apache-2.0" ]
Python
container_service
Optional['outputs.AcsClusterPropertiesResponse']
def container_service(self) -> Optional['outputs.AcsClusterPropertiesResponse']: """ Parameters for the Azure Container Service cluster. """ return pulumi.get(self, "container_service")
Parameters for the Azure Container Service cluster.
Parameters for the Azure Container Service cluster.
[ "Parameters", "for", "the", "Azure", "Container", "Service", "cluster", "." ]
def container_service(self) -> Optional['outputs.AcsClusterPropertiesResponse']: return pulumi.get(self, "container_service")
[ "def", "container_service", "(", "self", ")", "->", "Optional", "[", "'outputs.AcsClusterPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_service\"", ")" ]
Parameters for the Azure Container Service cluster.
[ "Parameters", "for", "the", "Azure", "Container", "Service", "cluster", "." ]
[ "\"\"\"\n Parameters for the Azure Container Service cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94dae9ad296c78bc3c399f2efa8d2e32d495c368
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningcompute/get_operationalization_cluster.py
[ "Apache-2.0" ]
Python
global_service_configuration
Optional['outputs.GlobalServiceConfigurationResponse']
def global_service_configuration(self) -> Optional['outputs.GlobalServiceConfigurationResponse']: """ Contains global configuration for the web services in the cluster. """ return pulumi.get(self, "global_service_configuration")
Contains global configuration for the web services in the cluster.
Contains global configuration for the web services in the cluster.
[ "Contains", "global", "configuration", "for", "the", "web", "services", "in", "the", "cluster", "." ]
def global_service_configuration(self) -> Optional['outputs.GlobalServiceConfigurationResponse']: return pulumi.get(self, "global_service_configuration")
[ "def", "global_service_configuration", "(", "self", ")", "->", "Optional", "[", "'outputs.GlobalServiceConfigurationResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"global_service_configuration\"", ")" ]
Contains global configuration for the web services in the cluster.
[ "Contains", "global", "configuration", "for", "the", "web", "services", "in", "the", "cluster", "." ]
[ "\"\"\"\n Contains global configuration for the web services in the cluster.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94dae9ad296c78bc3c399f2efa8d2e32d495c368
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearningcompute/get_operationalization_cluster.py
[ "Apache-2.0" ]
Python
provisioning_errors
Sequence['outputs.ErrorResponseWrapperResponse']
def provisioning_errors(self) -> Sequence['outputs.ErrorResponseWrapperResponse']: """ List of provisioning errors reported by the resource provider. """ return pulumi.get(self, "provisioning_errors")
List of provisioning errors reported by the resource provider.
List of provisioning errors reported by the resource provider.
[ "List", "of", "provisioning", "errors", "reported", "by", "the", "resource", "provider", "." ]
def provisioning_errors(self) -> Sequence['outputs.ErrorResponseWrapperResponse']: return pulumi.get(self, "provisioning_errors")
[ "def", "provisioning_errors", "(", "self", ")", "->", "Sequence", "[", "'outputs.ErrorResponseWrapperResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"provisioning_errors\"", ")" ]
List of provisioning errors reported by the resource provider.
[ "List", "of", "provisioning", "errors", "reported", "by", "the", "resource", "provider", "." ]
[ "\"\"\"\n List of provisioning errors reported by the resource provider.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
custom_image_plan
pulumi.Output[Optional['outputs.CustomImagePropertiesFromPlanResponse']]
def custom_image_plan(self) -> pulumi.Output[Optional['outputs.CustomImagePropertiesFromPlanResponse']]: """ Storage information about the plan related to this custom image """ return pulumi.get(self, "custom_image_plan")
Storage information about the plan related to this custom image
Storage information about the plan related to this custom image
[ "Storage", "information", "about", "the", "plan", "related", "to", "this", "custom", "image" ]
def custom_image_plan(self) -> pulumi.Output[Optional['outputs.CustomImagePropertiesFromPlanResponse']]: return pulumi.get(self, "custom_image_plan")
[ "def", "custom_image_plan", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CustomImagePropertiesFromPlanResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_image_plan\"", ")" ]
Storage information about the plan related to this custom image
[ "Storage", "information", "about", "the", "plan", "related", "to", "this", "custom", "image" ]
[ "\"\"\"\n Storage information about the plan related to this custom image\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
data_disk_storage_info
pulumi.Output[Optional[Sequence['outputs.DataDiskStorageTypeInfoResponse']]]
def data_disk_storage_info(self) -> pulumi.Output[Optional[Sequence['outputs.DataDiskStorageTypeInfoResponse']]]: """ Storage information about the data disks present in the custom image """ return pulumi.get(self, "data_disk_storage_info")
Storage information about the data disks present in the custom image
Storage information about the data disks present in the custom image
[ "Storage", "information", "about", "the", "data", "disks", "present", "in", "the", "custom", "image" ]
def data_disk_storage_info(self) -> pulumi.Output[Optional[Sequence['outputs.DataDiskStorageTypeInfoResponse']]]: return pulumi.get(self, "data_disk_storage_info")
[ "def", "data_disk_storage_info", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.DataDiskStorageTypeInfoResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_disk_storage_info\""...
Storage information about the data disks present in the custom image
[ "Storage", "information", "about", "the", "data", "disks", "present", "in", "the", "custom", "image" ]
[ "\"\"\"\n Storage information about the data disks present in the custom image\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
is_plan_authorized
pulumi.Output[Optional[bool]]
def is_plan_authorized(self) -> pulumi.Output[Optional[bool]]: """ Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment """ return pulumi.get(self, "is_plan_authorized")
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment
[ "Whether", "or", "not", "the", "custom", "images", "underlying", "offer", "/", "plan", "has", "been", "enabled", "for", "programmatic", "deployment" ]
def is_plan_authorized(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_plan_authorized")
[ "def", "is_plan_authorized", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_plan_authorized\"", ")" ]
Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment
[ "Whether", "or", "not", "the", "custom", "images", "underlying", "offer", "/", "plan", "has", "been", "enabled", "for", "programmatic", "deployment" ]
[ "\"\"\"\n Whether or not the custom images underlying offer/plan has been enabled for programmatic deployment\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
managed_image_id
pulumi.Output[Optional[str]]
def managed_image_id(self) -> pulumi.Output[Optional[str]]: """ The Managed Image Id backing the custom image. """ return pulumi.get(self, "managed_image_id")
The Managed Image Id backing the custom image.
The Managed Image Id backing the custom image.
[ "The", "Managed", "Image", "Id", "backing", "the", "custom", "image", "." ]
def managed_image_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "managed_image_id")
[ "def", "managed_image_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_image_id\"", ")" ]
The Managed Image Id backing the custom image.
[ "The", "Managed", "Image", "Id", "backing", "the", "custom", "image", "." ]
[ "\"\"\"\n The Managed Image Id backing the custom image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
managed_snapshot_id
pulumi.Output[Optional[str]]
def managed_snapshot_id(self) -> pulumi.Output[Optional[str]]: """ The Managed Snapshot Id backing the custom image. """ return pulumi.get(self, "managed_snapshot_id")
The Managed Snapshot Id backing the custom image.
The Managed Snapshot Id backing the custom image.
[ "The", "Managed", "Snapshot", "Id", "backing", "the", "custom", "image", "." ]
def managed_snapshot_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "managed_snapshot_id")
[ "def", "managed_snapshot_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"managed_snapshot_id\"", ")" ]
The Managed Snapshot Id backing the custom image.
[ "The", "Managed", "Snapshot", "Id", "backing", "the", "custom", "image", "." ]
[ "\"\"\"\n The Managed Snapshot Id backing the custom image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
vhd
pulumi.Output[Optional['outputs.CustomImagePropertiesCustomResponse']]
def vhd(self) -> pulumi.Output[Optional['outputs.CustomImagePropertiesCustomResponse']]: """ The VHD from which the image is to be created. """ return pulumi.get(self, "vhd")
The VHD from which the image is to be created.
The VHD from which the image is to be created.
[ "The", "VHD", "from", "which", "the", "image", "is", "to", "be", "created", "." ]
def vhd(self) -> pulumi.Output[Optional['outputs.CustomImagePropertiesCustomResponse']]: return pulumi.get(self, "vhd")
[ "def", "vhd", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CustomImagePropertiesCustomResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vhd\"", ")" ]
The VHD from which the image is to be created.
[ "The", "VHD", "from", "which", "the", "image", "is", "to", "be", "created", "." ]
[ "\"\"\"\n The VHD from which the image is to be created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
94db07c56d0f3160d77a1598503dff92d9c9578d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20180915/custom_image.py
[ "Apache-2.0" ]
Python
vm
pulumi.Output[Optional['outputs.CustomImagePropertiesFromVmResponse']]
def vm(self) -> pulumi.Output[Optional['outputs.CustomImagePropertiesFromVmResponse']]: """ The virtual machine from which the image is to be created. """ return pulumi.get(self, "vm")
The virtual machine from which the image is to be created.
The virtual machine from which the image is to be created.
[ "The", "virtual", "machine", "from", "which", "the", "image", "is", "to", "be", "created", "." ]
def vm(self) -> pulumi.Output[Optional['outputs.CustomImagePropertiesFromVmResponse']]: return pulumi.get(self, "vm")
[ "def", "vm", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.CustomImagePropertiesFromVmResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"vm\"", ")" ]
The virtual machine from which the image is to be created.
[ "The", "virtual", "machine", "from", "which", "the", "image", "is", "to", "be", "created", "." ]
[ "\"\"\"\n The virtual machine from which the image is to be created.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2cc68bb8f64f7c1705ed794f91869469c76bbbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/public_ip_address.py
[ "Apache-2.0" ]
Python
ddos_settings
pulumi.Output[Optional['outputs.DdosSettingsResponse']]
def ddos_settings(self) -> pulumi.Output[Optional['outputs.DdosSettingsResponse']]: """ The DDoS protection custom policy associated with the public IP address. """ return pulumi.get(self, "ddos_settings")
The DDoS protection custom policy associated with the public IP address.
The DDoS protection custom policy associated with the public IP address.
[ "The", "DDoS", "protection", "custom", "policy", "associated", "with", "the", "public", "IP", "address", "." ]
def ddos_settings(self) -> pulumi.Output[Optional['outputs.DdosSettingsResponse']]: return pulumi.get(self, "ddos_settings")
[ "def", "ddos_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.DdosSettingsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ddos_settings\"", ")" ]
The DDoS protection custom policy associated with the public IP address.
[ "The", "DDoS", "protection", "custom", "policy", "associated", "with", "the", "public", "IP", "address", "." ]
[ "\"\"\"\n The DDoS protection custom policy associated with the public IP address.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
2cc68bb8f64f7c1705ed794f91869469c76bbbe6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/public_ip_address.py
[ "Apache-2.0" ]
Python
public_ip_prefix
pulumi.Output[Optional['outputs.SubResourceResponse']]
def public_ip_prefix(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: """ The Public IP Prefix this Public IP Address should be allocated from. """ return pulumi.get(self, "public_ip_prefix")
The Public IP Prefix this Public IP Address should be allocated from.
The Public IP Prefix this Public IP Address should be allocated from.
[ "The", "Public", "IP", "Prefix", "this", "Public", "IP", "Address", "should", "be", "allocated", "from", "." ]
def public_ip_prefix(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]: return pulumi.get(self, "public_ip_prefix")
[ "def", "public_ip_prefix", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"public_ip_prefix\"", ")" ]
The Public IP Prefix this Public IP Address should be allocated from.
[ "The", "Public", "IP", "Prefix", "this", "Public", "IP", "Address", "should", "be", "allocated", "from", "." ]
[ "\"\"\"\n The Public IP Prefix this Public IP Address should be allocated from.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb4c8bed8857d2cff002250b17ce97d15d2bd366
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190101preview/get_automation.py
[ "Apache-2.0" ]
Python
actions
Optional[Sequence[Any]]
def actions(self) -> Optional[Sequence[Any]]: """ A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true. """ return pulumi.get(self, "actions")
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
[ "A", "collection", "of", "the", "actions", "which", "are", "triggered", "if", "all", "the", "configured", "rules", "evaluations", "within", "at", "least", "one", "rule", "set", "are", "true", "." ]
def actions(self) -> Optional[Sequence[Any]]: return pulumi.get(self, "actions")
[ "def", "actions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "Any", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"actions\"", ")" ]
A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.
[ "A", "collection", "of", "the", "actions", "which", "are", "triggered", "if", "all", "the", "configured", "rules", "evaluations", "within", "at", "least", "one", "rule", "set", "are", "true", "." ]
[ "\"\"\"\n A collection of the actions which are triggered if all the configured rules evaluations, within at least one rule set, are true.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb4c8bed8857d2cff002250b17ce97d15d2bd366
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190101preview/get_automation.py
[ "Apache-2.0" ]
Python
scopes
Optional[Sequence['outputs.AutomationScopeResponse']]
def scopes(self) -> Optional[Sequence['outputs.AutomationScopeResponse']]: """ A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes. ""...
A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.
[ "A", "collection", "of", "scopes", "on", "which", "the", "security", "automations", "logic", "is", "applied", ".", "Supported", "scopes", "are", "the", "subscription", "itself", "or", "a", "resource", "group", "under", "that", "subscription", ".", "The", "auto...
def scopes(self) -> Optional[Sequence['outputs.AutomationScopeResponse']]: return pulumi.get(self, "scopes")
[ "def", "scopes", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.AutomationScopeResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scopes\"", ")" ]
A collection of scopes on which the security automations logic is applied.
[ "A", "collection", "of", "scopes", "on", "which", "the", "security", "automations", "logic", "is", "applied", "." ]
[ "\"\"\"\n A collection of scopes on which the security automations logic is applied. Supported scopes are the subscription itself or a resource group under that subscription. The automation will only apply on defined scopes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb4c8bed8857d2cff002250b17ce97d15d2bd366
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190101preview/get_automation.py
[ "Apache-2.0" ]
Python
sources
Optional[Sequence['outputs.AutomationSourceResponse']]
def sources(self) -> Optional[Sequence['outputs.AutomationSourceResponse']]: """ A collection of the source event types which evaluate the security automation set of rules. """ return pulumi.get(self, "sources")
A collection of the source event types which evaluate the security automation set of rules.
A collection of the source event types which evaluate the security automation set of rules.
[ "A", "collection", "of", "the", "source", "event", "types", "which", "evaluate", "the", "security", "automation", "set", "of", "rules", "." ]
def sources(self) -> Optional[Sequence['outputs.AutomationSourceResponse']]: return pulumi.get(self, "sources")
[ "def", "sources", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.AutomationSourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sources\"", ")" ]
A collection of the source event types which evaluate the security automation set of rules.
[ "A", "collection", "of", "the", "source", "event", "types", "which", "evaluate", "the", "security", "automation", "set", "of", "rules", "." ]
[ "\"\"\"\n A collection of the source event types which evaluate the security automation set of rules.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb544873790760263df4da290ae7187d9c6d34d9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/queue.py
[ "Apache-2.0" ]
Python
entity_availability_status
pulumi.Output[Optional[str]]
def entity_availability_status(self) -> pulumi.Output[Optional[str]]: """ Entity availability status for the queue. """ return pulumi.get(self, "entity_availability_status")
Entity availability status for the queue.
Entity availability status for the queue.
[ "Entity", "availability", "status", "for", "the", "queue", "." ]
def entity_availability_status(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "entity_availability_status")
[ "def", "entity_availability_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"entity_availability_status\"", ")" ]
Entity availability status for the queue.
[ "Entity", "availability", "status", "for", "the", "queue", "." ]
[ "\"\"\"\n Entity availability status for the queue.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb544873790760263df4da290ae7187d9c6d34d9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/queue.py
[ "Apache-2.0" ]
Python
is_anonymous_accessible
pulumi.Output[Optional[bool]]
def is_anonymous_accessible(self) -> pulumi.Output[Optional[bool]]: """ A value that indicates whether the message is accessible anonymously. """ return pulumi.get(self, "is_anonymous_accessible")
A value that indicates whether the message is accessible anonymously.
A value that indicates whether the message is accessible anonymously.
[ "A", "value", "that", "indicates", "whether", "the", "message", "is", "accessible", "anonymously", "." ]
def is_anonymous_accessible(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_anonymous_accessible")
[ "def", "is_anonymous_accessible", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_anonymous_accessible\"", ")" ]
A value that indicates whether the message is accessible anonymously.
[ "A", "value", "that", "indicates", "whether", "the", "message", "is", "accessible", "anonymously", "." ]
[ "\"\"\"\n A value that indicates whether the message is accessible anonymously.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb544873790760263df4da290ae7187d9c6d34d9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/queue.py
[ "Apache-2.0" ]
Python
max_delivery_count
pulumi.Output[Optional[int]]
def max_delivery_count(self) -> pulumi.Output[Optional[int]]: """ The maximum delivery count. A message is automatically deadlettered after this number of deliveries. """ return pulumi.get(self, "max_delivery_count")
The maximum delivery count. A message is automatically deadlettered after this number of deliveries.
The maximum delivery count. A message is automatically deadlettered after this number of deliveries.
[ "The", "maximum", "delivery", "count", ".", "A", "message", "is", "automatically", "deadlettered", "after", "this", "number", "of", "deliveries", "." ]
def max_delivery_count(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "max_delivery_count")
[ "def", "max_delivery_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_delivery_count\"", ")" ]
The maximum delivery count.
[ "The", "maximum", "delivery", "count", "." ]
[ "\"\"\"\n The maximum delivery count. A message is automatically deadlettered after this number of deliveries.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb544873790760263df4da290ae7187d9c6d34d9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/queue.py
[ "Apache-2.0" ]
Python
max_size_in_megabytes
pulumi.Output[Optional[float]]
def max_size_in_megabytes(self) -> pulumi.Output[Optional[float]]: """ The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. """ return pulumi.get(self, "max_size_in_megabytes")
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.
[ "The", "maximum", "size", "of", "the", "queue", "in", "megabytes", "which", "is", "the", "size", "of", "memory", "allocated", "for", "the", "queue", "." ]
def max_size_in_megabytes(self) -> pulumi.Output[Optional[float]]: return pulumi.get(self, "max_size_in_megabytes")
[ "def", "max_size_in_megabytes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "float", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_size_in_megabytes\"", ")" ]
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.
[ "The", "maximum", "size", "of", "the", "queue", "in", "megabytes", "which", "is", "the", "size", "of", "memory", "allocated", "for", "the", "queue", "." ]
[ "\"\"\"\n The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
bb544873790760263df4da290ae7187d9c6d34d9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/queue.py
[ "Apache-2.0" ]
Python
message_count
pulumi.Output[float]
def message_count(self) -> pulumi.Output[float]: """ The number of messages in the queue. """ return pulumi.get(self, "message_count")
The number of messages in the queue.
The number of messages in the queue.
[ "The", "number", "of", "messages", "in", "the", "queue", "." ]
def message_count(self) -> pulumi.Output[float]: return pulumi.get(self, "message_count")
[ "def", "message_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"message_count\"", ")" ]
The number of messages in the queue.
[ "The", "number", "of", "messages", "in", "the", "queue", "." ]
[ "\"\"\"\n The number of messages in the queue.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7fb177db744bc0d3b4c9aa6949a870a0b226002c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicebus/v20140901/namespace.py
[ "Apache-2.0" ]
Python
create_acs_namespace
pulumi.Output[Optional[bool]]
def create_acs_namespace(self) -> pulumi.Output[Optional[bool]]: """ Indicates whether to create an ACS namespace. """ return pulumi.get(self, "create_acs_namespace")
Indicates whether to create an ACS namespace.
Indicates whether to create an ACS namespace.
[ "Indicates", "whether", "to", "create", "an", "ACS", "namespace", "." ]
def create_acs_namespace(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "create_acs_namespace")
[ "def", "create_acs_namespace", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"create_acs_namespace\"", ")" ]
Indicates whether to create an ACS namespace.
[ "Indicates", "whether", "to", "create", "an", "ACS", "namespace", "." ]
[ "\"\"\"\n Indicates whether to create an ACS 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": [] }
2406a5b79dcdb369ec9264f0e6e2f51b3fab90bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/labservices/v20181015/get_user.py
[ "Apache-2.0" ]
Python
family_name
str
def family_name(self) -> str: """ The user family name, as it was specified during registration. """ return pulumi.get(self, "family_name")
The user family name, as it was specified during registration.
The user family name, as it was specified during registration.
[ "The", "user", "family", "name", "as", "it", "was", "specified", "during", "registration", "." ]
def family_name(self) -> str: return pulumi.get(self, "family_name")
[ "def", "family_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"family_name\"", ")" ]
The user family name, as it was specified during registration.
[ "The", "user", "family", "name", "as", "it", "was", "specified", "during", "registration", "." ]
[ "\"\"\"\n The user family name, as it was specified during registration.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
242c894f860a0f89d0586049c7b549bba6356d8c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/list_web_app_publishing_credentials_slot.py
[ "Apache-2.0" ]
Python
list_web_app_publishing_credentials_slot
AwaitableListWebAppPublishingCredentialsSlotResult
def list_web_app_publishing_credentials_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = No...
User credentials used for publishing activity. API Version: 2020-10-01. :param str name: Name of the app. :param str resource_group_name: Name of the resource group to which the resource belongs. :param str slot: Name of the deployment slot. If a slot is not specified, the API will get the publis...
User credentials used for publishing activity.
[ "User", "credentials", "used", "for", "publishing", "activity", "." ]
def list_web_app_publishing_credentials_slot(name: Optional[str] = None, resource_group_name: Optional[str] = None, slot: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = No...
[ "def", "list_web_app_publishing_credentials_slot", "(", "name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "slot", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts...
User credentials used for publishing activity.
[ "User", "credentials", "used", "for", "publishing", "activity", "." ]
[ "\"\"\"\n User credentials used for publishing activity.\n API Version: 2020-10-01.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n :param str slot: Name of the deployment slot. If a slot is not specified, the API w...
[ { "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 }, ...
fea0fbe05aac68bd65b1994f89742a6b7890bd45
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20200113preview/get_source_control.py
[ "Apache-2.0" ]
Python
auto_sync
Optional[bool]
def auto_sync(self) -> Optional[bool]: """ The auto sync of the source control. Default is false. """ return pulumi.get(self, "auto_sync")
The auto sync of the source control. Default is false.
The auto sync of the source control. Default is false.
[ "The", "auto", "sync", "of", "the", "source", "control", ".", "Default", "is", "false", "." ]
def auto_sync(self) -> Optional[bool]: return pulumi.get(self, "auto_sync")
[ "def", "auto_sync", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_sync\"", ")" ]
The auto sync of the source control.
[ "The", "auto", "sync", "of", "the", "source", "control", "." ]
[ "\"\"\"\n The auto sync of the source control. Default is false.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
fea0fbe05aac68bd65b1994f89742a6b7890bd45
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/v20200113preview/get_source_control.py
[ "Apache-2.0" ]
Python
publish_runbook
Optional[bool]
def publish_runbook(self) -> Optional[bool]: """ The auto publish of the source control. Default is true. """ return pulumi.get(self, "publish_runbook")
The auto publish of the source control. Default is true.
The auto publish of the source control. Default is true.
[ "The", "auto", "publish", "of", "the", "source", "control", ".", "Default", "is", "true", "." ]
def publish_runbook(self) -> Optional[bool]: return pulumi.get(self, "publish_runbook")
[ "def", "publish_runbook", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"publish_runbook\"", ")" ]
The auto publish of the source control.
[ "The", "auto", "publish", "of", "the", "source", "control", "." ]
[ "\"\"\"\n The auto publish of the source control. Default is 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": [] }
fea2cb888a71134fcab380e4b2195a9fa3a38cdf
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/get_scope_assignment.py
[ "Apache-2.0" ]
Python
assigned_managed_network
Optional[str]
def assigned_managed_network(self) -> Optional[str]: """ The managed network ID with scope will be assigned to. """ return pulumi.get(self, "assigned_managed_network")
The managed network ID with scope will be assigned to.
The managed network ID with scope will be assigned to.
[ "The", "managed", "network", "ID", "with", "scope", "will", "be", "assigned", "to", "." ]
def assigned_managed_network(self) -> Optional[str]: return pulumi.get(self, "assigned_managed_network")
[ "def", "assigned_managed_network", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"assigned_managed_network\"", ")" ]
The managed network ID with scope will be assigned to.
[ "The", "managed", "network", "ID", "with", "scope", "will", "be", "assigned", "to", "." ]
[ "\"\"\"\n The managed network ID with scope will be assigned to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
feb97069a7df8177f2d42afaa5dbf58ea9fa878f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storagecache/v20191101/storage_target.py
[ "Apache-2.0" ]
Python
clfs
pulumi.Output[Optional['outputs.ClfsTargetResponse']]
def clfs(self) -> pulumi.Output[Optional['outputs.ClfsTargetResponse']]: """ Properties when targetType is clfs. """ return pulumi.get(self, "clfs")
Properties when targetType is clfs.
Properties when targetType is clfs.
[ "Properties", "when", "targetType", "is", "clfs", "." ]
def clfs(self) -> pulumi.Output[Optional['outputs.ClfsTargetResponse']]: return pulumi.get(self, "clfs")
[ "def", "clfs", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ClfsTargetResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"clfs\"", ")" ]
Properties when targetType is clfs.
[ "Properties", "when", "targetType", "is", "clfs", "." ]
[ "\"\"\"\n Properties when targetType is clfs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
feb97069a7df8177f2d42afaa5dbf58ea9fa878f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storagecache/v20191101/storage_target.py
[ "Apache-2.0" ]
Python
junctions
pulumi.Output[Optional[Sequence['outputs.NamespaceJunctionResponse']]]
def junctions(self) -> pulumi.Output[Optional[Sequence['outputs.NamespaceJunctionResponse']]]: """ List of Cache namespace junctions to target for namespace associations. """ return pulumi.get(self, "junctions")
List of Cache namespace junctions to target for namespace associations.
List of Cache namespace junctions to target for namespace associations.
[ "List", "of", "Cache", "namespace", "junctions", "to", "target", "for", "namespace", "associations", "." ]
def junctions(self) -> pulumi.Output[Optional[Sequence['outputs.NamespaceJunctionResponse']]]: return pulumi.get(self, "junctions")
[ "def", "junctions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.NamespaceJunctionResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"junctions\"", ")" ]
List of Cache namespace junctions to target for namespace associations.
[ "List", "of", "Cache", "namespace", "junctions", "to", "target", "for", "namespace", "associations", "." ]
[ "\"\"\"\n List of Cache namespace junctions to target for namespace associations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
feb97069a7df8177f2d42afaa5dbf58ea9fa878f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storagecache/v20191101/storage_target.py
[ "Apache-2.0" ]
Python
nfs3
pulumi.Output[Optional['outputs.Nfs3TargetResponse']]
def nfs3(self) -> pulumi.Output[Optional['outputs.Nfs3TargetResponse']]: """ Properties when targetType is nfs3. """ return pulumi.get(self, "nfs3")
Properties when targetType is nfs3.
Properties when targetType is nfs3.
[ "Properties", "when", "targetType", "is", "nfs3", "." ]
def nfs3(self) -> pulumi.Output[Optional['outputs.Nfs3TargetResponse']]: return pulumi.get(self, "nfs3")
[ "def", "nfs3", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.Nfs3TargetResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"nfs3\"", ")" ]
Properties when targetType is nfs3.
[ "Properties", "when", "targetType", "is", "nfs3", "." ]
[ "\"\"\"\n Properties when targetType is nfs3.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
feb97069a7df8177f2d42afaa5dbf58ea9fa878f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storagecache/v20191101/storage_target.py
[ "Apache-2.0" ]
Python
unknown
pulumi.Output[Optional['outputs.UnknownTargetResponse']]
def unknown(self) -> pulumi.Output[Optional['outputs.UnknownTargetResponse']]: """ Properties when targetType is unknown. """ return pulumi.get(self, "unknown")
Properties when targetType is unknown.
Properties when targetType is unknown.
[ "Properties", "when", "targetType", "is", "unknown", "." ]
def unknown(self) -> pulumi.Output[Optional['outputs.UnknownTargetResponse']]: return pulumi.get(self, "unknown")
[ "def", "unknown", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.UnknownTargetResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"unknown\"", ")" ]
Properties when targetType is unknown.
[ "Properties", "when", "targetType", "is", "unknown", "." ]
[ "\"\"\"\n Properties when targetType is unknown.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
feb9cde25526e1a7860caa75385c0bbd10c07615
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/v20161001/get_storage_account_credential.py
[ "Apache-2.0" ]
Python
enable_ssl
str
def enable_ssl(self) -> str: """ SSL needs to be enabled or not """ return pulumi.get(self, "enable_ssl")
SSL needs to be enabled or not
SSL needs to be enabled or not
[ "SSL", "needs", "to", "be", "enabled", "or", "not" ]
def enable_ssl(self) -> str: return pulumi.get(self, "enable_ssl")
[ "def", "enable_ssl", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_ssl\"", ")" ]
SSL needs to be enabled or not
[ "SSL", "needs", "to", "be", "enabled", "or", "not" ]
[ "\"\"\"\n SSL needs to be enabled or not\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae8c25d8d7a60a2972ea9e975483e0f8e3e57dce
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_connector_mapping.py
[ "Apache-2.0" ]
Python
mapping_properties
'outputs.ConnectorMappingPropertiesResponse'
def mapping_properties(self) -> 'outputs.ConnectorMappingPropertiesResponse': """ The properties of the mapping. """ return pulumi.get(self, "mapping_properties")
The properties of the mapping.
The properties of the mapping.
[ "The", "properties", "of", "the", "mapping", "." ]
def mapping_properties(self) -> 'outputs.ConnectorMappingPropertiesResponse': return pulumi.get(self, "mapping_properties")
[ "def", "mapping_properties", "(", "self", ")", "->", "'outputs.ConnectorMappingPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mapping_properties\"", ")" ]
The properties of the mapping.
[ "The", "properties", "of", "the", "mapping", "." ]
[ "\"\"\"\n The properties of the mapping.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae8c25d8d7a60a2972ea9e975483e0f8e3e57dce
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/get_connector_mapping.py
[ "Apache-2.0" ]
Python
next_run_time
str
def next_run_time(self) -> str: """ The next run time based on customer's settings. """ return pulumi.get(self, "next_run_time")
The next run time based on customer's settings.
The next run time based on customer's settings.
[ "The", "next", "run", "time", "based", "on", "customer", "'", "s", "settings", "." ]
def next_run_time(self) -> str: return pulumi.get(self, "next_run_time")
[ "def", "next_run_time", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"next_run_time\"", ")" ]
The next run time based on customer's settings.
[ "The", "next", "run", "time", "based", "on", "customer", "'", "s", "settings", "." ]
[ "\"\"\"\n The next run time based on customer's settings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae8faf6873123c80556dc83fa5d58508bab98395
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_device_extended_information.py
[ "Apache-2.0" ]
Python
channel_integrity_key_name
Optional[str]
def channel_integrity_key_name(self) -> Optional[str]: """ The name of Channel Integrity Key stored in the Client Key Vault """ return pulumi.get(self, "channel_integrity_key_name")
The name of Channel Integrity Key stored in the Client Key Vault
The name of Channel Integrity Key stored in the Client Key Vault
[ "The", "name", "of", "Channel", "Integrity", "Key", "stored", "in", "the", "Client", "Key", "Vault" ]
def channel_integrity_key_name(self) -> Optional[str]: return pulumi.get(self, "channel_integrity_key_name")
[ "def", "channel_integrity_key_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"channel_integrity_key_name\"", ")" ]
The name of Channel Integrity Key stored in the Client Key Vault
[ "The", "name", "of", "Channel", "Integrity", "Key", "stored", "in", "the", "Client", "Key", "Vault" ]
[ "\"\"\"\n The name of Channel Integrity Key stored in the Client Key Vault\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae8faf6873123c80556dc83fa5d58508bab98395
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_device_extended_information.py
[ "Apache-2.0" ]
Python
channel_integrity_key_version
Optional[str]
def channel_integrity_key_version(self) -> Optional[str]: """ The version of Channel Integrity Key stored in the Client Key Vault """ return pulumi.get(self, "channel_integrity_key_version")
The version of Channel Integrity Key stored in the Client Key Vault
The version of Channel Integrity Key stored in the Client Key Vault
[ "The", "version", "of", "Channel", "Integrity", "Key", "stored", "in", "the", "Client", "Key", "Vault" ]
def channel_integrity_key_version(self) -> Optional[str]: return pulumi.get(self, "channel_integrity_key_version")
[ "def", "channel_integrity_key_version", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"channel_integrity_key_version\"", ")" ]
The version of Channel Integrity Key stored in the Client Key Vault
[ "The", "version", "of", "Channel", "Integrity", "Key", "stored", "in", "the", "Client", "Key", "Vault" ]
[ "\"\"\"\n The version of Channel Integrity Key stored in the Client Key Vault\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae8faf6873123c80556dc83fa5d58508bab98395
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_device_extended_information.py
[ "Apache-2.0" ]
Python
client_secret_store_id
Optional[str]
def client_secret_store_id(self) -> Optional[str]: """ The Key Vault ARM Id for client secrets """ return pulumi.get(self, "client_secret_store_id")
The Key Vault ARM Id for client secrets
The Key Vault ARM Id for client secrets
[ "The", "Key", "Vault", "ARM", "Id", "for", "client", "secrets" ]
def client_secret_store_id(self) -> Optional[str]: return pulumi.get(self, "client_secret_store_id")
[ "def", "client_secret_store_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_secret_store_id\"", ")" ]
The Key Vault ARM Id for client secrets
[ "The", "Key", "Vault", "ARM", "Id", "for", "client", "secrets" ]
[ "\"\"\"\n The Key Vault ARM Id for client secrets\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae8faf6873123c80556dc83fa5d58508bab98395
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/latest/get_device_extended_information.py
[ "Apache-2.0" ]
Python
client_secret_store_url
Optional[str]
def client_secret_store_url(self) -> Optional[str]: """ The url to access the Client Key Vault """ return pulumi.get(self, "client_secret_store_url")
The url to access the Client Key Vault
The url to access the Client Key Vault
[ "The", "url", "to", "access", "the", "Client", "Key", "Vault" ]
def client_secret_store_url(self) -> Optional[str]: return pulumi.get(self, "client_secret_store_url")
[ "def", "client_secret_store_url", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_secret_store_url\"", ")" ]
The url to access the Client Key Vault
[ "The", "url", "to", "access", "the", "Client", "Key", "Vault" ]
[ "\"\"\"\n The url to access the Client Key Vault\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ae91ea96a6e7b1ccf75e36531ea9aea553a3cc7f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerregistry/v20180201preview/get_registry_build_source_upload_url.py
[ "Apache-2.0" ]
Python
upload_url
Optional[str]
def upload_url(self) -> Optional[str]: """ The URL where the client can upload the source. """ return pulumi.get(self, "upload_url")
The URL where the client can upload the source.
The URL where the client can upload the source.
[ "The", "URL", "where", "the", "client", "can", "upload", "the", "source", "." ]
def upload_url(self) -> Optional[str]: return pulumi.get(self, "upload_url")
[ "def", "upload_url", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"upload_url\"", ")" ]
The URL where the client can upload the source.
[ "The", "URL", "where", "the", "client", "can", "upload", "the", "source", "." ]
[ "\"\"\"\n The URL where the client can upload the source.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
aeabbc3b7ef00f742f2774d92e6c34ad25e00331
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/purview/v20201201preview/account.py
[ "Apache-2.0" ]
Python
sku
pulumi.Output[Optional['outputs.AccountSkuResponse']]
def sku(self) -> pulumi.Output[Optional['outputs.AccountSkuResponse']]: """ Gets or sets the Sku. """ return pulumi.get(self, "sku")
Gets or sets the Sku.
Gets or sets the Sku.
[ "Gets", "or", "sets", "the", "Sku", "." ]
def sku(self) -> pulumi.Output[Optional['outputs.AccountSkuResponse']]: return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.AccountSkuResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
Gets or sets the Sku.
[ "Gets", "or", "sets", "the", "Sku", "." ]
[ "\"\"\"\n Gets or sets the Sku.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f355ade7979003618d7947186f1e065d982e58a1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_server_azure_ad_only_authentication.py
[ "Apache-2.0" ]
Python
azure_ad_only_authentication
bool
def azure_ad_only_authentication(self) -> bool: """ Azure Active Directory only Authentication enabled. """ return pulumi.get(self, "azure_ad_only_authentication")
Azure Active Directory only Authentication enabled.
Azure Active Directory only Authentication enabled.
[ "Azure", "Active", "Directory", "only", "Authentication", "enabled", "." ]
def azure_ad_only_authentication(self) -> bool: return pulumi.get(self, "azure_ad_only_authentication")
[ "def", "azure_ad_only_authentication", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"azure_ad_only_authentication\"", ")" ]
Azure Active Directory only Authentication enabled.
[ "Azure", "Active", "Directory", "only", "Authentication", "enabled", "." ]
[ "\"\"\"\n Azure Active Directory only Authentication enabled.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f35e0efec61dd354d337ecc127f58cfa61d85e0c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/managednetwork/scope_assignment.py
[ "Apache-2.0" ]
Python
assigned_managed_network
pulumi.Output[Optional[str]]
def assigned_managed_network(self) -> pulumi.Output[Optional[str]]: """ The managed network ID with scope will be assigned to. """ return pulumi.get(self, "assigned_managed_network")
The managed network ID with scope will be assigned to.
The managed network ID with scope will be assigned to.
[ "The", "managed", "network", "ID", "with", "scope", "will", "be", "assigned", "to", "." ]
def assigned_managed_network(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "assigned_managed_network")
[ "def", "assigned_managed_network", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"assigned_managed_network\"", ")" ]
The managed network ID with scope will be assigned to.
[ "The", "managed", "network", "ID", "with", "scope", "will", "be", "assigned", "to", "." ]
[ "\"\"\"\n The managed network ID with scope will be assigned to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
802c196cd861b2599b2abef8ddf5900cbbc63062
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20190801/service_endpoint_policy_definition.py
[ "Apache-2.0" ]
Python
service_resources
pulumi.Output[Optional[Sequence[str]]]
def service_resources(self) -> pulumi.Output[Optional[Sequence[str]]]: """ A list of service resources. """ return pulumi.get(self, "service_resources")
A list of service resources.
A list of service resources.
[ "A", "list", "of", "service", "resources", "." ]
def service_resources(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "service_resources")
[ "def", "service_resources", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_resources\"", ")" ]
A list of service resources.
[ "A", "list", "of", "service", "resources", "." ]
[ "\"\"\"\n A list of service resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
687a02a91c37ad0360308da1e597384f1e4b923a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/v20171103preview/hana_instance.py
[ "Apache-2.0" ]
Python
hana_instance_id
pulumi.Output[Optional[str]]
def hana_instance_id(self) -> pulumi.Output[Optional[str]]: """ Specifies the HANA instance unique ID. """ return pulumi.get(self, "hana_instance_id")
Specifies the HANA instance unique ID.
Specifies the HANA instance unique ID.
[ "Specifies", "the", "HANA", "instance", "unique", "ID", "." ]
def hana_instance_id(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "hana_instance_id")
[ "def", "hana_instance_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hana_instance_id\"", ")" ]
Specifies the HANA instance unique ID.
[ "Specifies", "the", "HANA", "instance", "unique", "ID", "." ]
[ "\"\"\"\n Specifies the HANA instance unique ID.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
687a02a91c37ad0360308da1e597384f1e4b923a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hanaonazure/v20171103preview/hana_instance.py
[ "Apache-2.0" ]
Python
hw_revision
pulumi.Output[Optional[str]]
def hw_revision(self) -> pulumi.Output[Optional[str]]: """ Hardware revision of a HANA instance """ return pulumi.get(self, "hw_revision")
Hardware revision of a HANA instance
Hardware revision of a HANA instance
[ "Hardware", "revision", "of", "a", "HANA", "instance" ]
def hw_revision(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "hw_revision")
[ "def", "hw_revision", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hw_revision\"", ")" ]
Hardware revision of a HANA instance
[ "Hardware", "revision", "of", "a", "HANA", "instance" ]
[ "\"\"\"\n Hardware revision of a HANA instance\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
operation
pulumi.Input['OperationType']
def operation(self) -> pulumi.Input['OperationType']: """ the operation associated with the notification and its value must be "scale" """ return pulumi.get(self, "operation")
the operation associated with the notification and its value must be "scale"
the operation associated with the notification and its value must be "scale"
[ "the", "operation", "associated", "with", "the", "notification", "and", "its", "value", "must", "be", "\"", "scale", "\"" ]
def operation(self) -> pulumi.Input['OperationType']: return pulumi.get(self, "operation")
[ "def", "operation", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'OperationType'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"operation\"", ")" ]
the operation associated with the notification and its value must be "scale"
[ "the", "operation", "associated", "with", "the", "notification", "and", "its", "value", "must", "be", "\"", "scale", "\"" ]
[ "\"\"\"\n the operation associated with the notification and its value must be \"scale\"\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
webhooks
Optional[pulumi.Input[Sequence[pulumi.Input['WebhookNotificationArgs']]]]
def webhooks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WebhookNotificationArgs']]]]: """ the collection of webhook notifications. """ return pulumi.get(self, "webhooks")
the collection of webhook notifications.
the collection of webhook notifications.
[ "the", "collection", "of", "webhook", "notifications", "." ]
def webhooks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['WebhookNotificationArgs']]]]: return pulumi.get(self, "webhooks")
[ "def", "webhooks", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'WebhookNotificationArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"webhooks\"",...
the collection of webhook notifications.
[ "the", "collection", "of", "webhook", "notifications", "." ]
[ "\"\"\"\n the collection of webhook notifications.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
capacity
pulumi.Input['ScaleCapacityArgs']
def capacity(self) -> pulumi.Input['ScaleCapacityArgs']: """ the number of instances that can be used during this profile. """ return pulumi.get(self, "capacity")
the number of instances that can be used during this profile.
the number of instances that can be used during this profile.
[ "the", "number", "of", "instances", "that", "can", "be", "used", "during", "this", "profile", "." ]
def capacity(self) -> pulumi.Input['ScaleCapacityArgs']: return pulumi.get(self, "capacity")
[ "def", "capacity", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'ScaleCapacityArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"capacity\"", ")" ]
the number of instances that can be used during this profile.
[ "the", "number", "of", "instances", "that", "can", "be", "used", "during", "this", "profile", "." ]
[ "\"\"\"\n the number of instances that can be used during this profile.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
rules
pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgs']]]
def rules(self) -> pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgs']]]: """ the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified. """ return pulumi.get(self, "rules")
the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.
[ "the", "collection", "of", "rules", "that", "provide", "the", "triggers", "and", "parameters", "for", "the", "scaling", "action", ".", "A", "maximum", "of", "10", "rules", "can", "be", "specified", "." ]
def rules(self) -> pulumi.Input[Sequence[pulumi.Input['ScaleRuleArgs']]]: return pulumi.get(self, "rules")
[ "def", "rules", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'ScaleRuleArgs'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules\"", ")" ]
the collection of rules that provide the triggers and parameters for the scaling action.
[ "the", "collection", "of", "rules", "that", "provide", "the", "triggers", "and", "parameters", "for", "the", "scaling", "action", "." ]
[ "\"\"\"\n the collection of rules that provide the triggers and parameters for the scaling action. A maximum of 10 rules can be specified.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
fixed_date
Optional[pulumi.Input['TimeWindowArgs']]
def fixed_date(self) -> Optional[pulumi.Input['TimeWindowArgs']]: """ the specific date-time for the profile. This element is not used if the Recurrence element is used. """ return pulumi.get(self, "fixed_date")
the specific date-time for the profile. This element is not used if the Recurrence element is used.
the specific date-time for the profile. This element is not used if the Recurrence element is used.
[ "the", "specific", "date", "-", "time", "for", "the", "profile", ".", "This", "element", "is", "not", "used", "if", "the", "Recurrence", "element", "is", "used", "." ]
def fixed_date(self) -> Optional[pulumi.Input['TimeWindowArgs']]: return pulumi.get(self, "fixed_date")
[ "def", "fixed_date", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "'TimeWindowArgs'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"fixed_date\"", ")" ]
the specific date-time for the profile.
[ "the", "specific", "date", "-", "time", "for", "the", "profile", "." ]
[ "\"\"\"\n the specific date-time for the profile. This element is not used if the Recurrence element is used.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
alert_sensitivity
pulumi.Input[Union[str, 'DynamicThresholdSensitivity']]
def alert_sensitivity(self) -> pulumi.Input[Union[str, 'DynamicThresholdSensitivity']]: """ The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern. """ return pulumi.get(self, "alert_sensitivity")
The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.
The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.
[ "The", "extent", "of", "deviation", "required", "to", "trigger", "an", "alert", ".", "This", "will", "affect", "how", "tight", "the", "threshold", "is", "to", "the", "metric", "series", "pattern", "." ]
def alert_sensitivity(self) -> pulumi.Input[Union[str, 'DynamicThresholdSensitivity']]: return pulumi.get(self, "alert_sensitivity")
[ "def", "alert_sensitivity", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'DynamicThresholdSensitivity'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"alert_sensitivity\"", ")" ]
The extent of deviation required to trigger an alert.
[ "The", "extent", "of", "deviation", "required", "to", "trigger", "an", "alert", "." ]
[ "\"\"\"\n The extent of deviation required to trigger an alert. This will affect how tight the threshold is to the metric series pattern.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
criterion_type
pulumi.Input[str]
def criterion_type(self) -> pulumi.Input[str]: """ Specifies the type of threshold criteria Expected value is 'DynamicThresholdCriterion'. """ return pulumi.get(self, "criterion_type")
Specifies the type of threshold criteria Expected value is 'DynamicThresholdCriterion'.
Specifies the type of threshold criteria Expected value is 'DynamicThresholdCriterion'.
[ "Specifies", "the", "type", "of", "threshold", "criteria", "Expected", "value", "is", "'", "DynamicThresholdCriterion", "'", "." ]
def criterion_type(self) -> pulumi.Input[str]: return pulumi.get(self, "criterion_type")
[ "def", "criterion_type", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"criterion_type\"", ")" ]
Specifies the type of threshold criteria Expected value is 'DynamicThresholdCriterion'.
[ "Specifies", "the", "type", "of", "threshold", "criteria", "Expected", "value", "is", "'", "DynamicThresholdCriterion", "'", "." ]
[ "\"\"\"\n Specifies the type of threshold criteria\n Expected value is 'DynamicThresholdCriterion'.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
failing_periods
pulumi.Input['DynamicThresholdFailingPeriodsArgs']
def failing_periods(self) -> pulumi.Input['DynamicThresholdFailingPeriodsArgs']: """ The minimum number of violations required within the selected lookback time window required to raise an alert. """ return pulumi.get(self, "failing_periods")
The minimum number of violations required within the selected lookback time window required to raise an alert.
The minimum number of violations required within the selected lookback time window required to raise an alert.
[ "The", "minimum", "number", "of", "violations", "required", "within", "the", "selected", "lookback", "time", "window", "required", "to", "raise", "an", "alert", "." ]
def failing_periods(self) -> pulumi.Input['DynamicThresholdFailingPeriodsArgs']: return pulumi.get(self, "failing_periods")
[ "def", "failing_periods", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'DynamicThresholdFailingPeriodsArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"failing_periods\"", ")" ]
The minimum number of violations required within the selected lookback time window required to raise an alert.
[ "The", "minimum", "number", "of", "violations", "required", "within", "the", "selected", "lookback", "time", "window", "required", "to", "raise", "an", "alert", "." ]
[ "\"\"\"\n The minimum number of violations required within the selected lookback time window required to raise an alert.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
operator
pulumi.Input[Union[str, 'DynamicThresholdOperator']]
def operator(self) -> pulumi.Input[Union[str, 'DynamicThresholdOperator']]: """ The operator used to compare the metric value against the threshold. """ return pulumi.get(self, "operator")
The operator used to compare the metric value against the threshold.
The operator used to compare the metric value against the threshold.
[ "The", "operator", "used", "to", "compare", "the", "metric", "value", "against", "the", "threshold", "." ]
def operator(self) -> pulumi.Input[Union[str, 'DynamicThresholdOperator']]: return pulumi.get(self, "operator")
[ "def", "operator", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'DynamicThresholdOperator'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"operator\"", ")" ]
The operator used to compare the metric value against the threshold.
[ "The", "operator", "used", "to", "compare", "the", "metric", "value", "against", "the", "threshold", "." ]
[ "\"\"\"\n The operator used to compare the metric value against the threshold.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
time_aggregation
pulumi.Input[Union[str, 'AggregationTypeEnum']]
def time_aggregation(self) -> pulumi.Input[Union[str, 'AggregationTypeEnum']]: """ the criteria time aggregation types. """ return pulumi.get(self, "time_aggregation")
the criteria time aggregation types.
the criteria time aggregation types.
[ "the", "criteria", "time", "aggregation", "types", "." ]
def time_aggregation(self) -> pulumi.Input[Union[str, 'AggregationTypeEnum']]: return pulumi.get(self, "time_aggregation")
[ "def", "time_aggregation", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Union", "[", "str", ",", "'AggregationTypeEnum'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_aggregation\"", ")" ]
the criteria time aggregation types.
[ "the", "criteria", "time", "aggregation", "types", "." ]
[ "\"\"\"\n the criteria time aggregation types.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
skip_metric_validation
Optional[pulumi.Input[bool]]
def skip_metric_validation(self) -> Optional[pulumi.Input[bool]]: """ Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped. """ return pulumi.get(self, "skip_metric_validation")
Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.
Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.
[ "Allows", "creating", "an", "alert", "rule", "on", "a", "custom", "metric", "that", "isn", "'", "t", "yet", "emitted", "by", "causing", "the", "metric", "validation", "to", "be", "skipped", "." ]
def skip_metric_validation(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "skip_metric_validation")
[ "def", "skip_metric_validation", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"skip_metric_validation\"", ")" ]
Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.
[ "Allows", "creating", "an", "alert", "rule", "on", "a", "custom", "metric", "that", "isn", "'", "t", "yet", "emitted", "by", "causing", "the", "metric", "validation", "to", "be", "skipped", "." ]
[ "\"\"\"\n Allows creating an alert rule on a custom metric that isn't yet emitted, by causing the metric validation to be skipped.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
min_failing_periods_to_alert
pulumi.Input[float]
def min_failing_periods_to_alert(self) -> pulumi.Input[float]: """ The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods. """ return pulumi.get(self, "min_failing_periods_to_alert")
The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.
The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.
[ "The", "number", "of", "violations", "to", "trigger", "an", "alert", ".", "Should", "be", "smaller", "or", "equal", "to", "numberOfEvaluationPeriods", "." ]
def min_failing_periods_to_alert(self) -> pulumi.Input[float]: return pulumi.get(self, "min_failing_periods_to_alert")
[ "def", "min_failing_periods_to_alert", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"min_failing_periods_to_alert\"", ")" ]
The number of violations to trigger an alert.
[ "The", "number", "of", "violations", "to", "trigger", "an", "alert", "." ]
[ "\"\"\"\n The number of violations to trigger an alert. Should be smaller or equal to numberOfEvaluationPeriods.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
number_of_evaluation_periods
pulumi.Input[float]
def number_of_evaluation_periods(self) -> pulumi.Input[float]: """ The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points. """ return pulumi.get(self, "number_of_evalu...
The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points.
The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points.
[ "The", "number", "of", "aggregated", "lookback", "points", ".", "The", "lookback", "time", "window", "is", "calculated", "based", "on", "the", "aggregation", "granularity", "(", "windowSize", ")", "and", "the", "selected", "number", "of", "aggregated", "points",...
def number_of_evaluation_periods(self) -> pulumi.Input[float]: return pulumi.get(self, "number_of_evaluation_periods")
[ "def", "number_of_evaluation_periods", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"number_of_evaluation_periods\"", ")" ]
The number of aggregated lookback points.
[ "The", "number", "of", "aggregated", "lookback", "points", "." ]
[ "\"\"\"\n The number of aggregated lookback points. The lookback time window is calculated based on the aggregation granularity (windowSize) and the selected number of aggregated points.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
custom_emails
Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]
def custom_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored. """ return pulumi.get(self, "custom_emails")
the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.
[ "the", "custom", "e", "-", "mails", "list", ".", "This", "value", "can", "be", "null", "or", "empty", "in", "which", "case", "this", "attribute", "will", "be", "ignored", "." ]
def custom_emails(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: return pulumi.get(self, "custom_emails")
[ "def", "custom_emails", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "str", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_emails\"", ")" ]
the custom e-mails list.
[ "the", "custom", "e", "-", "mails", "list", "." ]
[ "\"\"\"\n the custom e-mails list. This value can be null or empty, in which case this attribute will be ignored.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
send_to_subscription_administrator
Optional[pulumi.Input[bool]]
def send_to_subscription_administrator(self) -> Optional[pulumi.Input[bool]]: """ a value indicating whether to send email to subscription administrator. """ return pulumi.get(self, "send_to_subscription_administrator")
a value indicating whether to send email to subscription administrator.
a value indicating whether to send email to subscription administrator.
[ "a", "value", "indicating", "whether", "to", "send", "email", "to", "subscription", "administrator", "." ]
def send_to_subscription_administrator(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "send_to_subscription_administrator")
[ "def", "send_to_subscription_administrator", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"send_to_subscription_administrator\"", ")" ]
a value indicating whether to send email to subscription administrator.
[ "a", "value", "indicating", "whether", "to", "send", "email", "to", "subscription", "administrator", "." ]
[ "\"\"\"\n a value indicating whether to send email to subscription administrator.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
send_to_subscription_co_administrators
Optional[pulumi.Input[bool]]
def send_to_subscription_co_administrators(self) -> Optional[pulumi.Input[bool]]: """ a value indicating whether to send email to subscription co-administrators. """ return pulumi.get(self, "send_to_subscription_co_administrators")
a value indicating whether to send email to subscription co-administrators.
a value indicating whether to send email to subscription co-administrators.
[ "a", "value", "indicating", "whether", "to", "send", "email", "to", "subscription", "co", "-", "administrators", "." ]
def send_to_subscription_co_administrators(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "send_to_subscription_co_administrators")
[ "def", "send_to_subscription_co_administrators", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"send_to_subscription_co_administrators\"", ")" ]
a value indicating whether to send email to subscription co-administrators.
[ "a", "value", "indicating", "whether", "to", "send", "email", "to", "subscription", "co", "-", "administrators", "." ]
[ "\"\"\"\n a value indicating whether to send email to subscription co-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": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
failed_location_count
pulumi.Input[int]
def failed_location_count(self) -> pulumi.Input[int]: """ the number of locations that must fail to activate the alert. """ return pulumi.get(self, "failed_location_count")
the number of locations that must fail to activate the alert.
the number of locations that must fail to activate the alert.
[ "the", "number", "of", "locations", "that", "must", "fail", "to", "activate", "the", "alert", "." ]
def failed_location_count(self) -> pulumi.Input[int]: return pulumi.get(self, "failed_location_count")
[ "def", "failed_location_count", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"failed_location_count\"", ")" ]
the number of locations that must fail to activate the alert.
[ "the", "number", "of", "locations", "that", "must", "fail", "to", "activate", "the", "alert", "." ]
[ "\"\"\"\n the number of locations that must fail to activate the alert.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
odata_type
pulumi.Input[str]
def odata_type(self) -> pulumi.Input[str]: """ specifies the type of condition. This can be one of three types: ManagementEventRuleCondition (occurrences of management events), LocationThresholdRuleCondition (based on the number of failures of a web test), and ThresholdRuleCondition (based on the thresh...
specifies the type of condition. This can be one of three types: ManagementEventRuleCondition (occurrences of management events), LocationThresholdRuleCondition (based on the number of failures of a web test), and ThresholdRuleCondition (based on the threshold of a metric). Expected value is 'Microsoft...
specifies the type of condition. This can be one of three types: ManagementEventRuleCondition (occurrences of management events), LocationThresholdRuleCondition (based on the number of failures of a web test), and ThresholdRuleCondition (based on the threshold of a metric).
[ "specifies", "the", "type", "of", "condition", ".", "This", "can", "be", "one", "of", "three", "types", ":", "ManagementEventRuleCondition", "(", "occurrences", "of", "management", "events", ")", "LocationThresholdRuleCondition", "(", "based", "on", "the", "number...
def odata_type(self) -> pulumi.Input[str]: return pulumi.get(self, "odata_type")
[ "def", "odata_type", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"odata_type\"", ")" ]
specifies the type of condition.
[ "specifies", "the", "type", "of", "condition", "." ]
[ "\"\"\"\n specifies the type of condition. This can be one of three types: ManagementEventRuleCondition (occurrences of management events), LocationThresholdRuleCondition (based on the number of failures of a web test), and ThresholdRuleCondition (based on the threshold of a metric).\n Expected value ...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
data_source
Optional[pulumi.Input[Union['RuleManagementEventDataSourceArgs', 'RuleMetricDataSourceArgs']]]
def data_source(self) -> Optional[pulumi.Input[Union['RuleManagementEventDataSourceArgs', 'RuleMetricDataSourceArgs']]]: """ the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource. """ return pulumi.get(self, "data_source"...
the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource.
the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource.
[ "the", "resource", "from", "which", "the", "rule", "collects", "its", "data", ".", "For", "this", "type", "dataSource", "will", "always", "be", "of", "type", "RuleMetricDataSource", "." ]
def data_source(self) -> Optional[pulumi.Input[Union['RuleManagementEventDataSourceArgs', 'RuleMetricDataSourceArgs']]]: return pulumi.get(self, "data_source")
[ "def", "data_source", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Union", "[", "'RuleManagementEventDataSourceArgs'", ",", "'RuleMetricDataSourceArgs'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"data_so...
the resource from which the rule collects its data.
[ "the", "resource", "from", "which", "the", "rule", "collects", "its", "data", "." ]
[ "\"\"\"\n the resource from which the rule collects its data. For this type dataSource will always be of type RuleMetricDataSource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
all_of
Optional[pulumi.Input[Sequence[pulumi.Input[Union['DynamicMetricCriteriaArgs', 'MetricCriteriaArgs']]]]]
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['DynamicMetricCriteriaArgs', 'MetricCriteriaArgs']]]]]: """ the list of multiple metric criteria for this 'all of' operation. """ return pulumi.get(self, "all_of")
the list of multiple metric criteria for this 'all of' operation.
the list of multiple metric criteria for this 'all of' operation.
[ "the", "list", "of", "multiple", "metric", "criteria", "for", "this", "'", "all", "of", "'", "operation", "." ]
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['DynamicMetricCriteriaArgs', 'MetricCriteriaArgs']]]]]: return pulumi.get(self, "all_of")
[ "def", "all_of", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "Union", "[", "'DynamicMetricCriteriaArgs'", ",", "'MetricCriteriaArgs'", "]", "]", "]", "]", "]", ":", "return", "pulumi",...
the list of multiple metric criteria for this 'all of' operation.
[ "the", "list", "of", "multiple", "metric", "criteria", "for", "this", "'", "all", "of", "'", "operation", "." ]
[ "\"\"\"\n the list of multiple metric criteria for this 'all of' 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": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
all_of
Optional[pulumi.Input[Sequence[pulumi.Input['MetricCriteriaArgs']]]]
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricCriteriaArgs']]]]: """ The list of metric criteria for this 'all of' operation. """ return pulumi.get(self, "all_of")
The list of metric criteria for this 'all of' operation.
The list of metric criteria for this 'all of' operation.
[ "The", "list", "of", "metric", "criteria", "for", "this", "'", "all", "of", "'", "operation", "." ]
def all_of(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetricCriteriaArgs']]]]: return pulumi.get(self, "all_of")
[ "def", "all_of", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "'MetricCriteriaArgs'", "]", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"all_of\"", ")" ]
The list of metric criteria for this 'all of' operation.
[ "The", "list", "of", "metric", "criteria", "for", "this", "'", "all", "of", "'", "operation", "." ]
[ "\"\"\"\n The list of metric criteria for this 'all of' 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": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
time_grain
Optional[pulumi.Input[str]]
def time_grain(self) -> Optional[pulumi.Input[str]]: """ the timegrain of the metric in ISO8601 format. """ return pulumi.get(self, "time_grain")
the timegrain of the metric in ISO8601 format.
the timegrain of the metric in ISO8601 format.
[ "the", "timegrain", "of", "the", "metric", "in", "ISO8601", "format", "." ]
def time_grain(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "time_grain")
[ "def", "time_grain", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_grain\"", ")" ]
the timegrain of the metric in ISO8601 format.
[ "the", "timegrain", "of", "the", "metric", "in", "ISO8601", "format", "." ]
[ "\"\"\"\n the timegrain of the metric in ISO8601 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": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
metric_resource_uri
pulumi.Input[str]
def metric_resource_uri(self) -> pulumi.Input[str]: """ the resource identifier of the resource the rule monitors. """ return pulumi.get(self, "metric_resource_uri")
the resource identifier of the resource the rule monitors.
the resource identifier of the resource the rule monitors.
[ "the", "resource", "identifier", "of", "the", "resource", "the", "rule", "monitors", "." ]
def metric_resource_uri(self) -> pulumi.Input[str]: return pulumi.get(self, "metric_resource_uri")
[ "def", "metric_resource_uri", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"metric_resource_uri\"", ")" ]
the resource identifier of the resource the rule monitors.
[ "the", "resource", "identifier", "of", "the", "resource", "the", "rule", "monitors", "." ]
[ "\"\"\"\n the resource identifier of the resource the rule monitors.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
operator
pulumi.Input['ComparisonOperationType']
def operator(self) -> pulumi.Input['ComparisonOperationType']: """ the operator that is used to compare the metric data and the threshold. """ return pulumi.get(self, "operator")
the operator that is used to compare the metric data and the threshold.
the operator that is used to compare the metric data and the threshold.
[ "the", "operator", "that", "is", "used", "to", "compare", "the", "metric", "data", "and", "the", "threshold", "." ]
def operator(self) -> pulumi.Input['ComparisonOperationType']: return pulumi.get(self, "operator")
[ "def", "operator", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'ComparisonOperationType'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"operator\"", ")" ]
the operator that is used to compare the metric data and the threshold.
[ "the", "operator", "that", "is", "used", "to", "compare", "the", "metric", "data", "and", "the", "threshold", "." ]
[ "\"\"\"\n the operator that is used to compare the metric data and the threshold.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
statistic
pulumi.Input['MetricStatisticType']
def statistic(self) -> pulumi.Input['MetricStatisticType']: """ the metric statistic type. How the metrics from multiple instances are combined. """ return pulumi.get(self, "statistic")
the metric statistic type. How the metrics from multiple instances are combined.
the metric statistic type. How the metrics from multiple instances are combined.
[ "the", "metric", "statistic", "type", ".", "How", "the", "metrics", "from", "multiple", "instances", "are", "combined", "." ]
def statistic(self) -> pulumi.Input['MetricStatisticType']: return pulumi.get(self, "statistic")
[ "def", "statistic", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'MetricStatisticType'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"statistic\"", ")" ]
the metric statistic type.
[ "the", "metric", "statistic", "type", "." ]
[ "\"\"\"\n the metric statistic type. How the metrics from multiple instances are combined.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
time_aggregation
pulumi.Input['TimeAggregationType']
def time_aggregation(self) -> pulumi.Input['TimeAggregationType']: """ time aggregation type. How the data that is collected should be combined over time. The default value is Average. """ return pulumi.get(self, "time_aggregation")
time aggregation type. How the data that is collected should be combined over time. The default value is Average.
time aggregation type. How the data that is collected should be combined over time. The default value is Average.
[ "time", "aggregation", "type", ".", "How", "the", "data", "that", "is", "collected", "should", "be", "combined", "over", "time", ".", "The", "default", "value", "is", "Average", "." ]
def time_aggregation(self) -> pulumi.Input['TimeAggregationType']: return pulumi.get(self, "time_aggregation")
[ "def", "time_aggregation", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'TimeAggregationType'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_aggregation\"", ")" ]
time aggregation type.
[ "time", "aggregation", "type", "." ]
[ "\"\"\"\n time aggregation type. How the data that is collected should be combined over time. The default value is Average.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
time_grain
pulumi.Input[str]
def time_grain(self) -> pulumi.Input[str]: """ the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute. """ return pulumi.get(self, "time_grain")
the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.
[ "the", "granularity", "of", "metrics", "the", "rule", "monitors", ".", "Must", "be", "one", "of", "the", "predefined", "values", "returned", "from", "metric", "definitions", "for", "the", "metric", ".", "Must", "be", "between", "12", "hours", "and", "1", "...
def time_grain(self) -> pulumi.Input[str]: return pulumi.get(self, "time_grain")
[ "def", "time_grain", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_grain\"", ")" ]
the granularity of metrics the rule monitors.
[ "the", "granularity", "of", "metrics", "the", "rule", "monitors", "." ]
[ "\"\"\"\n the granularity of metrics the rule monitors. Must be one of the predefined values returned from metric definitions for the metric. Must be between 12 hours and 1 minute.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
time_window
pulumi.Input[str]
def time_window(self) -> pulumi.Input[str]: """ the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes. """ return pulumi.get(self, "time_windo...
the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.
[ "the", "range", "of", "time", "in", "which", "instance", "data", "is", "collected", ".", "This", "value", "must", "be", "greater", "than", "the", "delay", "in", "metric", "collection", "which", "can", "vary", "from", "resource", "-", "to", "-", "resource",...
def time_window(self) -> pulumi.Input[str]: return pulumi.get(self, "time_window")
[ "def", "time_window", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"time_window\"", ")" ]
the range of time in which instance data is collected.
[ "the", "range", "of", "time", "in", "which", "instance", "data", "is", "collected", "." ]
[ "\"\"\"\n the range of time in which instance data is collected. This value must be greater than the delay in metric collection, which can vary from resource-to-resource. Must be between 12 hours and 5 minutes.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
frequency
pulumi.Input['RecurrenceFrequency']
def frequency(self) -> pulumi.Input['RecurrenceFrequency']: """ the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The...
the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly. ...
the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated weekly.
[ "the", "recurrence", "frequency", ".", "How", "often", "the", "schedule", "profile", "should", "take", "effect", ".", "This", "value", "must", "be", "Week", "meaning", "each", "week", "will", "have", "the", "same", "set", "of", "profiles", ".", "For", "exa...
def frequency(self) -> pulumi.Input['RecurrenceFrequency']: return pulumi.get(self, "frequency")
[ "def", "frequency", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'RecurrenceFrequency'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"frequency\"", ")" ]
the recurrence frequency.
[ "the", "recurrence", "frequency", "." ]
[ "\"\"\"\n the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set **schedule** to every day of the week. The frequency property specifies that the schedule is repeated...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
schedule
pulumi.Input['RecurrentScheduleArgs']
def schedule(self) -> pulumi.Input['RecurrentScheduleArgs']: """ the scheduling constraints for when the profile begins. """ return pulumi.get(self, "schedule")
the scheduling constraints for when the profile begins.
the scheduling constraints for when the profile begins.
[ "the", "scheduling", "constraints", "for", "when", "the", "profile", "begins", "." ]
def schedule(self) -> pulumi.Input['RecurrentScheduleArgs']: return pulumi.get(self, "schedule")
[ "def", "schedule", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'RecurrentScheduleArgs'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"schedule\"", ")" ]
the scheduling constraints for when the profile begins.
[ "the", "scheduling", "constraints", "for", "when", "the", "profile", "begins", "." ]
[ "\"\"\"\n the scheduling constraints for when the profile begins.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
hours
pulumi.Input[Sequence[pulumi.Input[int]]]
def hours(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]: """ A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported). """ return pulumi.get(self, "hours")
A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).
[ "A", "collection", "of", "hours", "that", "the", "profile", "takes", "effect", "on", ".", "Values", "supported", "are", "0", "to", "23", "on", "the", "24", "-", "hour", "clock", "(", "AM", "/", "PM", "times", "are", "not", "supported", ")", "." ]
def hours(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]: return pulumi.get(self, "hours")
[ "def", "hours", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "int", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hours\"", ")" ]
A collection of hours that the profile takes effect on.
[ "A", "collection", "of", "hours", "that", "the", "profile", "takes", "effect", "on", "." ]
[ "\"\"\"\n A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
minutes
pulumi.Input[Sequence[pulumi.Input[int]]]
def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]: """ A collection of minutes at which the profile takes effect at. """ return pulumi.get(self, "minutes")
A collection of minutes at which the profile takes effect at.
A collection of minutes at which the profile takes effect at.
[ "A", "collection", "of", "minutes", "at", "which", "the", "profile", "takes", "effect", "at", "." ]
def minutes(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]: return pulumi.get(self, "minutes")
[ "def", "minutes", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "Sequence", "[", "pulumi", ".", "Input", "[", "int", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"minutes\"", ")" ]
A collection of minutes at which the profile takes effect at.
[ "A", "collection", "of", "minutes", "at", "which", "the", "profile", "takes", "effect", "at", "." ]
[ "\"\"\"\n A collection of minutes at which the profile takes effect at.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
send_to_service_owners
Optional[pulumi.Input[bool]]
def send_to_service_owners(self) -> Optional[pulumi.Input[bool]]: """ Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated. """ return pulumi.get(self, "send_to_service_owners")
Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.
Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.
[ "Whether", "the", "administrators", "(", "service", "and", "co", "-", "administrators", ")", "of", "the", "service", "should", "be", "notified", "when", "the", "alert", "is", "activated", "." ]
def send_to_service_owners(self) -> Optional[pulumi.Input[bool]]: return pulumi.get(self, "send_to_service_owners")
[ "def", "send_to_service_owners", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"send_to_service_owners\"", ")" ]
Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.
[ "Whether", "the", "administrators", "(", "service", "and", "co", "-", "administrators", ")", "of", "the", "service", "should", "be", "notified", "when", "the", "alert", "is", "activated", "." ]
[ "\"\"\"\n Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
legacy_resource_id
Optional[pulumi.Input[str]]
def legacy_resource_id(self) -> Optional[pulumi.Input[str]]: """ the legacy resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule. """ return pulumi.get(self, "legacy_resource_id")
the legacy resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule.
the legacy resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule.
[ "the", "legacy", "resource", "identifier", "of", "the", "resource", "the", "rule", "monitors", ".", "**", "NOTE", "**", ":", "this", "property", "cannot", "be", "updated", "for", "an", "existing", "rule", "." ]
def legacy_resource_id(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "legacy_resource_id")
[ "def", "legacy_resource_id", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"legacy_resource_id\"", ")" ]
the legacy resource identifier of the resource the rule monitors.
[ "the", "legacy", "resource", "identifier", "of", "the", "resource", "the", "rule", "monitors", "." ]
[ "\"\"\"\n the legacy resource identifier of the resource the rule monitors. **NOTE**: this property cannot be updated for an existing rule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
resource_location
Optional[pulumi.Input[str]]
def resource_location(self) -> Optional[pulumi.Input[str]]: """ the location of the resource. """ return pulumi.get(self, "resource_location")
the location of the resource.
the location of the resource.
[ "the", "location", "of", "the", "resource", "." ]
def resource_location(self) -> Optional[pulumi.Input[str]]: return pulumi.get(self, "resource_location")
[ "def", "resource_location", "(", "self", ")", "->", "Optional", "[", "pulumi", ".", "Input", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_location\"", ")" ]
the location of the resource.
[ "the", "location", "of", "the", "resource", "." ]
[ "\"\"\"\n the location of the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
cooldown
pulumi.Input[str]
def cooldown(self) -> pulumi.Input[str]: """ the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format. """ return pulumi.get(self, "cooldown")
the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute in ISO 8601 format.
[ "the", "amount", "of", "time", "to", "wait", "since", "the", "last", "scaling", "action", "before", "this", "action", "occurs", ".", "It", "must", "be", "between", "1", "week", "and", "1", "minute", "in", "ISO", "8601", "format", "." ]
def cooldown(self) -> pulumi.Input[str]: return pulumi.get(self, "cooldown")
[ "def", "cooldown", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cooldown\"", ")" ]
the amount of time to wait since the last scaling action before this action occurs.
[ "the", "amount", "of", "time", "to", "wait", "since", "the", "last", "scaling", "action", "before", "this", "action", "occurs", "." ]
[ "\"\"\"\n the amount of time to wait since the last scaling action before this action occurs. It must be between 1 week and 1 minute 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": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
direction
pulumi.Input['ScaleDirection']
def direction(self) -> pulumi.Input['ScaleDirection']: """ the scale direction. Whether the scaling action increases or decreases the number of instances. """ return pulumi.get(self, "direction")
the scale direction. Whether the scaling action increases or decreases the number of instances.
the scale direction. Whether the scaling action increases or decreases the number of instances.
[ "the", "scale", "direction", ".", "Whether", "the", "scaling", "action", "increases", "or", "decreases", "the", "number", "of", "instances", "." ]
def direction(self) -> pulumi.Input['ScaleDirection']: return pulumi.get(self, "direction")
[ "def", "direction", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'ScaleDirection'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"direction\"", ")" ]
the scale direction.
[ "the", "scale", "direction", "." ]
[ "\"\"\"\n the scale direction. Whether the scaling action increases or decreases the number of instances.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
type
pulumi.Input['ScaleType']
def type(self) -> pulumi.Input['ScaleType']: """ the type of action that should occur when the scale rule fires. """ return pulumi.get(self, "type")
the type of action that should occur when the scale rule fires.
the type of action that should occur when the scale rule fires.
[ "the", "type", "of", "action", "that", "should", "occur", "when", "the", "scale", "rule", "fires", "." ]
def type(self) -> pulumi.Input['ScaleType']: return pulumi.get(self, "type")
[ "def", "type", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "'ScaleType'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"type\"", ")" ]
the type of action that should occur when the scale rule fires.
[ "the", "type", "of", "action", "that", "should", "occur", "when", "the", "scale", "rule", "fires", "." ]
[ "\"\"\"\n the type of action that should occur when the scale rule fires.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b3f7f90735625c31546025a450118de07a360bfd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/insights/_inputs.py
[ "Apache-2.0" ]
Python
default
pulumi.Input[str]
def default(self) -> pulumi.Input[str]: """ the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default. """ return pulumi.get(self, "default")
the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
[ "the", "number", "of", "instances", "that", "will", "be", "set", "if", "metrics", "are", "not", "available", "for", "evaluation", ".", "The", "default", "is", "only", "used", "if", "the", "current", "instance", "count", "is", "lower", "than", "the", "defau...
def default(self) -> pulumi.Input[str]: return pulumi.get(self, "default")
[ "def", "default", "(", "self", ")", "->", "pulumi", ".", "Input", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default\"", ")" ]
the number of instances that will be set if metrics are not available for evaluation.
[ "the", "number", "of", "instances", "that", "will", "be", "set", "if", "metrics", "are", "not", "available", "for", "evaluation", "." ]
[ "\"\"\"\n the number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }