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
1f76ccb2cfdfd6e2caf96edae7d874ac92fc9d3c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databricks/v20180401/v_net_peering.py
[ "Apache-2.0" ]
Python
databricks_virtual_network
pulumi.Output[Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork']]
def databricks_virtual_network(self) -> pulumi.Output[Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork']]: """ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/c...
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
The remote virtual network should be in the same region. See here to learn more .
[ "The", "remote", "virtual", "network", "should", "be", "in", "the", "same", "region", ".", "See", "here", "to", "learn", "more", "." ]
def databricks_virtual_network(self) -> pulumi.Output[Optional['outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork']]: return pulumi.get(self, "databricks_virtual_network")
[ "def", "databricks_virtual_network", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.VirtualNetworkPeeringPropertiesFormatResponseDatabricksVirtualNetwork'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"databricks_...
The remote virtual network should be in the same region.
[ "The", "remote", "virtual", "network", "should", "be", "in", "the", "same", "region", "." ]
[ "\"\"\"\n The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f76ccb2cfdfd6e2caf96edae7d874ac92fc9d3c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databricks/v20180401/v_net_peering.py
[ "Apache-2.0" ]
Python
peering_state
pulumi.Output[str]
def peering_state(self) -> pulumi.Output[str]: """ The status of the virtual network peering. """ return pulumi.get(self, "peering_state")
The status of the virtual network peering.
The status of the virtual network peering.
[ "The", "status", "of", "the", "virtual", "network", "peering", "." ]
def peering_state(self) -> pulumi.Output[str]: return pulumi.get(self, "peering_state")
[ "def", "peering_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peering_state\"", ")" ]
The status of the virtual network peering.
[ "The", "status", "of", "the", "virtual", "network", "peering", "." ]
[ "\"\"\"\n The status of the virtual network peering.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f76ccb2cfdfd6e2caf96edae7d874ac92fc9d3c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databricks/v20180401/v_net_peering.py
[ "Apache-2.0" ]
Python
remote_virtual_network
pulumi.Output['outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork']
def remote_virtual_network(self) -> pulumi.Output['outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork']: """ The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configuration...
The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).
The remote virtual network should be in the same region. See here to learn more .
[ "The", "remote", "virtual", "network", "should", "be", "in", "the", "same", "region", ".", "See", "here", "to", "learn", "more", "." ]
def remote_virtual_network(self) -> pulumi.Output['outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork']: return pulumi.get(self, "remote_virtual_network")
[ "def", "remote_virtual_network", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.VirtualNetworkPeeringPropertiesFormatResponseRemoteVirtualNetwork'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"remote_virtual_network\"", ")" ]
The remote virtual network should be in the same region.
[ "The", "remote", "virtual", "network", "should", "be", "in", "the", "same", "region", "." ]
[ "\"\"\"\n The remote virtual network should be in the same region. See here to learn more (https://docs.microsoft.com/en-us/azure/databricks/administration-guide/cloud-configurations/azure/vnet-peering).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
private_endpoint_status
str
def private_endpoint_status(self) -> str: """ The Approval status for the connection to the Private Link """ return pulumi.get(self, "private_endpoint_status")
The Approval status for the connection to the Private Link
The Approval status for the connection to the Private Link
[ "The", "Approval", "status", "for", "the", "connection", "to", "the", "Private", "Link" ]
def private_endpoint_status(self) -> str: return pulumi.get(self, "private_endpoint_status")
[ "def", "private_endpoint_status", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_endpoint_status\"", ")" ]
The Approval status for the connection to the Private Link
[ "The", "Approval", "status", "for", "the", "connection", "to", "the", "Private", "Link" ]
[ "\"\"\"\n The Approval status for the connection to the Private Link\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
target_resource
Optional['outputs.SubResourceResponse']
def target_resource(self) -> Optional['outputs.SubResourceResponse']: """ A reference to an azure resource from where the dns resource value is taken. """ return pulumi.get(self, "target_resource")
A reference to an azure resource from where the dns resource value is taken.
A reference to an azure resource from where the dns resource value is taken.
[ "A", "reference", "to", "an", "azure", "resource", "from", "where", "the", "dns", "resource", "value", "is", "taken", "." ]
def target_resource(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "target_resource")
[ "def", "target_resource", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_resource\"", ")" ]
A reference to an azure resource from where the dns resource value is taken.
[ "A", "reference", "to", "an", "azure", "resource", "from", "where", "the", "dns", "resource", "value", "is", "taken", "." ]
[ "\"\"\"\n A reference to an azure resource from where the dns resource value is taken.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
first
Optional[str]
def first(self) -> Optional[str]: """ First address in the subnet. """ return pulumi.get(self, "first")
First address in the subnet.
First address in the subnet.
[ "First", "address", "in", "the", "subnet", "." ]
def first(self) -> Optional[str]: return pulumi.get(self, "first")
[ "def", "first", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"first\"", ")" ]
First address in the subnet.
[ "First", "address", "in", "the", "subnet", "." ]
[ "\"\"\"\n First address in the subnet.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
last
Optional[str]
def last(self) -> Optional[str]: """ Last address in the subnet. """ return pulumi.get(self, "last")
Last address in the subnet.
Last address in the subnet.
[ "Last", "address", "in", "the", "subnet", "." ]
def last(self) -> Optional[str]: return pulumi.get(self, "last")
[ "def", "last", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last\"", ")" ]
Last address in the subnet.
[ "Last", "address", "in", "the", "subnet", "." ]
[ "\"\"\"\n Last address in the subnet.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
endpoint_location
Optional[str]
def endpoint_location(self) -> Optional[str]: """ Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method. """ return pulumi.get(self, "endpoint_location")
Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method.
Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method.
[ "Specifies", "the", "location", "of", "the", "external", "or", "nested", "endpoints", "when", "using", "the", "'", "Performance", "'", "traffic", "routing", "method", "." ]
def endpoint_location(self) -> Optional[str]: return pulumi.get(self, "endpoint_location")
[ "def", "endpoint_location", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"endpoint_location\"", ")" ]
Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method.
[ "Specifies", "the", "location", "of", "the", "external", "or", "nested", "endpoints", "when", "using", "the", "'", "Performance", "'", "traffic", "routing", "method", "." ]
[ "\"\"\"\n Specifies the location of the external or nested endpoints when using the 'Performance' traffic routing method.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
geo_mapping
Optional[Sequence[str]]
def geo_mapping(self) -> Optional[Sequence[str]]: """ The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values. """ return pulumi.get(self, "geo_map...
The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values.
The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values.
[ "The", "list", "of", "countries", "/", "regions", "mapped", "to", "this", "endpoint", "when", "using", "the", "'", "Geographic", "'", "traffic", "routing", "method", ".", "Please", "consult", "Traffic", "Manager", "Geographic", "documentation", "for", "a", "fu...
def geo_mapping(self) -> Optional[Sequence[str]]: return pulumi.get(self, "geo_mapping")
[ "def", "geo_mapping", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"geo_mapping\"", ")" ]
The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method.
[ "The", "list", "of", "countries", "/", "regions", "mapped", "to", "this", "endpoint", "when", "using", "the", "'", "Geographic", "'", "traffic", "routing", "method", "." ]
[ "\"\"\"\n The list of countries/regions mapped to this endpoint when using the 'Geographic' traffic routing method. Please consult Traffic Manager Geographic documentation for a full list of accepted values.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
subnets
Optional[Sequence['outputs.EndpointPropertiesResponseSubnets']]
def subnets(self) -> Optional[Sequence['outputs.EndpointPropertiesResponseSubnets']]: """ The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints. """ ...
The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.
The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.
[ "The", "list", "of", "subnets", "IP", "addresses", "and", "/", "or", "address", "ranges", "mapped", "to", "this", "endpoint", "when", "using", "the", "'", "Subnet", "'", "traffic", "routing", "method", ".", "An", "empty", "list", "will", "match", "all", ...
def subnets(self) -> Optional[Sequence['outputs.EndpointPropertiesResponseSubnets']]: return pulumi.get(self, "subnets")
[ "def", "subnets", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.EndpointPropertiesResponseSubnets'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnets\"", ")" ]
The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method.
[ "The", "list", "of", "subnets", "IP", "addresses", "and", "/", "or", "address", "ranges", "mapped", "to", "this", "endpoint", "when", "using", "the", "'", "Subnet", "'", "traffic", "routing", "method", "." ]
[ "\"\"\"\n The list of subnets, IP addresses, and/or address ranges mapped to this endpoint when using the 'Subnet' traffic routing method. An empty list will match all ranges not covered by other endpoints.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
header_action_type
str
def header_action_type(self) -> str: """ Which type of manipulation to apply to the header. """ return pulumi.get(self, "header_action_type")
Which type of manipulation to apply to the header.
Which type of manipulation to apply to the header.
[ "Which", "type", "of", "manipulation", "to", "apply", "to", "the", "header", "." ]
def header_action_type(self) -> str: return pulumi.get(self, "header_action_type")
[ "def", "header_action_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"header_action_type\"", ")" ]
Which type of manipulation to apply to the header.
[ "Which", "type", "of", "manipulation", "to", "apply", "to", "the", "header", "." ]
[ "\"\"\"\n Which type of manipulation to apply to the header.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
expected_status_code_ranges
Optional[Sequence['outputs.MonitorConfigResponseExpectedStatusCodeRanges']]
def expected_status_code_ranges(self) -> Optional[Sequence['outputs.MonitorConfigResponseExpectedStatusCodeRanges']]: """ List of expected status code ranges. """ return pulumi.get(self, "expected_status_code_ranges")
List of expected status code ranges.
List of expected status code ranges.
[ "List", "of", "expected", "status", "code", "ranges", "." ]
def expected_status_code_ranges(self) -> Optional[Sequence['outputs.MonitorConfigResponseExpectedStatusCodeRanges']]: return pulumi.get(self, "expected_status_code_ranges")
[ "def", "expected_status_code_ranges", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.MonitorConfigResponseExpectedStatusCodeRanges'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"expected_status_code_ranges\"", ")" ]
List of expected status code ranges.
[ "List", "of", "expected", "status", "code", "ranges", "." ]
[ "\"\"\"\n List of expected status code ranges.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
rules_engine
Optional['outputs.SubResourceResponse']
def rules_engine(self) -> Optional['outputs.SubResourceResponse']: """ A reference to a specific Rules Engine Configuration to apply to this route. """ return pulumi.get(self, "rules_engine")
A reference to a specific Rules Engine Configuration to apply to this route.
A reference to a specific Rules Engine Configuration to apply to this route.
[ "A", "reference", "to", "a", "specific", "Rules", "Engine", "Configuration", "to", "apply", "to", "this", "route", "." ]
def rules_engine(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "rules_engine")
[ "def", "rules_engine", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules_engine\"", ")" ]
A reference to a specific Rules Engine Configuration to apply to this route.
[ "A", "reference", "to", "a", "specific", "Rules", "Engine", "Configuration", "to", "apply", "to", "this", "route", "." ]
[ "\"\"\"\n A reference to a specific Rules Engine Configuration to apply to this route.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
web_application_firewall_policy_link
Optional['outputs.RoutingRuleUpdateParametersResponseWebApplicationFirewallPolicyLink']
def web_application_firewall_policy_link(self) -> Optional['outputs.RoutingRuleUpdateParametersResponseWebApplicationFirewallPolicyLink']: """ Defines the Web Application Firewall policy for each routing rule (if applicable) """ return pulumi.get(self, "web_application_firewall_policy_li...
Defines the Web Application Firewall policy for each routing rule (if applicable)
Defines the Web Application Firewall policy for each routing rule (if applicable)
[ "Defines", "the", "Web", "Application", "Firewall", "policy", "for", "each", "routing", "rule", "(", "if", "applicable", ")" ]
def web_application_firewall_policy_link(self) -> Optional['outputs.RoutingRuleUpdateParametersResponseWebApplicationFirewallPolicyLink']: return pulumi.get(self, "web_application_firewall_policy_link")
[ "def", "web_application_firewall_policy_link", "(", "self", ")", "->", "Optional", "[", "'outputs.RoutingRuleUpdateParametersResponseWebApplicationFirewallPolicyLink'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"web_application_firewall_policy_link\"", ")" ]
Defines the Web Application Firewall policy for each routing rule (if applicable)
[ "Defines", "the", "Web", "Application", "Firewall", "policy", "for", "each", "routing", "rule", "(", "if", "applicable", ")" ]
[ "\"\"\"\n Defines the Web Application Firewall policy for each routing rule (if applicable)\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
request_header_actions
Optional[Sequence['outputs.HeaderActionResponse']]
def request_header_actions(self) -> Optional[Sequence['outputs.HeaderActionResponse']]: """ A list of header actions to apply from the request from AFD to the origin. """ return pulumi.get(self, "request_header_actions")
A list of header actions to apply from the request from AFD to the origin.
A list of header actions to apply from the request from AFD to the origin.
[ "A", "list", "of", "header", "actions", "to", "apply", "from", "the", "request", "from", "AFD", "to", "the", "origin", "." ]
def request_header_actions(self) -> Optional[Sequence['outputs.HeaderActionResponse']]: return pulumi.get(self, "request_header_actions")
[ "def", "request_header_actions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.HeaderActionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"request_header_actions\"", ")" ]
A list of header actions to apply from the request from AFD to the origin.
[ "A", "list", "of", "header", "actions", "to", "apply", "from", "the", "request", "from", "AFD", "to", "the", "origin", "." ]
[ "\"\"\"\n A list of header actions to apply from the request from AFD to the 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": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
response_header_actions
Optional[Sequence['outputs.HeaderActionResponse']]
def response_header_actions(self) -> Optional[Sequence['outputs.HeaderActionResponse']]: """ A list of header actions to apply from the response from AFD to the client. """ return pulumi.get(self, "response_header_actions")
A list of header actions to apply from the response from AFD to the client.
A list of header actions to apply from the response from AFD to the client.
[ "A", "list", "of", "header", "actions", "to", "apply", "from", "the", "response", "from", "AFD", "to", "the", "client", "." ]
def response_header_actions(self) -> Optional[Sequence['outputs.HeaderActionResponse']]: return pulumi.get(self, "response_header_actions")
[ "def", "response_header_actions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.HeaderActionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"response_header_actions\"", ")" ]
A list of header actions to apply from the response from AFD to the client.
[ "A", "list", "of", "header", "actions", "to", "apply", "from", "the", "response", "from", "AFD", "to", "the", "client", "." ]
[ "\"\"\"\n A list of header actions to apply from the response from AFD to the client.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
rules_engine_match_value
Sequence[str]
def rules_engine_match_value(self) -> Sequence[str]: """ Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match. """ return pulumi.get(self, "rule...
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.
[ "Match", "values", "to", "match", "against", ".", "The", "operator", "will", "apply", "to", "each", "value", "in", "here", "with", "OR", "semantics", ".", "If", "any", "of", "them", "match", "the", "variable", "with", "the", "given", "operator", "this", ...
def rules_engine_match_value(self) -> Sequence[str]: return pulumi.get(self, "rules_engine_match_value")
[ "def", "rules_engine_match_value", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules_engine_match_value\"", ")" ]
Match values to match against.
[ "Match", "values", "to", "match", "against", "." ]
[ "\"\"\"\n Match values to match against. The operator will apply to each value in here with OR semantics. If any of them match the variable with the given operator this match condition is considered a match.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
rules_engine_operator
str
def rules_engine_operator(self) -> str: """ Describes operator to apply to the match condition. """ return pulumi.get(self, "rules_engine_operator")
Describes operator to apply to the match condition.
Describes operator to apply to the match condition.
[ "Describes", "operator", "to", "apply", "to", "the", "match", "condition", "." ]
def rules_engine_operator(self) -> str: return pulumi.get(self, "rules_engine_operator")
[ "def", "rules_engine_operator", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules_engine_operator\"", ")" ]
Describes operator to apply to the match condition.
[ "Describes", "operator", "to", "apply", "to", "the", "match", "condition", "." ]
[ "\"\"\"\n Describes operator to apply to the match condition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
rules
Optional[Sequence['outputs.RulesEngineRuleResponse']]
def rules(self) -> Optional[Sequence['outputs.RulesEngineRuleResponse']]: """ A list of rules that define a particular Rules Engine Configuration. """ return pulumi.get(self, "rules")
A list of rules that define a particular Rules Engine Configuration.
A list of rules that define a particular Rules Engine Configuration.
[ "A", "list", "of", "rules", "that", "define", "a", "particular", "Rules", "Engine", "Configuration", "." ]
def rules(self) -> Optional[Sequence['outputs.RulesEngineRuleResponse']]: return pulumi.get(self, "rules")
[ "def", "rules", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.RulesEngineRuleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules\"", ")" ]
A list of rules that define a particular Rules Engine Configuration.
[ "A", "list", "of", "rules", "that", "define", "a", "particular", "Rules", "Engine", "Configuration", "." ]
[ "\"\"\"\n A list of rules that define a particular Rules Engine 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": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
action
'outputs.RulesEngineActionResponse'
def action(self) -> 'outputs.RulesEngineActionResponse': """ Actions to perform on the request and response if all of the match conditions are met. """ return pulumi.get(self, "action")
Actions to perform on the request and response if all of the match conditions are met.
Actions to perform on the request and response if all of the match conditions are met.
[ "Actions", "to", "perform", "on", "the", "request", "and", "response", "if", "all", "of", "the", "match", "conditions", "are", "met", "." ]
def action(self) -> 'outputs.RulesEngineActionResponse': return pulumi.get(self, "action")
[ "def", "action", "(", "self", ")", "->", "'outputs.RulesEngineActionResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"action\"", ")" ]
Actions to perform on the request and response if all of the match conditions are met.
[ "Actions", "to", "perform", "on", "the", "request", "and", "response", "if", "all", "of", "the", "match", "conditions", "are", "met", "." ]
[ "\"\"\"\n Actions to perform on the request and response if all of the match conditions are met.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
match_conditions
Optional[Sequence['outputs.RulesEngineMatchConditionResponse']]
def match_conditions(self) -> Optional[Sequence['outputs.RulesEngineMatchConditionResponse']]: """ A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run. """ return pulumi.get(self, "match_cond...
A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.
A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.
[ "A", "list", "of", "match", "conditions", "that", "must", "meet", "in", "order", "for", "the", "actions", "of", "this", "rule", "to", "run", ".", "Having", "no", "match", "conditions", "means", "the", "actions", "will", "always", "run", "." ]
def match_conditions(self) -> Optional[Sequence['outputs.RulesEngineMatchConditionResponse']]: return pulumi.get(self, "match_conditions")
[ "def", "match_conditions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.RulesEngineMatchConditionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"match_conditions\"", ")" ]
A list of match conditions that must meet in order for the actions of this rule to run.
[ "A", "list", "of", "match", "conditions", "that", "must", "meet", "in", "order", "for", "the", "actions", "of", "this", "rule", "to", "run", "." ]
[ "\"\"\"\n A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f9b89a664663637066b04aee24629d9655ac0cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/outputs.py
[ "Apache-2.0" ]
Python
address_space
Optional[str]
def address_space(self) -> Optional[str]: """ Address space for Vpn NatRule mapping. """ return pulumi.get(self, "address_space")
Address space for Vpn NatRule mapping.
Address space for Vpn NatRule mapping.
[ "Address", "space", "for", "Vpn", "NatRule", "mapping", "." ]
def address_space(self) -> Optional[str]: return pulumi.get(self, "address_space")
[ "def", "address_space", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"address_space\"", ")" ]
Address space for Vpn NatRule mapping.
[ "Address", "space", "for", "Vpn", "NatRule", "mapping", "." ]
[ "\"\"\"\n Address space for Vpn NatRule 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": [] }
1fa336a41997a896a5e26db2acf3e12602c76b92
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/securityinsights/latest/get_bookmark.py
[ "Apache-2.0" ]
Python
query_end_time
Optional[str]
def query_end_time(self) -> Optional[str]: """ The end time for the query """ return pulumi.get(self, "query_end_time")
The end time for the query
The end time for the query
[ "The", "end", "time", "for", "the", "query" ]
def query_end_time(self) -> Optional[str]: return pulumi.get(self, "query_end_time")
[ "def", "query_end_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"query_end_time\"", ")" ]
The end time for the query
[ "The", "end", "time", "for", "the", "query" ]
[ "\"\"\"\n The end time for the query\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1fa336a41997a896a5e26db2acf3e12602c76b92
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/securityinsights/latest/get_bookmark.py
[ "Apache-2.0" ]
Python
query_start_time
Optional[str]
def query_start_time(self) -> Optional[str]: """ The start time for the query """ return pulumi.get(self, "query_start_time")
The start time for the query
The start time for the query
[ "The", "start", "time", "for", "the", "query" ]
def query_start_time(self) -> Optional[str]: return pulumi.get(self, "query_start_time")
[ "def", "query_start_time", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"query_start_time\"", ")" ]
The start time for the query
[ "The", "start", "time", "for", "the", "query" ]
[ "\"\"\"\n The start time for the query\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
0a0c9c75e213cda768f7357596a8114f42340669
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180201/profile.py
[ "Apache-2.0" ]
Python
dns_config
pulumi.Output[Optional['outputs.DnsConfigResponse']]
def dns_config(self) -> pulumi.Output[Optional['outputs.DnsConfigResponse']]: """ The DNS settings of the Traffic Manager profile. """ return pulumi.get(self, "dns_config")
The DNS settings of the Traffic Manager profile.
The DNS settings of the Traffic Manager profile.
[ "The", "DNS", "settings", "of", "the", "Traffic", "Manager", "profile", "." ]
def dns_config(self) -> pulumi.Output[Optional['outputs.DnsConfigResponse']]: return pulumi.get(self, "dns_config")
[ "def", "dns_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.DnsConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dns_config\"", ")" ]
The DNS settings of the Traffic Manager profile.
[ "The", "DNS", "settings", "of", "the", "Traffic", "Manager", "profile", "." ]
[ "\"\"\"\n The DNS settings of the Traffic Manager 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": [] }
0a0c9c75e213cda768f7357596a8114f42340669
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180201/profile.py
[ "Apache-2.0" ]
Python
endpoints
pulumi.Output[Optional[Sequence['outputs.EndpointResponse']]]
def endpoints(self) -> pulumi.Output[Optional[Sequence['outputs.EndpointResponse']]]: """ The list of endpoints in the Traffic Manager profile. """ return pulumi.get(self, "endpoints")
The list of endpoints in the Traffic Manager profile.
The list of endpoints in the Traffic Manager profile.
[ "The", "list", "of", "endpoints", "in", "the", "Traffic", "Manager", "profile", "." ]
def endpoints(self) -> pulumi.Output[Optional[Sequence['outputs.EndpointResponse']]]: return pulumi.get(self, "endpoints")
[ "def", "endpoints", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.EndpointResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"endpoints\"", ")" ]
The list of endpoints in the Traffic Manager profile.
[ "The", "list", "of", "endpoints", "in", "the", "Traffic", "Manager", "profile", "." ]
[ "\"\"\"\n The list of endpoints in the Traffic Manager 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": [] }
0a0c9c75e213cda768f7357596a8114f42340669
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180201/profile.py
[ "Apache-2.0" ]
Python
monitor_config
pulumi.Output[Optional['outputs.MonitorConfigResponse']]
def monitor_config(self) -> pulumi.Output[Optional['outputs.MonitorConfigResponse']]: """ The endpoint monitoring settings of the Traffic Manager profile. """ return pulumi.get(self, "monitor_config")
The endpoint monitoring settings of the Traffic Manager profile.
The endpoint monitoring settings of the Traffic Manager profile.
[ "The", "endpoint", "monitoring", "settings", "of", "the", "Traffic", "Manager", "profile", "." ]
def monitor_config(self) -> pulumi.Output[Optional['outputs.MonitorConfigResponse']]: return pulumi.get(self, "monitor_config")
[ "def", "monitor_config", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.MonitorConfigResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"monitor_config\"", ")" ]
The endpoint monitoring settings of the Traffic Manager profile.
[ "The", "endpoint", "monitoring", "settings", "of", "the", "Traffic", "Manager", "profile", "." ]
[ "\"\"\"\n The endpoint monitoring settings of the Traffic Manager 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": [] }
0a0c9c75e213cda768f7357596a8114f42340669
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180201/profile.py
[ "Apache-2.0" ]
Python
profile_status
pulumi.Output[Optional[str]]
def profile_status(self) -> pulumi.Output[Optional[str]]: """ The status of the Traffic Manager profile. """ return pulumi.get(self, "profile_status")
The status of the Traffic Manager profile.
The status of the Traffic Manager profile.
[ "The", "status", "of", "the", "Traffic", "Manager", "profile", "." ]
def profile_status(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "profile_status")
[ "def", "profile_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"profile_status\"", ")" ]
The status of the Traffic Manager profile.
[ "The", "status", "of", "the", "Traffic", "Manager", "profile", "." ]
[ "\"\"\"\n The status of the Traffic Manager 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": [] }
0a0c9c75e213cda768f7357596a8114f42340669
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180201/profile.py
[ "Apache-2.0" ]
Python
traffic_routing_method
pulumi.Output[Optional[str]]
def traffic_routing_method(self) -> pulumi.Output[Optional[str]]: """ The traffic routing method of the Traffic Manager profile. """ return pulumi.get(self, "traffic_routing_method")
The traffic routing method of the Traffic Manager profile.
The traffic routing method of the Traffic Manager profile.
[ "The", "traffic", "routing", "method", "of", "the", "Traffic", "Manager", "profile", "." ]
def traffic_routing_method(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "traffic_routing_method")
[ "def", "traffic_routing_method", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"traffic_routing_method\"", ")" ]
The traffic routing method of the Traffic Manager profile.
[ "The", "traffic", "routing", "method", "of", "the", "Traffic", "Manager", "profile", "." ]
[ "\"\"\"\n The traffic routing method of the Traffic Manager 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": [] }
0a0c9c75e213cda768f7357596a8114f42340669
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20180201/profile.py
[ "Apache-2.0" ]
Python
traffic_view_enrollment_status
pulumi.Output[Optional[str]]
def traffic_view_enrollment_status(self) -> pulumi.Output[Optional[str]]: """ Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. """ return pulu...
Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile.
Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile.
[ "Indicates", "whether", "Traffic", "View", "is", "'", "Enabled", "'", "or", "'", "Disabled", "'", "for", "the", "Traffic", "Manager", "profile", ".", "Null", "indicates", "'", "Disabled", "'", ".", "Enabling", "this", "feature", "will", "increase", "the", ...
def traffic_view_enrollment_status(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "traffic_view_enrollment_status")
[ "def", "traffic_view_enrollment_status", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"traffic_view_enrollment_status\"", ")" ]
Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile.
[ "Indicates", "whether", "Traffic", "View", "is", "'", "Enabled", "'", "or", "'", "Disabled", "'", "for", "the", "Traffic", "Manager", "profile", "." ]
[ "\"\"\"\n Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage 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": [] }
eff63c466c2f11dbcec22c9b5324162633d125f9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customproviders/get_custom_resource_provider.py
[ "Apache-2.0" ]
Python
actions
Optional[Sequence['outputs.CustomRPActionRouteDefinitionResponse']]
def actions(self) -> Optional[Sequence['outputs.CustomRPActionRouteDefinitionResponse']]: """ A list of actions that the custom resource provider implements. """ return pulumi.get(self, "actions")
A list of actions that the custom resource provider implements.
A list of actions that the custom resource provider implements.
[ "A", "list", "of", "actions", "that", "the", "custom", "resource", "provider", "implements", "." ]
def actions(self) -> Optional[Sequence['outputs.CustomRPActionRouteDefinitionResponse']]: return pulumi.get(self, "actions")
[ "def", "actions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.CustomRPActionRouteDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"actions\"", ")" ]
A list of actions that the custom resource provider implements.
[ "A", "list", "of", "actions", "that", "the", "custom", "resource", "provider", "implements", "." ]
[ "\"\"\"\n A list of actions that the custom resource provider implements.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
eff63c466c2f11dbcec22c9b5324162633d125f9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customproviders/get_custom_resource_provider.py
[ "Apache-2.0" ]
Python
resource_types
Optional[Sequence['outputs.CustomRPResourceTypeRouteDefinitionResponse']]
def resource_types(self) -> Optional[Sequence['outputs.CustomRPResourceTypeRouteDefinitionResponse']]: """ A list of resource types that the custom resource provider implements. """ return pulumi.get(self, "resource_types")
A list of resource types that the custom resource provider implements.
A list of resource types that the custom resource provider implements.
[ "A", "list", "of", "resource", "types", "that", "the", "custom", "resource", "provider", "implements", "." ]
def resource_types(self) -> Optional[Sequence['outputs.CustomRPResourceTypeRouteDefinitionResponse']]: return pulumi.get(self, "resource_types")
[ "def", "resource_types", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.CustomRPResourceTypeRouteDefinitionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"resource_types\"", ")" ]
A list of resource types that the custom resource provider implements.
[ "A", "list", "of", "resource", "types", "that", "the", "custom", "resource", "provider", "implements", "." ]
[ "\"\"\"\n A list of resource types that the custom resource provider implements.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
eff63c466c2f11dbcec22c9b5324162633d125f9
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customproviders/get_custom_resource_provider.py
[ "Apache-2.0" ]
Python
validations
Optional[Sequence['outputs.CustomRPValidationsResponse']]
def validations(self) -> Optional[Sequence['outputs.CustomRPValidationsResponse']]: """ A list of validations to run on the custom resource provider's requests. """ return pulumi.get(self, "validations")
A list of validations to run on the custom resource provider's requests.
A list of validations to run on the custom resource provider's requests.
[ "A", "list", "of", "validations", "to", "run", "on", "the", "custom", "resource", "provider", "'", "s", "requests", "." ]
def validations(self) -> Optional[Sequence['outputs.CustomRPValidationsResponse']]: return pulumi.get(self, "validations")
[ "def", "validations", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.CustomRPValidationsResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"validations\"", ")" ]
A list of validations to run on the custom resource provider's requests.
[ "A", "list", "of", "validations", "to", "run", "on", "the", "custom", "resource", "provider", "'", "s", "requests", "." ]
[ "\"\"\"\n A list of validations to run on the custom resource provider's requests.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
53efb9bb5aab046a7e2de59ff07059cb053895ad
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/quantum/v20191104preview/workspace.py
[ "Apache-2.0" ]
Python
providers
pulumi.Output[Optional[Sequence['outputs.ProviderResponse']]]
def providers(self) -> pulumi.Output[Optional[Sequence['outputs.ProviderResponse']]]: """ List of Providers selected for this Workspace """ return pulumi.get(self, "providers")
List of Providers selected for this Workspace
List of Providers selected for this Workspace
[ "List", "of", "Providers", "selected", "for", "this", "Workspace" ]
def providers(self) -> pulumi.Output[Optional[Sequence['outputs.ProviderResponse']]]: return pulumi.get(self, "providers")
[ "def", "providers", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ProviderResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"providers\"", ")" ]
List of Providers selected for this Workspace
[ "List", "of", "Providers", "selected", "for", "this", "Workspace" ]
[ "\"\"\"\n List of Providers selected for this Workspace\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
53efb9bb5aab046a7e2de59ff07059cb053895ad
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/quantum/v20191104preview/workspace.py
[ "Apache-2.0" ]
Python
usable
pulumi.Output[str]
def usable(self) -> pulumi.Output[str]: """ Whether the current workspace is ready to accept Jobs. """ return pulumi.get(self, "usable")
Whether the current workspace is ready to accept Jobs.
Whether the current workspace is ready to accept Jobs.
[ "Whether", "the", "current", "workspace", "is", "ready", "to", "accept", "Jobs", "." ]
def usable(self) -> pulumi.Output[str]: return pulumi.get(self, "usable")
[ "def", "usable", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"usable\"", ")" ]
Whether the current workspace is ready to accept Jobs.
[ "Whether", "the", "current", "workspace", "is", "ready", "to", "accept", "Jobs", "." ]
[ "\"\"\"\n Whether the current workspace is ready to accept Jobs.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
53fdaeef8629d0a1cb7aaf1e9a45f208b6edd15e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/machinelearning/get_web_service.py
[ "Apache-2.0" ]
Python
properties
'outputs.WebServicePropertiesForGraphResponse'
def properties(self) -> 'outputs.WebServicePropertiesForGraphResponse': """ Contains the property payload that describes the web service. """ return pulumi.get(self, "properties")
Contains the property payload that describes the web service.
Contains the property payload that describes the web service.
[ "Contains", "the", "property", "payload", "that", "describes", "the", "web", "service", "." ]
def properties(self) -> 'outputs.WebServicePropertiesForGraphResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.WebServicePropertiesForGraphResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Contains the property payload that describes the web service.
[ "Contains", "the", "property", "payload", "that", "describes", "the", "web", "service", "." ]
[ "\"\"\"\n Contains the property payload that describes the web service.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cfcb825b2b3acf3dbe94dfbc82700ac053446a9f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/logic/latest/integration_service_environment.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.IntegrationServiceEnvironmentPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.IntegrationServiceEnvironmentPropertiesResponse']: """ The integration service environment properties. """ return pulumi.get(self, "properties")
The integration service environment properties.
The integration service environment properties.
[ "The", "integration", "service", "environment", "properties", "." ]
def properties(self) -> pulumi.Output['outputs.IntegrationServiceEnvironmentPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.IntegrationServiceEnvironmentPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
The integration service environment properties.
[ "The", "integration", "service", "environment", "properties", "." ]
[ "\"\"\"\n The integration service environment properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cfe9a9222ca75cb3bdfcfecd852320582ddc292e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/timeseriesinsights/get_access_policy.py
[ "Apache-2.0" ]
Python
principal_object_id
Optional[str]
def principal_object_id(self) -> Optional[str]: """ The objectId of the principal in Azure Active Directory. """ return pulumi.get(self, "principal_object_id")
The objectId of the principal in Azure Active Directory.
The objectId of the principal in Azure Active Directory.
[ "The", "objectId", "of", "the", "principal", "in", "Azure", "Active", "Directory", "." ]
def principal_object_id(self) -> Optional[str]: return pulumi.get(self, "principal_object_id")
[ "def", "principal_object_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"principal_object_id\"", ")" ]
The objectId of the principal in Azure Active Directory.
[ "The", "objectId", "of", "the", "principal", "in", "Azure", "Active", "Directory", "." ]
[ "\"\"\"\n The objectId of the principal in Azure Active Directory.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cffd5a3bda49aefcc7debe2256a6dff545b50466
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/outputs.py
[ "Apache-2.0" ]
Python
enable_advanced_filtering_on_arrays
Optional[bool]
def enable_advanced_filtering_on_arrays(self) -> Optional[bool]: """ Allows advanced filters to be evaluated against an array of values instead of expecting a singular value. """ return pulumi.get(self, "enable_advanced_filtering_on_arrays")
Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
[ "Allows", "advanced", "filters", "to", "be", "evaluated", "against", "an", "array", "of", "values", "instead", "of", "expecting", "a", "singular", "value", "." ]
def enable_advanced_filtering_on_arrays(self) -> Optional[bool]: return pulumi.get(self, "enable_advanced_filtering_on_arrays")
[ "def", "enable_advanced_filtering_on_arrays", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_advanced_filtering_on_arrays\"", ")" ]
Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
[ "Allows", "advanced", "filters", "to", "be", "evaluated", "against", "an", "array", "of", "values", "instead", "of", "expecting", "a", "singular", "value", "." ]
[ "\"\"\"\n Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cffd5a3bda49aefcc7debe2256a6dff545b50466
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/outputs.py
[ "Apache-2.0" ]
Python
values
Optional[Sequence[Sequence[float]]]
def values(self) -> Optional[Sequence[Sequence[float]]]: """ The set of filter values. """ return pulumi.get(self, "values")
The set of filter values.
The set of filter values.
[ "The", "set", "of", "filter", "values", "." ]
def values(self) -> Optional[Sequence[Sequence[float]]]: return pulumi.get(self, "values")
[ "def", "values", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "Sequence", "[", "float", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"values\"", ")" ]
The set of filter values.
[ "The", "set", "of", "filter", "values", "." ]
[ "\"\"\"\n The set of filter values.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
cffd5a3bda49aefcc7debe2256a6dff545b50466
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/outputs.py
[ "Apache-2.0" ]
Python
queue_message_time_to_live_in_seconds
Optional[float]
def queue_message_time_to_live_in_seconds(self) -> Optional[float]: """ Storage queue message time to live in seconds. """ return pulumi.get(self, "queue_message_time_to_live_in_seconds")
Storage queue message time to live in seconds.
Storage queue message time to live in seconds.
[ "Storage", "queue", "message", "time", "to", "live", "in", "seconds", "." ]
def queue_message_time_to_live_in_seconds(self) -> Optional[float]: return pulumi.get(self, "queue_message_time_to_live_in_seconds")
[ "def", "queue_message_time_to_live_in_seconds", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"queue_message_time_to_live_in_seconds\"", ")" ]
Storage queue message time to live in seconds.
[ "Storage", "queue", "message", "time", "to", "live", "in", "seconds", "." ]
[ "\"\"\"\n Storage queue message time to live in seconds.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
52daf3f8f1a9eef31f4338cccb967d8b73338fc6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/latest/list_notification_hub_keys.py
[ "Apache-2.0" ]
Python
list_notification_hub_keys
AwaitableListNotificationHubKeysResult
def list_notification_hub_keys(authorization_rule_name: Optional[str] = None, namespace_name: Optional[str] = None, notification_hub_name: Optional[str] = None, resource_group_name: Optional[str] = None, ...
Namespace/NotificationHub Connection String Latest API Version: 2017-04-01. :param str authorization_rule_name: The connection string of the NotificationHub for the specified authorizationRule. :param str namespace_name: The namespace name. :param str notification_hub_name: The notification hub n...
Namespace/NotificationHub Connection String Latest API Version: 2017-04-01.
[ "Namespace", "/", "NotificationHub", "Connection", "String", "Latest", "API", "Version", ":", "2017", "-", "04", "-", "01", "." ]
def list_notification_hub_keys(authorization_rule_name: Optional[str] = None, namespace_name: Optional[str] = None, notification_hub_name: Optional[str] = None, resource_group_name: Optional[str] = None, ...
[ "def", "list_notification_hub_keys", "(", "authorization_rule_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "namespace_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "notification_hub_name", ":", "Optional", "[", "str", "]", "=", "None...
Namespace/NotificationHub Connection String Latest API Version: 2017-04-01.
[ "Namespace", "/", "NotificationHub", "Connection", "String", "Latest", "API", "Version", ":", "2017", "-", "04", "-", "01", "." ]
[ "\"\"\"\n Namespace/NotificationHub Connection String\n Latest API Version: 2017-04-01.\n\n\n :param str authorization_rule_name: The connection string of the NotificationHub for the specified authorizationRule.\n :param str namespace_name: The namespace name.\n :param str notification_hub_name: The ...
[ { "param": "authorization_rule_name", "type": "Optional[str]" }, { "param": "namespace_name", "type": "Optional[str]" }, { "param": "notification_hub_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", ...
{ "returns": [], "raises": [], "params": [ { "identifier": "authorization_rule_name", "type": "Optional[str]", "docstring": "The connection string of the NotificationHub for the specified authorizationRule.", "docstring_tokens": [ "The", "connection", "string", ...
7a604c31b382aac11b63045a52d6dcaa7b8f8d19
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/avs/v20200717preview/list_private_cloud_admin_credentials.py
[ "Apache-2.0" ]
Python
list_private_cloud_admin_credentials
AwaitableListPrivateCloudAdminCredentialsResult
def list_private_cloud_admin_credentials(private_cloud_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPrivateCloudAdminCredentialsResult: """ Adm...
Administrative credentials for accessing vCenter and NSX-T :param str private_cloud_name: Name of the private cloud :param str resource_group_name: The name of the resource group. The name is case insensitive.
Administrative credentials for accessing vCenter and NSX-T
[ "Administrative", "credentials", "for", "accessing", "vCenter", "and", "NSX", "-", "T" ]
def list_private_cloud_admin_credentials(private_cloud_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPrivateCloudAdminCredentialsResult: __args__ = ...
[ "def", "list_private_cloud_admin_credentials", "(", "private_cloud_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions",...
Administrative credentials for accessing vCenter and NSX-T
[ "Administrative", "credentials", "for", "accessing", "vCenter", "and", "NSX", "-", "T" ]
[ "\"\"\"\n Administrative credentials for accessing vCenter and NSX-T\n\n\n :param str private_cloud_name: Name of the private cloud\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n \"\"\"" ]
[ { "param": "private_cloud_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "private_cloud_name", "type": "Optional[str]", "docstring": "Name of the private cloud", "docstring_tokens": [ "Name", "of", "the", "private", "cloud" ], "default": null, ...
7a7262e3e637c8d7cbe089273dd8b7c367811de6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20180907preview/get_database.py
[ "Apache-2.0" ]
Python
hot_cache_period_in_days
Optional[int]
def hot_cache_period_in_days(self) -> Optional[int]: """ The number of days of data that should be kept in cache for fast queries. """ return pulumi.get(self, "hot_cache_period_in_days")
The number of days of data that should be kept in cache for fast queries.
The number of days of data that should be kept in cache for fast queries.
[ "The", "number", "of", "days", "of", "data", "that", "should", "be", "kept", "in", "cache", "for", "fast", "queries", "." ]
def hot_cache_period_in_days(self) -> Optional[int]: return pulumi.get(self, "hot_cache_period_in_days")
[ "def", "hot_cache_period_in_days", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hot_cache_period_in_days\"", ")" ]
The number of days of data that should be kept in cache for fast queries.
[ "The", "number", "of", "days", "of", "data", "that", "should", "be", "kept", "in", "cache", "for", "fast", "queries", "." ]
[ "\"\"\"\n The number of days of data that should be kept in cache for fast queries.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7a7262e3e637c8d7cbe089273dd8b7c367811de6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20180907preview/get_database.py
[ "Apache-2.0" ]
Python
soft_delete_period_in_days
int
def soft_delete_period_in_days(self) -> int: """ The number of days data should be kept before it stops being accessible to queries. """ return pulumi.get(self, "soft_delete_period_in_days")
The number of days data should be kept before it stops being accessible to queries.
The number of days data should be kept before it stops being accessible to queries.
[ "The", "number", "of", "days", "data", "should", "be", "kept", "before", "it", "stops", "being", "accessible", "to", "queries", "." ]
def soft_delete_period_in_days(self) -> int: return pulumi.get(self, "soft_delete_period_in_days")
[ "def", "soft_delete_period_in_days", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"soft_delete_period_in_days\"", ")" ]
The number of days data should be kept before it stops being accessible to queries.
[ "The", "number", "of", "days", "data", "should", "be", "kept", "before", "it", "stops", "being", "accessible", "to", "queries", "." ]
[ "\"\"\"\n The number of days data should be kept before it stops being accessible to queries.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ba2c23d7b8ca2ed1500b3d0f9a326e14cbcb3188
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/latest/get_watcher.py
[ "Apache-2.0" ]
Python
execution_frequency_in_seconds
Optional[float]
def execution_frequency_in_seconds(self) -> Optional[float]: """ Gets or sets the frequency at which the watcher is invoked. """ return pulumi.get(self, "execution_frequency_in_seconds")
Gets or sets the frequency at which the watcher is invoked.
Gets or sets the frequency at which the watcher is invoked.
[ "Gets", "or", "sets", "the", "frequency", "at", "which", "the", "watcher", "is", "invoked", "." ]
def execution_frequency_in_seconds(self) -> Optional[float]: return pulumi.get(self, "execution_frequency_in_seconds")
[ "def", "execution_frequency_in_seconds", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"execution_frequency_in_seconds\"", ")" ]
Gets or sets the frequency at which the watcher is invoked.
[ "Gets", "or", "sets", "the", "frequency", "at", "which", "the", "watcher", "is", "invoked", "." ]
[ "\"\"\"\n Gets or sets the frequency at which the watcher is invoked.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ba2c23d7b8ca2ed1500b3d0f9a326e14cbcb3188
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/latest/get_watcher.py
[ "Apache-2.0" ]
Python
script_name
Optional[str]
def script_name(self) -> Optional[str]: """ Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook. """ return pulumi.get(self, "script_name")
Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook.
Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook.
[ "Gets", "or", "sets", "the", "name", "of", "the", "script", "the", "watcher", "is", "attached", "to", "i", ".", "e", ".", "the", "name", "of", "an", "existing", "runbook", "." ]
def script_name(self) -> Optional[str]: return pulumi.get(self, "script_name")
[ "def", "script_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"script_name\"", ")" ]
Gets or sets the name of the script the watcher is attached to, i.e.
[ "Gets", "or", "sets", "the", "name", "of", "the", "script", "the", "watcher", "is", "attached", "to", "i", ".", "e", "." ]
[ "\"\"\"\n Gets or sets the name of the script the watcher is attached to, i.e. the name of an existing runbook.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ba2c23d7b8ca2ed1500b3d0f9a326e14cbcb3188
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/automation/latest/get_watcher.py
[ "Apache-2.0" ]
Python
script_parameters
Optional[Mapping[str, str]]
def script_parameters(self) -> Optional[Mapping[str, str]]: """ Gets or sets the parameters of the script. """ return pulumi.get(self, "script_parameters")
Gets or sets the parameters of the script.
Gets or sets the parameters of the script.
[ "Gets", "or", "sets", "the", "parameters", "of", "the", "script", "." ]
def script_parameters(self) -> Optional[Mapping[str, str]]: return pulumi.get(self, "script_parameters")
[ "def", "script_parameters", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"script_parameters\"", ")" ]
Gets or sets the parameters of the script.
[ "Gets", "or", "sets", "the", "parameters", "of", "the", "script", "." ]
[ "\"\"\"\n Gets or sets the parameters of the script.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ba3d6fc39d738a692e907447be45ca87635f43e4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devices/v20181201preview/list_iot_hub_resource_keys_for_key_name.py
[ "Apache-2.0" ]
Python
list_iot_hub_resource_keys_for_key_name
AwaitableListIotHubResourceKeysForKeyNameResult
def list_iot_hub_resource_keys_for_key_name(key_name: Optional[str] = None, resource_group_name: Optional[str] = None, resource_name: Optional[str] = None, opts: Optional[pulumi.InvokeOpti...
The properties of an IoT hub shared access policy. :param str key_name: The name of the shared access policy. :param str resource_group_name: The name of the resource group that contains the IoT hub. :param str resource_name: The name of the IoT hub.
The properties of an IoT hub shared access policy.
[ "The", "properties", "of", "an", "IoT", "hub", "shared", "access", "policy", "." ]
def list_iot_hub_resource_keys_for_key_name(key_name: Optional[str] = None, resource_group_name: Optional[str] = None, resource_name: Optional[str] = None, opts: Optional[pulumi.InvokeOpti...
[ "def", "list_iot_hub_resource_keys_for_key_name", "(", "key_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_name", ":", "Optional", "[", "str", "]", "=", "None", ...
The properties of an IoT hub shared access policy.
[ "The", "properties", "of", "an", "IoT", "hub", "shared", "access", "policy", "." ]
[ "\"\"\"\n The properties of an IoT hub shared access policy.\n\n\n :param str key_name: The name of the shared access policy.\n :param str resource_group_name: The name of the resource group that contains the IoT hub.\n :param str resource_name: The name of the IoT hub.\n \"\"\"" ]
[ { "param": "key_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "resource_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "key_name", "type": "Optional[str]", "docstring": "The name of the shared access policy.", "docstring_tokens": [ "The", "name", "of", "the", "shared", "access", "policy", ...
b2eb57c46b0c9d41cc2b68be4d3433c1e8ae9c2d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/peering/v20200101preview/registered_asn.py
[ "Apache-2.0" ]
Python
asn
pulumi.Output[Optional[int]]
def asn(self) -> pulumi.Output[Optional[int]]: """ The customer's ASN from which traffic originates. """ return pulumi.get(self, "asn")
The customer's ASN from which traffic originates.
The customer's ASN from which traffic originates.
[ "The", "customer", "'", "s", "ASN", "from", "which", "traffic", "originates", "." ]
def asn(self) -> pulumi.Output[Optional[int]]: return pulumi.get(self, "asn")
[ "def", "asn", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "int", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"asn\"", ")" ]
The customer's ASN from which traffic originates.
[ "The", "customer", "'", "s", "ASN", "from", "which", "traffic", "originates", "." ]
[ "\"\"\"\n The customer's ASN from which traffic originates.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
b2f7b4ca589c7a5518c201e9d398faeac92807c0
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200401/route_filter.py
[ "Apache-2.0" ]
Python
ipv6_peerings
pulumi.Output[Sequence['outputs.ExpressRouteCircuitPeeringResponse']]
def ipv6_peerings(self) -> pulumi.Output[Sequence['outputs.ExpressRouteCircuitPeeringResponse']]: """ A collection of references to express route circuit ipv6 peerings. """ return pulumi.get(self, "ipv6_peerings")
A collection of references to express route circuit ipv6 peerings.
A collection of references to express route circuit ipv6 peerings.
[ "A", "collection", "of", "references", "to", "express", "route", "circuit", "ipv6", "peerings", "." ]
def ipv6_peerings(self) -> pulumi.Output[Sequence['outputs.ExpressRouteCircuitPeeringResponse']]: return pulumi.get(self, "ipv6_peerings")
[ "def", "ipv6_peerings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ExpressRouteCircuitPeeringResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ipv6_peerings\"", ")" ]
A collection of references to express route circuit ipv6 peerings.
[ "A", "collection", "of", "references", "to", "express", "route", "circuit", "ipv6", "peerings", "." ]
[ "\"\"\"\n A collection of references to express route circuit ipv6 peerings.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
c813e51037d859db1f55f0654ce69fd242b6c84e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/cdn/v20161002/get_profile_supported_optimization_types.py
[ "Apache-2.0" ]
Python
supported_optimization_types
Optional[Sequence[str]]
def supported_optimization_types(self) -> Optional[Sequence[str]]: """ Supported optimization types for a profile. """ return pulumi.get(self, "supported_optimization_types")
Supported optimization types for a profile.
Supported optimization types for a profile.
[ "Supported", "optimization", "types", "for", "a", "profile", "." ]
def supported_optimization_types(self) -> Optional[Sequence[str]]: return pulumi.get(self, "supported_optimization_types")
[ "def", "supported_optimization_types", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"supported_optimization_types\"", ")" ]
Supported optimization types for a profile.
[ "Supported", "optimization", "types", "for", "a", "profile", "." ]
[ "\"\"\"\n Supported optimization types for a 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": [] }
c82050dfa683fa4c0e5c3bf95707f11779638c4a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/list_cluster_remote_login_information.py
[ "Apache-2.0" ]
Python
value
Optional[Sequence['outputs.RemoteLoginInformationResponseResult']]
def value(self) -> Optional[Sequence['outputs.RemoteLoginInformationResponseResult']]: """ The collection of returned remote login details. """ return pulumi.get(self, "value")
The collection of returned remote login details.
The collection of returned remote login details.
[ "The", "collection", "of", "returned", "remote", "login", "details", "." ]
def value(self) -> Optional[Sequence['outputs.RemoteLoginInformationResponseResult']]: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.RemoteLoginInformationResponseResult'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
The collection of returned remote login details.
[ "The", "collection", "of", "returned", "remote", "login", "details", "." ]
[ "\"\"\"\n The collection of returned remote login details.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f00d517b54bc904c9fc3be7b99ede3738bc862d1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/virtual_hub_route_table_v2.py
[ "Apache-2.0" ]
Python
attached_connections
pulumi.Output[Optional[Sequence[str]]]
def attached_connections(self) -> pulumi.Output[Optional[Sequence[str]]]: """ List of all connections attached to this route table v2. """ return pulumi.get(self, "attached_connections")
List of all connections attached to this route table v2.
List of all connections attached to this route table v2.
[ "List", "of", "all", "connections", "attached", "to", "this", "route", "table", "v2", "." ]
def attached_connections(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "attached_connections")
[ "def", "attached_connections", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"attached_connections\"", ")" ]
List of all connections attached to this route table v2.
[ "List", "of", "all", "connections", "attached", "to", "this", "route", "table", "v2", "." ]
[ "\"\"\"\n List of all connections attached to this route table v2.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f013953213f9f8a975596a071b5ab23fd8c83429
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_schedule.py
[ "Apache-2.0" ]
Python
last_successful_run
str
def last_successful_run(self) -> str: """ The last successful backup run which was triggered for the schedule. """ return pulumi.get(self, "last_successful_run")
The last successful backup run which was triggered for the schedule.
The last successful backup run which was triggered for the schedule.
[ "The", "last", "successful", "backup", "run", "which", "was", "triggered", "for", "the", "schedule", "." ]
def last_successful_run(self) -> str: return pulumi.get(self, "last_successful_run")
[ "def", "last_successful_run", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_successful_run\"", ")" ]
The last successful backup run which was triggered for the schedule.
[ "The", "last", "successful", "backup", "run", "which", "was", "triggered", "for", "the", "schedule", "." ]
[ "\"\"\"\n The last successful backup run which was triggered for the schedule.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f013953213f9f8a975596a071b5ab23fd8c83429
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/latest/get_backup_schedule.py
[ "Apache-2.0" ]
Python
retention_count
float
def retention_count(self) -> float: """ The number of backups to be retained. """ return pulumi.get(self, "retention_count")
The number of backups to be retained.
The number of backups to be retained.
[ "The", "number", "of", "backups", "to", "be", "retained", "." ]
def retention_count(self) -> float: return pulumi.get(self, "retention_count")
[ "def", "retention_count", "(", "self", ")", "->", "float", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"retention_count\"", ")" ]
The number of backups to be retained.
[ "The", "number", "of", "backups", "to", "be", "retained", "." ]
[ "\"\"\"\n The number of backups to be retained.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f016e18926af7cb6765c07da00c887c78106b1eb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/documentdb/v20190801/list_database_account_connection_strings.py
[ "Apache-2.0" ]
Python
list_database_account_connection_strings
AwaitableListDatabaseAccountConnectionStringsResult
def list_database_account_connection_strings(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountConnectionStringsResult: "...
The connection strings for the given database account. :param str account_name: Cosmos DB database account name. :param str resource_group_name: Name of an Azure resource group.
The connection strings for the given database account.
[ "The", "connection", "strings", "for", "the", "given", "database", "account", "." ]
def list_database_account_connection_strings(account_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListDatabaseAccountConnectionStringsResult: _...
[ "def", "list_database_account_connection_strings", "(", "account_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", ...
The connection strings for the given database account.
[ "The", "connection", "strings", "for", "the", "given", "database", "account", "." ]
[ "\"\"\"\n The connection strings for the given database account.\n\n\n :param str account_name: Cosmos DB database account name.\n :param str resource_group_name: Name of an Azure resource group.\n \"\"\"" ]
[ { "param": "account_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "account_name", "type": "Optional[str]", "docstring": "Cosmos DB database account name.", "docstring_tokens": [ "Cosmos", "DB", "database", "account", "name", "." ], "...
f026a04880fd448a60eb3d8dc2d82e96718835ab
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200501/web_application_firewall_policy.py
[ "Apache-2.0" ]
Python
http_listeners
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def http_listeners(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ A collection of references to application gateway http listeners. """ return pulumi.get(self, "http_listeners")
A collection of references to application gateway http listeners.
A collection of references to application gateway http listeners.
[ "A", "collection", "of", "references", "to", "application", "gateway", "http", "listeners", "." ]
def http_listeners(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "http_listeners")
[ "def", "http_listeners", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"http_listeners\"", ")" ]
A collection of references to application gateway http listeners.
[ "A", "collection", "of", "references", "to", "application", "gateway", "http", "listeners", "." ]
[ "\"\"\"\n A collection of references to application gateway http listeners.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
f026a04880fd448a60eb3d8dc2d82e96718835ab
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200501/web_application_firewall_policy.py
[ "Apache-2.0" ]
Python
path_based_rules
pulumi.Output[Sequence['outputs.SubResourceResponse']]
def path_based_rules(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: """ A collection of references to application gateway path rules. """ return pulumi.get(self, "path_based_rules")
A collection of references to application gateway path rules.
A collection of references to application gateway path rules.
[ "A", "collection", "of", "references", "to", "application", "gateway", "path", "rules", "." ]
def path_based_rules(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]: return pulumi.get(self, "path_based_rules")
[ "def", "path_based_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SubResourceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"path_based_rules\"", ")" ]
A collection of references to application gateway path rules.
[ "A", "collection", "of", "references", "to", "application", "gateway", "path", "rules", "." ]
[ "\"\"\"\n A collection of references to application gateway path 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": [] }
e7291a7116b69a5969a0082653fa3830f9158197
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200501/front_door.py
[ "Apache-2.0" ]
Python
frontdoor_id
pulumi.Output[str]
def frontdoor_id(self) -> pulumi.Output[str]: """ The Id of the frontdoor. """ return pulumi.get(self, "frontdoor_id")
The Id of the frontdoor.
The Id of the frontdoor.
[ "The", "Id", "of", "the", "frontdoor", "." ]
def frontdoor_id(self) -> pulumi.Output[str]: return pulumi.get(self, "frontdoor_id")
[ "def", "frontdoor_id", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"frontdoor_id\"", ")" ]
The Id of the frontdoor.
[ "The", "Id", "of", "the", "frontdoor", "." ]
[ "\"\"\"\n The Id of the frontdoor.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e7291a7116b69a5969a0082653fa3830f9158197
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200501/front_door.py
[ "Apache-2.0" ]
Python
rules_engines
pulumi.Output[Sequence['outputs.RulesEngineResponse']]
def rules_engines(self) -> pulumi.Output[Sequence['outputs.RulesEngineResponse']]: """ Rules Engine Configurations available to routing rules. """ return pulumi.get(self, "rules_engines")
Rules Engine Configurations available to routing rules.
Rules Engine Configurations available to routing rules.
[ "Rules", "Engine", "Configurations", "available", "to", "routing", "rules", "." ]
def rules_engines(self) -> pulumi.Output[Sequence['outputs.RulesEngineResponse']]: return pulumi.get(self, "rules_engines")
[ "def", "rules_engines", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.RulesEngineResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rules_engines\"", ")" ]
Rules Engine Configurations available to routing rules.
[ "Rules", "Engine", "Configurations", "available", "to", "routing", "rules", "." ]
[ "\"\"\"\n Rules Engine Configurations available to routing 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": [] }
e73a41e88207f5bf6ade44d6b2a25ecc50a369ec
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/managedservices/v20190601/registration_definition.py
[ "Apache-2.0" ]
Python
plan
pulumi.Output[Optional['outputs.PlanResponse']]
def plan(self) -> pulumi.Output[Optional['outputs.PlanResponse']]: """ Plan details for the managed services. """ return pulumi.get(self, "plan")
Plan details for the managed services.
Plan details for the managed services.
[ "Plan", "details", "for", "the", "managed", "services", "." ]
def plan(self) -> pulumi.Output[Optional['outputs.PlanResponse']]: return pulumi.get(self, "plan")
[ "def", "plan", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.PlanResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"plan\"", ")" ]
Plan details for the managed services.
[ "Plan", "details", "for", "the", "managed", "services", "." ]
[ "\"\"\"\n Plan details for the managed services.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dfc6171ac468767132d75a3ac3b70b6f7e4e9837
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/v20190901preview/get_query.py
[ "Apache-2.0" ]
Python
author
str
def author(self) -> str: """ Object Id of user creating the query. """ return pulumi.get(self, "author")
Object Id of user creating the query.
Object Id of user creating the query.
[ "Object", "Id", "of", "user", "creating", "the", "query", "." ]
def author(self) -> str: return pulumi.get(self, "author")
[ "def", "author", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"author\"", ")" ]
Object Id of user creating the query.
[ "Object", "Id", "of", "user", "creating", "the", "query", "." ]
[ "\"\"\"\n Object Id of user creating the query.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
dfc6171ac468767132d75a3ac3b70b6f7e4e9837
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/operationalinsights/v20190901preview/get_query.py
[ "Apache-2.0" ]
Python
related
Optional['outputs.LogAnalyticsQueryPackQueryPropertiesResponseRelated']
def related(self) -> Optional['outputs.LogAnalyticsQueryPackQueryPropertiesResponseRelated']: """ The related metadata items for the function. """ return pulumi.get(self, "related")
The related metadata items for the function.
The related metadata items for the function.
[ "The", "related", "metadata", "items", "for", "the", "function", "." ]
def related(self) -> Optional['outputs.LogAnalyticsQueryPackQueryPropertiesResponseRelated']: return pulumi.get(self, "related")
[ "def", "related", "(", "self", ")", "->", "Optional", "[", "'outputs.LogAnalyticsQueryPackQueryPropertiesResponseRelated'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"related\"", ")" ]
The related metadata items for the function.
[ "The", "related", "metadata", "items", "for", "the", "function", "." ]
[ "\"\"\"\n The related metadata items for the function.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
9da7ceedb31e8f9c96b3794572484269282c5ead
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/databoxedge/get_user.py
[ "Apache-2.0" ]
Python
share_access_rights
Sequence['outputs.ShareAccessRightResponse']
def share_access_rights(self) -> Sequence['outputs.ShareAccessRightResponse']: """ List of shares that the user has rights on. This field should not be specified during user creation. """ return pulumi.get(self, "share_access_rights")
List of shares that the user has rights on. This field should not be specified during user creation.
List of shares that the user has rights on. This field should not be specified during user creation.
[ "List", "of", "shares", "that", "the", "user", "has", "rights", "on", ".", "This", "field", "should", "not", "be", "specified", "during", "user", "creation", "." ]
def share_access_rights(self) -> Sequence['outputs.ShareAccessRightResponse']: return pulumi.get(self, "share_access_rights")
[ "def", "share_access_rights", "(", "self", ")", "->", "Sequence", "[", "'outputs.ShareAccessRightResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"share_access_rights\"", ")" ]
List of shares that the user has rights on.
[ "List", "of", "shares", "that", "the", "user", "has", "rights", "on", "." ]
[ "\"\"\"\n List of shares that the user has rights on. This field should not be specified during user creation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
87b51d6c16972d972e6b27bf4b8cd4f5005ca5a3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kubernetes/v20200101preview/list_connected_cluster_user_credentials.py
[ "Apache-2.0" ]
Python
list_connected_cluster_user_credentials
AwaitableListConnectedClusterUserCredentialsResult
def list_connected_cluster_user_credentials(authentication_method: Optional[Union[str, 'AuthenticationMethod']] = None, client_proxy: Optional[bool] = None, cluster_name: Optional[str] = None, ...
The list of credential result response. :param Union[str, 'AuthenticationMethod'] authentication_method: The mode of client authentication. :param bool client_proxy: Parameter to indicate whether the request is for client side proxy or not :param str cluster_name: The name of the Kubernetes cluster o...
The list of credential result response. :param Union[str, 'AuthenticationMethod'] authentication_method: The mode of client authentication. :param bool client_proxy: Parameter to indicate whether the request is for client side proxy or not :param str cluster_name: The name of the Kubernetes cluster on which get is call...
[ "The", "list", "of", "credential", "result", "response", ".", ":", "param", "Union", "[", "str", "'", "AuthenticationMethod", "'", "]", "authentication_method", ":", "The", "mode", "of", "client", "authentication", ".", ":", "param", "bool", "client_proxy", ":...
def list_connected_cluster_user_credentials(authentication_method: Optional[Union[str, 'AuthenticationMethod']] = None, client_proxy: Optional[bool] = None, cluster_name: Optional[str] = None, ...
[ "def", "list_connected_cluster_user_credentials", "(", "authentication_method", ":", "Optional", "[", "Union", "[", "str", ",", "'AuthenticationMethod'", "]", "]", "=", "None", ",", "client_proxy", ":", "Optional", "[", "bool", "]", "=", "None", ",", "cluster_name...
The list of credential result response.
[ "The", "list", "of", "credential", "result", "response", "." ]
[ "\"\"\"\n The list of credential result response.\n\n\n :param Union[str, 'AuthenticationMethod'] authentication_method: The mode of client authentication.\n :param bool client_proxy: Parameter to indicate whether the request is for client side proxy or not\n :param str cluster_name: The name of the Kub...
[ { "param": "authentication_method", "type": "Optional[Union[str, 'AuthenticationMethod']]" }, { "param": "client_proxy", "type": "Optional[bool]" }, { "param": "cluster_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { ...
{ "returns": [], "raises": [], "params": [ { "identifier": "authentication_method", "type": "Optional[Union[str, 'AuthenticationMethod']]", "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null }, { "identifier": "client_proxy", ...
e97f63f397720d4a5530140bd2971c33ebd087cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_virtual_machine.py
[ "Apache-2.0" ]
Python
allow_claim
Optional[bool]
def allow_claim(self) -> Optional[bool]: """ Indicates whether another user can take ownership of the virtual machine """ return pulumi.get(self, "allow_claim")
Indicates whether another user can take ownership of the virtual machine
Indicates whether another user can take ownership of the virtual machine
[ "Indicates", "whether", "another", "user", "can", "take", "ownership", "of", "the", "virtual", "machine" ]
def allow_claim(self) -> Optional[bool]: return pulumi.get(self, "allow_claim")
[ "def", "allow_claim", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"allow_claim\"", ")" ]
Indicates whether another user can take ownership of the virtual machine
[ "Indicates", "whether", "another", "user", "can", "take", "ownership", "of", "the", "virtual", "machine" ]
[ "\"\"\"\n Indicates whether another user can take ownership of the virtual machine\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e97f63f397720d4a5530140bd2971c33ebd087cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_virtual_machine.py
[ "Apache-2.0" ]
Python
applicable_schedule
Optional['outputs.ApplicableScheduleResponse']
def applicable_schedule(self) -> Optional['outputs.ApplicableScheduleResponse']: """ The applicable schedule for the virtual machine. """ return pulumi.get(self, "applicable_schedule")
The applicable schedule for the virtual machine.
The applicable schedule for the virtual machine.
[ "The", "applicable", "schedule", "for", "the", "virtual", "machine", "." ]
def applicable_schedule(self) -> Optional['outputs.ApplicableScheduleResponse']: return pulumi.get(self, "applicable_schedule")
[ "def", "applicable_schedule", "(", "self", ")", "->", "Optional", "[", "'outputs.ApplicableScheduleResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"applicable_schedule\"", ")" ]
The applicable schedule for the virtual machine.
[ "The", "applicable", "schedule", "for", "the", "virtual", "machine", "." ]
[ "\"\"\"\n The applicable schedule for the virtual machine.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e97f63f397720d4a5530140bd2971c33ebd087cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_virtual_machine.py
[ "Apache-2.0" ]
Python
compute_vm
Optional['outputs.ComputeVmPropertiesResponse']
def compute_vm(self) -> Optional['outputs.ComputeVmPropertiesResponse']: """ The compute virtual machine properties. """ return pulumi.get(self, "compute_vm")
The compute virtual machine properties.
The compute virtual machine properties.
[ "The", "compute", "virtual", "machine", "properties", "." ]
def compute_vm(self) -> Optional['outputs.ComputeVmPropertiesResponse']: return pulumi.get(self, "compute_vm")
[ "def", "compute_vm", "(", "self", ")", "->", "Optional", "[", "'outputs.ComputeVmPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"compute_vm\"", ")" ]
The compute virtual machine properties.
[ "The", "compute", "virtual", "machine", "properties", "." ]
[ "\"\"\"\n The compute virtual machine properties.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e97f63f397720d4a5530140bd2971c33ebd087cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_virtual_machine.py
[ "Apache-2.0" ]
Python
owner_user_principal_name
Optional[str]
def owner_user_principal_name(self) -> Optional[str]: """ The user principal name of the virtual machine owner. """ return pulumi.get(self, "owner_user_principal_name")
The user principal name of the virtual machine owner.
The user principal name of the virtual machine owner.
[ "The", "user", "principal", "name", "of", "the", "virtual", "machine", "owner", "." ]
def owner_user_principal_name(self) -> Optional[str]: return pulumi.get(self, "owner_user_principal_name")
[ "def", "owner_user_principal_name", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"owner_user_principal_name\"", ")" ]
The user principal name of the virtual machine owner.
[ "The", "user", "principal", "name", "of", "the", "virtual", "machine", "owner", "." ]
[ "\"\"\"\n The user principal name of the virtual machine owner.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e97f63f397720d4a5530140bd2971c33ebd087cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_virtual_machine.py
[ "Apache-2.0" ]
Python
storage_type
Optional[str]
def storage_type(self) -> Optional[str]: """ Storage type to use for virtual machine (i.e. Standard, Premium). """ return pulumi.get(self, "storage_type")
Storage type to use for virtual machine (i.e. Standard, Premium).
Storage type to use for virtual machine .
[ "Storage", "type", "to", "use", "for", "virtual", "machine", "." ]
def storage_type(self) -> Optional[str]: return pulumi.get(self, "storage_type")
[ "def", "storage_type", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"storage_type\"", ")" ]
Storage type to use for virtual machine (i.e.
[ "Storage", "type", "to", "use", "for", "virtual", "machine", "(", "i", ".", "e", "." ]
[ "\"\"\"\n Storage type to use for virtual machine (i.e. Standard, Premium).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
e97f63f397720d4a5530140bd2971c33ebd087cc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/devtestlab/v20160515/get_virtual_machine.py
[ "Apache-2.0" ]
Python
virtual_machine_creation_source
Optional[str]
def virtual_machine_creation_source(self) -> Optional[str]: """ Tells source of creation of lab virtual machine. Output property only. """ return pulumi.get(self, "virtual_machine_creation_source")
Tells source of creation of lab virtual machine. Output property only.
Tells source of creation of lab virtual machine. Output property only.
[ "Tells", "source", "of", "creation", "of", "lab", "virtual", "machine", ".", "Output", "property", "only", "." ]
def virtual_machine_creation_source(self) -> Optional[str]: return pulumi.get(self, "virtual_machine_creation_source")
[ "def", "virtual_machine_creation_source", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"virtual_machine_creation_source\"", ")" ]
Tells source of creation of lab virtual machine.
[ "Tells", "source", "of", "creation", "of", "lab", "virtual", "machine", "." ]
[ "\"\"\"\n Tells source of creation of lab virtual machine. Output property only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2fbc25f99cb5e53987e94082d8fec9063dc76b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20200501/get_live_event.py
[ "Apache-2.0" ]
Python
encoding
Optional['outputs.LiveEventEncodingResponse']
def encoding(self) -> Optional['outputs.LiveEventEncodingResponse']: """ Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used. """ return pulumi.get(self, "encoding")
Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.
Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.
[ "Encoding", "settings", "for", "the", "live", "event", ".", "It", "configures", "whether", "a", "live", "encoder", "is", "used", "for", "the", "live", "event", "and", "settings", "for", "the", "live", "encoder", "if", "it", "is", "used", "." ]
def encoding(self) -> Optional['outputs.LiveEventEncodingResponse']: return pulumi.get(self, "encoding")
[ "def", "encoding", "(", "self", ")", "->", "Optional", "[", "'outputs.LiveEventEncodingResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"encoding\"", ")" ]
Encoding settings for the live event.
[ "Encoding", "settings", "for", "the", "live", "event", "." ]
[ "\"\"\"\n Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it 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": [] }
1f2fbc25f99cb5e53987e94082d8fec9063dc76b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20200501/get_live_event.py
[ "Apache-2.0" ]
Python
hostname_prefix
Optional[str]
def hostname_prefix(self) -> Optional[str]: """ When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short...
When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center. ...
When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data center.
[ "When", "useStaticHostname", "is", "set", "to", "true", "the", "hostnamePrefix", "specifies", "the", "first", "part", "of", "the", "hostname", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", ".", "The", "final", "hostname", "...
def hostname_prefix(self) -> Optional[str]: return pulumi.get(self, "hostname_prefix")
[ "def", "hostname_prefix", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hostname_prefix\"", ")" ]
When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints.
[ "When", "useStaticHostname", "is", "set", "to", "true", "the", "hostnamePrefix", "specifies", "the", "first", "part", "of", "the", "hostname", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", "." ]
[ "\"\"\"\n When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints. The final hostname would be a combination of this prefix, the media service account name and a short code for the Azure Media Services data cen...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2fbc25f99cb5e53987e94082d8fec9063dc76b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20200501/get_live_event.py
[ "Apache-2.0" ]
Python
input
'outputs.LiveEventInputResponse'
def input(self) -> 'outputs.LiveEventInputResponse': """ Live event input settings. It defines how the live event receives input from a contribution encoder. """ return pulumi.get(self, "input")
Live event input settings. It defines how the live event receives input from a contribution encoder.
Live event input settings. It defines how the live event receives input from a contribution encoder.
[ "Live", "event", "input", "settings", ".", "It", "defines", "how", "the", "live", "event", "receives", "input", "from", "a", "contribution", "encoder", "." ]
def input(self) -> 'outputs.LiveEventInputResponse': return pulumi.get(self, "input")
[ "def", "input", "(", "self", ")", "->", "'outputs.LiveEventInputResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"input\"", ")" ]
Live event input settings.
[ "Live", "event", "input", "settings", "." ]
[ "\"\"\"\n Live event input settings. It defines how the live event receives input from a contribution encoder.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2fbc25f99cb5e53987e94082d8fec9063dc76b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20200501/get_live_event.py
[ "Apache-2.0" ]
Python
preview
Optional['outputs.LiveEventPreviewResponse']
def preview(self) -> Optional['outputs.LiveEventPreviewResponse']: """ Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output. """ return pulumi.get(self, "preview")
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.
Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.
[ "Live", "event", "preview", "settings", ".", "Preview", "allows", "live", "event", "producers", "to", "preview", "the", "live", "streaming", "content", "without", "creating", "any", "live", "output", "." ]
def preview(self) -> Optional['outputs.LiveEventPreviewResponse']: return pulumi.get(self, "preview")
[ "def", "preview", "(", "self", ")", "->", "Optional", "[", "'outputs.LiveEventPreviewResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"preview\"", ")" ]
Live event preview settings.
[ "Live", "event", "preview", "settings", "." ]
[ "\"\"\"\n Live event preview settings. Preview allows live event producers to preview the live streaming content without creating any live output.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2fbc25f99cb5e53987e94082d8fec9063dc76b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20200501/get_live_event.py
[ "Apache-2.0" ]
Python
transcriptions
Optional[Sequence['outputs.LiveEventTranscriptionResponse']]
def transcriptions(self) -> Optional[Sequence['outputs.LiveEventTranscriptionResponse']]: """ Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature. """ return pulumi.get(self, "transc...
Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.
Live transcription settings for the live event.
[ "Live", "transcription", "settings", "for", "the", "live", "event", "." ]
def transcriptions(self) -> Optional[Sequence['outputs.LiveEventTranscriptionResponse']]: return pulumi.get(self, "transcriptions")
[ "def", "transcriptions", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.LiveEventTranscriptionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"transcriptions\"", ")" ]
Live transcription settings for the live event.
[ "Live", "transcription", "settings", "for", "the", "live", "event", "." ]
[ "\"\"\"\n Live transcription settings for the live event. See https://go.microsoft.com/fwlink/?linkid=2133742 for more information about the live transcription feature.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f2fbc25f99cb5e53987e94082d8fec9063dc76b
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/media/v20200501/get_live_event.py
[ "Apache-2.0" ]
Python
use_static_hostname
Optional[bool]
def use_static_hostname(self) -> Optional[bool]: """ Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state """ return pulumi.get(self, "use_static_hostname")
Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state
Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state
[ "Specifies", "whether", "a", "static", "hostname", "would", "be", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", ".", "This", "value", "can", "only", "be", "updated", "if", "the", "live", "event", "is", "in", "Standby", ...
def use_static_hostname(self) -> Optional[bool]: return pulumi.get(self, "use_static_hostname")
[ "def", "use_static_hostname", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"use_static_hostname\"", ")" ]
Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints.
[ "Specifies", "whether", "a", "static", "hostname", "would", "be", "assigned", "to", "the", "live", "event", "preview", "and", "ingest", "endpoints", "." ]
[ "\"\"\"\n Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints. This value can only be updated if the live event is in Standby state\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f38d258adcec91adeaef7f69848e55de7591f6f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hdinsight/v20150301preview/outputs.py
[ "Apache-2.0" ]
Python
sub_domain_suffix
Optional[str]
def sub_domain_suffix(self) -> Optional[str]: """ The subdomain suffix of the application. """ return pulumi.get(self, "sub_domain_suffix")
The subdomain suffix of the application.
The subdomain suffix of the application.
[ "The", "subdomain", "suffix", "of", "the", "application", "." ]
def sub_domain_suffix(self) -> Optional[str]: return pulumi.get(self, "sub_domain_suffix")
[ "def", "sub_domain_suffix", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sub_domain_suffix\"", ")" ]
The subdomain suffix of the application.
[ "The", "subdomain", "suffix", "of", "the", "application", "." ]
[ "\"\"\"\n The subdomain suffix of the application.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f38d258adcec91adeaef7f69848e55de7591f6f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hdinsight/v20150301preview/outputs.py
[ "Apache-2.0" ]
Python
user_assigned_identities
Optional[Mapping[str, 'outputs.ClusterIdentityResponseUserAssignedIdentities']]
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.ClusterIdentityResponseUserAssignedIdentities']]: """ The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceG...
The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
The list of user identities associated with the cluster.
[ "The", "list", "of", "user", "identities", "associated", "with", "the", "cluster", "." ]
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.ClusterIdentityResponseUserAssignedIdentities']]: return pulumi.get(self, "user_assigned_identities")
[ "def", "user_assigned_identities", "(", "self", ")", "->", "Optional", "[", "Mapping", "[", "str", ",", "'outputs.ClusterIdentityResponseUserAssignedIdentities'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_assigned_identities\"", ")" ]
The list of user identities associated with the cluster.
[ "The", "list", "of", "user", "identities", "associated", "with", "the", "cluster", "." ]
[ "\"\"\"\n The list of user identities associated with the cluster. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.\n \"\"\""...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f4408907d871bbd8b531bc2e296cd122fde029a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/prediction.py
[ "Apache-2.0" ]
Python
involved_interaction_types
pulumi.Output[Optional[Sequence[str]]]
def involved_interaction_types(self) -> pulumi.Output[Optional[Sequence[str]]]: """ Interaction types involved in the prediction. """ return pulumi.get(self, "involved_interaction_types")
Interaction types involved in the prediction.
Interaction types involved in the prediction.
[ "Interaction", "types", "involved", "in", "the", "prediction", "." ]
def involved_interaction_types(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "involved_interaction_types")
[ "def", "involved_interaction_types", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"involved_interaction_types\"", ")" ]
Interaction types involved in the prediction.
[ "Interaction", "types", "involved", "in", "the", "prediction", "." ]
[ "\"\"\"\n Interaction types involved in the prediction.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f4408907d871bbd8b531bc2e296cd122fde029a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/prediction.py
[ "Apache-2.0" ]
Python
involved_kpi_types
pulumi.Output[Optional[Sequence[str]]]
def involved_kpi_types(self) -> pulumi.Output[Optional[Sequence[str]]]: """ KPI types involved in the prediction. """ return pulumi.get(self, "involved_kpi_types")
KPI types involved in the prediction.
KPI types involved in the prediction.
[ "KPI", "types", "involved", "in", "the", "prediction", "." ]
def involved_kpi_types(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "involved_kpi_types")
[ "def", "involved_kpi_types", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"involved_kpi_types\"", ")" ]
KPI types involved in the prediction.
[ "KPI", "types", "involved", "in", "the", "prediction", "." ]
[ "\"\"\"\n KPI types involved in the prediction.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f4408907d871bbd8b531bc2e296cd122fde029a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/prediction.py
[ "Apache-2.0" ]
Python
involved_relationships
pulumi.Output[Optional[Sequence[str]]]
def involved_relationships(self) -> pulumi.Output[Optional[Sequence[str]]]: """ Relationships involved in the prediction. """ return pulumi.get(self, "involved_relationships")
Relationships involved in the prediction.
Relationships involved in the prediction.
[ "Relationships", "involved", "in", "the", "prediction", "." ]
def involved_relationships(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "involved_relationships")
[ "def", "involved_relationships", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"involved_relationships\"", ")" ]
Relationships involved in the prediction.
[ "Relationships", "involved", "in", "the", "prediction", "." ]
[ "\"\"\"\n Relationships involved in the prediction.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
1f4408907d871bbd8b531bc2e296cd122fde029a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/latest/prediction.py
[ "Apache-2.0" ]
Python
mappings
pulumi.Output['outputs.PredictionResponseMappings']
def mappings(self) -> pulumi.Output['outputs.PredictionResponseMappings']: """ Definition of the link mapping of prediction. """ return pulumi.get(self, "mappings")
Definition of the link mapping of prediction.
Definition of the link mapping of prediction.
[ "Definition", "of", "the", "link", "mapping", "of", "prediction", "." ]
def mappings(self) -> pulumi.Output['outputs.PredictionResponseMappings']: return pulumi.get(self, "mappings")
[ "def", "mappings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.PredictionResponseMappings'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"mappings\"", ")" ]
Definition of the link mapping of prediction.
[ "Definition", "of", "the", "link", "mapping", "of", "prediction", "." ]
[ "\"\"\"\n Definition of the link mapping of prediction.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d6bc617c4b52d0f93e88ab5f82328ea26c198b10
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/vmwarecloudsimple/get_dedicated_cloud_node.py
[ "Apache-2.0" ]
Python
created
Any
def created(self) -> Any: """ date time the resource was created """ return pulumi.get(self, "created")
date time the resource was created
date time the resource was created
[ "date", "time", "the", "resource", "was", "created" ]
def created(self) -> Any: return pulumi.get(self, "created")
[ "def", "created", "(", "self", ")", "->", "Any", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"created\"", ")" ]
date time the resource was created
[ "date", "time", "the", "resource", "was", "created" ]
[ "\"\"\"\n date time the resource was 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": [] }
5d5acdc8668095d4488d10307d079598bd606c8e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/appliance_definition.py
[ "Apache-2.0" ]
Python
artifacts
pulumi.Output[Optional[Sequence['outputs.ApplianceArtifactResponse']]]
def artifacts(self) -> pulumi.Output[Optional[Sequence['outputs.ApplianceArtifactResponse']]]: """ The collection of appliance artifacts. The portal will use the files specified as artifacts to construct the user experience of creating an appliance from an appliance definition. """ retur...
The collection of appliance artifacts. The portal will use the files specified as artifacts to construct the user experience of creating an appliance from an appliance definition.
The collection of appliance artifacts. The portal will use the files specified as artifacts to construct the user experience of creating an appliance from an appliance definition.
[ "The", "collection", "of", "appliance", "artifacts", ".", "The", "portal", "will", "use", "the", "files", "specified", "as", "artifacts", "to", "construct", "the", "user", "experience", "of", "creating", "an", "appliance", "from", "an", "appliance", "definition"...
def artifacts(self) -> pulumi.Output[Optional[Sequence['outputs.ApplianceArtifactResponse']]]: return pulumi.get(self, "artifacts")
[ "def", "artifacts", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplianceArtifactResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"artifacts\"", ")" ]
The collection of appliance artifacts.
[ "The", "collection", "of", "appliance", "artifacts", "." ]
[ "\"\"\"\n The collection of appliance artifacts. The portal will use the files specified as artifacts to construct the user experience of creating an appliance from an appliance definition.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5d5acdc8668095d4488d10307d079598bd606c8e
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/solutions/appliance_definition.py
[ "Apache-2.0" ]
Python
package_file_uri
pulumi.Output[str]
def package_file_uri(self) -> pulumi.Output[str]: """ The appliance definition package file Uri. """ return pulumi.get(self, "package_file_uri")
The appliance definition package file Uri.
The appliance definition package file Uri.
[ "The", "appliance", "definition", "package", "file", "Uri", "." ]
def package_file_uri(self) -> pulumi.Output[str]: return pulumi.get(self, "package_file_uri")
[ "def", "package_file_uri", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"package_file_uri\"", ")" ]
The appliance definition package file Uri.
[ "The", "appliance", "definition", "package", "file", "Uri", "." ]
[ "\"\"\"\n The appliance definition package file Uri.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ffb7b9e178fb57028f1a191c812a4bac27295b11
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/kusto/v20200215/list_cluster_language_extensions.py
[ "Apache-2.0" ]
Python
list_cluster_language_extensions
AwaitableListClusterLanguageExtensionsResult
def list_cluster_language_extensions(cluster_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterLanguageExtensionsResult: """ The list of language ext...
The list of language extension objects. :param str cluster_name: The name of the Kusto cluster. :param str resource_group_name: The name of the resource group containing the Kusto cluster.
The list of language extension objects.
[ "The", "list", "of", "language", "extension", "objects", "." ]
def list_cluster_language_extensions(cluster_name: Optional[str] = None, resource_group_name: Optional[str] = None, opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterLanguageExtensionsResult: __args__ = dict() __args__['...
[ "def", "list_cluster_language_extensions", "(", "cluster_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "resource_group_name", ":", "Optional", "[", "str", "]", "=", "None", ",", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", ...
The list of language extension objects.
[ "The", "list", "of", "language", "extension", "objects", "." ]
[ "\"\"\"\n The list of language extension objects.\n\n\n :param str cluster_name: The name of the Kusto cluster.\n :param str resource_group_name: The name of the resource group containing the Kusto cluster.\n \"\"\"" ]
[ { "param": "cluster_name", "type": "Optional[str]" }, { "param": "resource_group_name", "type": "Optional[str]" }, { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "cluster_name", "type": "Optional[str]", "docstring": "The name of the Kusto cluster.", "docstring_tokens": [ "The", "name", "of", "the", "Kusto", "cluster", "." ], ...
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
condition_version
pulumi.Output[Optional[str]]
def condition_version(self) -> pulumi.Output[Optional[str]]: """ Version of the condition. Currently accepted value is '2.0' """ return pulumi.get(self, "condition_version")
Version of the condition. Currently accepted value is '2.0'
Version of the condition. Currently accepted value is '2.0'
[ "Version", "of", "the", "condition", ".", "Currently", "accepted", "value", "is", "'", "2", ".", "0", "'" ]
def condition_version(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "condition_version")
[ "def", "condition_version", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"condition_version\"", ")" ]
Version of the condition.
[ "Version", "of", "the", "condition", "." ]
[ "\"\"\"\n Version of the condition. Currently accepted value is '2.0'\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
deny_assignment_name
pulumi.Output[Optional[str]]
def deny_assignment_name(self) -> pulumi.Output[Optional[str]]: """ The display name of the deny assignment. """ return pulumi.get(self, "deny_assignment_name")
The display name of the deny assignment.
The display name of the deny assignment.
[ "The", "display", "name", "of", "the", "deny", "assignment", "." ]
def deny_assignment_name(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "deny_assignment_name")
[ "def", "deny_assignment_name", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"deny_assignment_name\"", ")" ]
The display name of the deny assignment.
[ "The", "display", "name", "of", "the", "deny", "assignment", "." ]
[ "\"\"\"\n The display name of the deny 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": [] }
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
do_not_apply_to_child_scopes
pulumi.Output[Optional[bool]]
def do_not_apply_to_child_scopes(self) -> pulumi.Output[Optional[bool]]: """ Determines if the deny assignment applies to child scopes. Default value is false. """ return pulumi.get(self, "do_not_apply_to_child_scopes")
Determines if the deny assignment applies to child scopes. Default value is false.
Determines if the deny assignment applies to child scopes. Default value is false.
[ "Determines", "if", "the", "deny", "assignment", "applies", "to", "child", "scopes", ".", "Default", "value", "is", "false", "." ]
def do_not_apply_to_child_scopes(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "do_not_apply_to_child_scopes")
[ "def", "do_not_apply_to_child_scopes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"do_not_apply_to_child_scopes\"", ")" ]
Determines if the deny assignment applies to child scopes.
[ "Determines", "if", "the", "deny", "assignment", "applies", "to", "child", "scopes", "." ]
[ "\"\"\"\n Determines if the deny assignment applies to child scopes. Default value is false.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
exclude_principals
pulumi.Output[Optional[Sequence['outputs.PrincipalResponse']]]
def exclude_principals(self) -> pulumi.Output[Optional[Sequence['outputs.PrincipalResponse']]]: """ Array of principals to which the deny assignment does not apply. """ return pulumi.get(self, "exclude_principals")
Array of principals to which the deny assignment does not apply.
Array of principals to which the deny assignment does not apply.
[ "Array", "of", "principals", "to", "which", "the", "deny", "assignment", "does", "not", "apply", "." ]
def exclude_principals(self) -> pulumi.Output[Optional[Sequence['outputs.PrincipalResponse']]]: return pulumi.get(self, "exclude_principals")
[ "def", "exclude_principals", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.PrincipalResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"exclude_principals\"", ")" ]
Array of principals to which the deny assignment does not apply.
[ "Array", "of", "principals", "to", "which", "the", "deny", "assignment", "does", "not", "apply", "." ]
[ "\"\"\"\n Array of principals to which the deny assignment does not apply.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
is_system_protected
pulumi.Output[Optional[bool]]
def is_system_protected(self) -> pulumi.Output[Optional[bool]]: """ Specifies whether this deny assignment was created by Azure and cannot be edited or deleted. """ return pulumi.get(self, "is_system_protected")
Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.
Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.
[ "Specifies", "whether", "this", "deny", "assignment", "was", "created", "by", "Azure", "and", "cannot", "be", "edited", "or", "deleted", "." ]
def is_system_protected(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "is_system_protected")
[ "def", "is_system_protected", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_system_protected\"", ")" ]
Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.
[ "Specifies", "whether", "this", "deny", "assignment", "was", "created", "by", "Azure", "and", "cannot", "be", "edited", "or", "deleted", "." ]
[ "\"\"\"\n Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
permissions
pulumi.Output[Sequence['outputs.PermissionResponse']]
def permissions(self) -> pulumi.Output[Sequence['outputs.PermissionResponse']]: """ An array of permissions that are denied by the deny assignment. """ return pulumi.get(self, "permissions")
An array of permissions that are denied by the deny assignment.
An array of permissions that are denied by the deny assignment.
[ "An", "array", "of", "permissions", "that", "are", "denied", "by", "the", "deny", "assignment", "." ]
def permissions(self) -> pulumi.Output[Sequence['outputs.PermissionResponse']]: return pulumi.get(self, "permissions")
[ "def", "permissions", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.PermissionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"permissions\"", ")" ]
An array of permissions that are denied by the deny assignment.
[ "An", "array", "of", "permissions", "that", "are", "denied", "by", "the", "deny", "assignment", "." ]
[ "\"\"\"\n An array of permissions that are denied by the deny 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": [] }
ffbf5f06adbc12d7a993e67df1eae831f74c255a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/authorization/deny_assignment.py
[ "Apache-2.0" ]
Python
principals
pulumi.Output[Sequence['outputs.PrincipalResponse']]
def principals(self) -> pulumi.Output[Sequence['outputs.PrincipalResponse']]: """ Array of principals to which the deny assignment applies. """ return pulumi.get(self, "principals")
Array of principals to which the deny assignment applies.
Array of principals to which the deny assignment applies.
[ "Array", "of", "principals", "to", "which", "the", "deny", "assignment", "applies", "." ]
def principals(self) -> pulumi.Output[Sequence['outputs.PrincipalResponse']]: return pulumi.get(self, "principals")
[ "def", "principals", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.PrincipalResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"principals\"", ")" ]
Array of principals to which the deny assignment applies.
[ "Array", "of", "principals", "to", "which", "the", "deny", "assignment", "applies", "." ]
[ "\"\"\"\n Array of principals to which the deny assignment applies.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
5a06f22217b5a78a79894b6ee44710c37f955260
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/portal/v20200901preview/list_list_tenant_configuration_violation.py
[ "Apache-2.0" ]
Python
list_list_tenant_configuration_violation
AwaitableListListTenantConfigurationViolationResult
def list_list_tenant_configuration_violation(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListListTenantConfigurationViolationResult: """ List of list of items that violate tenant's configuration. """ __args__ = dict() if opts is None: opts = pulumi.InvokeOptions() if opts.ve...
List of list of items that violate tenant's configuration.
List of list of items that violate tenant's configuration.
[ "List", "of", "list", "of", "items", "that", "violate", "tenant", "'", "s", "configuration", "." ]
def list_list_tenant_configuration_violation(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListListTenantConfigurationViolationResult: __args__ = dict() if opts is None: opts = pulumi.InvokeOptions() if opts.version is None: opts.version = _utilities.get_version() __ret__ = pu...
[ "def", "list_list_tenant_configuration_violation", "(", "opts", ":", "Optional", "[", "pulumi", ".", "InvokeOptions", "]", "=", "None", ")", "->", "AwaitableListListTenantConfigurationViolationResult", ":", "__args__", "=", "dict", "(", ")", "if", "opts", "is", "Non...
List of list of items that violate tenant's configuration.
[ "List", "of", "list", "of", "items", "that", "violate", "tenant", "'", "s", "configuration", "." ]
[ "\"\"\"\n List of list of items that violate tenant's configuration.\n \"\"\"" ]
[ { "param": "opts", "type": "Optional[pulumi.InvokeOptions]" } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "opts", "type": "Optional[pulumi.InvokeOptions]", "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ab74690b241aa9bbd59658a8190364a89d85115d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/managednetwork/v20190601preview/get_managed_network_peering_policy.py
[ "Apache-2.0" ]
Python
properties
'outputs.ManagedNetworkPeeringPolicyPropertiesResponse'
def properties(self) -> 'outputs.ManagedNetworkPeeringPolicyPropertiesResponse': """ Gets or sets the properties of a Managed Network Policy """ return pulumi.get(self, "properties")
Gets or sets the properties of a Managed Network Policy
Gets or sets the properties of a Managed Network Policy
[ "Gets", "or", "sets", "the", "properties", "of", "a", "Managed", "Network", "Policy" ]
def properties(self) -> 'outputs.ManagedNetworkPeeringPolicyPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.ManagedNetworkPeeringPolicyPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Gets or sets the properties of a Managed Network Policy
[ "Gets", "or", "sets", "the", "properties", "of", "a", "Managed", "Network", "Policy" ]
[ "\"\"\"\n Gets or sets the properties of a Managed Network Policy\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ab84a9911ec7b64ff2922cddee9b0ee9a6c0ffd6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace.py
[ "Apache-2.0" ]
Python
critical
pulumi.Output[Optional[bool]]
def critical(self) -> pulumi.Output[Optional[bool]]: """ Whether or not the namespace is set as Critical. """ return pulumi.get(self, "critical")
Whether or not the namespace is set as Critical.
Whether or not the namespace is set as Critical.
[ "Whether", "or", "not", "the", "namespace", "is", "set", "as", "Critical", "." ]
def critical(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "critical")
[ "def", "critical", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"critical\"", ")" ]
Whether or not the namespace is set as Critical.
[ "Whether", "or", "not", "the", "namespace", "is", "set", "as", "Critical", "." ]
[ "\"\"\"\n Whether or not the namespace is set as Critical.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
ab84a9911ec7b64ff2922cddee9b0ee9a6c0ffd6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace.py
[ "Apache-2.0" ]
Python
scale_unit
pulumi.Output[Optional[str]]
def scale_unit(self) -> pulumi.Output[Optional[str]]: """ ScaleUnit where the namespace gets created """ return pulumi.get(self, "scale_unit")
ScaleUnit where the namespace gets created
ScaleUnit where the namespace gets created
[ "ScaleUnit", "where", "the", "namespace", "gets", "created" ]
def scale_unit(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "scale_unit")
[ "def", "scale_unit", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scale_unit\"", ")" ]
ScaleUnit where the namespace gets created
[ "ScaleUnit", "where", "the", "namespace", "gets", "created" ]
[ "\"\"\"\n ScaleUnit where the namespace gets 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": [] }
ab84a9911ec7b64ff2922cddee9b0ee9a6c0ffd6
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/notificationhubs/v20170401/namespace.py
[ "Apache-2.0" ]
Python
service_bus_endpoint
pulumi.Output[Optional[str]]
def service_bus_endpoint(self) -> pulumi.Output[Optional[str]]: """ Endpoint you can use to perform NotificationHub operations. """ return pulumi.get(self, "service_bus_endpoint")
Endpoint you can use to perform NotificationHub operations.
Endpoint you can use to perform NotificationHub operations.
[ "Endpoint", "you", "can", "use", "to", "perform", "NotificationHub", "operations", "." ]
def service_bus_endpoint(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "service_bus_endpoint")
[ "def", "service_bus_endpoint", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"service_bus_endpoint\"", ")" ]
Endpoint you can use to perform NotificationHub operations.
[ "Endpoint", "you", "can", "use", "to", "perform", "NotificationHub", "operations", "." ]
[ "\"\"\"\n Endpoint you can use to perform NotificationHub operations.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }