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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
aa1dc1b744c258e767af5ebfad22e56301c032cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py | [
"Apache-2.0"
] | Python | virtual_network_rules | pulumi.Output[Optional[Sequence['outputs.VirtualNetworkRuleResponse']]] | def virtual_network_rules(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkRuleResponse']]]:
"""
List of Virtual Network ACL rules configured for the Cosmos DB account.
"""
return pulumi.get(self, "virtual_network_rules") |
List of Virtual Network ACL rules configured for the Cosmos DB account.
| List of Virtual Network ACL rules configured for the Cosmos DB account. | [
"List",
"of",
"Virtual",
"Network",
"ACL",
"rules",
"configured",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def virtual_network_rules(self) -> pulumi.Output[Optional[Sequence['outputs.VirtualNetworkRuleResponse']]]:
return pulumi.get(self, "virtual_network_rules") | [
"def",
"virtual_network_rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VirtualNetworkRuleResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_rules\"",
")"... | List of Virtual Network ACL rules configured for the Cosmos DB account. | [
"List",
"of",
"Virtual",
"Network",
"ACL",
"rules",
"configured",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n List of Virtual Network ACL rules configured for the Cosmos DB account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aa1dc1b744c258e767af5ebfad22e56301c032cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/v20200301/database_account.py | [
"Apache-2.0"
] | Python | write_locations | pulumi.Output[Sequence['outputs.LocationResponse']] | def write_locations(self) -> pulumi.Output[Sequence['outputs.LocationResponse']]:
"""
An array that contains the write location for the Cosmos DB account.
"""
return pulumi.get(self, "write_locations") |
An array that contains the write location for the Cosmos DB account.
| An array that contains the write location for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"the",
"write",
"location",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def write_locations(self) -> pulumi.Output[Sequence['outputs.LocationResponse']]:
return pulumi.get(self, "write_locations") | [
"def",
"write_locations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.LocationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"write_locations\"",
")"
] | An array that contains the write location for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"the",
"write",
"location",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n An array that contains the write location for the Cosmos DB account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f103c27b01c352b28f563a9144dbc0aa281df0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20201001/get_storage_target.py | [
"Apache-2.0"
] | Python | target_type | str | def target_type(self) -> str:
"""
Type of the Storage Target.
"""
return pulumi.get(self, "target_type") |
Type of the Storage Target.
| Type of the Storage Target. | [
"Type",
"of",
"the",
"Storage",
"Target",
"."
] | def target_type(self) -> str:
return pulumi.get(self, "target_type") | [
"def",
"target_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_type\"",
")"
] | Type of the Storage Target. | [
"Type",
"of",
"the",
"Storage",
"Target",
"."
] | [
"\"\"\"\n Type of the Storage Target.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f58e0633f600308c9de4deeff3db156f59e977 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_locator.py | [
"Apache-2.0"
] | Python | alternative_media_id | pulumi.Output[Optional[str]] | def alternative_media_id(self) -> pulumi.Output[Optional[str]]:
"""
Alternative Media ID of this Streaming Locator
"""
return pulumi.get(self, "alternative_media_id") |
Alternative Media ID of this Streaming Locator
| Alternative Media ID of this Streaming Locator | [
"Alternative",
"Media",
"ID",
"of",
"this",
"Streaming",
"Locator"
] | def alternative_media_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "alternative_media_id") | [
"def",
"alternative_media_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"alternative_media_id\"",
")"
] | Alternative Media ID of this Streaming Locator | [
"Alternative",
"Media",
"ID",
"of",
"this",
"Streaming",
"Locator"
] | [
"\"\"\"\n Alternative Media ID of this Streaming Locator\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f58e0633f600308c9de4deeff3db156f59e977 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_locator.py | [
"Apache-2.0"
] | Python | content_keys | pulumi.Output[Optional[Sequence['outputs.StreamingLocatorContentKeyResponse']]] | def content_keys(self) -> pulumi.Output[Optional[Sequence['outputs.StreamingLocatorContentKeyResponse']]]:
"""
The ContentKeys used by this Streaming Locator.
"""
return pulumi.get(self, "content_keys") |
The ContentKeys used by this Streaming Locator.
| The ContentKeys used by this Streaming Locator. | [
"The",
"ContentKeys",
"used",
"by",
"this",
"Streaming",
"Locator",
"."
] | def content_keys(self) -> pulumi.Output[Optional[Sequence['outputs.StreamingLocatorContentKeyResponse']]]:
return pulumi.get(self, "content_keys") | [
"def",
"content_keys",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.StreamingLocatorContentKeyResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"content_keys\"",
")"
] | The ContentKeys used by this Streaming Locator. | [
"The",
"ContentKeys",
"used",
"by",
"this",
"Streaming",
"Locator",
"."
] | [
"\"\"\"\n The ContentKeys used by this Streaming Locator.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f58e0633f600308c9de4deeff3db156f59e977 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_locator.py | [
"Apache-2.0"
] | Python | default_content_key_policy_name | pulumi.Output[Optional[str]] | def default_content_key_policy_name(self) -> pulumi.Output[Optional[str]]:
"""
Name of the default ContentKeyPolicy used by this Streaming Locator.
"""
return pulumi.get(self, "default_content_key_policy_name") |
Name of the default ContentKeyPolicy used by this Streaming Locator.
| Name of the default ContentKeyPolicy used by this Streaming Locator. | [
"Name",
"of",
"the",
"default",
"ContentKeyPolicy",
"used",
"by",
"this",
"Streaming",
"Locator",
"."
] | def default_content_key_policy_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "default_content_key_policy_name") | [
"def",
"default_content_key_policy_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_content_key_policy_name\"",
")"
] | Name of the default ContentKeyPolicy used by this Streaming Locator. | [
"Name",
"of",
"the",
"default",
"ContentKeyPolicy",
"used",
"by",
"this",
"Streaming",
"Locator",
"."
] | [
"\"\"\"\n Name of the default ContentKeyPolicy used by this Streaming Locator.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f58e0633f600308c9de4deeff3db156f59e977 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_locator.py | [
"Apache-2.0"
] | Python | filters | pulumi.Output[Optional[Sequence[str]]] | def filters(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
A list of asset or account filters which apply to this streaming locator
"""
return pulumi.get(self, "filters") |
A list of asset or account filters which apply to this streaming locator
| A list of asset or account filters which apply to this streaming locator | [
"A",
"list",
"of",
"asset",
"or",
"account",
"filters",
"which",
"apply",
"to",
"this",
"streaming",
"locator"
] | def filters(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "filters") | [
"def",
"filters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filters\"",
")"
] | A list of asset or account filters which apply to this streaming locator | [
"A",
"list",
"of",
"asset",
"or",
"account",
"filters",
"which",
"apply",
"to",
"this",
"streaming",
"locator"
] | [
"\"\"\"\n A list of asset or account filters which apply to this streaming locator\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f58e0633f600308c9de4deeff3db156f59e977 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_locator.py | [
"Apache-2.0"
] | Python | streaming_locator_id | pulumi.Output[Optional[str]] | def streaming_locator_id(self) -> pulumi.Output[Optional[str]]:
"""
The StreamingLocatorId of the Streaming Locator.
"""
return pulumi.get(self, "streaming_locator_id") |
The StreamingLocatorId of the Streaming Locator.
| The StreamingLocatorId of the Streaming Locator. | [
"The",
"StreamingLocatorId",
"of",
"the",
"Streaming",
"Locator",
"."
] | def streaming_locator_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "streaming_locator_id") | [
"def",
"streaming_locator_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"streaming_locator_id\"",
")"
] | The StreamingLocatorId of the Streaming Locator. | [
"The",
"StreamingLocatorId",
"of",
"the",
"Streaming",
"Locator",
"."
] | [
"\"\"\"\n The StreamingLocatorId of the Streaming Locator.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47f58e0633f600308c9de4deeff3db156f59e977 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180701/streaming_locator.py | [
"Apache-2.0"
] | Python | streaming_policy_name | pulumi.Output[str] | def streaming_policy_name(self) -> pulumi.Output[str]:
"""
Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Pr... |
Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndClearStreamin... | Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. | [
"Name",
"of",
"the",
"Streaming",
"Policy",
"used",
"by",
"this",
"Streaming",
"Locator",
".",
"Either",
"specify",
"the",
"name",
"of",
"Streaming",
"Policy",
"you",
"created",
"or",
"use",
"one",
"of",
"the",
"predefined",
"Streaming",
"Policies",
"."
] | def streaming_policy_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "streaming_policy_name") | [
"def",
"streaming_policy_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"streaming_policy_name\"",
")"
] | Name of the Streaming Policy used by this Streaming Locator. | [
"Name",
"of",
"the",
"Streaming",
"Policy",
"used",
"by",
"this",
"Streaming",
"Locator",
"."
] | [
"\"\"\"\n Name of the Streaming Policy used by this Streaming Locator. Either specify the name of Streaming Policy you created or use one of the predefined Streaming Policies. The predefined Streaming Policies available are: 'Predefined_DownloadOnly', 'Predefined_ClearStreamingOnly', 'Predefined_DownloadAndC... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47fe867424a563137175eeba4d8e5f81a0c114fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/diagnostic_setting.py | [
"Apache-2.0"
] | Python | log_analytics_destination_type | pulumi.Output[Optional[str]] | def log_analytics_destination_type(self) -> pulumi.Output[Optional[str]]:
"""
A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>... |
A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible values are: Dedicated and null (null is default.)
| A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: _. Possible values are: Dedicated and null (null is default.) | [
"A",
"string",
"indicating",
"whether",
"the",
"export",
"to",
"Log",
"Analytics",
"should",
"use",
"the",
"default",
"destination",
"type",
"i",
".",
"e",
".",
"AzureDiagnostics",
"or",
"use",
"a",
"destination",
"type",
"constructed",
"as",
"follows",
":",
... | def log_analytics_destination_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "log_analytics_destination_type") | [
"def",
"log_analytics_destination_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_analytics_destination_type\"",
")"
] | A string indicating whether the export to Log Analytics should use the default destination type, i.e. | [
"A",
"string",
"indicating",
"whether",
"the",
"export",
"to",
"Log",
"Analytics",
"should",
"use",
"the",
"default",
"destination",
"type",
"i",
".",
"e",
"."
] | [
"\"\"\"\n A string indicating whether the export to Log Analytics should use the default destination type, i.e. AzureDiagnostics, or use a destination type constructed as follows: <normalized service identity>_<normalized category name>. Possible values are: Dedicated and null (null is default.)\n \"\... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47fe867424a563137175eeba4d8e5f81a0c114fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/diagnostic_setting.py | [
"Apache-2.0"
] | Python | logs | pulumi.Output[Optional[Sequence['outputs.LogSettingsResponse']]] | def logs(self) -> pulumi.Output[Optional[Sequence['outputs.LogSettingsResponse']]]:
"""
The list of logs settings.
"""
return pulumi.get(self, "logs") |
The list of logs settings.
| The list of logs settings. | [
"The",
"list",
"of",
"logs",
"settings",
"."
] | def logs(self) -> pulumi.Output[Optional[Sequence['outputs.LogSettingsResponse']]]:
return pulumi.get(self, "logs") | [
"def",
"logs",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.LogSettingsResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"logs\"",
")"
] | The list of logs settings. | [
"The",
"list",
"of",
"logs",
"settings",
"."
] | [
"\"\"\"\n The list of logs settings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
47fe867424a563137175eeba4d8e5f81a0c114fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/diagnostic_setting.py | [
"Apache-2.0"
] | Python | metrics | pulumi.Output[Optional[Sequence['outputs.MetricSettingsResponse']]] | def metrics(self) -> pulumi.Output[Optional[Sequence['outputs.MetricSettingsResponse']]]:
"""
The list of metric settings.
"""
return pulumi.get(self, "metrics") |
The list of metric settings.
| The list of metric settings. | [
"The",
"list",
"of",
"metric",
"settings",
"."
] | def metrics(self) -> pulumi.Output[Optional[Sequence['outputs.MetricSettingsResponse']]]:
return pulumi.get(self, "metrics") | [
"def",
"metrics",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MetricSettingsResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metrics\"",
")"
] | The list of metric settings. | [
"The",
"list",
"of",
"metric",
"settings",
"."
] | [
"\"\"\"\n The list of metric settings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3f091c4526557ad2d2ca003c0ff4acd83d5f194e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/cluster.py | [
"Apache-2.0"
] | Python | sku | pulumi.Output[Optional['outputs.ClusterSkuResponse']] | def sku(self) -> pulumi.Output[Optional['outputs.ClusterSkuResponse']]:
"""
Properties of the cluster SKU.
"""
return pulumi.get(self, "sku") |
Properties of the cluster SKU.
| Properties of the cluster SKU. | [
"Properties",
"of",
"the",
"cluster",
"SKU",
"."
] | def sku(self) -> pulumi.Output[Optional['outputs.ClusterSkuResponse']]:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ClusterSkuResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | Properties of the cluster SKU. | [
"Properties",
"of",
"the",
"cluster",
"SKU",
"."
] | [
"\"\"\"\n Properties of the cluster SKU.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba848b406e22694decb26bfa0d9aad841c2776da | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/list_open_id_connect_provider_secrets.py | [
"Apache-2.0"
] | Python | list_open_id_connect_provider_secrets | AwaitableListOpenIdConnectProviderSecretsResult | def list_open_id_connect_provider_secrets(opid: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) ... |
Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
API Version: 2019-12-01.
:param str opid: Identifier of the OpenID Connect Provider.
:param str resource_group_name: The name of the resource group.
:param str service_name: The name of the API Management service.
| Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. | [
"Client",
"or",
"app",
"secret",
"used",
"in",
"IdentityProviders",
"Aad",
"OpenID",
"or",
"OAuth",
"."
] | def list_open_id_connect_provider_secrets(opid: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) ... | [
"def",
"list_open_id_connect_provider_secrets",
"(",
"opid",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"service_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | Client or app secret used in IdentityProviders, Aad, OpenID or OAuth. | [
"Client",
"or",
"app",
"secret",
"used",
"in",
"IdentityProviders",
"Aad",
"OpenID",
"or",
"OAuth",
"."
] | [
"\"\"\"\n Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.\n API Version: 2019-12-01.\n\n\n :param str opid: Identifier of the OpenID Connect Provider.\n :param str resource_group_name: The name of the resource group.\n :param str service_name: The name of the API Management serv... | [
{
"param": "opid",
"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": "opid",
"type": "Optional[str]",
"docstring": "Identifier of the OpenID Connect Provider.",
"docstring_tokens": [
"Identifier",
"of",
"the",
"OpenID",
"Connect",
"Provider",
... |
ba85a3fe1e95f8835ecb21e5f946e71d23c14c2b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_site_vnet_connection.py | [
"Apache-2.0"
] | Python | resync_required | Optional[bool] | def resync_required(self) -> Optional[bool]:
"""
Flag to determine if a resync is required
"""
return pulumi.get(self, "resync_required") |
Flag to determine if a resync is required
| Flag to determine if a resync is required | [
"Flag",
"to",
"determine",
"if",
"a",
"resync",
"is",
"required"
] | def resync_required(self) -> Optional[bool]:
return pulumi.get(self, "resync_required") | [
"def",
"resync_required",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resync_required\"",
")"
] | Flag to determine if a resync is required | [
"Flag",
"to",
"determine",
"if",
"a",
"resync",
"is",
"required"
] | [
"\"\"\"\n Flag to determine if a resync 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": []
} |
ba85a3fe1e95f8835ecb21e5f946e71d23c14c2b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/get_site_vnet_connection.py | [
"Apache-2.0"
] | Python | routes | Optional[Sequence['outputs.VnetRouteResponse']] | def routes(self) -> Optional[Sequence['outputs.VnetRouteResponse']]:
"""
The routes that this virtual network connection uses.
"""
return pulumi.get(self, "routes") |
The routes that this virtual network connection uses.
| The routes that this virtual network connection uses. | [
"The",
"routes",
"that",
"this",
"virtual",
"network",
"connection",
"uses",
"."
] | def routes(self) -> Optional[Sequence['outputs.VnetRouteResponse']]:
return pulumi.get(self, "routes") | [
"def",
"routes",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VnetRouteResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"routes\"",
")"
] | The routes that this virtual network connection uses. | [
"The",
"routes",
"that",
"this",
"virtual",
"network",
"connection",
"uses",
"."
] | [
"\"\"\"\n The routes that this virtual network connection uses.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba8fcdc8fbda4fb32944a68f0a83b59df7526008 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/gateway_api_entity_tag.py | [
"Apache-2.0"
] | Python | api_revision_description | pulumi.Output[Optional[str]] | def api_revision_description(self) -> pulumi.Output[Optional[str]]:
"""
Description of the Api Revision.
"""
return pulumi.get(self, "api_revision_description") |
Description of the Api Revision.
| Description of the Api Revision. | [
"Description",
"of",
"the",
"Api",
"Revision",
"."
] | def api_revision_description(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "api_revision_description") | [
"def",
"api_revision_description",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"api_revision_description\"",
")"
] | Description of the Api Revision. | [
"Description",
"of",
"the",
"Api",
"Revision",
"."
] | [
"\"\"\"\n Description of the Api Revision.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba8fcdc8fbda4fb32944a68f0a83b59df7526008 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/gateway_api_entity_tag.py | [
"Apache-2.0"
] | Python | api_version_description | pulumi.Output[Optional[str]] | def api_version_description(self) -> pulumi.Output[Optional[str]]:
"""
Description of the Api Version.
"""
return pulumi.get(self, "api_version_description") |
Description of the Api Version.
| Description of the Api Version. | [
"Description",
"of",
"the",
"Api",
"Version",
"."
] | def api_version_description(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "api_version_description") | [
"def",
"api_version_description",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"api_version_description\"",
")"
] | Description of the Api Version. | [
"Description",
"of",
"the",
"Api",
"Version",
"."
] | [
"\"\"\"\n Description of the Api Version.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba8fcdc8fbda4fb32944a68f0a83b59df7526008 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/gateway_api_entity_tag.py | [
"Apache-2.0"
] | Python | is_current | pulumi.Output[Optional[bool]] | def is_current(self) -> pulumi.Output[Optional[bool]]:
"""
Indicates if API revision is current api revision.
"""
return pulumi.get(self, "is_current") |
Indicates if API revision is current api revision.
| Indicates if API revision is current api revision. | [
"Indicates",
"if",
"API",
"revision",
"is",
"current",
"api",
"revision",
"."
] | def is_current(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_current") | [
"def",
"is_current",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_current\"",
")"
] | Indicates if API revision is current api revision. | [
"Indicates",
"if",
"API",
"revision",
"is",
"current",
"api",
"revision",
"."
] | [
"\"\"\"\n Indicates if API revision is current api revision.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba8fcdc8fbda4fb32944a68f0a83b59df7526008 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20191201preview/gateway_api_entity_tag.py | [
"Apache-2.0"
] | Python | source_api_id | pulumi.Output[Optional[str]] | def source_api_id(self) -> pulumi.Output[Optional[str]]:
"""
API identifier of the source API.
"""
return pulumi.get(self, "source_api_id") |
API identifier of the source API.
| API identifier of the source API. | [
"API",
"identifier",
"of",
"the",
"source",
"API",
"."
] | def source_api_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "source_api_id") | [
"def",
"source_api_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_api_id\"",
")"
] | API identifier of the source API. | [
"API",
"identifier",
"of",
"the",
"source",
"API",
"."
] | [
"\"\"\"\n API identifier of the source API.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba94c18a221d1c8bb50e60b8d6dca836d4fa9d29 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190801/application_package.py | [
"Apache-2.0"
] | Python | last_activation_time | pulumi.Output[str] | def last_activation_time(self) -> pulumi.Output[str]:
"""
The time at which the package was last activated, if the package is active.
"""
return pulumi.get(self, "last_activation_time") |
The time at which the package was last activated, if the package is active.
| The time at which the package was last activated, if the package is active. | [
"The",
"time",
"at",
"which",
"the",
"package",
"was",
"last",
"activated",
"if",
"the",
"package",
"is",
"active",
"."
] | def last_activation_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_activation_time") | [
"def",
"last_activation_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_activation_time\"",
")"
] | The time at which the package was last activated, if the package is active. | [
"The",
"time",
"at",
"which",
"the",
"package",
"was",
"last",
"activated",
"if",
"the",
"package",
"is",
"active",
"."
] | [
"\"\"\"\n The time at which the package was last activated, if the package is active.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba94c18a221d1c8bb50e60b8d6dca836d4fa9d29 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190801/application_package.py | [
"Apache-2.0"
] | Python | storage_url | pulumi.Output[str] | def storage_url(self) -> pulumi.Output[str]:
"""
The URL for the application package in Azure Storage.
"""
return pulumi.get(self, "storage_url") |
The URL for the application package in Azure Storage.
| The URL for the application package in Azure Storage. | [
"The",
"URL",
"for",
"the",
"application",
"package",
"in",
"Azure",
"Storage",
"."
] | def storage_url(self) -> pulumi.Output[str]:
return pulumi.get(self, "storage_url") | [
"def",
"storage_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_url\"",
")"
] | The URL for the application package in Azure Storage. | [
"The",
"URL",
"for",
"the",
"application",
"package",
"in",
"Azure",
"Storage",
"."
] | [
"\"\"\"\n The URL for the application package in Azure 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": []
} |
ba94c18a221d1c8bb50e60b8d6dca836d4fa9d29 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190801/application_package.py | [
"Apache-2.0"
] | Python | storage_url_expiry | pulumi.Output[str] | def storage_url_expiry(self) -> pulumi.Output[str]:
"""
The UTC time at which the Azure Storage URL will expire.
"""
return pulumi.get(self, "storage_url_expiry") |
The UTC time at which the Azure Storage URL will expire.
| The UTC time at which the Azure Storage URL will expire. | [
"The",
"UTC",
"time",
"at",
"which",
"the",
"Azure",
"Storage",
"URL",
"will",
"expire",
"."
] | def storage_url_expiry(self) -> pulumi.Output[str]:
return pulumi.get(self, "storage_url_expiry") | [
"def",
"storage_url_expiry",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_url_expiry\"",
")"
] | The UTC time at which the Azure Storage URL will expire. | [
"The",
"UTC",
"time",
"at",
"which",
"the",
"Azure",
"Storage",
"URL",
"will",
"expire",
"."
] | [
"\"\"\"\n The UTC time at which the Azure Storage URL will expire.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ba9673d8dfa58945dc0c54045a08b1c876861e06 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_file_server.py | [
"Apache-2.0"
] | Python | data_disks | Optional['outputs.DataDisksResponse'] | def data_disks(self) -> Optional['outputs.DataDisksResponse']:
"""
Settings for the data disk which would be created for the File Server.
"""
return pulumi.get(self, "data_disks") |
Settings for the data disk which would be created for the File Server.
| Settings for the data disk which would be created for the File Server. | [
"Settings",
"for",
"the",
"data",
"disk",
"which",
"would",
"be",
"created",
"for",
"the",
"File",
"Server",
"."
] | def data_disks(self) -> Optional['outputs.DataDisksResponse']:
return pulumi.get(self, "data_disks") | [
"def",
"data_disks",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DataDisksResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_disks\"",
")"
] | Settings for the data disk which would be created for the File Server. | [
"Settings",
"for",
"the",
"data",
"disk",
"which",
"would",
"be",
"created",
"for",
"the",
"File",
"Server",
"."
] | [
"\"\"\"\n Settings for the data disk which would be created for the File 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": []
} |
ba9673d8dfa58945dc0c54045a08b1c876861e06 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20170901preview/get_file_server.py | [
"Apache-2.0"
] | Python | ssh_configuration | Optional['outputs.SshConfigurationResponse'] | def ssh_configuration(self) -> Optional['outputs.SshConfigurationResponse']:
"""
SSH configuration settings for the VM
"""
return pulumi.get(self, "ssh_configuration") |
SSH configuration settings for the VM
| SSH configuration settings for the VM | [
"SSH",
"configuration",
"settings",
"for",
"the",
"VM"
] | def ssh_configuration(self) -> Optional['outputs.SshConfigurationResponse']:
return pulumi.get(self, "ssh_configuration") | [
"def",
"ssh_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SshConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssh_configuration\"",
")"
] | SSH configuration settings for the VM | [
"SSH",
"configuration",
"settings",
"for",
"the",
"VM"
] | [
"\"\"\"\n SSH configuration settings for the VM\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
508ed2a9244127856c3eb5031185c059ccd83813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20201102preview/get_application.py | [
"Apache-2.0"
] | Python | command_line_arguments | Optional[str] | def command_line_arguments(self) -> Optional[str]:
"""
Command Line Arguments for Application.
"""
return pulumi.get(self, "command_line_arguments") |
Command Line Arguments for Application.
| Command Line Arguments for Application. | [
"Command",
"Line",
"Arguments",
"for",
"Application",
"."
] | def command_line_arguments(self) -> Optional[str]:
return pulumi.get(self, "command_line_arguments") | [
"def",
"command_line_arguments",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"command_line_arguments\"",
")"
] | Command Line Arguments for Application. | [
"Command",
"Line",
"Arguments",
"for",
"Application",
"."
] | [
"\"\"\"\n Command Line Arguments for Application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
508ed2a9244127856c3eb5031185c059ccd83813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20201102preview/get_application.py | [
"Apache-2.0"
] | Python | command_line_setting | str | def command_line_setting(self) -> str:
"""
Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
"""
return pulumi.get(self, "command_line_set... |
Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.
| Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all. | [
"Specifies",
"whether",
"this",
"published",
"application",
"can",
"be",
"launched",
"with",
"command",
"line",
"arguments",
"provided",
"by",
"the",
"client",
"command",
"line",
"arguments",
"specified",
"at",
"publish",
"time",
"or",
"no",
"command",
"line",
"... | def command_line_setting(self) -> str:
return pulumi.get(self, "command_line_setting") | [
"def",
"command_line_setting",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"command_line_setting\"",
")"
] | Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all. | [
"Specifies",
"whether",
"this",
"published",
"application",
"can",
"be",
"launched",
"with",
"command",
"line",
"arguments",
"provided",
"by",
"the",
"client",
"command",
"line",
"arguments",
"specified",
"at",
"publish",
"time",
"or",
"no",
"command",
"line",
"... | [
"\"\"\"\n Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
508ed2a9244127856c3eb5031185c059ccd83813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20201102preview/get_application.py | [
"Apache-2.0"
] | Python | icon_content | str | def icon_content(self) -> str:
"""
the icon a 64 bit string as a byte array.
"""
return pulumi.get(self, "icon_content") |
the icon a 64 bit string as a byte array.
| the icon a 64 bit string as a byte array. | [
"the",
"icon",
"a",
"64",
"bit",
"string",
"as",
"a",
"byte",
"array",
"."
] | def icon_content(self) -> str:
return pulumi.get(self, "icon_content") | [
"def",
"icon_content",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"icon_content\"",
")"
] | the icon a 64 bit string as a byte array. | [
"the",
"icon",
"a",
"64",
"bit",
"string",
"as",
"a",
"byte",
"array",
"."
] | [
"\"\"\"\n the icon a 64 bit string as a byte array.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
508ed2a9244127856c3eb5031185c059ccd83813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20201102preview/get_application.py | [
"Apache-2.0"
] | Python | msix_package_application_id | Optional[str] | def msix_package_application_id(self) -> Optional[str]:
"""
Specifies the package application Id for MSIX applications
"""
return pulumi.get(self, "msix_package_application_id") |
Specifies the package application Id for MSIX applications
| Specifies the package application Id for MSIX applications | [
"Specifies",
"the",
"package",
"application",
"Id",
"for",
"MSIX",
"applications"
] | def msix_package_application_id(self) -> Optional[str]:
return pulumi.get(self, "msix_package_application_id") | [
"def",
"msix_package_application_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"msix_package_application_id\"",
")"
] | Specifies the package application Id for MSIX applications | [
"Specifies",
"the",
"package",
"application",
"Id",
"for",
"MSIX",
"applications"
] | [
"\"\"\"\n Specifies the package application Id for MSIX applications\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
508ed2a9244127856c3eb5031185c059ccd83813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20201102preview/get_application.py | [
"Apache-2.0"
] | Python | msix_package_family_name | Optional[str] | def msix_package_family_name(self) -> Optional[str]:
"""
Specifies the package family name for MSIX applications
"""
return pulumi.get(self, "msix_package_family_name") |
Specifies the package family name for MSIX applications
| Specifies the package family name for MSIX applications | [
"Specifies",
"the",
"package",
"family",
"name",
"for",
"MSIX",
"applications"
] | def msix_package_family_name(self) -> Optional[str]:
return pulumi.get(self, "msix_package_family_name") | [
"def",
"msix_package_family_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"msix_package_family_name\"",
")"
] | Specifies the package family name for MSIX applications | [
"Specifies",
"the",
"package",
"family",
"name",
"for",
"MSIX",
"applications"
] | [
"\"\"\"\n Specifies the package family name for MSIX applications\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
508ed2a9244127856c3eb5031185c059ccd83813 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20201102preview/get_application.py | [
"Apache-2.0"
] | Python | show_in_portal | Optional[bool] | def show_in_portal(self) -> Optional[bool]:
"""
Specifies whether to show the RemoteApp program in the RD Web Access server.
"""
return pulumi.get(self, "show_in_portal") |
Specifies whether to show the RemoteApp program in the RD Web Access server.
| Specifies whether to show the RemoteApp program in the RD Web Access server. | [
"Specifies",
"whether",
"to",
"show",
"the",
"RemoteApp",
"program",
"in",
"the",
"RD",
"Web",
"Access",
"server",
"."
] | def show_in_portal(self) -> Optional[bool]:
return pulumi.get(self, "show_in_portal") | [
"def",
"show_in_portal",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"show_in_portal\"",
")"
] | Specifies whether to show the RemoteApp program in the RD Web Access server. | [
"Specifies",
"whether",
"to",
"show",
"the",
"RemoteApp",
"program",
"in",
"the",
"RD",
"Web",
"Access",
"server",
"."
] | [
"\"\"\"\n Specifies whether to show the RemoteApp program in the RD Web Access 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": []
} |
80f76a28f2c3231e7b8365e6219b33e9586790fa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_private_link_service.py | [
"Apache-2.0"
] | Python | auto_approval | Optional['outputs.PrivateLinkServicePropertiesResponseAutoApproval'] | def auto_approval(self) -> Optional['outputs.PrivateLinkServicePropertiesResponseAutoApproval']:
"""
The auto-approval list of the private link service.
"""
return pulumi.get(self, "auto_approval") |
The auto-approval list of the private link service.
| The auto-approval list of the private link service. | [
"The",
"auto",
"-",
"approval",
"list",
"of",
"the",
"private",
"link",
"service",
"."
] | def auto_approval(self) -> Optional['outputs.PrivateLinkServicePropertiesResponseAutoApproval']:
return pulumi.get(self, "auto_approval") | [
"def",
"auto_approval",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PrivateLinkServicePropertiesResponseAutoApproval'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_approval\"",
")"
] | The auto-approval list of the private link service. | [
"The",
"auto",
"-",
"approval",
"list",
"of",
"the",
"private",
"link",
"service",
"."
] | [
"\"\"\"\n The auto-approval list of the private link 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": []
} |
80f76a28f2c3231e7b8365e6219b33e9586790fa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_private_link_service.py | [
"Apache-2.0"
] | Python | ip_configurations | Optional[Sequence['outputs.PrivateLinkServiceIpConfigurationResponse']] | def ip_configurations(self) -> Optional[Sequence['outputs.PrivateLinkServiceIpConfigurationResponse']]:
"""
An array of references to the private link service IP configuration.
"""
return pulumi.get(self, "ip_configurations") |
An array of references to the private link service IP configuration.
| An array of references to the private link service IP configuration. | [
"An",
"array",
"of",
"references",
"to",
"the",
"private",
"link",
"service",
"IP",
"configuration",
"."
] | def ip_configurations(self) -> Optional[Sequence['outputs.PrivateLinkServiceIpConfigurationResponse']]:
return pulumi.get(self, "ip_configurations") | [
"def",
"ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrivateLinkServiceIpConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configurations\"",
")"
] | An array of references to the private link service IP configuration. | [
"An",
"array",
"of",
"references",
"to",
"the",
"private",
"link",
"service",
"IP",
"configuration",
"."
] | [
"\"\"\"\n An array of references to the private link service IP configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80f76a28f2c3231e7b8365e6219b33e9586790fa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_private_link_service.py | [
"Apache-2.0"
] | Python | load_balancer_frontend_ip_configurations | Optional[Sequence['outputs.FrontendIPConfigurationResponse']] | def load_balancer_frontend_ip_configurations(self) -> Optional[Sequence['outputs.FrontendIPConfigurationResponse']]:
"""
An array of references to the load balancer IP configurations.
"""
return pulumi.get(self, "load_balancer_frontend_ip_configurations") |
An array of references to the load balancer IP configurations.
| An array of references to the load balancer IP configurations. | [
"An",
"array",
"of",
"references",
"to",
"the",
"load",
"balancer",
"IP",
"configurations",
"."
] | def load_balancer_frontend_ip_configurations(self) -> Optional[Sequence['outputs.FrontendIPConfigurationResponse']]:
return pulumi.get(self, "load_balancer_frontend_ip_configurations") | [
"def",
"load_balancer_frontend_ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.FrontendIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancer_frontend_ip_configurations\"",
")"
] | An array of references to the load balancer IP configurations. | [
"An",
"array",
"of",
"references",
"to",
"the",
"load",
"balancer",
"IP",
"configurations",
"."
] | [
"\"\"\"\n An array of references to the load balancer IP configurations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80f76a28f2c3231e7b8365e6219b33e9586790fa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_private_link_service.py | [
"Apache-2.0"
] | Python | visibility | Optional['outputs.PrivateLinkServicePropertiesResponseVisibility'] | def visibility(self) -> Optional['outputs.PrivateLinkServicePropertiesResponseVisibility']:
"""
The visibility list of the private link service.
"""
return pulumi.get(self, "visibility") |
The visibility list of the private link service.
| The visibility list of the private link service. | [
"The",
"visibility",
"list",
"of",
"the",
"private",
"link",
"service",
"."
] | def visibility(self) -> Optional['outputs.PrivateLinkServicePropertiesResponseVisibility']:
return pulumi.get(self, "visibility") | [
"def",
"visibility",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PrivateLinkServicePropertiesResponseVisibility'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"visibility\"",
")"
] | The visibility list of the private link service. | [
"The",
"visibility",
"list",
"of",
"the",
"private",
"link",
"service",
"."
] | [
"\"\"\"\n The visibility list of the private link 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": []
} |
781e07ba384b35c815807867eb2b04c17eae654f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sqlvirtualmachine/v20170301preview/availability_group_listener.py | [
"Apache-2.0"
] | Python | availability_group_name | pulumi.Output[Optional[str]] | def availability_group_name(self) -> pulumi.Output[Optional[str]]:
"""
Name of the availability group.
"""
return pulumi.get(self, "availability_group_name") |
Name of the availability group.
| Name of the availability group. | [
"Name",
"of",
"the",
"availability",
"group",
"."
] | def availability_group_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "availability_group_name") | [
"def",
"availability_group_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_group_name\"",
")"
] | Name of the availability group. | [
"Name",
"of",
"the",
"availability",
"group",
"."
] | [
"\"\"\"\n Name of the availability 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": []
} |
781e07ba384b35c815807867eb2b04c17eae654f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sqlvirtualmachine/v20170301preview/availability_group_listener.py | [
"Apache-2.0"
] | Python | create_default_availability_group_if_not_exist | pulumi.Output[Optional[bool]] | def create_default_availability_group_if_not_exist(self) -> pulumi.Output[Optional[bool]]:
"""
Create a default availability group if it does not exist.
"""
return pulumi.get(self, "create_default_availability_group_if_not_exist") |
Create a default availability group if it does not exist.
| Create a default availability group if it does not exist. | [
"Create",
"a",
"default",
"availability",
"group",
"if",
"it",
"does",
"not",
"exist",
"."
] | def create_default_availability_group_if_not_exist(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "create_default_availability_group_if_not_exist") | [
"def",
"create_default_availability_group_if_not_exist",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"create_default_availability_group_if_not_exist\"",
")"
] | Create a default availability group if it does not exist. | [
"Create",
"a",
"default",
"availability",
"group",
"if",
"it",
"does",
"not",
"exist",
"."
] | [
"\"\"\"\n Create a default availability group if it does not exist.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
781e07ba384b35c815807867eb2b04c17eae654f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sqlvirtualmachine/v20170301preview/availability_group_listener.py | [
"Apache-2.0"
] | Python | load_balancer_configurations | pulumi.Output[Optional[Sequence['outputs.LoadBalancerConfigurationResponse']]] | def load_balancer_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.LoadBalancerConfigurationResponse']]]:
"""
List of load balancer configurations for an availability group listener.
"""
return pulumi.get(self, "load_balancer_configurations") |
List of load balancer configurations for an availability group listener.
| List of load balancer configurations for an availability group listener. | [
"List",
"of",
"load",
"balancer",
"configurations",
"for",
"an",
"availability",
"group",
"listener",
"."
] | def load_balancer_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.LoadBalancerConfigurationResponse']]]:
return pulumi.get(self, "load_balancer_configurations") | [
"def",
"load_balancer_configurations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.LoadBalancerConfigurationResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancer_con... | List of load balancer configurations for an availability group listener. | [
"List",
"of",
"load",
"balancer",
"configurations",
"for",
"an",
"availability",
"group",
"listener",
"."
] | [
"\"\"\"\n List of load balancer configurations for an availability group listener.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aca9d4b51eb632ddec70fb23c6777606922770a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/invitation.py | [
"Apache-2.0"
] | Python | invitation_status | pulumi.Output[str] | def invitation_status(self) -> pulumi.Output[str]:
"""
The status of the invitation.
"""
return pulumi.get(self, "invitation_status") |
The status of the invitation.
| The status of the invitation. | [
"The",
"status",
"of",
"the",
"invitation",
"."
] | def invitation_status(self) -> pulumi.Output[str]:
return pulumi.get(self, "invitation_status") | [
"def",
"invitation_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"invitation_status\"",
")"
] | The status of the invitation. | [
"The",
"status",
"of",
"the",
"invitation",
"."
] | [
"\"\"\"\n The status of the invitation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aca9d4b51eb632ddec70fb23c6777606922770a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/invitation.py | [
"Apache-2.0"
] | Python | responded_at | pulumi.Output[str] | def responded_at(self) -> pulumi.Output[str]:
"""
The time the recipient responded to the invitation.
"""
return pulumi.get(self, "responded_at") |
The time the recipient responded to the invitation.
| The time the recipient responded to the invitation. | [
"The",
"time",
"the",
"recipient",
"responded",
"to",
"the",
"invitation",
"."
] | def responded_at(self) -> pulumi.Output[str]:
return pulumi.get(self, "responded_at") | [
"def",
"responded_at",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"responded_at\"",
")"
] | The time the recipient responded to the invitation. | [
"The",
"time",
"the",
"recipient",
"responded",
"to",
"the",
"invitation",
"."
] | [
"\"\"\"\n The time the recipient responded to the invitation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aca9d4b51eb632ddec70fb23c6777606922770a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/invitation.py | [
"Apache-2.0"
] | Python | sent_at | pulumi.Output[str] | def sent_at(self) -> pulumi.Output[str]:
"""
Gets the time at which the invitation was sent.
"""
return pulumi.get(self, "sent_at") |
Gets the time at which the invitation was sent.
| Gets the time at which the invitation was sent. | [
"Gets",
"the",
"time",
"at",
"which",
"the",
"invitation",
"was",
"sent",
"."
] | def sent_at(self) -> pulumi.Output[str]:
return pulumi.get(self, "sent_at") | [
"def",
"sent_at",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sent_at\"",
")"
] | Gets the time at which the invitation was sent. | [
"Gets",
"the",
"time",
"at",
"which",
"the",
"invitation",
"was",
"sent",
"."
] | [
"\"\"\"\n Gets the time at which the invitation was sent.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aca9d4b51eb632ddec70fb23c6777606922770a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/invitation.py | [
"Apache-2.0"
] | Python | target_active_directory_id | pulumi.Output[Optional[str]] | def target_active_directory_id(self) -> pulumi.Output[Optional[str]]:
"""
The target Azure AD Id. Can't be combined with email.
"""
return pulumi.get(self, "target_active_directory_id") |
The target Azure AD Id. Can't be combined with email.
| The target Azure AD Id. Can't be combined with email. | [
"The",
"target",
"Azure",
"AD",
"Id",
".",
"Can",
"'",
"t",
"be",
"combined",
"with",
"email",
"."
] | def target_active_directory_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "target_active_directory_id") | [
"def",
"target_active_directory_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_active_directory_id\"",
")"
] | The target Azure AD Id. | [
"The",
"target",
"Azure",
"AD",
"Id",
"."
] | [
"\"\"\"\n The target Azure AD Id. Can't be combined with email.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aca9d4b51eb632ddec70fb23c6777606922770a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/invitation.py | [
"Apache-2.0"
] | Python | target_email | pulumi.Output[Optional[str]] | def target_email(self) -> pulumi.Output[Optional[str]]:
"""
The email the invitation is directed to.
"""
return pulumi.get(self, "target_email") |
The email the invitation is directed to.
| The email the invitation is directed to. | [
"The",
"email",
"the",
"invitation",
"is",
"directed",
"to",
"."
] | def target_email(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "target_email") | [
"def",
"target_email",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_email\"",
")"
] | The email the invitation is directed to. | [
"The",
"email",
"the",
"invitation",
"is",
"directed",
"to",
"."
] | [
"\"\"\"\n The email the invitation is directed to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
aca9d4b51eb632ddec70fb23c6777606922770a3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datashare/invitation.py | [
"Apache-2.0"
] | Python | target_object_id | pulumi.Output[Optional[str]] | def target_object_id(self) -> pulumi.Output[Optional[str]]:
"""
The target user or application Id that invitation is being sent to.
Must be specified along TargetActiveDirectoryId. This enables sending
invitations to specific users or applications in an AD tenant.
"""
r... |
The target user or application Id that invitation is being sent to.
Must be specified along TargetActiveDirectoryId. This enables sending
invitations to specific users or applications in an AD tenant.
| The target user or application Id that invitation is being sent to.
Must be specified along TargetActiveDirectoryId. This enables sending
invitations to specific users or applications in an AD tenant. | [
"The",
"target",
"user",
"or",
"application",
"Id",
"that",
"invitation",
"is",
"being",
"sent",
"to",
".",
"Must",
"be",
"specified",
"along",
"TargetActiveDirectoryId",
".",
"This",
"enables",
"sending",
"invitations",
"to",
"specific",
"users",
"or",
"applica... | def target_object_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "target_object_id") | [
"def",
"target_object_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_object_id\"",
")"
] | The target user or application Id that invitation is being sent to. | [
"The",
"target",
"user",
"or",
"application",
"Id",
"that",
"invitation",
"is",
"being",
"sent",
"to",
"."
] | [
"\"\"\"\n The target user or application Id that invitation is being sent to.\r\n Must be specified along TargetActiveDirectoryId. This enables sending\r\n invitations to specific users or applications in an AD tenant.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
769b9c717b1082887bf8a7a7f964d2623be1fda5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/ddos_custom_policy.py | [
"Apache-2.0"
] | Python | protocol_custom_settings | pulumi.Output[Optional[Sequence['outputs.ProtocolCustomSettingsFormatResponse']]] | def protocol_custom_settings(self) -> pulumi.Output[Optional[Sequence['outputs.ProtocolCustomSettingsFormatResponse']]]:
"""
The protocol-specific DDoS policy customization parameters.
"""
return pulumi.get(self, "protocol_custom_settings") |
The protocol-specific DDoS policy customization parameters.
| The protocol-specific DDoS policy customization parameters. | [
"The",
"protocol",
"-",
"specific",
"DDoS",
"policy",
"customization",
"parameters",
"."
] | def protocol_custom_settings(self) -> pulumi.Output[Optional[Sequence['outputs.ProtocolCustomSettingsFormatResponse']]]:
return pulumi.get(self, "protocol_custom_settings") | [
"def",
"protocol_custom_settings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ProtocolCustomSettingsFormatResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"protocol_custom_se... | The protocol-specific DDoS policy customization parameters. | [
"The",
"protocol",
"-",
"specific",
"DDoS",
"policy",
"customization",
"parameters",
"."
] | [
"\"\"\"\n The protocol-specific DDoS policy customization parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
769b9c717b1082887bf8a7a7f964d2623be1fda5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/ddos_custom_policy.py | [
"Apache-2.0"
] | Python | public_ip_addresses | pulumi.Output[Sequence['outputs.SubResourceResponse']] | def public_ip_addresses(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
"""
The list of public IPs associated with the DDoS custom policy resource. This list is read-only.
"""
return pulumi.get(self, "public_ip_addresses") |
The list of public IPs associated with the DDoS custom policy resource. This list is read-only.
| The list of public IPs associated with the DDoS custom policy resource. This list is read-only. | [
"The",
"list",
"of",
"public",
"IPs",
"associated",
"with",
"the",
"DDoS",
"custom",
"policy",
"resource",
".",
"This",
"list",
"is",
"read",
"-",
"only",
"."
] | def public_ip_addresses(self) -> pulumi.Output[Sequence['outputs.SubResourceResponse']]:
return pulumi.get(self, "public_ip_addresses") | [
"def",
"public_ip_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_ip_addresses\"",
")"
] | The list of public IPs associated with the DDoS custom policy resource. | [
"The",
"list",
"of",
"public",
"IPs",
"associated",
"with",
"the",
"DDoS",
"custom",
"policy",
"resource",
"."
] | [
"\"\"\"\n The list of public IPs associated with the DDoS custom policy resource. This list is read-only.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
791db57af525eedefbe5cf9abebd92582f9a4458 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/group.py | [
"Apache-2.0"
] | Python | assessments | pulumi.Output[Sequence[str]] | def assessments(self) -> pulumi.Output[Sequence[str]]:
"""
List of References to Assessments created on this group.
"""
return pulumi.get(self, "assessments") |
List of References to Assessments created on this group.
| List of References to Assessments created on this group. | [
"List",
"of",
"References",
"to",
"Assessments",
"created",
"on",
"this",
"group",
"."
] | def assessments(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "assessments") | [
"def",
"assessments",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"assessments\"",
")"
] | List of References to Assessments created on this group. | [
"List",
"of",
"References",
"to",
"Assessments",
"created",
"on",
"this",
"group",
"."
] | [
"\"\"\"\n List of References to Assessments created on this 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": []
} |
791db57af525eedefbe5cf9abebd92582f9a4458 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/group.py | [
"Apache-2.0"
] | Python | created_timestamp | pulumi.Output[str] | def created_timestamp(self) -> pulumi.Output[str]:
"""
Time when this project was created. Date-Time represented in ISO-8601 format.
"""
return pulumi.get(self, "created_timestamp") |
Time when this project was created. Date-Time represented in ISO-8601 format.
| Time when this project was created. Date-Time represented in ISO-8601 format. | [
"Time",
"when",
"this",
"project",
"was",
"created",
".",
"Date",
"-",
"Time",
"represented",
"in",
"ISO",
"-",
"8601",
"format",
"."
] | def created_timestamp(self) -> pulumi.Output[str]:
return pulumi.get(self, "created_timestamp") | [
"def",
"created_timestamp",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_timestamp\"",
")"
] | Time when this project was created. | [
"Time",
"when",
"this",
"project",
"was",
"created",
"."
] | [
"\"\"\"\n Time when this project was created. Date-Time represented in ISO-8601 format.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
791db57af525eedefbe5cf9abebd92582f9a4458 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/group.py | [
"Apache-2.0"
] | Python | machines | pulumi.Output[Sequence[str]] | def machines(self) -> pulumi.Output[Sequence[str]]:
"""
List of machine names that are part of this group.
"""
return pulumi.get(self, "machines") |
List of machine names that are part of this group.
| List of machine names that are part of this group. | [
"List",
"of",
"machine",
"names",
"that",
"are",
"part",
"of",
"this",
"group",
"."
] | def machines(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "machines") | [
"def",
"machines",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"machines\"",
")"
] | List of machine names that are part of this group. | [
"List",
"of",
"machine",
"names",
"that",
"are",
"part",
"of",
"this",
"group",
"."
] | [
"\"\"\"\n List of machine names that are part of this 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": []
} |
791db57af525eedefbe5cf9abebd92582f9a4458 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/v20180202/group.py | [
"Apache-2.0"
] | Python | updated_timestamp | pulumi.Output[str] | def updated_timestamp(self) -> pulumi.Output[str]:
"""
Time when this project was last updated. Date-Time represented in ISO-8601 format.
"""
return pulumi.get(self, "updated_timestamp") |
Time when this project was last updated. Date-Time represented in ISO-8601 format.
| Time when this project was last updated. Date-Time represented in ISO-8601 format. | [
"Time",
"when",
"this",
"project",
"was",
"last",
"updated",
".",
"Date",
"-",
"Time",
"represented",
"in",
"ISO",
"-",
"8601",
"format",
"."
] | def updated_timestamp(self) -> pulumi.Output[str]:
return pulumi.get(self, "updated_timestamp") | [
"def",
"updated_timestamp",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_timestamp\"",
")"
] | Time when this project was last updated. | [
"Time",
"when",
"this",
"project",
"was",
"last",
"updated",
"."
] | [
"\"\"\"\n Time when this project was last updated. Date-Time represented in ISO-8601 format.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7923d2aa876feddab5f1c0b3c09a65ab1a6f420d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/latest/get_server.py | [
"Apache-2.0"
] | Python | external_administrator_login | str | def external_administrator_login(self) -> str:
"""
The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators
"""
return pulumi.get(self, "e... |
The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators
| The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators | [
"The",
"display",
"name",
"of",
"the",
"Azure",
"Active",
"Directory",
"object",
"with",
"admin",
"permissions",
"on",
"this",
"server",
".",
"Legacy",
"parameter",
"always",
"null",
".",
"To",
"check",
"for",
"Active",
"Directory",
"admin",
"query",
"...",
... | def external_administrator_login(self) -> str:
return pulumi.get(self, "external_administrator_login") | [
"def",
"external_administrator_login",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_administrator_login\"",
")"
] | The display name of the Azure Active Directory object with admin permissions on this server. | [
"The",
"display",
"name",
"of",
"the",
"Azure",
"Active",
"Directory",
"object",
"with",
"admin",
"permissions",
"on",
"this",
"server",
"."
] | [
"\"\"\"\n The display name of the Azure Active Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7923d2aa876feddab5f1c0b3c09a65ab1a6f420d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/latest/get_server.py | [
"Apache-2.0"
] | Python | external_administrator_sid | str | def external_administrator_sid(self) -> str:
"""
The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators.
"""
return pulumi.get(self, "external_adm... |
The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators.
| The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators. | [
"The",
"ID",
"of",
"the",
"Active",
"Azure",
"Directory",
"object",
"with",
"admin",
"permissions",
"on",
"this",
"server",
".",
"Legacy",
"parameter",
"always",
"null",
".",
"To",
"check",
"for",
"Active",
"Directory",
"admin",
"query",
"...",
"/",
"servers... | def external_administrator_sid(self) -> str:
return pulumi.get(self, "external_administrator_sid") | [
"def",
"external_administrator_sid",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_administrator_sid\"",
")"
] | The ID of the Active Azure Directory object with admin permissions on this server. | [
"The",
"ID",
"of",
"the",
"Active",
"Azure",
"Directory",
"object",
"with",
"admin",
"permissions",
"on",
"this",
"server",
"."
] | [
"\"\"\"\n The ID of the Active Azure Directory object with admin permissions on this server. Legacy parameter, always null. To check for Active Directory admin, query .../servers/{serverName}/administrators.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
792fd81ff624d12d52b9477602d78436b25ea95d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190801/route.py | [
"Apache-2.0"
] | Python | next_hop_ip_address | pulumi.Output[Optional[str]] | def next_hop_ip_address(self) -> pulumi.Output[Optional[str]]:
"""
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
"""
return pulumi.get(self, "next_hop_ip_address") |
The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
| The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance. | [
"The",
"IP",
"address",
"packets",
"should",
"be",
"forwarded",
"to",
".",
"Next",
"hop",
"values",
"are",
"only",
"allowed",
"in",
"routes",
"where",
"the",
"next",
"hop",
"type",
"is",
"VirtualAppliance",
"."
] | def next_hop_ip_address(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "next_hop_ip_address") | [
"def",
"next_hop_ip_address",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"next_hop_ip_address\"",
")"
] | The IP address packets should be forwarded to. | [
"The",
"IP",
"address",
"packets",
"should",
"be",
"forwarded",
"to",
"."
] | [
"\"\"\"\n The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
792fd81ff624d12d52b9477602d78436b25ea95d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190801/route.py | [
"Apache-2.0"
] | Python | next_hop_type | pulumi.Output[str] | def next_hop_type(self) -> pulumi.Output[str]:
"""
The type of Azure hop the packet should be sent to.
"""
return pulumi.get(self, "next_hop_type") |
The type of Azure hop the packet should be sent to.
| The type of Azure hop the packet should be sent to. | [
"The",
"type",
"of",
"Azure",
"hop",
"the",
"packet",
"should",
"be",
"sent",
"to",
"."
] | def next_hop_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "next_hop_type") | [
"def",
"next_hop_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"next_hop_type\"",
")"
] | The type of Azure hop the packet should be sent to. | [
"The",
"type",
"of",
"Azure",
"hop",
"the",
"packet",
"should",
"be",
"sent",
"to",
"."
] | [
"\"\"\"\n The type of Azure hop the packet should be sent to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
794341bfec077e86c0d37d47add5847c029535b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/v20190701/get_remediation_at_resource.py | [
"Apache-2.0"
] | Python | deployment_status | 'outputs.RemediationDeploymentSummaryResponse' | def deployment_status(self) -> 'outputs.RemediationDeploymentSummaryResponse':
"""
The deployment status summary for all deployments created by the remediation.
"""
return pulumi.get(self, "deployment_status") |
The deployment status summary for all deployments created by the remediation.
| The deployment status summary for all deployments created by the remediation. | [
"The",
"deployment",
"status",
"summary",
"for",
"all",
"deployments",
"created",
"by",
"the",
"remediation",
"."
] | def deployment_status(self) -> 'outputs.RemediationDeploymentSummaryResponse':
return pulumi.get(self, "deployment_status") | [
"def",
"deployment_status",
"(",
"self",
")",
"->",
"'outputs.RemediationDeploymentSummaryResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deployment_status\"",
")"
] | The deployment status summary for all deployments created by the remediation. | [
"The",
"deployment",
"status",
"summary",
"for",
"all",
"deployments",
"created",
"by",
"the",
"remediation",
"."
] | [
"\"\"\"\n The deployment status summary for all deployments created by the remediation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
794341bfec077e86c0d37d47add5847c029535b4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/policyinsights/v20190701/get_remediation_at_resource.py | [
"Apache-2.0"
] | Python | resource_discovery_mode | Optional[str] | def resource_discovery_mode(self) -> Optional[str]:
"""
The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
"""
return pulumi.get(self, "resource_discovery_mode") |
The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.
| The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified. | [
"The",
"way",
"resources",
"to",
"remediate",
"are",
"discovered",
".",
"Defaults",
"to",
"ExistingNonCompliant",
"if",
"not",
"specified",
"."
] | def resource_discovery_mode(self) -> Optional[str]:
return pulumi.get(self, "resource_discovery_mode") | [
"def",
"resource_discovery_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_discovery_mode\"",
")"
] | The way resources to remediate are discovered. | [
"The",
"way",
"resources",
"to",
"remediate",
"are",
"discovered",
"."
] | [
"\"\"\"\n The way resources to remediate are discovered. Defaults to ExistingNonCompliant if not specified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7945d16591585efe07166c8e50d83b5b7a38af8e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20200801preview/blob_inventory_policy.py | [
"Apache-2.0"
] | Python | policy | pulumi.Output['outputs.BlobInventoryPolicySchemaResponse'] | def policy(self) -> pulumi.Output['outputs.BlobInventoryPolicySchemaResponse']:
"""
The storage account blob inventory policy object. It is composed of policy rules.
"""
return pulumi.get(self, "policy") |
The storage account blob inventory policy object. It is composed of policy rules.
| The storage account blob inventory policy object. It is composed of policy rules. | [
"The",
"storage",
"account",
"blob",
"inventory",
"policy",
"object",
".",
"It",
"is",
"composed",
"of",
"policy",
"rules",
"."
] | def policy(self) -> pulumi.Output['outputs.BlobInventoryPolicySchemaResponse']:
return pulumi.get(self, "policy") | [
"def",
"policy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.BlobInventoryPolicySchemaResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy\"",
")"
] | The storage account blob inventory policy object. | [
"The",
"storage",
"account",
"blob",
"inventory",
"policy",
"object",
"."
] | [
"\"\"\"\n The storage account blob inventory policy object. It is composed of policy rules.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | destination_address_prefix | pulumi.Output[Optional[str]] | def destination_address_prefix(self) -> pulumi.Output[Optional[str]]:
"""
The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
"""
r... |
The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.
| The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. | [
"The",
"destination",
"address",
"prefix",
".",
"CIDR",
"or",
"destination",
"IP",
"range",
".",
"Asterisk",
"'",
"*",
"'",
"can",
"also",
"be",
"used",
"to",
"match",
"all",
"source",
"IPs",
"."
] | def destination_address_prefix(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "destination_address_prefix") | [
"def",
"destination_address_prefix",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_address_prefix\"",
")"
] | The destination address prefix. | [
"The",
"destination",
"address",
"prefix",
"."
] | [
"\"\"\"\n The destination address prefix. CIDR or destination IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | destination_address_prefixes | pulumi.Output[Optional[Sequence[str]]] | def destination_address_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
The destination address prefixes. CIDR or destination IP ranges.
"""
return pulumi.get(self, "destination_address_prefixes") |
The destination address prefixes. CIDR or destination IP ranges.
| The destination address prefixes. CIDR or destination IP ranges. | [
"The",
"destination",
"address",
"prefixes",
".",
"CIDR",
"or",
"destination",
"IP",
"ranges",
"."
] | def destination_address_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "destination_address_prefixes") | [
"def",
"destination_address_prefixes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_address_prefixes\"",
")"
] | The destination address prefixes. | [
"The",
"destination",
"address",
"prefixes",
"."
] | [
"\"\"\"\n The destination address prefixes. CIDR or destination IP ranges.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | destination_application_security_groups | pulumi.Output[Optional[Sequence['outputs.ApplicationSecurityGroupResponse']]] | def destination_application_security_groups(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSecurityGroupResponse']]]:
"""
The application security group specified as destination.
"""
return pulumi.get(self, "destination_application_security_groups") |
The application security group specified as destination.
| The application security group specified as destination. | [
"The",
"application",
"security",
"group",
"specified",
"as",
"destination",
"."
] | def destination_application_security_groups(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSecurityGroupResponse']]]:
return pulumi.get(self, "destination_application_security_groups") | [
"def",
"destination_application_security_groups",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationSecurityGroupResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destina... | The application security group specified as destination. | [
"The",
"application",
"security",
"group",
"specified",
"as",
"destination",
"."
] | [
"\"\"\"\n The application security group specified as destination.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | destination_port_range | pulumi.Output[Optional[str]] | def destination_port_range(self) -> pulumi.Output[Optional[str]]:
"""
The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
"""
return pulumi.get(self, "destination_port_range") |
The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
| The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. | [
"The",
"destination",
"port",
"or",
"range",
".",
"Integer",
"or",
"range",
"between",
"0",
"and",
"65535",
".",
"Asterisk",
"'",
"*",
"'",
"can",
"also",
"be",
"used",
"to",
"match",
"all",
"ports",
"."
] | def destination_port_range(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "destination_port_range") | [
"def",
"destination_port_range",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"destination_port_range\"",
")"
] | The destination port or range. | [
"The",
"destination",
"port",
"or",
"range",
"."
] | [
"\"\"\"\n The destination port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | source_address_prefix | pulumi.Output[Optional[str]] | def source_address_prefix(self) -> pulumi.Output[Optional[str]]:
"""
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic... |
The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from.
| The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. | [
"The",
"CIDR",
"or",
"source",
"IP",
"range",
".",
"Asterisk",
"'",
"*",
"'",
"can",
"also",
"be",
"used",
"to",
"match",
"all",
"source",
"IPs",
"."
] | def source_address_prefix(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "source_address_prefix") | [
"def",
"source_address_prefix",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_address_prefix\"",
")"
] | The CIDR or source IP range. | [
"The",
"CIDR",
"or",
"source",
"IP",
"range",
"."
] | [
"\"\"\"\n The CIDR or source IP range. Asterisk '*' can also be used to match all source IPs. Default tags such as 'VirtualNetwork', 'AzureLoadBalancer' and 'Internet' can also be used. If this is an ingress rule, specifies where network traffic originates from. \n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | source_address_prefixes | pulumi.Output[Optional[Sequence[str]]] | def source_address_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
The CIDR or source IP ranges.
"""
return pulumi.get(self, "source_address_prefixes") |
The CIDR or source IP ranges.
| The CIDR or source IP ranges. | [
"The",
"CIDR",
"or",
"source",
"IP",
"ranges",
"."
] | def source_address_prefixes(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "source_address_prefixes") | [
"def",
"source_address_prefixes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_address_prefixes\"",
")"
] | The CIDR or source IP ranges. | [
"The",
"CIDR",
"or",
"source",
"IP",
"ranges",
"."
] | [
"\"\"\"\n The CIDR or source IP ranges.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | source_application_security_groups | pulumi.Output[Optional[Sequence['outputs.ApplicationSecurityGroupResponse']]] | def source_application_security_groups(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSecurityGroupResponse']]]:
"""
The application security group specified as source.
"""
return pulumi.get(self, "source_application_security_groups") |
The application security group specified as source.
| The application security group specified as source. | [
"The",
"application",
"security",
"group",
"specified",
"as",
"source",
"."
] | def source_application_security_groups(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationSecurityGroupResponse']]]:
return pulumi.get(self, "source_application_security_groups") | [
"def",
"source_application_security_groups",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationSecurityGroupResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_appli... | The application security group specified as source. | [
"The",
"application",
"security",
"group",
"specified",
"as",
"source",
"."
] | [
"\"\"\"\n The application security group specified as source.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7949980584e76fae0bc7a8d70b5c5d9ea227d39a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20181001/security_rule.py | [
"Apache-2.0"
] | Python | source_port_range | pulumi.Output[Optional[str]] | def source_port_range(self) -> pulumi.Output[Optional[str]]:
"""
The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
"""
return pulumi.get(self, "source_port_range") |
The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.
| The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports. | [
"The",
"source",
"port",
"or",
"range",
".",
"Integer",
"or",
"range",
"between",
"0",
"and",
"65535",
".",
"Asterisk",
"'",
"*",
"'",
"can",
"also",
"be",
"used",
"to",
"match",
"all",
"ports",
"."
] | def source_port_range(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "source_port_range") | [
"def",
"source_port_range",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_port_range\"",
")"
] | The source port or range. | [
"The",
"source",
"port",
"or",
"range",
"."
] | [
"\"\"\"\n The source port or range. Integer or range between 0 and 65535. Asterisk '*' can also be used to match all ports.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
794e0fe4ec5e7f4a6bedb1c91c1b82416ea0e764 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/relay/latest/hybrid_connection.py | [
"Apache-2.0"
] | Python | listener_count | pulumi.Output[int] | def listener_count(self) -> pulumi.Output[int]:
"""
The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.
"""
return pulumi.get(self, "listener_count") |
The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.
| The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported. | [
"The",
"number",
"of",
"listeners",
"for",
"this",
"hybrid",
"connection",
".",
"Note",
"that",
"min",
":",
"1",
"and",
"max",
":",
"25",
"are",
"supported",
"."
] | def listener_count(self) -> pulumi.Output[int]:
return pulumi.get(self, "listener_count") | [
"def",
"listener_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"listener_count\"",
")"
] | The number of listeners for this hybrid connection. | [
"The",
"number",
"of",
"listeners",
"for",
"this",
"hybrid",
"connection",
"."
] | [
"\"\"\"\n The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | admin_user_enabled | pulumi.Output[Optional[bool]] | def admin_user_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
The value that indicates whether the admin user is enabled.
"""
return pulumi.get(self, "admin_user_enabled") |
The value that indicates whether the admin user is enabled.
| The value that indicates whether the admin user is enabled. | [
"The",
"value",
"that",
"indicates",
"whether",
"the",
"admin",
"user",
"is",
"enabled",
"."
] | def admin_user_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "admin_user_enabled") | [
"def",
"admin_user_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"admin_user_enabled\"",
")"
] | The value that indicates whether the admin user is enabled. | [
"The",
"value",
"that",
"indicates",
"whether",
"the",
"admin",
"user",
"is",
"enabled",
"."
] | [
"\"\"\"\n The value that indicates whether the admin user 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": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | anonymous_pull_enabled | pulumi.Output[Optional[bool]] | def anonymous_pull_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Enables registry-wide pull from unauthenticated clients.
"""
return pulumi.get(self, "anonymous_pull_enabled") |
Enables registry-wide pull from unauthenticated clients.
| Enables registry-wide pull from unauthenticated clients. | [
"Enables",
"registry",
"-",
"wide",
"pull",
"from",
"unauthenticated",
"clients",
"."
] | def anonymous_pull_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "anonymous_pull_enabled") | [
"def",
"anonymous_pull_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"anonymous_pull_enabled\"",
")"
] | Enables registry-wide pull from unauthenticated clients. | [
"Enables",
"registry",
"-",
"wide",
"pull",
"from",
"unauthenticated",
"clients",
"."
] | [
"\"\"\"\n Enables registry-wide pull from unauthenticated clients.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | data_endpoint_enabled | pulumi.Output[Optional[bool]] | def data_endpoint_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Enable a single data endpoint per region for serving data.
"""
return pulumi.get(self, "data_endpoint_enabled") |
Enable a single data endpoint per region for serving data.
| Enable a single data endpoint per region for serving data. | [
"Enable",
"a",
"single",
"data",
"endpoint",
"per",
"region",
"for",
"serving",
"data",
"."
] | def data_endpoint_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "data_endpoint_enabled") | [
"def",
"data_endpoint_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_endpoint_enabled\"",
")"
] | Enable a single data endpoint per region for serving data. | [
"Enable",
"a",
"single",
"data",
"endpoint",
"per",
"region",
"for",
"serving",
"data",
"."
] | [
"\"\"\"\n Enable a single data endpoint per region for serving 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": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | data_endpoint_host_names | pulumi.Output[Sequence[str]] | def data_endpoint_host_names(self) -> pulumi.Output[Sequence[str]]:
"""
List of host names that will serve data when dataEndpointEnabled is true.
"""
return pulumi.get(self, "data_endpoint_host_names") |
List of host names that will serve data when dataEndpointEnabled is true.
| List of host names that will serve data when dataEndpointEnabled is true. | [
"List",
"of",
"host",
"names",
"that",
"will",
"serve",
"data",
"when",
"dataEndpointEnabled",
"is",
"true",
"."
] | def data_endpoint_host_names(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "data_endpoint_host_names") | [
"def",
"data_endpoint_host_names",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_endpoint_host_names\"",
")"
] | List of host names that will serve data when dataEndpointEnabled is true. | [
"List",
"of",
"host",
"names",
"that",
"will",
"serve",
"data",
"when",
"dataEndpointEnabled",
"is",
"true",
"."
] | [
"\"\"\"\n List of host names that will serve data when dataEndpointEnabled is true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | encryption | pulumi.Output[Optional['outputs.EncryptionPropertyResponse']] | def encryption(self) -> pulumi.Output[Optional['outputs.EncryptionPropertyResponse']]:
"""
The encryption settings of container registry.
"""
return pulumi.get(self, "encryption") |
The encryption settings of container registry.
| The encryption settings of container registry. | [
"The",
"encryption",
"settings",
"of",
"container",
"registry",
"."
] | def encryption(self) -> pulumi.Output[Optional['outputs.EncryptionPropertyResponse']]:
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.EncryptionPropertyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | The encryption settings of container registry. | [
"The",
"encryption",
"settings",
"of",
"container",
"registry",
"."
] | [
"\"\"\"\n The encryption settings of container registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | login_server | pulumi.Output[str] | def login_server(self) -> pulumi.Output[str]:
"""
The URL that can be used to log into the container registry.
"""
return pulumi.get(self, "login_server") |
The URL that can be used to log into the container registry.
| The URL that can be used to log into the container registry. | [
"The",
"URL",
"that",
"can",
"be",
"used",
"to",
"log",
"into",
"the",
"container",
"registry",
"."
] | def login_server(self) -> pulumi.Output[str]:
return pulumi.get(self, "login_server") | [
"def",
"login_server",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"login_server\"",
")"
] | The URL that can be used to log into the container registry. | [
"The",
"URL",
"that",
"can",
"be",
"used",
"to",
"log",
"into",
"the",
"container",
"registry",
"."
] | [
"\"\"\"\n The URL that can be used to log into the container registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | network_rule_bypass_options | pulumi.Output[Optional[str]] | def network_rule_bypass_options(self) -> pulumi.Output[Optional[str]]:
"""
Whether to allow trusted Azure services to access a network restricted registry.
"""
return pulumi.get(self, "network_rule_bypass_options") |
Whether to allow trusted Azure services to access a network restricted registry.
| Whether to allow trusted Azure services to access a network restricted registry. | [
"Whether",
"to",
"allow",
"trusted",
"Azure",
"services",
"to",
"access",
"a",
"network",
"restricted",
"registry",
"."
] | def network_rule_bypass_options(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "network_rule_bypass_options") | [
"def",
"network_rule_bypass_options",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_rule_bypass_options\"",
")"
] | Whether to allow trusted Azure services to access a network restricted registry. | [
"Whether",
"to",
"allow",
"trusted",
"Azure",
"services",
"to",
"access",
"a",
"network",
"restricted",
"registry",
"."
] | [
"\"\"\"\n Whether to allow trusted Azure services to access a network restricted registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | network_rule_set | pulumi.Output[Optional['outputs.NetworkRuleSetResponse']] | def network_rule_set(self) -> pulumi.Output[Optional['outputs.NetworkRuleSetResponse']]:
"""
The network rule set for a container registry.
"""
return pulumi.get(self, "network_rule_set") |
The network rule set for a container registry.
| The network rule set for a container registry. | [
"The",
"network",
"rule",
"set",
"for",
"a",
"container",
"registry",
"."
] | def network_rule_set(self) -> pulumi.Output[Optional['outputs.NetworkRuleSetResponse']]:
return pulumi.get(self, "network_rule_set") | [
"def",
"network_rule_set",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.NetworkRuleSetResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_rule_set\"",
")"
] | The network rule set for a container registry. | [
"The",
"network",
"rule",
"set",
"for",
"a",
"container",
"registry",
"."
] | [
"\"\"\"\n The network rule set for a container registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b14c775fd2acf7a4c40571bd18bb563fc44e969 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/registry.py | [
"Apache-2.0"
] | Python | zone_redundancy | pulumi.Output[Optional[str]] | def zone_redundancy(self) -> pulumi.Output[Optional[str]]:
"""
Whether or not zone redundancy is enabled for this container registry
"""
return pulumi.get(self, "zone_redundancy") |
Whether or not zone redundancy is enabled for this container registry
| Whether or not zone redundancy is enabled for this container registry | [
"Whether",
"or",
"not",
"zone",
"redundancy",
"is",
"enabled",
"for",
"this",
"container",
"registry"
] | def zone_redundancy(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "zone_redundancy") | [
"def",
"zone_redundancy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"zone_redundancy\"",
")"
] | Whether or not zone redundancy is enabled for this container registry | [
"Whether",
"or",
"not",
"zone",
"redundancy",
"is",
"enabled",
"for",
"this",
"container",
"registry"
] | [
"\"\"\"\n Whether or not zone redundancy is enabled for this container registry\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b1de96c3de62401c0485d79cbc5c4de1b87f098 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180601preview/get_streaming_locator.py | [
"Apache-2.0"
] | Python | content_keys | Optional[Sequence['outputs.StreamingLocatorContentKeyResponse']] | def content_keys(self) -> Optional[Sequence['outputs.StreamingLocatorContentKeyResponse']]:
"""
ContentKeys used by this Streaming Locator
"""
return pulumi.get(self, "content_keys") |
ContentKeys used by this Streaming Locator
| ContentKeys used by this Streaming Locator | [
"ContentKeys",
"used",
"by",
"this",
"Streaming",
"Locator"
] | def content_keys(self) -> Optional[Sequence['outputs.StreamingLocatorContentKeyResponse']]:
return pulumi.get(self, "content_keys") | [
"def",
"content_keys",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.StreamingLocatorContentKeyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"content_keys\"",
")"
] | ContentKeys used by this Streaming Locator | [
"ContentKeys",
"used",
"by",
"this",
"Streaming",
"Locator"
] | [
"\"\"\"\n ContentKeys used by this Streaming Locator\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b1de96c3de62401c0485d79cbc5c4de1b87f098 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180601preview/get_streaming_locator.py | [
"Apache-2.0"
] | Python | default_content_key_policy_name | Optional[str] | def default_content_key_policy_name(self) -> Optional[str]:
"""
Default ContentKeyPolicy used by this Streaming Locator
"""
return pulumi.get(self, "default_content_key_policy_name") |
Default ContentKeyPolicy used by this Streaming Locator
| Default ContentKeyPolicy used by this Streaming Locator | [
"Default",
"ContentKeyPolicy",
"used",
"by",
"this",
"Streaming",
"Locator"
] | def default_content_key_policy_name(self) -> Optional[str]:
return pulumi.get(self, "default_content_key_policy_name") | [
"def",
"default_content_key_policy_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_content_key_policy_name\"",
")"
] | Default ContentKeyPolicy used by this Streaming Locator | [
"Default",
"ContentKeyPolicy",
"used",
"by",
"this",
"Streaming",
"Locator"
] | [
"\"\"\"\n Default ContentKeyPolicy used by this Streaming Locator\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f31dc1e7da6b5a4218a73a6b244d896d7b234ebc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/export.py | [
"Apache-2.0"
] | Python | definition | pulumi.Output['outputs.ExportDefinitionResponse'] | def definition(self) -> pulumi.Output['outputs.ExportDefinitionResponse']:
"""
Has the definition for the export.
"""
return pulumi.get(self, "definition") |
Has the definition for the export.
| Has the definition for the export. | [
"Has",
"the",
"definition",
"for",
"the",
"export",
"."
] | def definition(self) -> pulumi.Output['outputs.ExportDefinitionResponse']:
return pulumi.get(self, "definition") | [
"def",
"definition",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ExportDefinitionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"definition\"",
")"
] | Has the definition for the export. | [
"Has",
"the",
"definition",
"for",
"the",
"export",
"."
] | [
"\"\"\"\n Has the definition for the export.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f31dc1e7da6b5a4218a73a6b244d896d7b234ebc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/export.py | [
"Apache-2.0"
] | Python | delivery_info | pulumi.Output['outputs.ExportDeliveryInfoResponse'] | def delivery_info(self) -> pulumi.Output['outputs.ExportDeliveryInfoResponse']:
"""
Has delivery information for the export.
"""
return pulumi.get(self, "delivery_info") |
Has delivery information for the export.
| Has delivery information for the export. | [
"Has",
"delivery",
"information",
"for",
"the",
"export",
"."
] | def delivery_info(self) -> pulumi.Output['outputs.ExportDeliveryInfoResponse']:
return pulumi.get(self, "delivery_info") | [
"def",
"delivery_info",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ExportDeliveryInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"delivery_info\"",
")"
] | Has delivery information for the export. | [
"Has",
"delivery",
"information",
"for",
"the",
"export",
"."
] | [
"\"\"\"\n Has delivery information for the export.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f31dc1e7da6b5a4218a73a6b244d896d7b234ebc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/export.py | [
"Apache-2.0"
] | Python | next_run_time_estimate | pulumi.Output[str] | def next_run_time_estimate(self) -> pulumi.Output[str]:
"""
If the export has an active schedule, provides an estimate of the next execution time.
"""
return pulumi.get(self, "next_run_time_estimate") |
If the export has an active schedule, provides an estimate of the next execution time.
| If the export has an active schedule, provides an estimate of the next execution time. | [
"If",
"the",
"export",
"has",
"an",
"active",
"schedule",
"provides",
"an",
"estimate",
"of",
"the",
"next",
"execution",
"time",
"."
] | def next_run_time_estimate(self) -> pulumi.Output[str]:
return pulumi.get(self, "next_run_time_estimate") | [
"def",
"next_run_time_estimate",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"next_run_time_estimate\"",
")"
] | If the export has an active schedule, provides an estimate of the next execution time. | [
"If",
"the",
"export",
"has",
"an",
"active",
"schedule",
"provides",
"an",
"estimate",
"of",
"the",
"next",
"execution",
"time",
"."
] | [
"\"\"\"\n If the export has an active schedule, provides an estimate of the next execution time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f31dc1e7da6b5a4218a73a6b244d896d7b234ebc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/export.py | [
"Apache-2.0"
] | Python | run_history | pulumi.Output[Optional['outputs.ExportExecutionListResultResponse']] | def run_history(self) -> pulumi.Output[Optional['outputs.ExportExecutionListResultResponse']]:
"""
If requested, has the most recent execution history for the export.
"""
return pulumi.get(self, "run_history") |
If requested, has the most recent execution history for the export.
| If requested, has the most recent execution history for the export. | [
"If",
"requested",
"has",
"the",
"most",
"recent",
"execution",
"history",
"for",
"the",
"export",
"."
] | def run_history(self) -> pulumi.Output[Optional['outputs.ExportExecutionListResultResponse']]:
return pulumi.get(self, "run_history") | [
"def",
"run_history",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ExportExecutionListResultResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"run_history\"",
")"
] | If requested, has the most recent execution history for the export. | [
"If",
"requested",
"has",
"the",
"most",
"recent",
"execution",
"history",
"for",
"the",
"export",
"."
] | [
"\"\"\"\n If requested, has the most recent execution history for the export.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f31dc1e7da6b5a4218a73a6b244d896d7b234ebc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/export.py | [
"Apache-2.0"
] | Python | schedule | pulumi.Output[Optional['outputs.ExportScheduleResponse']] | def schedule(self) -> pulumi.Output[Optional['outputs.ExportScheduleResponse']]:
"""
Has schedule information for the export.
"""
return pulumi.get(self, "schedule") |
Has schedule information for the export.
| Has schedule information for the export. | [
"Has",
"schedule",
"information",
"for",
"the",
"export",
"."
] | def schedule(self) -> pulumi.Output[Optional['outputs.ExportScheduleResponse']]:
return pulumi.get(self, "schedule") | [
"def",
"schedule",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ExportScheduleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"schedule\"",
")"
] | Has schedule information for the export. | [
"Has",
"schedule",
"information",
"for",
"the",
"export",
"."
] | [
"\"\"\"\n Has schedule information for the export.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
03cfa5811f842b556f684f24507be86a237d85ac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20200501preview/scheduled_query_rule.py | [
"Apache-2.0"
] | Python | severity | pulumi.Output[float] | def severity(self) -> pulumi.Output[float]:
"""
Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest
"""
return pulumi.get(self, "severity") |
Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest
| Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest | [
"Severity",
"of",
"the",
"alert",
".",
"Should",
"be",
"an",
"integer",
"between",
"[",
"0",
"-",
"4",
"]",
".",
"Value",
"of",
"0",
"is",
"severest"
] | def severity(self) -> pulumi.Output[float]:
return pulumi.get(self, "severity") | [
"def",
"severity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"severity\"",
")"
] | Severity of the alert. | [
"Severity",
"of",
"the",
"alert",
"."
] | [
"\"\"\"\n Severity of the alert. Should be an integer between [0-4]. Value of 0 is severest\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ea50cff08bba552909c36e380d8dd81cb570da | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/custom_domain.py | [
"Apache-2.0"
] | Python | custom_https_provisioning_state | pulumi.Output[str] | def custom_https_provisioning_state(self) -> pulumi.Output[str]:
"""
Provisioning status of Custom Https of the custom domain.
"""
return pulumi.get(self, "custom_https_provisioning_state") |
Provisioning status of Custom Https of the custom domain.
| Provisioning status of Custom Https of the custom domain. | [
"Provisioning",
"status",
"of",
"Custom",
"Https",
"of",
"the",
"custom",
"domain",
"."
] | def custom_https_provisioning_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "custom_https_provisioning_state") | [
"def",
"custom_https_provisioning_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_https_provisioning_state\"",
")"
] | Provisioning status of Custom Https of the custom domain. | [
"Provisioning",
"status",
"of",
"Custom",
"Https",
"of",
"the",
"custom",
"domain",
"."
] | [
"\"\"\"\n Provisioning status of Custom Https of the custom domain.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ea50cff08bba552909c36e380d8dd81cb570da | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/custom_domain.py | [
"Apache-2.0"
] | Python | custom_https_provisioning_substate | pulumi.Output[str] | def custom_https_provisioning_substate(self) -> pulumi.Output[str]:
"""
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
"""
return pulumi.get(self, "custom_https_provisioning_substate") |
Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.
| Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. | [
"Provisioning",
"substate",
"shows",
"the",
"progress",
"of",
"custom",
"HTTPS",
"enabling",
"/",
"disabling",
"process",
"step",
"by",
"step",
"."
] | def custom_https_provisioning_substate(self) -> pulumi.Output[str]:
return pulumi.get(self, "custom_https_provisioning_substate") | [
"def",
"custom_https_provisioning_substate",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_https_provisioning_substate\"",
")"
] | Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step. | [
"Provisioning",
"substate",
"shows",
"the",
"progress",
"of",
"custom",
"HTTPS",
"enabling",
"/",
"disabling",
"process",
"step",
"by",
"step",
"."
] | [
"\"\"\"\n Provisioning substate shows the progress of custom HTTPS enabling/disabling process step by step.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ea50cff08bba552909c36e380d8dd81cb570da | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/custom_domain.py | [
"Apache-2.0"
] | Python | validation_data | pulumi.Output[Optional[str]] | def validation_data(self) -> pulumi.Output[Optional[str]]:
"""
Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
"""
return pulumi.get(self, "... |
Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.
| Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. | [
"Special",
"validation",
"or",
"data",
"may",
"be",
"required",
"when",
"delivering",
"CDN",
"to",
"some",
"regions",
"due",
"to",
"local",
"compliance",
"reasons",
"."
] | def validation_data(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "validation_data") | [
"def",
"validation_data",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validation_data\"",
")"
] | Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. | [
"Special",
"validation",
"or",
"data",
"may",
"be",
"required",
"when",
"delivering",
"CDN",
"to",
"some",
"regions",
"due",
"to",
"local",
"compliance",
"reasons",
"."
] | [
"\"\"\"\n Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ea789c2b2ad6b150e8191406b753786331e4c4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/latest/container.py | [
"Apache-2.0"
] | Python | container_status | pulumi.Output[str] | def container_status(self) -> pulumi.Output[str]:
"""
Current status of the container.
"""
return pulumi.get(self, "container_status") |
Current status of the container.
| Current status of the container. | [
"Current",
"status",
"of",
"the",
"container",
"."
] | def container_status(self) -> pulumi.Output[str]:
return pulumi.get(self, "container_status") | [
"def",
"container_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"container_status\"",
")"
] | Current status of the container. | [
"Current",
"status",
"of",
"the",
"container",
"."
] | [
"\"\"\"\n Current status of the container.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ea789c2b2ad6b150e8191406b753786331e4c4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/latest/container.py | [
"Apache-2.0"
] | Python | refresh_details | pulumi.Output['outputs.RefreshDetailsResponse'] | def refresh_details(self) -> pulumi.Output['outputs.RefreshDetailsResponse']:
"""
Details of the refresh job on this container.
"""
return pulumi.get(self, "refresh_details") |
Details of the refresh job on this container.
| Details of the refresh job on this container. | [
"Details",
"of",
"the",
"refresh",
"job",
"on",
"this",
"container",
"."
] | def refresh_details(self) -> pulumi.Output['outputs.RefreshDetailsResponse']:
return pulumi.get(self, "refresh_details") | [
"def",
"refresh_details",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.RefreshDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"refresh_details\"",
")"
] | Details of the refresh job on this container. | [
"Details",
"of",
"the",
"refresh",
"job",
"on",
"this",
"container",
"."
] | [
"\"\"\"\n Details of the refresh job on this container.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | always_log | Optional[str] | def always_log(self) -> Optional[str]:
"""
Specifies for what type of messages sampling settings should not apply.
"""
return pulumi.get(self, "always_log") |
Specifies for what type of messages sampling settings should not apply.
| Specifies for what type of messages sampling settings should not apply. | [
"Specifies",
"for",
"what",
"type",
"of",
"messages",
"sampling",
"settings",
"should",
"not",
"apply",
"."
] | def always_log(self) -> Optional[str]:
return pulumi.get(self, "always_log") | [
"def",
"always_log",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"always_log\"",
")"
] | Specifies for what type of messages sampling settings should not apply. | [
"Specifies",
"for",
"what",
"type",
"of",
"messages",
"sampling",
"settings",
"should",
"not",
"apply",
"."
] | [
"\"\"\"\n Specifies for what type of messages sampling settings should not apply.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | backend | Optional['outputs.PipelineDiagnosticSettingsResponse'] | def backend(self) -> Optional['outputs.PipelineDiagnosticSettingsResponse']:
"""
Diagnostic settings for incoming/outgoing HTTP messages to the Backend
"""
return pulumi.get(self, "backend") |
Diagnostic settings for incoming/outgoing HTTP messages to the Backend
| Diagnostic settings for incoming/outgoing HTTP messages to the Backend | [
"Diagnostic",
"settings",
"for",
"incoming",
"/",
"outgoing",
"HTTP",
"messages",
"to",
"the",
"Backend"
] | def backend(self) -> Optional['outputs.PipelineDiagnosticSettingsResponse']:
return pulumi.get(self, "backend") | [
"def",
"backend",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PipelineDiagnosticSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend\"",
")"
] | Diagnostic settings for incoming/outgoing HTTP messages to the Backend | [
"Diagnostic",
"settings",
"for",
"incoming",
"/",
"outgoing",
"HTTP",
"messages",
"to",
"the",
"Backend"
] | [
"\"\"\"\n Diagnostic settings for incoming/outgoing HTTP messages to the Backend\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | enable_http_correlation_headers | Optional[bool] | def enable_http_correlation_headers(self) -> Optional[bool]:
"""
Whether to process Correlation Headers coming to Api Management Service. Only applicable to Application Insights diagnostics. Default is true.
"""
return pulumi.get(self, "enable_http_correlation_headers") |
Whether to process Correlation Headers coming to Api Management Service. Only applicable to Application Insights diagnostics. Default is true.
| Whether to process Correlation Headers coming to Api Management Service. Only applicable to Application Insights diagnostics. Default is true. | [
"Whether",
"to",
"process",
"Correlation",
"Headers",
"coming",
"to",
"Api",
"Management",
"Service",
".",
"Only",
"applicable",
"to",
"Application",
"Insights",
"diagnostics",
".",
"Default",
"is",
"true",
"."
] | def enable_http_correlation_headers(self) -> Optional[bool]:
return pulumi.get(self, "enable_http_correlation_headers") | [
"def",
"enable_http_correlation_headers",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_http_correlation_headers\"",
")"
] | Whether to process Correlation Headers coming to Api Management Service. | [
"Whether",
"to",
"process",
"Correlation",
"Headers",
"coming",
"to",
"Api",
"Management",
"Service",
"."
] | [
"\"\"\"\n Whether to process Correlation Headers coming to Api Management Service. Only applicable to Application Insights diagnostics. Default is true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | frontend | Optional['outputs.PipelineDiagnosticSettingsResponse'] | def frontend(self) -> Optional['outputs.PipelineDiagnosticSettingsResponse']:
"""
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
"""
return pulumi.get(self, "frontend") |
Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.
| Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. | [
"Diagnostic",
"settings",
"for",
"incoming",
"/",
"outgoing",
"HTTP",
"messages",
"to",
"the",
"Gateway",
"."
] | def frontend(self) -> Optional['outputs.PipelineDiagnosticSettingsResponse']:
return pulumi.get(self, "frontend") | [
"def",
"frontend",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PipelineDiagnosticSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontend\"",
")"
] | Diagnostic settings for incoming/outgoing HTTP messages to the Gateway. | [
"Diagnostic",
"settings",
"for",
"incoming",
"/",
"outgoing",
"HTTP",
"messages",
"to",
"the",
"Gateway",
"."
] | [
"\"\"\"\n Diagnostic settings for incoming/outgoing HTTP messages to the Gateway.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | http_correlation_protocol | Optional[str] | def http_correlation_protocol(self) -> Optional[str]:
"""
Sets correlation protocol to use for Application Insights diagnostics.
"""
return pulumi.get(self, "http_correlation_protocol") |
Sets correlation protocol to use for Application Insights diagnostics.
| Sets correlation protocol to use for Application Insights diagnostics. | [
"Sets",
"correlation",
"protocol",
"to",
"use",
"for",
"Application",
"Insights",
"diagnostics",
"."
] | def http_correlation_protocol(self) -> Optional[str]:
return pulumi.get(self, "http_correlation_protocol") | [
"def",
"http_correlation_protocol",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"http_correlation_protocol\"",
")"
] | Sets correlation protocol to use for Application Insights diagnostics. | [
"Sets",
"correlation",
"protocol",
"to",
"use",
"for",
"Application",
"Insights",
"diagnostics",
"."
] | [
"\"\"\"\n Sets correlation protocol to use for Application Insights diagnostics.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | logger_id | str | def logger_id(self) -> str:
"""
Resource Id of a target logger.
"""
return pulumi.get(self, "logger_id") |
Resource Id of a target logger.
| Resource Id of a target logger. | [
"Resource",
"Id",
"of",
"a",
"target",
"logger",
"."
] | def logger_id(self) -> str:
return pulumi.get(self, "logger_id") | [
"def",
"logger_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"logger_id\"",
")"
] | Resource Id of a target logger. | [
"Resource",
"Id",
"of",
"a",
"target",
"logger",
"."
] | [
"\"\"\"\n Resource Id of a target logger.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4ef700678657a4f652eec48f4363de37af84a38 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/get_api_diagnostic.py | [
"Apache-2.0"
] | Python | verbosity | Optional[str] | def verbosity(self) -> Optional[str]:
"""
The verbosity level applied to traces emitted by trace policies.
"""
return pulumi.get(self, "verbosity") |
The verbosity level applied to traces emitted by trace policies.
| The verbosity level applied to traces emitted by trace policies. | [
"The",
"verbosity",
"level",
"applied",
"to",
"traces",
"emitted",
"by",
"trace",
"policies",
"."
] | def verbosity(self) -> Optional[str]:
return pulumi.get(self, "verbosity") | [
"def",
"verbosity",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"verbosity\"",
")"
] | The verbosity level applied to traces emitted by trace policies. | [
"The",
"verbosity",
"level",
"applied",
"to",
"traces",
"emitted",
"by",
"trace",
"policies",
"."
] | [
"\"\"\"\n The verbosity level applied to traces emitted by trace policies.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4f1ab13577eb2e9afb0f9cd2c94556d5e1fc3c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_formula_resource.py | [
"Apache-2.0"
] | Python | creation_date | Optional[str] | def creation_date(self) -> Optional[str]:
"""
The creation date of the formula.
"""
return pulumi.get(self, "creation_date") |
The creation date of the formula.
| The creation date of the formula. | [
"The",
"creation",
"date",
"of",
"the",
"formula",
"."
] | def creation_date(self) -> Optional[str]:
return pulumi.get(self, "creation_date") | [
"def",
"creation_date",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"creation_date\"",
")"
] | The creation date of the formula. | [
"The",
"creation",
"date",
"of",
"the",
"formula",
"."
] | [
"\"\"\"\n The creation date 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": []
} |
a4f1ab13577eb2e9afb0f9cd2c94556d5e1fc3c9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_formula_resource.py | [
"Apache-2.0"
] | Python | formula_content | Optional['outputs.LabVirtualMachineResponse'] | def formula_content(self) -> Optional['outputs.LabVirtualMachineResponse']:
"""
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.LabVirtualMachineResponse']:
return pulumi.get(self, "formula_content") | [
"def",
"formula_content",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.LabVirtualMachineResponse'",
"]",
":",
"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": []
} |
a4fb0949a816c6ae08fde6dcd0a803be5f04fc48 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/public_ip_address.py | [
"Apache-2.0"
] | Python | dns_settings | pulumi.Output[Optional['outputs.PublicIPAddressDnsSettingsResponse']] | def dns_settings(self) -> pulumi.Output[Optional['outputs.PublicIPAddressDnsSettingsResponse']]:
"""
Gets or sets FQDN of the DNS record associated with the public IP address
"""
return pulumi.get(self, "dns_settings") |
Gets or sets FQDN of the DNS record associated with the public IP address
| Gets or sets FQDN of the DNS record associated with the public IP address | [
"Gets",
"or",
"sets",
"FQDN",
"of",
"the",
"DNS",
"record",
"associated",
"with",
"the",
"public",
"IP",
"address"
] | def dns_settings(self) -> pulumi.Output[Optional['outputs.PublicIPAddressDnsSettingsResponse']]:
return pulumi.get(self, "dns_settings") | [
"def",
"dns_settings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.PublicIPAddressDnsSettingsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_settings\"",
")"
] | Gets or sets FQDN of the DNS record associated with the public IP address | [
"Gets",
"or",
"sets",
"FQDN",
"of",
"the",
"DNS",
"record",
"associated",
"with",
"the",
"public",
"IP",
"address"
] | [
"\"\"\"\n Gets or sets FQDN of the DNS record associated with the public IP address\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a4fb0949a816c6ae08fde6dcd0a803be5f04fc48 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/public_ip_address.py | [
"Apache-2.0"
] | Python | public_ip_allocation_method | pulumi.Output[Optional[str]] | def public_ip_allocation_method(self) -> pulumi.Output[Optional[str]]:
"""
Gets or sets PublicIP allocation method (Static/Dynamic)
"""
return pulumi.get(self, "public_ip_allocation_method") |
Gets or sets PublicIP allocation method (Static/Dynamic)
| Gets or sets PublicIP allocation method (Static/Dynamic) | [
"Gets",
"or",
"sets",
"PublicIP",
"allocation",
"method",
"(",
"Static",
"/",
"Dynamic",
")"
] | def public_ip_allocation_method(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "public_ip_allocation_method") | [
"def",
"public_ip_allocation_method",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_ip_allocation_method\"",
")"
] | Gets or sets PublicIP allocation method (Static/Dynamic) | [
"Gets",
"or",
"sets",
"PublicIP",
"allocation",
"method",
"(",
"Static",
"/",
"Dynamic",
")"
] | [
"\"\"\"\n Gets or sets PublicIP allocation method (Static/Dynamic)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
897a54a208da80544574868f144010df8d8bd801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/cluster.py | [
"Apache-2.0"
] | Python | associated_workspaces | pulumi.Output[Optional[Sequence['outputs.AssociatedWorkspaceResponse']]] | def associated_workspaces(self) -> pulumi.Output[Optional[Sequence['outputs.AssociatedWorkspaceResponse']]]:
"""
The list of Log Analytics workspaces associated with the cluster
"""
return pulumi.get(self, "associated_workspaces") |
The list of Log Analytics workspaces associated with the cluster
| The list of Log Analytics workspaces associated with the cluster | [
"The",
"list",
"of",
"Log",
"Analytics",
"workspaces",
"associated",
"with",
"the",
"cluster"
] | def associated_workspaces(self) -> pulumi.Output[Optional[Sequence['outputs.AssociatedWorkspaceResponse']]]:
return pulumi.get(self, "associated_workspaces") | [
"def",
"associated_workspaces",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AssociatedWorkspaceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"associated_workspaces\"",
")... | The list of Log Analytics workspaces associated with the cluster | [
"The",
"list",
"of",
"Log",
"Analytics",
"workspaces",
"associated",
"with",
"the",
"cluster"
] | [
"\"\"\"\n The list of Log Analytics workspaces associated with 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": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.