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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
db65c93d06ab9b8e038fe414bf37dc7a0b828ebf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/machinelearning/v20160401/list_workspace_keys.py | [
"Apache-2.0"
] | Python | list_workspace_keys | AwaitableListWorkspaceKeysResult | def list_workspace_keys(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult:
"""
Workspace authorization keys for a workspace.
:param str resource_g... |
Workspace authorization keys for a workspace.
:param str resource_group_name: The name of the resource group to which the machine learning workspace belongs.
:param str workspace_name: The name of the machine learning workspace.
| Workspace authorization keys for a workspace. | [
"Workspace",
"authorization",
"keys",
"for",
"a",
"workspace",
"."
] | def list_workspace_keys(resource_group_name: Optional[str] = None,
workspace_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWorkspaceKeysResult:
__args__ = dict()
__args__['resourceGroupName'] = resource_group_name
__a... | [
"def",
"list_workspace_keys",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"workspace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"Non... | Workspace authorization keys for a workspace. | [
"Workspace",
"authorization",
"keys",
"for",
"a",
"workspace",
"."
] | [
"\"\"\"\n Workspace authorization keys for a workspace.\n\n\n :param str resource_group_name: The name of the resource group to which the machine learning workspace belongs.\n :param str workspace_name: The name of the machine learning workspace.\n \"\"\""
] | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "workspace_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The name of the resource group to which the machine learning workspace belongs.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
... |
db70569e4173b79a897cf1932330eca3f9689a90 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180416/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | action | Any | def action(self) -> Any:
"""
Action needs to be taken on rule execution.
"""
return pulumi.get(self, "action") |
Action needs to be taken on rule execution.
| Action needs to be taken on rule execution. | [
"Action",
"needs",
"to",
"be",
"taken",
"on",
"rule",
"execution",
"."
] | def action(self) -> Any:
return pulumi.get(self, "action") | [
"def",
"action",
"(",
"self",
")",
"->",
"Any",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"action\"",
")"
] | Action needs to be taken on rule execution. | [
"Action",
"needs",
"to",
"be",
"taken",
"on",
"rule",
"execution",
"."
] | [
"\"\"\"\n Action needs to be taken on rule execution.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db70569e4173b79a897cf1932330eca3f9689a90 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180416/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | created_with_api_version | str | def created_with_api_version(self) -> str:
"""
The api-version used when creating this alert rule
"""
return pulumi.get(self, "created_with_api_version") |
The api-version used when creating this alert rule
| The api-version used when creating this alert rule | [
"The",
"api",
"-",
"version",
"used",
"when",
"creating",
"this",
"alert",
"rule"
] | def created_with_api_version(self) -> str:
return pulumi.get(self, "created_with_api_version") | [
"def",
"created_with_api_version",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_with_api_version\"",
")"
] | The api-version used when creating this alert rule | [
"The",
"api",
"-",
"version",
"used",
"when",
"creating",
"this",
"alert",
"rule"
] | [
"\"\"\"\n The api-version used when creating this alert rule\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db70569e4173b79a897cf1932330eca3f9689a90 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180416/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | enabled | Optional[str] | def enabled(self) -> Optional[str]:
"""
The flag which indicates whether the Log Search rule is enabled. Value should be true or false
"""
return pulumi.get(self, "enabled") |
The flag which indicates whether the Log Search rule is enabled. Value should be true or false
| The flag which indicates whether the Log Search rule is enabled. Value should be true or false | [
"The",
"flag",
"which",
"indicates",
"whether",
"the",
"Log",
"Search",
"rule",
"is",
"enabled",
".",
"Value",
"should",
"be",
"true",
"or",
"false"
] | def enabled(self) -> Optional[str]:
return pulumi.get(self, "enabled") | [
"def",
"enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enabled\"",
")"
] | The flag which indicates whether the Log Search rule is enabled. | [
"The",
"flag",
"which",
"indicates",
"whether",
"the",
"Log",
"Search",
"rule",
"is",
"enabled",
"."
] | [
"\"\"\"\n The flag which indicates whether the Log Search rule is enabled. Value should be true or 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": []
} |
db70569e4173b79a897cf1932330eca3f9689a90 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180416/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | is_legacy_log_analytics_rule | bool | def is_legacy_log_analytics_rule(self) -> bool:
"""
True if alert rule is legacy Log Analytic rule
"""
return pulumi.get(self, "is_legacy_log_analytics_rule") |
True if alert rule is legacy Log Analytic rule
| True if alert rule is legacy Log Analytic rule | [
"True",
"if",
"alert",
"rule",
"is",
"legacy",
"Log",
"Analytic",
"rule"
] | def is_legacy_log_analytics_rule(self) -> bool:
return pulumi.get(self, "is_legacy_log_analytics_rule") | [
"def",
"is_legacy_log_analytics_rule",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_legacy_log_analytics_rule\"",
")"
] | True if alert rule is legacy Log Analytic rule | [
"True",
"if",
"alert",
"rule",
"is",
"legacy",
"Log",
"Analytic",
"rule"
] | [
"\"\"\"\n True if alert rule is legacy Log Analytic rule\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db70569e4173b79a897cf1932330eca3f9689a90 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180416/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | schedule | Optional['outputs.ScheduleResponse'] | def schedule(self) -> Optional['outputs.ScheduleResponse']:
"""
Schedule (Frequency, Time Window) for rule. Required for action type - AlertingAction
"""
return pulumi.get(self, "schedule") |
Schedule (Frequency, Time Window) for rule. Required for action type - AlertingAction
| Schedule (Frequency, Time Window) for rule. Required for action type - AlertingAction | [
"Schedule",
"(",
"Frequency",
"Time",
"Window",
")",
"for",
"rule",
".",
"Required",
"for",
"action",
"type",
"-",
"AlertingAction"
] | def schedule(self) -> Optional['outputs.ScheduleResponse']:
return pulumi.get(self, "schedule") | [
"def",
"schedule",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ScheduleResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"schedule\"",
")"
] | Schedule (Frequency, Time Window) for rule. | [
"Schedule",
"(",
"Frequency",
"Time",
"Window",
")",
"for",
"rule",
"."
] | [
"\"\"\"\n Schedule (Frequency, Time Window) for rule. Required for action type - AlertingAction\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db70569e4173b79a897cf1932330eca3f9689a90 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20180416/get_scheduled_query_rule.py | [
"Apache-2.0"
] | Python | source | 'outputs.SourceResponse' | def source(self) -> 'outputs.SourceResponse':
"""
Data Source against which rule will Query Data
"""
return pulumi.get(self, "source") |
Data Source against which rule will Query Data
| Data Source against which rule will Query Data | [
"Data",
"Source",
"against",
"which",
"rule",
"will",
"Query",
"Data"
] | def source(self) -> 'outputs.SourceResponse':
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"'outputs.SourceResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Data Source against which rule will Query Data | [
"Data",
"Source",
"against",
"which",
"rule",
"will",
"Query",
"Data"
] | [
"\"\"\"\n Data Source against which rule will Query Data\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db87b56a97ad800af074223f0dbd395318f0544b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_node_configuration.py | [
"Apache-2.0"
] | Python | configuration | pulumi.Output[Optional['outputs.DscConfigurationAssociationPropertyResponse']] | def configuration(self) -> pulumi.Output[Optional['outputs.DscConfigurationAssociationPropertyResponse']]:
"""
Gets or sets the configuration of the node.
"""
return pulumi.get(self, "configuration") |
Gets or sets the configuration of the node.
| Gets or sets the configuration of the node. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"of",
"the",
"node",
"."
] | def configuration(self) -> pulumi.Output[Optional['outputs.DscConfigurationAssociationPropertyResponse']]:
return pulumi.get(self, "configuration") | [
"def",
"configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DscConfigurationAssociationPropertyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"configuration\"",
")"
] | Gets or sets the configuration of the node. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"of",
"the",
"node",
"."
] | [
"\"\"\"\n Gets or sets the configuration of the node.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db87b56a97ad800af074223f0dbd395318f0544b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_node_configuration.py | [
"Apache-2.0"
] | Python | increment_node_configuration_build | pulumi.Output[Optional[bool]] | def increment_node_configuration_build(self) -> pulumi.Output[Optional[bool]]:
"""
If a new build version of NodeConfiguration is required.
"""
return pulumi.get(self, "increment_node_configuration_build") |
If a new build version of NodeConfiguration is required.
| If a new build version of NodeConfiguration is required. | [
"If",
"a",
"new",
"build",
"version",
"of",
"NodeConfiguration",
"is",
"required",
"."
] | def increment_node_configuration_build(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "increment_node_configuration_build") | [
"def",
"increment_node_configuration_build",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"increment_node_configuration_build\"",
")"
] | If a new build version of NodeConfiguration is required. | [
"If",
"a",
"new",
"build",
"version",
"of",
"NodeConfiguration",
"is",
"required",
"."
] | [
"\"\"\"\n If a new build version of NodeConfiguration is required.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db87b56a97ad800af074223f0dbd395318f0544b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_node_configuration.py | [
"Apache-2.0"
] | Python | node_count | pulumi.Output[Optional[float]] | def node_count(self) -> pulumi.Output[Optional[float]]:
"""
Number of nodes with this node configuration assigned
"""
return pulumi.get(self, "node_count") |
Number of nodes with this node configuration assigned
| Number of nodes with this node configuration assigned | [
"Number",
"of",
"nodes",
"with",
"this",
"node",
"configuration",
"assigned"
] | def node_count(self) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "node_count") | [
"def",
"node_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_count\"",
")"
] | Number of nodes with this node configuration assigned | [
"Number",
"of",
"nodes",
"with",
"this",
"node",
"configuration",
"assigned"
] | [
"\"\"\"\n Number of nodes with this node configuration assigned\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db890f9ae2622285be9373a61c37e15dcfd6b763 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20170201/redis.py | [
"Apache-2.0"
] | Python | access_keys | pulumi.Output['outputs.RedisAccessKeysResponse'] | def access_keys(self) -> pulumi.Output['outputs.RedisAccessKeysResponse']:
"""
The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
"""
return pulumi.get(self, "access_keys") |
The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache
| The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache | [
"The",
"keys",
"of",
"the",
"Redis",
"cache",
"-",
"not",
"set",
"if",
"this",
"object",
"is",
"not",
"the",
"response",
"to",
"Create",
"or",
"Update",
"redis",
"cache"
] | def access_keys(self) -> pulumi.Output['outputs.RedisAccessKeysResponse']:
return pulumi.get(self, "access_keys") | [
"def",
"access_keys",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.RedisAccessKeysResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_keys\"",
")"
] | The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache | [
"The",
"keys",
"of",
"the",
"Redis",
"cache",
"-",
"not",
"set",
"if",
"this",
"object",
"is",
"not",
"the",
"response",
"to",
"Create",
"or",
"Update",
"redis",
"cache"
] | [
"\"\"\"\n The keys of the Redis cache - not set if this object is not the response to Create or Update redis cache\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db890f9ae2622285be9373a61c37e15dcfd6b763 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20170201/redis.py | [
"Apache-2.0"
] | Python | enable_non_ssl_port | pulumi.Output[Optional[bool]] | def enable_non_ssl_port(self) -> pulumi.Output[Optional[bool]]:
"""
Specifies whether the non-ssl Redis server port (6379) is enabled.
"""
return pulumi.get(self, "enable_non_ssl_port") |
Specifies whether the non-ssl Redis server port (6379) is enabled.
| Specifies whether the non-ssl Redis server port (6379) is enabled. | [
"Specifies",
"whether",
"the",
"non",
"-",
"ssl",
"Redis",
"server",
"port",
"(",
"6379",
")",
"is",
"enabled",
"."
] | def enable_non_ssl_port(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_non_ssl_port") | [
"def",
"enable_non_ssl_port",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_non_ssl_port\"",
")"
] | Specifies whether the non-ssl Redis server port (6379) is enabled. | [
"Specifies",
"whether",
"the",
"non",
"-",
"ssl",
"Redis",
"server",
"port",
"(",
"6379",
")",
"is",
"enabled",
"."
] | [
"\"\"\"\n Specifies whether the non-ssl Redis server port (6379) is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db890f9ae2622285be9373a61c37e15dcfd6b763 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20170201/redis.py | [
"Apache-2.0"
] | Python | linked_servers | pulumi.Output['outputs.RedisLinkedServerListResponse'] | def linked_servers(self) -> pulumi.Output['outputs.RedisLinkedServerListResponse']:
"""
List of the linked servers associated with the cache
"""
return pulumi.get(self, "linked_servers") |
List of the linked servers associated with the cache
| List of the linked servers associated with the cache | [
"List",
"of",
"the",
"linked",
"servers",
"associated",
"with",
"the",
"cache"
] | def linked_servers(self) -> pulumi.Output['outputs.RedisLinkedServerListResponse']:
return pulumi.get(self, "linked_servers") | [
"def",
"linked_servers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.RedisLinkedServerListResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"linked_servers\"",
")"
] | List of the linked servers associated with the cache | [
"List",
"of",
"the",
"linked",
"servers",
"associated",
"with",
"the",
"cache"
] | [
"\"\"\"\n List of the linked servers associated with the cache\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
db890f9ae2622285be9373a61c37e15dcfd6b763 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cache/v20170201/redis.py | [
"Apache-2.0"
] | Python | static_ip | pulumi.Output[Optional[str]] | def static_ip(self) -> pulumi.Output[Optional[str]]:
"""
Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network.
"""
return pulumi.get(self, "static_ip") |
Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network.
| Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network. | [
"Static",
"IP",
"address",
".",
"Required",
"when",
"deploying",
"a",
"Redis",
"cache",
"inside",
"an",
"existing",
"Azure",
"Virtual",
"Network",
"."
] | def static_ip(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "static_ip") | [
"def",
"static_ip",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"static_ip\"",
")"
] | Static IP address. | [
"Static",
"IP",
"address",
"."
] | [
"\"\"\"\n Static IP address. Required when deploying a Redis cache inside an existing Azure Virtual Network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c0f7bd3a8c2c509d48c5a7a9b27c13ba2893602 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/get_private_link_scoped_resource.py | [
"Apache-2.0"
] | Python | linked_resource_id | Optional[str] | def linked_resource_id(self) -> Optional[str]:
"""
The resource id of the scoped Azure monitor resource.
"""
return pulumi.get(self, "linked_resource_id") |
The resource id of the scoped Azure monitor resource.
| The resource id of the scoped Azure monitor resource. | [
"The",
"resource",
"id",
"of",
"the",
"scoped",
"Azure",
"monitor",
"resource",
"."
] | def linked_resource_id(self) -> Optional[str]:
return pulumi.get(self, "linked_resource_id") | [
"def",
"linked_resource_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"linked_resource_id\"",
")"
] | The resource id of the scoped Azure monitor resource. | [
"The",
"resource",
"id",
"of",
"the",
"scoped",
"Azure",
"monitor",
"resource",
"."
] | [
"\"\"\"\n The resource id of the scoped Azure monitor resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c2204c39049ae827cb41ca77e2c5243ea418dfe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/latest/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.
Latest API Version: 2020-08-31.
: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 Latest API Version: 2020-08-31.\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 h... | [
{
"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",
... |
2c2c9b6fa698bb32451dca0f5bd6b6eac7811aab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/resourcegraph/v20180901preview/graph_query.py | [
"Apache-2.0"
] | Python | result_kind | pulumi.Output[str] | def result_kind(self) -> pulumi.Output[str]:
"""
Enum indicating a type of graph query.
"""
return pulumi.get(self, "result_kind") |
Enum indicating a type of graph query.
| Enum indicating a type of graph query. | [
"Enum",
"indicating",
"a",
"type",
"of",
"graph",
"query",
"."
] | def result_kind(self) -> pulumi.Output[str]:
return pulumi.get(self, "result_kind") | [
"def",
"result_kind",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"result_kind\"",
")"
] | Enum indicating a type of graph query. | [
"Enum",
"indicating",
"a",
"type",
"of",
"graph",
"query",
"."
] | [
"\"\"\"\n Enum indicating a type of graph 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": []
} |
2c330e451fbeacc75eea232d582c8f3fdd5dc3d4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/list_tenant_access_git_secrets.py | [
"Apache-2.0"
] | Python | list_tenant_access_git_secrets | AwaitableListTenantAccessGitSecretsResult | def list_tenant_access_git_secrets(access_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTenan... |
Tenant access information contract of the API Management service.
API Version: 2019-12-01.
:param str access_name: The identifier of the Access configuration.
:param str resource_group_name: The name of the resource group.
:param str service_name: The name of the API Management service.
| Tenant access information contract of the API Management service. | [
"Tenant",
"access",
"information",
"contract",
"of",
"the",
"API",
"Management",
"service",
"."
] | def list_tenant_access_git_secrets(access_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListTenan... | [
"def",
"list_tenant_access_git_secrets",
"(",
"access_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"service_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | Tenant access information contract of the API Management service. | [
"Tenant",
"access",
"information",
"contract",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n Tenant access information contract of the API Management service.\n API Version: 2019-12-01.\n\n\n :param str access_name: The identifier of the Access configuration.\n :param str resource_group_name: The name of the resource group.\n :param str service_name: The name of the API Management ... | [
{
"param": "access_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "service_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "access_name",
"type": "Optional[str]",
"docstring": "The identifier of the Access configuration.",
"docstring_tokens": [
"The",
"identifier",
"of",
"the",
"Access",
"configuratio... |
bf9881d267d576d9dc98445d4ac8509e989b8e1c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/engagementfabric/get_channel.py | [
"Apache-2.0"
] | Python | channel_functions | Optional[Sequence[str]] | def channel_functions(self) -> Optional[Sequence[str]]:
"""
The functions to be enabled for the channel
"""
return pulumi.get(self, "channel_functions") |
The functions to be enabled for the channel
| The functions to be enabled for the channel | [
"The",
"functions",
"to",
"be",
"enabled",
"for",
"the",
"channel"
] | def channel_functions(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "channel_functions") | [
"def",
"channel_functions",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"channel_functions\"",
")"
] | The functions to be enabled for the channel | [
"The",
"functions",
"to",
"be",
"enabled",
"for",
"the",
"channel"
] | [
"\"\"\"\n The functions to be enabled for the channel\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfadebfe3930500d871de60d22d1f402f31909db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_workload_group.py | [
"Apache-2.0"
] | Python | importance | Optional[str] | def importance(self) -> Optional[str]:
"""
The workload group importance level.
"""
return pulumi.get(self, "importance") |
The workload group importance level.
| The workload group importance level. | [
"The",
"workload",
"group",
"importance",
"level",
"."
] | def importance(self) -> Optional[str]:
return pulumi.get(self, "importance") | [
"def",
"importance",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"importance\"",
")"
] | The workload group importance level. | [
"The",
"workload",
"group",
"importance",
"level",
"."
] | [
"\"\"\"\n The workload group importance level.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfadebfe3930500d871de60d22d1f402f31909db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_workload_group.py | [
"Apache-2.0"
] | Python | max_resource_percent | int | def max_resource_percent(self) -> int:
"""
The workload group cap percentage resource.
"""
return pulumi.get(self, "max_resource_percent") |
The workload group cap percentage resource.
| The workload group cap percentage resource. | [
"The",
"workload",
"group",
"cap",
"percentage",
"resource",
"."
] | def max_resource_percent(self) -> int:
return pulumi.get(self, "max_resource_percent") | [
"def",
"max_resource_percent",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_resource_percent\"",
")"
] | The workload group cap percentage resource. | [
"The",
"workload",
"group",
"cap",
"percentage",
"resource",
"."
] | [
"\"\"\"\n The workload group cap percentage resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfadebfe3930500d871de60d22d1f402f31909db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_workload_group.py | [
"Apache-2.0"
] | Python | max_resource_percent_per_request | Optional[float] | def max_resource_percent_per_request(self) -> Optional[float]:
"""
The workload group request maximum grant percentage.
"""
return pulumi.get(self, "max_resource_percent_per_request") |
The workload group request maximum grant percentage.
| The workload group request maximum grant percentage. | [
"The",
"workload",
"group",
"request",
"maximum",
"grant",
"percentage",
"."
] | def max_resource_percent_per_request(self) -> Optional[float]:
return pulumi.get(self, "max_resource_percent_per_request") | [
"def",
"max_resource_percent_per_request",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_resource_percent_per_request\"",
")"
] | The workload group request maximum grant percentage. | [
"The",
"workload",
"group",
"request",
"maximum",
"grant",
"percentage",
"."
] | [
"\"\"\"\n The workload group request maximum grant percentage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfadebfe3930500d871de60d22d1f402f31909db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_workload_group.py | [
"Apache-2.0"
] | Python | min_resource_percent | int | def min_resource_percent(self) -> int:
"""
The workload group minimum percentage resource.
"""
return pulumi.get(self, "min_resource_percent") |
The workload group minimum percentage resource.
| The workload group minimum percentage resource. | [
"The",
"workload",
"group",
"minimum",
"percentage",
"resource",
"."
] | def min_resource_percent(self) -> int:
return pulumi.get(self, "min_resource_percent") | [
"def",
"min_resource_percent",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_resource_percent\"",
")"
] | The workload group minimum percentage resource. | [
"The",
"workload",
"group",
"minimum",
"percentage",
"resource",
"."
] | [
"\"\"\"\n The workload group minimum percentage resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfadebfe3930500d871de60d22d1f402f31909db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_workload_group.py | [
"Apache-2.0"
] | Python | min_resource_percent_per_request | float | def min_resource_percent_per_request(self) -> float:
"""
The workload group request minimum grant percentage.
"""
return pulumi.get(self, "min_resource_percent_per_request") |
The workload group request minimum grant percentage.
| The workload group request minimum grant percentage. | [
"The",
"workload",
"group",
"request",
"minimum",
"grant",
"percentage",
"."
] | def min_resource_percent_per_request(self) -> float:
return pulumi.get(self, "min_resource_percent_per_request") | [
"def",
"min_resource_percent_per_request",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_resource_percent_per_request\"",
")"
] | The workload group request minimum grant percentage. | [
"The",
"workload",
"group",
"request",
"minimum",
"grant",
"percentage",
"."
] | [
"\"\"\"\n The workload group request minimum grant percentage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfadebfe3930500d871de60d22d1f402f31909db | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_workload_group.py | [
"Apache-2.0"
] | Python | query_execution_timeout | Optional[int] | def query_execution_timeout(self) -> Optional[int]:
"""
The workload group query execution timeout.
"""
return pulumi.get(self, "query_execution_timeout") |
The workload group query execution timeout.
| The workload group query execution timeout. | [
"The",
"workload",
"group",
"query",
"execution",
"timeout",
"."
] | def query_execution_timeout(self) -> Optional[int]:
return pulumi.get(self, "query_execution_timeout") | [
"def",
"query_execution_timeout",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query_execution_timeout\"",
")"
] | The workload group query execution timeout. | [
"The",
"workload",
"group",
"query",
"execution",
"timeout",
"."
] | [
"\"\"\"\n The workload group query execution timeout.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfb88b58617836946e302ae681d7f6404f077ab2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/open_shift_cluster.py | [
"Apache-2.0"
] | Python | apiserver_profile | pulumi.Output[Optional['outputs.APIServerProfileResponse']] | def apiserver_profile(self) -> pulumi.Output[Optional['outputs.APIServerProfileResponse']]:
"""
The cluster API server profile.
"""
return pulumi.get(self, "apiserver_profile") |
The cluster API server profile.
| The cluster API server profile. | [
"The",
"cluster",
"API",
"server",
"profile",
"."
] | def apiserver_profile(self) -> pulumi.Output[Optional['outputs.APIServerProfileResponse']]:
return pulumi.get(self, "apiserver_profile") | [
"def",
"apiserver_profile",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.APIServerProfileResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"apiserver_profile\"",
")"
] | The cluster API server profile. | [
"The",
"cluster",
"API",
"server",
"profile",
"."
] | [
"\"\"\"\n The cluster API server 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": []
} |
bfb88b58617836946e302ae681d7f6404f077ab2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/open_shift_cluster.py | [
"Apache-2.0"
] | Python | service_principal_profile | pulumi.Output[Optional['outputs.ServicePrincipalProfileResponse']] | def service_principal_profile(self) -> pulumi.Output[Optional['outputs.ServicePrincipalProfileResponse']]:
"""
The cluster service principal profile.
"""
return pulumi.get(self, "service_principal_profile") |
The cluster service principal profile.
| The cluster service principal profile. | [
"The",
"cluster",
"service",
"principal",
"profile",
"."
] | def service_principal_profile(self) -> pulumi.Output[Optional['outputs.ServicePrincipalProfileResponse']]:
return pulumi.get(self, "service_principal_profile") | [
"def",
"service_principal_profile",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ServicePrincipalProfileResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_principal_profile\"",
")"
] | The cluster service principal profile. | [
"The",
"cluster",
"service",
"principal",
"profile",
"."
] | [
"\"\"\"\n The cluster service principal 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": []
} |
1363da9c1049fc62be8dc110a96b03b934441cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/environment.py | [
"Apache-2.0"
] | Python | claimed_by_user_name | pulumi.Output[str] | def claimed_by_user_name(self) -> pulumi.Output[str]:
"""
The name or email address of the user who has claimed the environment
"""
return pulumi.get(self, "claimed_by_user_name") |
The name or email address of the user who has claimed the environment
| The name or email address of the user who has claimed the environment | [
"The",
"name",
"or",
"email",
"address",
"of",
"the",
"user",
"who",
"has",
"claimed",
"the",
"environment"
] | def claimed_by_user_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "claimed_by_user_name") | [
"def",
"claimed_by_user_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"claimed_by_user_name\"",
")"
] | The name or email address of the user who has claimed the environment | [
"The",
"name",
"or",
"email",
"address",
"of",
"the",
"user",
"who",
"has",
"claimed",
"the",
"environment"
] | [
"\"\"\"\n The name or email address of the user who has claimed the environment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1363da9c1049fc62be8dc110a96b03b934441cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/environment.py | [
"Apache-2.0"
] | Python | claimed_by_user_object_id | pulumi.Output[str] | def claimed_by_user_object_id(self) -> pulumi.Output[str]:
"""
The AAD object Id of the user who has claimed the environment
"""
return pulumi.get(self, "claimed_by_user_object_id") |
The AAD object Id of the user who has claimed the environment
| The AAD object Id of the user who has claimed the environment | [
"The",
"AAD",
"object",
"Id",
"of",
"the",
"user",
"who",
"has",
"claimed",
"the",
"environment"
] | def claimed_by_user_object_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "claimed_by_user_object_id") | [
"def",
"claimed_by_user_object_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"claimed_by_user_object_id\"",
")"
] | The AAD object Id of the user who has claimed the environment | [
"The",
"AAD",
"object",
"Id",
"of",
"the",
"user",
"who",
"has",
"claimed",
"the",
"environment"
] | [
"\"\"\"\n The AAD object Id of the user who has claimed the environment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1363da9c1049fc62be8dc110a96b03b934441cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/environment.py | [
"Apache-2.0"
] | Python | claimed_by_user_principal_id | pulumi.Output[str] | def claimed_by_user_principal_id(self) -> pulumi.Output[str]:
"""
The user principal Id of the user who has claimed the environment
"""
return pulumi.get(self, "claimed_by_user_principal_id") |
The user principal Id of the user who has claimed the environment
| The user principal Id of the user who has claimed the environment | [
"The",
"user",
"principal",
"Id",
"of",
"the",
"user",
"who",
"has",
"claimed",
"the",
"environment"
] | def claimed_by_user_principal_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "claimed_by_user_principal_id") | [
"def",
"claimed_by_user_principal_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"claimed_by_user_principal_id\"",
")"
] | The user principal Id of the user who has claimed the environment | [
"The",
"user",
"principal",
"Id",
"of",
"the",
"user",
"who",
"has",
"claimed",
"the",
"environment"
] | [
"\"\"\"\n The user principal Id of the user who has claimed the environment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1363da9c1049fc62be8dc110a96b03b934441cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/environment.py | [
"Apache-2.0"
] | Python | last_known_power_state | pulumi.Output[str] | def last_known_power_state(self) -> pulumi.Output[str]:
"""
Last known power state of the environment
"""
return pulumi.get(self, "last_known_power_state") |
Last known power state of the environment
| Last known power state of the environment | [
"Last",
"known",
"power",
"state",
"of",
"the",
"environment"
] | def last_known_power_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_known_power_state") | [
"def",
"last_known_power_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_known_power_state\"",
")"
] | Last known power state of the environment | [
"Last",
"known",
"power",
"state",
"of",
"the",
"environment"
] | [
"\"\"\"\n Last known power state of the environment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1363da9c1049fc62be8dc110a96b03b934441cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/environment.py | [
"Apache-2.0"
] | Python | password_last_reset | pulumi.Output[str] | def password_last_reset(self) -> pulumi.Output[str]:
"""
When the password was last reset on the environment.
"""
return pulumi.get(self, "password_last_reset") |
When the password was last reset on the environment.
| When the password was last reset on the environment. | [
"When",
"the",
"password",
"was",
"last",
"reset",
"on",
"the",
"environment",
"."
] | def password_last_reset(self) -> pulumi.Output[str]:
return pulumi.get(self, "password_last_reset") | [
"def",
"password_last_reset",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"password_last_reset\"",
")"
] | When the password was last reset on the environment. | [
"When",
"the",
"password",
"was",
"last",
"reset",
"on",
"the",
"environment",
"."
] | [
"\"\"\"\n When the password was last reset on the environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1363da9c1049fc62be8dc110a96b03b934441cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/latest/environment.py | [
"Apache-2.0"
] | Python | resource_sets | pulumi.Output[Optional['outputs.ResourceSetResponse']] | def resource_sets(self) -> pulumi.Output[Optional['outputs.ResourceSetResponse']]:
"""
The set of a VM and the setting id it was created for
"""
return pulumi.get(self, "resource_sets") |
The set of a VM and the setting id it was created for
| The set of a VM and the setting id it was created for | [
"The",
"set",
"of",
"a",
"VM",
"and",
"the",
"setting",
"id",
"it",
"was",
"created",
"for"
] | def resource_sets(self) -> pulumi.Output[Optional['outputs.ResourceSetResponse']]:
return pulumi.get(self, "resource_sets") | [
"def",
"resource_sets",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ResourceSetResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_sets\"",
")"
] | The set of a VM and the setting id it was created for | [
"The",
"set",
"of",
"a",
"VM",
"and",
"the",
"setting",
"id",
"it",
"was",
"created",
"for"
] | [
"\"\"\"\n The set of a VM and the setting id it was created for\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | accessed_at | pulumi.Output[str] | def accessed_at(self) -> pulumi.Output[str]:
"""
Last time the message was sent, or a request was received, for this topic.
"""
return pulumi.get(self, "accessed_at") |
Last time the message was sent, or a request was received, for this topic.
| Last time the message was sent, or a request was received, for this topic. | [
"Last",
"time",
"the",
"message",
"was",
"sent",
"or",
"a",
"request",
"was",
"received",
"for",
"this",
"topic",
"."
] | def accessed_at(self) -> pulumi.Output[str]:
return pulumi.get(self, "accessed_at") | [
"def",
"accessed_at",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"accessed_at\"",
")"
] | Last time the message was sent, or a request was received, for this topic. | [
"Last",
"time",
"the",
"message",
"was",
"sent",
"or",
"a",
"request",
"was",
"received",
"for",
"this",
"topic",
"."
] | [
"\"\"\"\n Last time the message was sent, or a request was received, for this topic.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | enable_express | pulumi.Output[Optional[bool]] | def enable_express(self) -> pulumi.Output[Optional[bool]]:
"""
Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage.
"""
return pulumi.get(self, "enable_express") |
Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage.
| Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage. | [
"Value",
"that",
"indicates",
"whether",
"Express",
"Entities",
"are",
"enabled",
".",
"An",
"express",
"topic",
"holds",
"a",
"message",
"in",
"memory",
"temporarily",
"before",
"writing",
"it",
"to",
"persistent",
"storage",
"."
] | def enable_express(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_express") | [
"def",
"enable_express",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_express\"",
")"
] | Value that indicates whether Express Entities are enabled. | [
"Value",
"that",
"indicates",
"whether",
"Express",
"Entities",
"are",
"enabled",
"."
] | [
"\"\"\"\n Value that indicates whether Express Entities are enabled. An express topic holds a message in memory temporarily before writing it to persistent storage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | enable_partitioning | pulumi.Output[Optional[bool]] | def enable_partitioning(self) -> pulumi.Output[Optional[bool]]:
"""
Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.
"""
return pulumi.get(self, "enable_partitioning") |
Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.
| Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. | [
"Value",
"that",
"indicates",
"whether",
"the",
"topic",
"to",
"be",
"partitioned",
"across",
"multiple",
"message",
"brokers",
"is",
"enabled",
"."
] | def enable_partitioning(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_partitioning") | [
"def",
"enable_partitioning",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_partitioning\"",
")"
] | Value that indicates whether the topic to be partitioned across multiple message brokers is enabled. | [
"Value",
"that",
"indicates",
"whether",
"the",
"topic",
"to",
"be",
"partitioned",
"across",
"multiple",
"message",
"brokers",
"is",
"enabled",
"."
] | [
"\"\"\"\n Value that indicates whether the topic to be partitioned across multiple message brokers is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | max_size_in_megabytes | pulumi.Output[Optional[int]] | def max_size_in_megabytes(self) -> pulumi.Output[Optional[int]]:
"""
Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024.
"""
return pulumi.get(self, "max_size_in_megabytes") |
Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024.
| Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. | [
"Maximum",
"size",
"of",
"the",
"topic",
"in",
"megabytes",
"which",
"is",
"the",
"size",
"of",
"the",
"memory",
"allocated",
"for",
"the",
"topic",
"."
] | def max_size_in_megabytes(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "max_size_in_megabytes") | [
"def",
"max_size_in_megabytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_size_in_megabytes\"",
")"
] | Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. | [
"Maximum",
"size",
"of",
"the",
"topic",
"in",
"megabytes",
"which",
"is",
"the",
"size",
"of",
"the",
"memory",
"allocated",
"for",
"the",
"topic",
"."
] | [
"\"\"\"\n Maximum size of the topic in megabytes, which is the size of the memory allocated for the topic. Default is 1024.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | requires_duplicate_detection | pulumi.Output[Optional[bool]] | def requires_duplicate_detection(self) -> pulumi.Output[Optional[bool]]:
"""
Value indicating if this topic requires duplicate detection.
"""
return pulumi.get(self, "requires_duplicate_detection") |
Value indicating if this topic requires duplicate detection.
| Value indicating if this topic requires duplicate detection. | [
"Value",
"indicating",
"if",
"this",
"topic",
"requires",
"duplicate",
"detection",
"."
] | def requires_duplicate_detection(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "requires_duplicate_detection") | [
"def",
"requires_duplicate_detection",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"requires_duplicate_detection\"",
")"
] | Value indicating if this topic requires duplicate detection. | [
"Value",
"indicating",
"if",
"this",
"topic",
"requires",
"duplicate",
"detection",
"."
] | [
"\"\"\"\n Value indicating if this topic requires duplicate detection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | size_in_bytes | pulumi.Output[float] | def size_in_bytes(self) -> pulumi.Output[float]:
"""
Size of the topic, in bytes.
"""
return pulumi.get(self, "size_in_bytes") |
Size of the topic, in bytes.
| Size of the topic, in bytes. | [
"Size",
"of",
"the",
"topic",
"in",
"bytes",
"."
] | def size_in_bytes(self) -> pulumi.Output[float]:
return pulumi.get(self, "size_in_bytes") | [
"def",
"size_in_bytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"size_in_bytes\"",
")"
] | Size of the topic, in bytes. | [
"Size",
"of",
"the",
"topic",
"in",
"bytes",
"."
] | [
"\"\"\"\n Size of the topic, in bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6b8d09f0469511c13a3644cfaf8e99168a5b05f8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/topic.py | [
"Apache-2.0"
] | Python | support_ordering | pulumi.Output[Optional[bool]] | def support_ordering(self) -> pulumi.Output[Optional[bool]]:
"""
Value that indicates whether the topic supports ordering.
"""
return pulumi.get(self, "support_ordering") |
Value that indicates whether the topic supports ordering.
| Value that indicates whether the topic supports ordering. | [
"Value",
"that",
"indicates",
"whether",
"the",
"topic",
"supports",
"ordering",
"."
] | def support_ordering(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "support_ordering") | [
"def",
"support_ordering",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"support_ordering\"",
")"
] | Value that indicates whether the topic supports ordering. | [
"Value",
"that",
"indicates",
"whether",
"the",
"topic",
"supports",
"ordering",
"."
] | [
"\"\"\"\n Value that indicates whether the topic supports ordering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8425a7987879b11c2f043d9778c60fa3a139c21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/cache.py | [
"Apache-2.0"
] | Python | directory_services_settings | pulumi.Output[Optional['outputs.CacheDirectorySettingsResponse']] | def directory_services_settings(self) -> pulumi.Output[Optional['outputs.CacheDirectorySettingsResponse']]:
"""
Specifies Directory Services settings of the cache.
"""
return pulumi.get(self, "directory_services_settings") |
Specifies Directory Services settings of the cache.
| Specifies Directory Services settings of the cache. | [
"Specifies",
"Directory",
"Services",
"settings",
"of",
"the",
"cache",
"."
] | def directory_services_settings(self) -> pulumi.Output[Optional['outputs.CacheDirectorySettingsResponse']]:
return pulumi.get(self, "directory_services_settings") | [
"def",
"directory_services_settings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CacheDirectorySettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"directory_services_settings\"",
")"
] | Specifies Directory Services settings of the cache. | [
"Specifies",
"Directory",
"Services",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies Directory Services settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8425a7987879b11c2f043d9778c60fa3a139c21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/cache.py | [
"Apache-2.0"
] | Python | encryption_settings | pulumi.Output[Optional['outputs.CacheEncryptionSettingsResponse']] | def encryption_settings(self) -> pulumi.Output[Optional['outputs.CacheEncryptionSettingsResponse']]:
"""
Specifies encryption settings of the cache.
"""
return pulumi.get(self, "encryption_settings") |
Specifies encryption settings of the cache.
| Specifies encryption settings of the cache. | [
"Specifies",
"encryption",
"settings",
"of",
"the",
"cache",
"."
] | def encryption_settings(self) -> pulumi.Output[Optional['outputs.CacheEncryptionSettingsResponse']]:
return pulumi.get(self, "encryption_settings") | [
"def",
"encryption_settings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CacheEncryptionSettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_settings\"",
")"
] | Specifies encryption settings of the cache. | [
"Specifies",
"encryption",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies encryption settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8425a7987879b11c2f043d9778c60fa3a139c21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/cache.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output[Optional['outputs.CacheIdentityResponse']] | def identity(self) -> pulumi.Output[Optional['outputs.CacheIdentityResponse']]:
"""
The identity of the cache, if configured.
"""
return pulumi.get(self, "identity") |
The identity of the cache, if configured.
| The identity of the cache, if configured. | [
"The",
"identity",
"of",
"the",
"cache",
"if",
"configured",
"."
] | def identity(self) -> pulumi.Output[Optional['outputs.CacheIdentityResponse']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CacheIdentityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the cache, if configured. | [
"The",
"identity",
"of",
"the",
"cache",
"if",
"configured",
"."
] | [
"\"\"\"\n The identity of the cache, if configured.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8425a7987879b11c2f043d9778c60fa3a139c21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/cache.py | [
"Apache-2.0"
] | Python | network_settings | pulumi.Output[Optional['outputs.CacheNetworkSettingsResponse']] | def network_settings(self) -> pulumi.Output[Optional['outputs.CacheNetworkSettingsResponse']]:
"""
Specifies network settings of the cache.
"""
return pulumi.get(self, "network_settings") |
Specifies network settings of the cache.
| Specifies network settings of the cache. | [
"Specifies",
"network",
"settings",
"of",
"the",
"cache",
"."
] | def network_settings(self) -> pulumi.Output[Optional['outputs.CacheNetworkSettingsResponse']]:
return pulumi.get(self, "network_settings") | [
"def",
"network_settings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CacheNetworkSettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_settings\"",
")"
] | Specifies network settings of the cache. | [
"Specifies",
"network",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies network settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8425a7987879b11c2f043d9778c60fa3a139c21 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/cache.py | [
"Apache-2.0"
] | Python | security_settings | pulumi.Output[Optional['outputs.CacheSecuritySettingsResponse']] | def security_settings(self) -> pulumi.Output[Optional['outputs.CacheSecuritySettingsResponse']]:
"""
Specifies security settings of the cache.
"""
return pulumi.get(self, "security_settings") |
Specifies security settings of the cache.
| Specifies security settings of the cache. | [
"Specifies",
"security",
"settings",
"of",
"the",
"cache",
"."
] | def security_settings(self) -> pulumi.Output[Optional['outputs.CacheSecuritySettingsResponse']]:
return pulumi.get(self, "security_settings") | [
"def",
"security_settings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CacheSecuritySettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"security_settings\"",
")"
] | Specifies security settings of the cache. | [
"Specifies",
"security",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies security settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f847f046385fbebf3160df78c715a7dd057f27f4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/search/v20150228/list_admin_key.py | [
"Apache-2.0"
] | Python | list_admin_key | AwaitableListAdminKeyResult | def list_admin_key(resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAdminKeyResult:
"""
Response containing the primary and secondary API keys for a given Azure Search service.
... |
Response containing the primary and secondary API keys for a given Azure Search service.
:param str resource_group_name: The name of the resource group within the current subscription.
:param str service_name: The name of the Search service for which to list admin keys.
| Response containing the primary and secondary API keys for a given Azure Search service. | [
"Response",
"containing",
"the",
"primary",
"and",
"secondary",
"API",
"keys",
"for",
"a",
"given",
"Azure",
"Search",
"service",
"."
] | def list_admin_key(resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAdminKeyResult:
__args__ = dict()
__args__['resourceGroupName'] = resource_group_name
__args__['serviceName'] =... | [
"def",
"list_admin_key",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"service_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
"None",
"... | Response containing the primary and secondary API keys for a given Azure Search service. | [
"Response",
"containing",
"the",
"primary",
"and",
"secondary",
"API",
"keys",
"for",
"a",
"given",
"Azure",
"Search",
"service",
"."
] | [
"\"\"\"\n Response containing the primary and secondary API keys for a given Azure Search service.\n\n\n :param str resource_group_name: The name of the resource group within the current subscription.\n :param str service_name: The name of the Search service for which to list admin keys.\n \"\"\""
] | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "service_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The name of the resource group within the current subscription.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"resource... |
f8567af1243e660f6f228ef0cc624956b256f183 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/latest/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
Latest API Version: 2020-03-20.
: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
Latest API Version: 2020-03-20. | [
"Administrative",
"credentials",
"for",
"accessing",
"vCenter",
"and",
"NSX",
"-",
"T",
"Latest",
"API",
"Version",
":",
"2020",
"-",
"03",
"-",
"20",
"."
] | def list_private_cloud_admin_credentials(private_cloud_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListPrivateCloudAdminCredentialsResult:
pulumi.log.... | [
"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
Latest API Version: 2020-03-20. | [
"Administrative",
"credentials",
"for",
"accessing",
"vCenter",
"and",
"NSX",
"-",
"T",
"Latest",
"API",
"Version",
":",
"2020",
"-",
"03",
"-",
"20",
"."
] | [
"\"\"\"\n Administrative credentials for accessing vCenter and NSX-T\n Latest API Version: 2020-03-20.\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,
... |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | allocation_state | str | def allocation_state(self) -> str:
"""
Possible values are: steady and resizing. steady state indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being perfor... |
Possible values are: steady and resizing. steady state indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being performed on the cluster to change the number of com... | Possible values are: steady and resizing. steady state indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being performed on the cluster to change the number of compute node... | [
"Possible",
"values",
"are",
":",
"steady",
"and",
"resizing",
".",
"steady",
"state",
"indicates",
"that",
"the",
"cluster",
"is",
"not",
"resizing",
".",
"There",
"are",
"no",
"changes",
"to",
"the",
"number",
"of",
"compute",
"nodes",
"in",
"the",
"clus... | def allocation_state(self) -> str:
return pulumi.get(self, "allocation_state") | [
"def",
"allocation_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allocation_state\"",
")"
] | Possible values are: steady and resizing. | [
"Possible",
"values",
"are",
":",
"steady",
"and",
"resizing",
"."
] | [
"\"\"\"\n Possible values are: steady and resizing. steady state indicates that the cluster is not resizing. There are no changes to the number of compute nodes in the cluster in progress. A cluster enters this state when it is created and when no operations are being performed on the cluster to change the n... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | errors | Optional[Sequence['outputs.BatchAIErrorResponse']] | def errors(self) -> Optional[Sequence['outputs.BatchAIErrorResponse']]:
"""
This element contains all the errors encountered by various compute nodes during node setup.
"""
return pulumi.get(self, "errors") |
This element contains all the errors encountered by various compute nodes during node setup.
| This element contains all the errors encountered by various compute nodes during node setup. | [
"This",
"element",
"contains",
"all",
"the",
"errors",
"encountered",
"by",
"various",
"compute",
"nodes",
"during",
"node",
"setup",
"."
] | def errors(self) -> Optional[Sequence['outputs.BatchAIErrorResponse']]:
return pulumi.get(self, "errors") | [
"def",
"errors",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.BatchAIErrorResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"errors\"",
")"
] | This element contains all the errors encountered by various compute nodes during node setup. | [
"This",
"element",
"contains",
"all",
"the",
"errors",
"encountered",
"by",
"various",
"compute",
"nodes",
"during",
"node",
"setup",
"."
] | [
"\"\"\"\n This element contains all the errors encountered by various compute nodes during node setup.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | node_setup | Optional['outputs.NodeSetupResponse'] | def node_setup(self) -> Optional['outputs.NodeSetupResponse']:
"""
Use this to prepare the VM. NOTE: The volumes specified in mountVolumes are mounted first and then the setupTask is run. Therefore the setup task can use local mountPaths in its execution.
"""
return pulumi.get(self, "nod... |
Use this to prepare the VM. NOTE: The volumes specified in mountVolumes are mounted first and then the setupTask is run. Therefore the setup task can use local mountPaths in its execution.
| Use this to prepare the VM. NOTE: The volumes specified in mountVolumes are mounted first and then the setupTask is run. Therefore the setup task can use local mountPaths in its execution. | [
"Use",
"this",
"to",
"prepare",
"the",
"VM",
".",
"NOTE",
":",
"The",
"volumes",
"specified",
"in",
"mountVolumes",
"are",
"mounted",
"first",
"and",
"then",
"the",
"setupTask",
"is",
"run",
".",
"Therefore",
"the",
"setup",
"task",
"can",
"use",
"local",
... | def node_setup(self) -> Optional['outputs.NodeSetupResponse']:
return pulumi.get(self, "node_setup") | [
"def",
"node_setup",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.NodeSetupResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_setup\"",
")"
] | Use this to prepare the VM. | [
"Use",
"this",
"to",
"prepare",
"the",
"VM",
"."
] | [
"\"\"\"\n Use this to prepare the VM. NOTE: The volumes specified in mountVolumes are mounted first and then the setupTask is run. Therefore the setup task can use local mountPaths in its execution.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | node_state_counts | 'outputs.NodeStateCountsResponse' | def node_state_counts(self) -> 'outputs.NodeStateCountsResponse':
"""
Counts of various compute node states on the cluster.
"""
return pulumi.get(self, "node_state_counts") |
Counts of various compute node states on the cluster.
| Counts of various compute node states on the cluster. | [
"Counts",
"of",
"various",
"compute",
"node",
"states",
"on",
"the",
"cluster",
"."
] | def node_state_counts(self) -> 'outputs.NodeStateCountsResponse':
return pulumi.get(self, "node_state_counts") | [
"def",
"node_state_counts",
"(",
"self",
")",
"->",
"'outputs.NodeStateCountsResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_state_counts\"",
")"
] | Counts of various compute node states on the cluster. | [
"Counts",
"of",
"various",
"compute",
"node",
"states",
"on",
"the",
"cluster",
"."
] | [
"\"\"\"\n Counts of various compute node states on the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | scale_settings | Optional['outputs.ScaleSettingsResponse'] | def scale_settings(self) -> Optional['outputs.ScaleSettingsResponse']:
"""
At least one of manual or autoScale settings must be specified. Only one of manual or autoScale settings can be specified. If autoScale settings are specified, the system automatically scales the cluster up and down (within the s... |
At least one of manual or autoScale settings must be specified. Only one of manual or autoScale settings can be specified. If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster.
| At least one of manual or autoScale settings must be specified. Only one of manual or autoScale settings can be specified. If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster. | [
"At",
"least",
"one",
"of",
"manual",
"or",
"autoScale",
"settings",
"must",
"be",
"specified",
".",
"Only",
"one",
"of",
"manual",
"or",
"autoScale",
"settings",
"can",
"be",
"specified",
".",
"If",
"autoScale",
"settings",
"are",
"specified",
"the",
"syste... | def scale_settings(self) -> Optional['outputs.ScaleSettingsResponse']:
return pulumi.get(self, "scale_settings") | [
"def",
"scale_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ScaleSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_settings\"",
")"
] | At least one of manual or autoScale settings must be specified. | [
"At",
"least",
"one",
"of",
"manual",
"or",
"autoScale",
"settings",
"must",
"be",
"specified",
"."
] | [
"\"\"\"\n At least one of manual or autoScale settings must be specified. Only one of manual or autoScale settings can be specified. If autoScale settings are specified, the system automatically scales the cluster up and down (within the supplied limits) based on the pending jobs on the cluster.\n \"\... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | subnet | Optional['outputs.ResourceIdResponse'] | def subnet(self) -> Optional['outputs.ResourceIdResponse']:
"""
Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.
"""
return pulumi.get(self, "subnet") |
Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet.
| Represents a resource ID. For example, for a subnet, it is the resource URL for the subnet. | [
"Represents",
"a",
"resource",
"ID",
".",
"For",
"example",
"for",
"a",
"subnet",
"it",
"is",
"the",
"resource",
"URL",
"for",
"the",
"subnet",
"."
] | def subnet(self) -> Optional['outputs.ResourceIdResponse']:
return pulumi.get(self, "subnet") | [
"def",
"subnet",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceIdResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnet\"",
")"
] | Represents a resource ID. | [
"Represents",
"a",
"resource",
"ID",
"."
] | [
"\"\"\"\n Represents a resource ID. For example, for a subnet, it is the resource URL for 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": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | user_account_settings | Optional['outputs.UserAccountSettingsResponse'] | def user_account_settings(self) -> Optional['outputs.UserAccountSettingsResponse']:
"""
Settings for user account that gets created on each on the nodes of a cluster.
"""
return pulumi.get(self, "user_account_settings") |
Settings for user account that gets created on each on the nodes of a cluster.
| Settings for user account that gets created on each on the nodes of a cluster. | [
"Settings",
"for",
"user",
"account",
"that",
"gets",
"created",
"on",
"each",
"on",
"the",
"nodes",
"of",
"a",
"cluster",
"."
] | def user_account_settings(self) -> Optional['outputs.UserAccountSettingsResponse']:
return pulumi.get(self, "user_account_settings") | [
"def",
"user_account_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.UserAccountSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_account_settings\"",
")"
] | Settings for user account that gets created on each on the nodes of a cluster. | [
"Settings",
"for",
"user",
"account",
"that",
"gets",
"created",
"on",
"each",
"on",
"the",
"nodes",
"of",
"a",
"cluster",
"."
] | [
"\"\"\"\n Settings for user account that gets created on each on the nodes of a cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8607995da397e1f3c7ec15871adb4fd44775357 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_cluster.py | [
"Apache-2.0"
] | Python | vm_priority | Optional[str] | def vm_priority(self) -> Optional[str]:
"""
The default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted.
"""
return pulumi.get(self, "vm_priority") |
The default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted.
| The default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted. | [
"The",
"default",
"value",
"is",
"dedicated",
".",
"The",
"node",
"can",
"get",
"preempted",
"while",
"the",
"task",
"is",
"running",
"if",
"lowpriority",
"is",
"chosen",
".",
"This",
"is",
"best",
"suited",
"if",
"the",
"workload",
"is",
"checkpointing",
... | def vm_priority(self) -> Optional[str]:
return pulumi.get(self, "vm_priority") | [
"def",
"vm_priority",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm_priority\"",
")"
] | The default value is dedicated. | [
"The",
"default",
"value",
"is",
"dedicated",
"."
] | [
"\"\"\"\n The default value is dedicated. The node can get preempted while the task is running if lowpriority is chosen. This is best suited if the workload is checkpointing and can be restarted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8688b41b29f11652d289a3f44fb1e5586fdc415 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180701/virtual_wan.py | [
"Apache-2.0"
] | Python | disable_vpn_encryption | pulumi.Output[Optional[bool]] | def disable_vpn_encryption(self) -> pulumi.Output[Optional[bool]]:
"""
Vpn encryption to be disabled or not.
"""
return pulumi.get(self, "disable_vpn_encryption") |
Vpn encryption to be disabled or not.
| Vpn encryption to be disabled or not. | [
"Vpn",
"encryption",
"to",
"be",
"disabled",
"or",
"not",
"."
] | def disable_vpn_encryption(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "disable_vpn_encryption") | [
"def",
"disable_vpn_encryption",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disable_vpn_encryption\"",
")"
] | Vpn encryption to be disabled or not. | [
"Vpn",
"encryption",
"to",
"be",
"disabled",
"or",
"not",
"."
] | [
"\"\"\"\n Vpn encryption to be disabled or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d85b21956bec140356abbdd59551e9620be27ab4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/quantum/v20191104preview/outputs.py | [
"Apache-2.0"
] | Python | instance_uri | Optional[str] | def instance_uri(self) -> Optional[str]:
"""
A Uri identifying the specific instance of this provider.
"""
return pulumi.get(self, "instance_uri") |
A Uri identifying the specific instance of this provider.
| A Uri identifying the specific instance of this provider. | [
"A",
"Uri",
"identifying",
"the",
"specific",
"instance",
"of",
"this",
"provider",
"."
] | def instance_uri(self) -> Optional[str]:
return pulumi.get(self, "instance_uri") | [
"def",
"instance_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_uri\"",
")"
] | A Uri identifying the specific instance of this provider. | [
"A",
"Uri",
"identifying",
"the",
"specific",
"instance",
"of",
"this",
"provider",
"."
] | [
"\"\"\"\n A Uri identifying the specific instance of this provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d85b21956bec140356abbdd59551e9620be27ab4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/quantum/v20191104preview/outputs.py | [
"Apache-2.0"
] | Python | provider_id | Optional[str] | def provider_id(self) -> Optional[str]:
"""
Unique id of this provider.
"""
return pulumi.get(self, "provider_id") |
Unique id of this provider.
| Unique id of this provider. | [
"Unique",
"id",
"of",
"this",
"provider",
"."
] | def provider_id(self) -> Optional[str]:
return pulumi.get(self, "provider_id") | [
"def",
"provider_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provider_id\"",
")"
] | Unique id of this provider. | [
"Unique",
"id",
"of",
"this",
"provider",
"."
] | [
"\"\"\"\n Unique id of this provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d85b21956bec140356abbdd59551e9620be27ab4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/quantum/v20191104preview/outputs.py | [
"Apache-2.0"
] | Python | provider_sku | Optional[str] | def provider_sku(self) -> Optional[str]:
"""
The sku associated with pricing information for this provider.
"""
return pulumi.get(self, "provider_sku") |
The sku associated with pricing information for this provider.
| The sku associated with pricing information for this provider. | [
"The",
"sku",
"associated",
"with",
"pricing",
"information",
"for",
"this",
"provider",
"."
] | def provider_sku(self) -> Optional[str]:
return pulumi.get(self, "provider_sku") | [
"def",
"provider_sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provider_sku\"",
")"
] | The sku associated with pricing information for this provider. | [
"The",
"sku",
"associated",
"with",
"pricing",
"information",
"for",
"this",
"provider",
"."
] | [
"\"\"\"\n The sku associated with pricing information for this provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d85b21956bec140356abbdd59551e9620be27ab4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/quantum/v20191104preview/outputs.py | [
"Apache-2.0"
] | Python | resource_usage_id | Optional[str] | def resource_usage_id(self) -> Optional[str]:
"""
Id to track resource usage for the provider.
"""
return pulumi.get(self, "resource_usage_id") |
Id to track resource usage for the provider.
| Id to track resource usage for the provider. | [
"Id",
"to",
"track",
"resource",
"usage",
"for",
"the",
"provider",
"."
] | def resource_usage_id(self) -> Optional[str]:
return pulumi.get(self, "resource_usage_id") | [
"def",
"resource_usage_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_usage_id\"",
")"
] | Id to track resource usage for the provider. | [
"Id",
"to",
"track",
"resource",
"usage",
"for",
"the",
"provider",
"."
] | [
"\"\"\"\n Id to track resource usage for the provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d85e3e26c21378359315354252db9e7d264b6615 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150501preview/get_subnet.py | [
"Apache-2.0"
] | Python | address_prefix | str | def address_prefix(self) -> str:
"""
Gets or sets Address prefix for the subnet.
"""
return pulumi.get(self, "address_prefix") |
Gets or sets Address prefix for the subnet.
| Gets or sets Address prefix for the subnet. | [
"Gets",
"or",
"sets",
"Address",
"prefix",
"for",
"the",
"subnet",
"."
] | def address_prefix(self) -> str:
return pulumi.get(self, "address_prefix") | [
"def",
"address_prefix",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"address_prefix\"",
")"
] | Gets or sets Address prefix for the subnet. | [
"Gets",
"or",
"sets",
"Address",
"prefix",
"for",
"the",
"subnet",
"."
] | [
"\"\"\"\n Gets or sets Address prefix for 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": []
} |
d85e3e26c21378359315354252db9e7d264b6615 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150501preview/get_subnet.py | [
"Apache-2.0"
] | Python | ip_configurations | Optional[Sequence['outputs.SubResourceResponse']] | def ip_configurations(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
"""
Gets array of references to the network interface IP configurations using subnet
"""
return pulumi.get(self, "ip_configurations") |
Gets array of references to the network interface IP configurations using subnet
| Gets array of references to the network interface IP configurations using subnet | [
"Gets",
"array",
"of",
"references",
"to",
"the",
"network",
"interface",
"IP",
"configurations",
"using",
"subnet"
] | def ip_configurations(self) -> Optional[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "ip_configurations") | [
"def",
"ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configurations\"",
")"
] | Gets array of references to the network interface IP configurations using subnet | [
"Gets",
"array",
"of",
"references",
"to",
"the",
"network",
"interface",
"IP",
"configurations",
"using",
"subnet"
] | [
"\"\"\"\n Gets array of references to the network interface IP configurations using 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": []
} |
d85e3e26c21378359315354252db9e7d264b6615 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150501preview/get_subnet.py | [
"Apache-2.0"
] | Python | network_security_group | Optional['outputs.SubResourceResponse'] | def network_security_group(self) -> Optional['outputs.SubResourceResponse']:
"""
Gets or sets the reference of the NetworkSecurityGroup resource
"""
return pulumi.get(self, "network_security_group") |
Gets or sets the reference of the NetworkSecurityGroup resource
| Gets or sets the reference of the NetworkSecurityGroup resource | [
"Gets",
"or",
"sets",
"the",
"reference",
"of",
"the",
"NetworkSecurityGroup",
"resource"
] | def network_security_group(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "network_security_group") | [
"def",
"network_security_group",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_security_group\"",
")"
] | Gets or sets the reference of the NetworkSecurityGroup resource | [
"Gets",
"or",
"sets",
"the",
"reference",
"of",
"the",
"NetworkSecurityGroup",
"resource"
] | [
"\"\"\"\n Gets or sets the reference of the NetworkSecurityGroup resource\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d85e3e26c21378359315354252db9e7d264b6615 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150501preview/get_subnet.py | [
"Apache-2.0"
] | Python | route_table | Optional['outputs.SubResourceResponse'] | def route_table(self) -> Optional['outputs.SubResourceResponse']:
"""
Gets or sets the reference of the RouteTable resource
"""
return pulumi.get(self, "route_table") |
Gets or sets the reference of the RouteTable resource
| Gets or sets the reference of the RouteTable resource | [
"Gets",
"or",
"sets",
"the",
"reference",
"of",
"the",
"RouteTable",
"resource"
] | def route_table(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "route_table") | [
"def",
"route_table",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"route_table\"",
")"
] | Gets or sets the reference of the RouteTable resource | [
"Gets",
"or",
"sets",
"the",
"reference",
"of",
"the",
"RouteTable",
"resource"
] | [
"\"\"\"\n Gets or sets the reference of the RouteTable resource\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | a_aaa_records | pulumi.Output[Optional[Sequence['outputs.AaaaRecordResponse']]] | def a_aaa_records(self) -> pulumi.Output[Optional[Sequence['outputs.AaaaRecordResponse']]]:
"""
Gets or sets the list of AAAA records in the RecordSet.
"""
return pulumi.get(self, "a_aaa_records") |
Gets or sets the list of AAAA records in the RecordSet.
| Gets or sets the list of AAAA records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"AAAA",
"records",
"in",
"the",
"RecordSet",
"."
] | def a_aaa_records(self) -> pulumi.Output[Optional[Sequence['outputs.AaaaRecordResponse']]]:
return pulumi.get(self, "a_aaa_records") | [
"def",
"a_aaa_records",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AaaaRecordResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"a_aaa_records\"",
")"
] | Gets or sets the list of AAAA records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"AAAA",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the list of AAAA records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | c_name_record | pulumi.Output[Optional['outputs.CnameRecordResponse']] | def c_name_record(self) -> pulumi.Output[Optional['outputs.CnameRecordResponse']]:
"""
Gets or sets the CNAME record in the RecordSet.
"""
return pulumi.get(self, "c_name_record") |
Gets or sets the CNAME record in the RecordSet.
| Gets or sets the CNAME record in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"CNAME",
"record",
"in",
"the",
"RecordSet",
"."
] | def c_name_record(self) -> pulumi.Output[Optional['outputs.CnameRecordResponse']]:
return pulumi.get(self, "c_name_record") | [
"def",
"c_name_record",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CnameRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"c_name_record\"",
")"
] | Gets or sets the CNAME record in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"CNAME",
"record",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the CNAME record in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | m_x_records | pulumi.Output[Optional[Sequence['outputs.MxRecordResponse']]] | def m_x_records(self) -> pulumi.Output[Optional[Sequence['outputs.MxRecordResponse']]]:
"""
Gets or sets the list of MX records in the RecordSet.
"""
return pulumi.get(self, "m_x_records") |
Gets or sets the list of MX records in the RecordSet.
| Gets or sets the list of MX records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"MX",
"records",
"in",
"the",
"RecordSet",
"."
] | def m_x_records(self) -> pulumi.Output[Optional[Sequence['outputs.MxRecordResponse']]]:
return pulumi.get(self, "m_x_records") | [
"def",
"m_x_records",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MxRecordResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"m_x_records\"",
")"
] | Gets or sets the list of MX records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"MX",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the list of MX records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | n_s_records | pulumi.Output[Optional[Sequence['outputs.NsRecordResponse']]] | def n_s_records(self) -> pulumi.Output[Optional[Sequence['outputs.NsRecordResponse']]]:
"""
Gets or sets the list of NS records in the RecordSet.
"""
return pulumi.get(self, "n_s_records") |
Gets or sets the list of NS records in the RecordSet.
| Gets or sets the list of NS records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"NS",
"records",
"in",
"the",
"RecordSet",
"."
] | def n_s_records(self) -> pulumi.Output[Optional[Sequence['outputs.NsRecordResponse']]]:
return pulumi.get(self, "n_s_records") | [
"def",
"n_s_records",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.NsRecordResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"n_s_records\"",
")"
] | Gets or sets the list of NS records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"NS",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the list of NS records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | p_tr_records | pulumi.Output[Optional[Sequence['outputs.PtrRecordResponse']]] | def p_tr_records(self) -> pulumi.Output[Optional[Sequence['outputs.PtrRecordResponse']]]:
"""
Gets or sets the list of PTR records in the RecordSet.
"""
return pulumi.get(self, "p_tr_records") |
Gets or sets the list of PTR records in the RecordSet.
| Gets or sets the list of PTR records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"PTR",
"records",
"in",
"the",
"RecordSet",
"."
] | def p_tr_records(self) -> pulumi.Output[Optional[Sequence['outputs.PtrRecordResponse']]]:
return pulumi.get(self, "p_tr_records") | [
"def",
"p_tr_records",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PtrRecordResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"p_tr_records\"",
")"
] | Gets or sets the list of PTR records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"PTR",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the list of PTR records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | s_oa_record | pulumi.Output[Optional['outputs.SoaRecordResponse']] | def s_oa_record(self) -> pulumi.Output[Optional['outputs.SoaRecordResponse']]:
"""
Gets or sets the SOA record in the RecordSet.
"""
return pulumi.get(self, "s_oa_record") |
Gets or sets the SOA record in the RecordSet.
| Gets or sets the SOA record in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"SOA",
"record",
"in",
"the",
"RecordSet",
"."
] | def s_oa_record(self) -> pulumi.Output[Optional['outputs.SoaRecordResponse']]:
return pulumi.get(self, "s_oa_record") | [
"def",
"s_oa_record",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SoaRecordResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"s_oa_record\"",
")"
] | Gets or sets the SOA record in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"SOA",
"record",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the SOA record in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | s_rv_records | pulumi.Output[Optional[Sequence['outputs.SrvRecordResponse']]] | def s_rv_records(self) -> pulumi.Output[Optional[Sequence['outputs.SrvRecordResponse']]]:
"""
Gets or sets the list of SRV records in the RecordSet.
"""
return pulumi.get(self, "s_rv_records") |
Gets or sets the list of SRV records in the RecordSet.
| Gets or sets the list of SRV records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"SRV",
"records",
"in",
"the",
"RecordSet",
"."
] | def s_rv_records(self) -> pulumi.Output[Optional[Sequence['outputs.SrvRecordResponse']]]:
return pulumi.get(self, "s_rv_records") | [
"def",
"s_rv_records",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SrvRecordResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"s_rv_records\"",
")"
] | Gets or sets the list of SRV records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"SRV",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the list of SRV records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | t_xt_records | pulumi.Output[Optional[Sequence['outputs.TxtRecordResponse']]] | def t_xt_records(self) -> pulumi.Output[Optional[Sequence['outputs.TxtRecordResponse']]]:
"""
Gets or sets the list of TXT records in the RecordSet.
"""
return pulumi.get(self, "t_xt_records") |
Gets or sets the list of TXT records in the RecordSet.
| Gets or sets the list of TXT records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"TXT",
"records",
"in",
"the",
"RecordSet",
"."
] | def t_xt_records(self) -> pulumi.Output[Optional[Sequence['outputs.TxtRecordResponse']]]:
return pulumi.get(self, "t_xt_records") | [
"def",
"t_xt_records",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TxtRecordResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"t_xt_records\"",
")"
] | Gets or sets the list of TXT records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"list",
"of",
"TXT",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the list of TXT records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8639d41e4c155634ae269d9f5976df3c38ba72f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20150504preview/record_set.py | [
"Apache-2.0"
] | Python | ttl | pulumi.Output[Optional[float]] | def ttl(self) -> pulumi.Output[Optional[float]]:
"""
Gets or sets the TTL of the records in the RecordSet.
"""
return pulumi.get(self, "ttl") |
Gets or sets the TTL of the records in the RecordSet.
| Gets or sets the TTL of the records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"TTL",
"of",
"the",
"records",
"in",
"the",
"RecordSet",
"."
] | def ttl(self) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "ttl") | [
"def",
"ttl",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ttl\"",
")"
] | Gets or sets the TTL of the records in the RecordSet. | [
"Gets",
"or",
"sets",
"the",
"TTL",
"of",
"the",
"records",
"in",
"the",
"RecordSet",
"."
] | [
"\"\"\"\n Gets or sets the TTL of the records in the RecordSet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d88bf13e664242189618a39762cd418901411cb9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devspaces/v20190401/get_controller.py | [
"Apache-2.0"
] | Python | data_plane_fqdn | str | def data_plane_fqdn(self) -> str:
"""
DNS name for accessing DataPlane services
"""
return pulumi.get(self, "data_plane_fqdn") |
DNS name for accessing DataPlane services
| DNS name for accessing DataPlane services | [
"DNS",
"name",
"for",
"accessing",
"DataPlane",
"services"
] | def data_plane_fqdn(self) -> str:
return pulumi.get(self, "data_plane_fqdn") | [
"def",
"data_plane_fqdn",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_plane_fqdn\"",
")"
] | DNS name for accessing DataPlane services | [
"DNS",
"name",
"for",
"accessing",
"DataPlane",
"services"
] | [
"\"\"\"\n DNS name for accessing DataPlane 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": []
} |
d88bf13e664242189618a39762cd418901411cb9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devspaces/v20190401/get_controller.py | [
"Apache-2.0"
] | Python | host_suffix | str | def host_suffix(self) -> str:
"""
DNS suffix for public endpoints running in the Azure Dev Spaces Controller.
"""
return pulumi.get(self, "host_suffix") |
DNS suffix for public endpoints running in the Azure Dev Spaces Controller.
| DNS suffix for public endpoints running in the Azure Dev Spaces Controller. | [
"DNS",
"suffix",
"for",
"public",
"endpoints",
"running",
"in",
"the",
"Azure",
"Dev",
"Spaces",
"Controller",
"."
] | def host_suffix(self) -> str:
return pulumi.get(self, "host_suffix") | [
"def",
"host_suffix",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"host_suffix\"",
")"
] | DNS suffix for public endpoints running in the Azure Dev Spaces Controller. | [
"DNS",
"suffix",
"for",
"public",
"endpoints",
"running",
"in",
"the",
"Azure",
"Dev",
"Spaces",
"Controller",
"."
] | [
"\"\"\"\n DNS suffix for public endpoints running in the Azure Dev Spaces Controller.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d88bf13e664242189618a39762cd418901411cb9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devspaces/v20190401/get_controller.py | [
"Apache-2.0"
] | Python | target_container_host_api_server_fqdn | str | def target_container_host_api_server_fqdn(self) -> str:
"""
DNS of the target container host's API server
"""
return pulumi.get(self, "target_container_host_api_server_fqdn") |
DNS of the target container host's API server
| DNS of the target container host's API server | [
"DNS",
"of",
"the",
"target",
"container",
"host",
"'",
"s",
"API",
"server"
] | def target_container_host_api_server_fqdn(self) -> str:
return pulumi.get(self, "target_container_host_api_server_fqdn") | [
"def",
"target_container_host_api_server_fqdn",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_container_host_api_server_fqdn\"",
")"
] | DNS of the target container host's API server | [
"DNS",
"of",
"the",
"target",
"container",
"host",
"'",
"s",
"API",
"server"
] | [
"\"\"\"\n DNS of the target container host's API server\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d88bf13e664242189618a39762cd418901411cb9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devspaces/v20190401/get_controller.py | [
"Apache-2.0"
] | Python | target_container_host_credentials_base64 | str | def target_container_host_credentials_base64(self) -> str:
"""
Credentials of the target container host (base64).
"""
return pulumi.get(self, "target_container_host_credentials_base64") |
Credentials of the target container host (base64).
| Credentials of the target container host (base64). | [
"Credentials",
"of",
"the",
"target",
"container",
"host",
"(",
"base64",
")",
"."
] | def target_container_host_credentials_base64(self) -> str:
return pulumi.get(self, "target_container_host_credentials_base64") | [
"def",
"target_container_host_credentials_base64",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_container_host_credentials_base64\"",
")"
] | Credentials of the target container host (base64). | [
"Credentials",
"of",
"the",
"target",
"container",
"host",
"(",
"base64",
")",
"."
] | [
"\"\"\"\n Credentials of the target container host (base64).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d88bf13e664242189618a39762cd418901411cb9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devspaces/v20190401/get_controller.py | [
"Apache-2.0"
] | Python | target_container_host_resource_id | str | def target_container_host_resource_id(self) -> str:
"""
Resource ID of the target container host
"""
return pulumi.get(self, "target_container_host_resource_id") |
Resource ID of the target container host
| Resource ID of the target container host | [
"Resource",
"ID",
"of",
"the",
"target",
"container",
"host"
] | def target_container_host_resource_id(self) -> str:
return pulumi.get(self, "target_container_host_resource_id") | [
"def",
"target_container_host_resource_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_container_host_resource_id\"",
")"
] | Resource ID of the target container host | [
"Resource",
"ID",
"of",
"the",
"target",
"container",
"host"
] | [
"\"\"\"\n Resource ID of the target container host\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8104eac2b37617dbd96b84c03655ac3f4530d7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_favorite.py | [
"Apache-2.0"
] | Python | config | Optional[str] | def config(self) -> Optional[str]:
"""
Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
"""
return pulumi.get(self, "config") |
Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON
| Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON | [
"Configuration",
"of",
"this",
"particular",
"favorite",
"which",
"are",
"driven",
"by",
"the",
"Azure",
"portal",
"UX",
".",
"Configuration",
"data",
"is",
"a",
"string",
"containing",
"valid",
"JSON"
] | def config(self) -> Optional[str]:
return pulumi.get(self, "config") | [
"def",
"config",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"config\"",
")"
] | Configuration of this particular favorite, which are driven by the Azure portal UX. | [
"Configuration",
"of",
"this",
"particular",
"favorite",
"which",
"are",
"driven",
"by",
"the",
"Azure",
"portal",
"UX",
"."
] | [
"\"\"\"\n Configuration of this particular favorite, which are driven by the Azure portal UX. Configuration data is a string containing valid JSON\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8104eac2b37617dbd96b84c03655ac3f4530d7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_favorite.py | [
"Apache-2.0"
] | Python | favorite_id | str | def favorite_id(self) -> str:
"""
Internally assigned unique id of the favorite definition.
"""
return pulumi.get(self, "favorite_id") |
Internally assigned unique id of the favorite definition.
| Internally assigned unique id of the favorite definition. | [
"Internally",
"assigned",
"unique",
"id",
"of",
"the",
"favorite",
"definition",
"."
] | def favorite_id(self) -> str:
return pulumi.get(self, "favorite_id") | [
"def",
"favorite_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"favorite_id\"",
")"
] | Internally assigned unique id of the favorite definition. | [
"Internally",
"assigned",
"unique",
"id",
"of",
"the",
"favorite",
"definition",
"."
] | [
"\"\"\"\n Internally assigned unique id of the favorite 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": []
} |
d8104eac2b37617dbd96b84c03655ac3f4530d7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_favorite.py | [
"Apache-2.0"
] | Python | favorite_type | Optional[str] | def favorite_type(self) -> Optional[str]:
"""
Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.
"""
return pulumi.get(self, "favorite_type") |
Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.
| Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. | [
"Enum",
"indicating",
"if",
"this",
"favorite",
"definition",
"is",
"owned",
"by",
"a",
"specific",
"user",
"or",
"is",
"shared",
"between",
"all",
"users",
"with",
"access",
"to",
"the",
"Application",
"Insights",
"component",
"."
] | def favorite_type(self) -> Optional[str]:
return pulumi.get(self, "favorite_type") | [
"def",
"favorite_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"favorite_type\"",
")"
] | Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component. | [
"Enum",
"indicating",
"if",
"this",
"favorite",
"definition",
"is",
"owned",
"by",
"a",
"specific",
"user",
"or",
"is",
"shared",
"between",
"all",
"users",
"with",
"access",
"to",
"the",
"Application",
"Insights",
"component",
"."
] | [
"\"\"\"\n Enum indicating if this favorite definition is owned by a specific user or is shared between all users with access to the Application Insights component.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8104eac2b37617dbd96b84c03655ac3f4530d7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_favorite.py | [
"Apache-2.0"
] | Python | is_generated_from_template | Optional[bool] | def is_generated_from_template(self) -> Optional[bool]:
"""
Flag denoting wether or not this favorite was generated from a template.
"""
return pulumi.get(self, "is_generated_from_template") |
Flag denoting wether or not this favorite was generated from a template.
| Flag denoting wether or not this favorite was generated from a template. | [
"Flag",
"denoting",
"wether",
"or",
"not",
"this",
"favorite",
"was",
"generated",
"from",
"a",
"template",
"."
] | def is_generated_from_template(self) -> Optional[bool]:
return pulumi.get(self, "is_generated_from_template") | [
"def",
"is_generated_from_template",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_generated_from_template\"",
")"
] | Flag denoting wether or not this favorite was generated from a template. | [
"Flag",
"denoting",
"wether",
"or",
"not",
"this",
"favorite",
"was",
"generated",
"from",
"a",
"template",
"."
] | [
"\"\"\"\n Flag denoting wether or not this favorite was generated from a template.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8104eac2b37617dbd96b84c03655ac3f4530d7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/get_favorite.py | [
"Apache-2.0"
] | Python | source_type | Optional[str] | def source_type(self) -> Optional[str]:
"""
The source of the favorite definition.
"""
return pulumi.get(self, "source_type") |
The source of the favorite definition.
| The source of the favorite definition. | [
"The",
"source",
"of",
"the",
"favorite",
"definition",
"."
] | def source_type(self) -> Optional[str]:
return pulumi.get(self, "source_type") | [
"def",
"source_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_type\"",
")"
] | The source of the favorite definition. | [
"The",
"source",
"of",
"the",
"favorite",
"definition",
"."
] | [
"\"\"\"\n The source of the favorite 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": []
} |
d81ef4d7e061b1561f87bfe8c1e3ae6078a86cd7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/resources/v20190601preview/get_template_spec_version.py | [
"Apache-2.0"
] | Python | artifacts | Optional[Sequence['outputs.TemplateSpecTemplateArtifactResponse']] | def artifacts(self) -> Optional[Sequence['outputs.TemplateSpecTemplateArtifactResponse']]:
"""
An array of Template Spec artifacts.
"""
return pulumi.get(self, "artifacts") |
An array of Template Spec artifacts.
| An array of Template Spec artifacts. | [
"An",
"array",
"of",
"Template",
"Spec",
"artifacts",
"."
] | def artifacts(self) -> Optional[Sequence['outputs.TemplateSpecTemplateArtifactResponse']]:
return pulumi.get(self, "artifacts") | [
"def",
"artifacts",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.TemplateSpecTemplateArtifactResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifacts\"",
")"
] | An array of Template Spec artifacts. | [
"An",
"array",
"of",
"Template",
"Spec",
"artifacts",
"."
] | [
"\"\"\"\n An array of Template Spec artifacts.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8237f73a55b97e5281d6d92ab09e7475c7bafa6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20201201/get_image.py | [
"Apache-2.0"
] | Python | hyper_v_generation | Optional[str] | def hyper_v_generation(self) -> Optional[str]:
"""
Gets the HyperVGenerationType of the VirtualMachine created from the image
"""
return pulumi.get(self, "hyper_v_generation") |
Gets the HyperVGenerationType of the VirtualMachine created from the image
| Gets the HyperVGenerationType of the VirtualMachine created from the image | [
"Gets",
"the",
"HyperVGenerationType",
"of",
"the",
"VirtualMachine",
"created",
"from",
"the",
"image"
] | def hyper_v_generation(self) -> Optional[str]:
return pulumi.get(self, "hyper_v_generation") | [
"def",
"hyper_v_generation",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hyper_v_generation\"",
")"
] | Gets the HyperVGenerationType of the VirtualMachine created from the image | [
"Gets",
"the",
"HyperVGenerationType",
"of",
"the",
"VirtualMachine",
"created",
"from",
"the",
"image"
] | [
"\"\"\"\n Gets the HyperVGenerationType of the VirtualMachine created from the image\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8237f73a55b97e5281d6d92ab09e7475c7bafa6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20201201/get_image.py | [
"Apache-2.0"
] | Python | source_virtual_machine | Optional['outputs.SubResourceResponse'] | def source_virtual_machine(self) -> Optional['outputs.SubResourceResponse']:
"""
The source virtual machine from which Image is created.
"""
return pulumi.get(self, "source_virtual_machine") |
The source virtual machine from which Image is created.
| The source virtual machine from which Image is created. | [
"The",
"source",
"virtual",
"machine",
"from",
"which",
"Image",
"is",
"created",
"."
] | def source_virtual_machine(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "source_virtual_machine") | [
"def",
"source_virtual_machine",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_virtual_machine\"",
")"
] | The source virtual machine from which Image is created. | [
"The",
"source",
"virtual",
"machine",
"from",
"which",
"Image",
"is",
"created",
"."
] | [
"\"\"\"\n The source virtual machine from which Image is created.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8237f73a55b97e5281d6d92ab09e7475c7bafa6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20201201/get_image.py | [
"Apache-2.0"
] | Python | storage_profile | Optional['outputs.ImageStorageProfileResponse'] | def storage_profile(self) -> Optional['outputs.ImageStorageProfileResponse']:
"""
Specifies the storage settings for the virtual machine disks.
"""
return pulumi.get(self, "storage_profile") |
Specifies the storage settings for the virtual machine disks.
| Specifies the storage settings for the virtual machine disks. | [
"Specifies",
"the",
"storage",
"settings",
"for",
"the",
"virtual",
"machine",
"disks",
"."
] | def storage_profile(self) -> Optional['outputs.ImageStorageProfileResponse']:
return pulumi.get(self, "storage_profile") | [
"def",
"storage_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ImageStorageProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_profile\"",
")"
] | Specifies the storage settings for the virtual machine disks. | [
"Specifies",
"the",
"storage",
"settings",
"for",
"the",
"virtual",
"machine",
"disks",
"."
] | [
"\"\"\"\n Specifies the storage settings for the virtual machine disks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8302b6bc869258a6e8b6a8451b48f1e758c3855 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/offazure/latest/get_master_site.py | [
"Apache-2.0"
] | Python | properties | 'outputs.MasterSitePropertiesResponse' | def properties(self) -> 'outputs.MasterSitePropertiesResponse':
"""
Nested properties of Master site.
"""
return pulumi.get(self, "properties") |
Nested properties of Master site.
| Nested properties of Master site. | [
"Nested",
"properties",
"of",
"Master",
"site",
"."
] | def properties(self) -> 'outputs.MasterSitePropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.MasterSitePropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Nested properties of Master site. | [
"Nested",
"properties",
"of",
"Master",
"site",
"."
] | [
"\"\"\"\n Nested properties of Master site.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
be85ab61925783ba4128c4a34a9704506cb5b0cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180901preview/secret.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.SecretResourcePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.SecretResourcePropertiesResponse']:
"""
Describes the properties of a secret resource.
"""
return pulumi.get(self, "properties") |
Describes the properties of a secret resource.
| Describes the properties of a secret resource. | [
"Describes",
"the",
"properties",
"of",
"a",
"secret",
"resource",
"."
] | def properties(self) -> pulumi.Output['outputs.SecretResourcePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SecretResourcePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Describes the properties of a secret resource. | [
"Describes",
"the",
"properties",
"of",
"a",
"secret",
"resource",
"."
] | [
"\"\"\"\n Describes the properties of a secret resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea2a4a11b7500b036ca2475e8acb3f202566018 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20171001preview/instance_failover_group.py | [
"Apache-2.0"
] | Python | managed_instance_pairs | pulumi.Output[Sequence['outputs.ManagedInstancePairInfoResponse']] | def managed_instance_pairs(self) -> pulumi.Output[Sequence['outputs.ManagedInstancePairInfoResponse']]:
"""
List of managed instance pairs in the failover group.
"""
return pulumi.get(self, "managed_instance_pairs") |
List of managed instance pairs in the failover group.
| List of managed instance pairs in the failover group. | [
"List",
"of",
"managed",
"instance",
"pairs",
"in",
"the",
"failover",
"group",
"."
] | def managed_instance_pairs(self) -> pulumi.Output[Sequence['outputs.ManagedInstancePairInfoResponse']]:
return pulumi.get(self, "managed_instance_pairs") | [
"def",
"managed_instance_pairs",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.ManagedInstancePairInfoResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_instance_pairs\"",
")"
] | List of managed instance pairs in the failover group. | [
"List",
"of",
"managed",
"instance",
"pairs",
"in",
"the",
"failover",
"group",
"."
] | [
"\"\"\"\n List of managed instance pairs in the failover group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea2a4a11b7500b036ca2475e8acb3f202566018 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20171001preview/instance_failover_group.py | [
"Apache-2.0"
] | Python | partner_regions | pulumi.Output[Sequence['outputs.PartnerRegionInfoResponse']] | def partner_regions(self) -> pulumi.Output[Sequence['outputs.PartnerRegionInfoResponse']]:
"""
Partner region information for the failover group.
"""
return pulumi.get(self, "partner_regions") |
Partner region information for the failover group.
| Partner region information for the failover group. | [
"Partner",
"region",
"information",
"for",
"the",
"failover",
"group",
"."
] | def partner_regions(self) -> pulumi.Output[Sequence['outputs.PartnerRegionInfoResponse']]:
return pulumi.get(self, "partner_regions") | [
"def",
"partner_regions",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.PartnerRegionInfoResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_regions\"",
")"
] | Partner region information for the failover group. | [
"Partner",
"region",
"information",
"for",
"the",
"failover",
"group",
"."
] | [
"\"\"\"\n Partner region information for the failover group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea2a4a11b7500b036ca2475e8acb3f202566018 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20171001preview/instance_failover_group.py | [
"Apache-2.0"
] | Python | read_only_endpoint | pulumi.Output[Optional['outputs.InstanceFailoverGroupReadOnlyEndpointResponse']] | def read_only_endpoint(self) -> pulumi.Output[Optional['outputs.InstanceFailoverGroupReadOnlyEndpointResponse']]:
"""
Read-only endpoint of the failover group instance.
"""
return pulumi.get(self, "read_only_endpoint") |
Read-only endpoint of the failover group instance.
| Read-only endpoint of the failover group instance. | [
"Read",
"-",
"only",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def read_only_endpoint(self) -> pulumi.Output[Optional['outputs.InstanceFailoverGroupReadOnlyEndpointResponse']]:
return pulumi.get(self, "read_only_endpoint") | [
"def",
"read_only_endpoint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.InstanceFailoverGroupReadOnlyEndpointResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_only_endpoint\"",
")"
] | Read-only endpoint of the failover group instance. | [
"Read",
"-",
"only",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Read-only endpoint of the failover group instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea2a4a11b7500b036ca2475e8acb3f202566018 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20171001preview/instance_failover_group.py | [
"Apache-2.0"
] | Python | read_write_endpoint | pulumi.Output['outputs.InstanceFailoverGroupReadWriteEndpointResponse'] | def read_write_endpoint(self) -> pulumi.Output['outputs.InstanceFailoverGroupReadWriteEndpointResponse']:
"""
Read-write endpoint of the failover group instance.
"""
return pulumi.get(self, "read_write_endpoint") |
Read-write endpoint of the failover group instance.
| Read-write endpoint of the failover group instance. | [
"Read",
"-",
"write",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def read_write_endpoint(self) -> pulumi.Output['outputs.InstanceFailoverGroupReadWriteEndpointResponse']:
return pulumi.get(self, "read_write_endpoint") | [
"def",
"read_write_endpoint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.InstanceFailoverGroupReadWriteEndpointResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_write_endpoint\"",
")"
] | Read-write endpoint of the failover group instance. | [
"Read",
"-",
"write",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Read-write endpoint of the failover group instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea2a4a11b7500b036ca2475e8acb3f202566018 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20171001preview/instance_failover_group.py | [
"Apache-2.0"
] | Python | replication_role | pulumi.Output[str] | def replication_role(self) -> pulumi.Output[str]:
"""
Local replication role of the failover group instance.
"""
return pulumi.get(self, "replication_role") |
Local replication role of the failover group instance.
| Local replication role of the failover group instance. | [
"Local",
"replication",
"role",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def replication_role(self) -> pulumi.Output[str]:
return pulumi.get(self, "replication_role") | [
"def",
"replication_role",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replication_role\"",
")"
] | Local replication role of the failover group instance. | [
"Local",
"replication",
"role",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Local replication role of the failover group instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea2a4a11b7500b036ca2475e8acb3f202566018 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20171001preview/instance_failover_group.py | [
"Apache-2.0"
] | Python | replication_state | pulumi.Output[str] | def replication_state(self) -> pulumi.Output[str]:
"""
Replication state of the failover group instance.
"""
return pulumi.get(self, "replication_state") |
Replication state of the failover group instance.
| Replication state of the failover group instance. | [
"Replication",
"state",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def replication_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "replication_state") | [
"def",
"replication_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replication_state\"",
")"
] | Replication state of the failover group instance. | [
"Replication",
"state",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Replication state of the failover group instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea9ab3b133dfbb40c45e363cc15538768a5b1ce | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/peering/get_peering_service.py | [
"Apache-2.0"
] | Python | peering_service_location | Optional[str] | def peering_service_location(self) -> Optional[str]:
"""
The PeeringServiceLocation of the Customer.
"""
return pulumi.get(self, "peering_service_location") |
The PeeringServiceLocation of the Customer.
| The PeeringServiceLocation of the Customer. | [
"The",
"PeeringServiceLocation",
"of",
"the",
"Customer",
"."
] | def peering_service_location(self) -> Optional[str]:
return pulumi.get(self, "peering_service_location") | [
"def",
"peering_service_location",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peering_service_location\"",
")"
] | The PeeringServiceLocation of the Customer. | [
"The",
"PeeringServiceLocation",
"of",
"the",
"Customer",
"."
] | [
"\"\"\"\n The PeeringServiceLocation of the Customer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bea9ab3b133dfbb40c45e363cc15538768a5b1ce | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/peering/get_peering_service.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.PeeringServiceSkuResponse'] | def sku(self) -> Optional['outputs.PeeringServiceSkuResponse']:
"""
The SKU that defines the type of the peering service.
"""
return pulumi.get(self, "sku") |
The SKU that defines the type of the peering service.
| The SKU that defines the type of the peering service. | [
"The",
"SKU",
"that",
"defines",
"the",
"type",
"of",
"the",
"peering",
"service",
"."
] | def sku(self) -> Optional['outputs.PeeringServiceSkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PeeringServiceSkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The SKU that defines the type of the peering service. | [
"The",
"SKU",
"that",
"defines",
"the",
"type",
"of",
"the",
"peering",
"service",
"."
] | [
"\"\"\"\n The SKU that defines the type of the peering 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": []
} |
289e47143ddbf465badba8a6691f6bdad094dd41 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/get_web_app_deployment.py | [
"Apache-2.0"
] | Python | active | Optional[bool] | def active(self) -> Optional[bool]:
"""
True if deployment is currently active, false if completed and null if not started.
"""
return pulumi.get(self, "active") |
True if deployment is currently active, false if completed and null if not started.
| True if deployment is currently active, false if completed and null if not started. | [
"True",
"if",
"deployment",
"is",
"currently",
"active",
"false",
"if",
"completed",
"and",
"null",
"if",
"not",
"started",
"."
] | def active(self) -> Optional[bool]:
return pulumi.get(self, "active") | [
"def",
"active",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"active\"",
")"
] | True if deployment is currently active, false if completed and null if not started. | [
"True",
"if",
"deployment",
"is",
"currently",
"active",
"false",
"if",
"completed",
"and",
"null",
"if",
"not",
"started",
"."
] | [
"\"\"\"\n True if deployment is currently active, false if completed and null if not started.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28a6c0b5cea78bed7f0bb42c472768c35a900aae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/get_formula.py | [
"Apache-2.0"
] | Python | formula_content | Optional['outputs.LabVirtualMachineCreationParameterResponse'] | def formula_content(self) -> Optional['outputs.LabVirtualMachineCreationParameterResponse']:
"""
The content of the formula.
"""
return pulumi.get(self, "formula_content") |
The content of the formula.
| The content of the formula. | [
"The",
"content",
"of",
"the",
"formula",
"."
] | def formula_content(self) -> Optional['outputs.LabVirtualMachineCreationParameterResponse']:
return pulumi.get(self, "formula_content") | [
"def",
"formula_content",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.LabVirtualMachineCreationParameterResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"formula_content\"",
")"
] | The content of the formula. | [
"The",
"content",
"of",
"the",
"formula",
"."
] | [
"\"\"\"\n The content of the formula.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28a6c0b5cea78bed7f0bb42c472768c35a900aae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/get_formula.py | [
"Apache-2.0"
] | Python | vm | Optional['outputs.FormulaPropertiesFromVmResponse'] | def vm(self) -> Optional['outputs.FormulaPropertiesFromVmResponse']:
"""
Information about a VM from which a formula is to be created.
"""
return pulumi.get(self, "vm") |
Information about a VM from which a formula is to be created.
| Information about a VM from which a formula is to be created. | [
"Information",
"about",
"a",
"VM",
"from",
"which",
"a",
"formula",
"is",
"to",
"be",
"created",
"."
] | def vm(self) -> Optional['outputs.FormulaPropertiesFromVmResponse']:
return pulumi.get(self, "vm") | [
"def",
"vm",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.FormulaPropertiesFromVmResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm\"",
")"
] | Information about a VM from which a formula is to be created. | [
"Information",
"about",
"a",
"VM",
"from",
"which",
"a",
"formula",
"is",
"to",
"be",
"created",
"."
] | [
"\"\"\"\n Information about a VM from which a formula is to be created.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.