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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e6bea7c1c787b11a34284c0bdd1138cc553274b2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/object_replication_policy.py | [
"Apache-2.0"
] | Python | rules | pulumi.Output[Optional[Sequence['outputs.ObjectReplicationPolicyRuleResponse']]] | def rules(self) -> pulumi.Output[Optional[Sequence['outputs.ObjectReplicationPolicyRuleResponse']]]:
"""
The storage account object replication rules.
"""
return pulumi.get(self, "rules") |
The storage account object replication rules.
| The storage account object replication rules. | [
"The",
"storage",
"account",
"object",
"replication",
"rules",
"."
] | def rules(self) -> pulumi.Output[Optional[Sequence['outputs.ObjectReplicationPolicyRuleResponse']]]:
return pulumi.get(self, "rules") | [
"def",
"rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ObjectReplicationPolicyRuleResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rules\"",
")"
] | The storage account object replication rules. | [
"The",
"storage",
"account",
"object",
"replication",
"rules",
"."
] | [
"\"\"\"\n The storage account object replication 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": []
} |
e6bea7c1c787b11a34284c0bdd1138cc553274b2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/object_replication_policy.py | [
"Apache-2.0"
] | Python | source_account | pulumi.Output[str] | def source_account(self) -> pulumi.Output[str]:
"""
Required. Source account name.
"""
return pulumi.get(self, "source_account") |
Required. Source account name.
| Required. Source account name. | [
"Required",
".",
"Source",
"account",
"name",
"."
] | def source_account(self) -> pulumi.Output[str]:
return pulumi.get(self, "source_account") | [
"def",
"source_account",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_account\"",
")"
] | Required. | [
"Required",
"."
] | [
"\"\"\"\n Required. Source account name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | sku | pulumi.Input['ApiManagementServiceSkuPropertiesArgs'] | def sku(self) -> pulumi.Input['ApiManagementServiceSkuPropertiesArgs']:
"""
SKU properties of the API Management service.
"""
return pulumi.get(self, "sku") |
SKU properties of the API Management service.
| SKU properties of the API Management service. | [
"SKU",
"properties",
"of",
"the",
"API",
"Management",
"service",
"."
] | def sku(self) -> pulumi.Input['ApiManagementServiceSkuPropertiesArgs']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"'ApiManagementServiceSkuPropertiesArgs'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | SKU properties of the API Management service. | [
"SKU",
"properties",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n SKU properties of the API Management 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": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | virtual_network_configuration | Optional[pulumi.Input['VirtualNetworkConfigurationArgs']] | def virtual_network_configuration(self) -> Optional[pulumi.Input['VirtualNetworkConfigurationArgs']]:
"""
Virtual network configuration for the location.
"""
return pulumi.get(self, "virtual_network_configuration") |
Virtual network configuration for the location.
| Virtual network configuration for the location. | [
"Virtual",
"network",
"configuration",
"for",
"the",
"location",
"."
] | def virtual_network_configuration(self) -> Optional[pulumi.Input['VirtualNetworkConfigurationArgs']]:
return pulumi.get(self, "virtual_network_configuration") | [
"def",
"virtual_network_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'VirtualNetworkConfigurationArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_configuration\"",
")"
] | Virtual network configuration for the location. | [
"Virtual",
"network",
"configuration",
"for",
"the",
"location",
"."
] | [
"\"\"\"\n Virtual network configuration for the location.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | wsdl_endpoint_name | Optional[pulumi.Input[str]] | def wsdl_endpoint_name(self) -> Optional[pulumi.Input[str]]:
"""
Name of endpoint(port) to import from WSDL
"""
return pulumi.get(self, "wsdl_endpoint_name") |
Name of endpoint(port) to import from WSDL
| Name of endpoint(port) to import from WSDL | [
"Name",
"of",
"endpoint",
"(",
"port",
")",
"to",
"import",
"from",
"WSDL"
] | def wsdl_endpoint_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "wsdl_endpoint_name") | [
"def",
"wsdl_endpoint_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"wsdl_endpoint_name\"",
")"
] | Name of endpoint(port) to import from WSDL | [
"Name",
"of",
"endpoint",
"(",
"port",
")",
"to",
"import",
"from",
"WSDL"
] | [
"\"\"\"\n Name of endpoint(port) to import from WSDL\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | wsdl_service_name | Optional[pulumi.Input[str]] | def wsdl_service_name(self) -> Optional[pulumi.Input[str]]:
"""
Name of service to import from WSDL
"""
return pulumi.get(self, "wsdl_service_name") |
Name of service to import from WSDL
| Name of service to import from WSDL | [
"Name",
"of",
"service",
"to",
"import",
"from",
"WSDL"
] | def wsdl_service_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "wsdl_service_name") | [
"def",
"wsdl_service_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"wsdl_service_name\"",
")"
] | Name of service to import from WSDL | [
"Name",
"of",
"service",
"to",
"import",
"from",
"WSDL"
] | [
"\"\"\"\n Name of service to import from WSDL\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | type | pulumi.Input[Union[str, 'ApimIdentityType']] | def type(self) -> pulumi.Input[Union[str, 'ApimIdentityType']]:
"""
The identity type. Currently the only supported type is 'SystemAssigned'.
"""
return pulumi.get(self, "type") |
The identity type. Currently the only supported type is 'SystemAssigned'.
| The identity type. Currently the only supported type is 'SystemAssigned'. | [
"The",
"identity",
"type",
".",
"Currently",
"the",
"only",
"supported",
"type",
"is",
"'",
"SystemAssigned",
"'",
"."
] | def type(self) -> pulumi.Input[Union[str, 'ApimIdentityType']]:
return pulumi.get(self, "type") | [
"def",
"type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'ApimIdentityType'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type\"",
")"
] | The identity type. | [
"The",
"identity",
"type",
"."
] | [
"\"\"\"\n The identity type. Currently the only supported type is 'SystemAssigned'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | versioning_scheme | pulumi.Input[Union[str, 'VersioningScheme']] | def versioning_scheme(self) -> pulumi.Input[Union[str, 'VersioningScheme']]:
"""
An value that determines where the API Version identifer will be located in a HTTP request.
"""
return pulumi.get(self, "versioning_scheme") |
An value that determines where the API Version identifer will be located in a HTTP request.
| An value that determines where the API Version identifer will be located in a HTTP request. | [
"An",
"value",
"that",
"determines",
"where",
"the",
"API",
"Version",
"identifer",
"will",
"be",
"located",
"in",
"a",
"HTTP",
"request",
"."
] | def versioning_scheme(self) -> pulumi.Input[Union[str, 'VersioningScheme']]:
return pulumi.get(self, "versioning_scheme") | [
"def",
"versioning_scheme",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'VersioningScheme'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"versioning_scheme\"",
")"
] | An value that determines where the API Version identifer will be located in a HTTP request. | [
"An",
"value",
"that",
"determines",
"where",
"the",
"API",
"Version",
"identifer",
"will",
"be",
"located",
"in",
"a",
"HTTP",
"request",
"."
] | [
"\"\"\"\n An value that determines where the API Version identifer will be located in a HTTP request.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | version_header_name | Optional[pulumi.Input[str]] | def version_header_name(self) -> Optional[pulumi.Input[str]]:
"""
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
"""
return pulumi.get(self, "version_header_name") |
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
| Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. | [
"Name",
"of",
"HTTP",
"header",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"header",
"`",
"."
] | def version_header_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "version_header_name") | [
"def",
"version_header_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"version_header_name\"",
")"
] | Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. | [
"Name",
"of",
"HTTP",
"header",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"header",
"`",
"."
] | [
"\"\"\"\n Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | version_query_name | Optional[pulumi.Input[str]] | def version_query_name(self) -> Optional[pulumi.Input[str]]:
"""
Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
"""
return pulumi.get(self, "version_query_name") |
Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
| Name of query parameter that indicates the API Version if versioningScheme is set to `query`. | [
"Name",
"of",
"query",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"query",
"`",
"."
] | def version_query_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "version_query_name") | [
"def",
"version_query_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"version_query_name\"",
")"
] | Name of query parameter that indicates the API Version if versioningScheme is set to `query`. | [
"Name",
"of",
"query",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"query",
"`",
"."
] | [
"\"\"\"\n Name of query parameter that indicates the API Version if versioningScheme is set to `query`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | certificate | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def certificate(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
List of Client Certificate Thumbprint.
"""
return pulumi.get(self, "certificate") |
List of Client Certificate Thumbprint.
| List of Client Certificate Thumbprint. | [
"List",
"of",
"Client",
"Certificate",
"Thumbprint",
"."
] | def certificate(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "certificate") | [
"def",
"certificate",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"certificate\"",
")"
] | List of Client Certificate Thumbprint. | [
"List",
"of",
"Client",
"Certificate",
"Thumbprint",
"."
] | [
"\"\"\"\n List of Client Certificate Thumbprint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | url | pulumi.Input[str] | def url(self) -> pulumi.Input[str]:
"""
WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
"""
return pulumi.get(self, "url") |
WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.
| WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings. | [
"WebProxy",
"Server",
"AbsoluteUri",
"property",
"which",
"includes",
"the",
"entire",
"URI",
"stored",
"in",
"the",
"Uri",
"instance",
"including",
"all",
"fragments",
"and",
"query",
"strings",
"."
] | def url(self) -> pulumi.Input[str]:
return pulumi.get(self, "url") | [
"def",
"url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"url\"",
")"
] | WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings. | [
"WebProxy",
"Server",
"AbsoluteUri",
"property",
"which",
"includes",
"the",
"entire",
"URI",
"stored",
"in",
"the",
"Uri",
"instance",
"including",
"all",
"fragments",
"and",
"query",
"strings",
"."
] | [
"\"\"\"\n WebProxy Server AbsoluteUri property which includes the entire URI stored in the Uri instance, including all fragments and query strings.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | client_certificatethumbprint | pulumi.Input[str] | def client_certificatethumbprint(self) -> pulumi.Input[str]:
"""
The client certificate thumbprint for the management endpoint.
"""
return pulumi.get(self, "client_certificatethumbprint") |
The client certificate thumbprint for the management endpoint.
| The client certificate thumbprint for the management endpoint. | [
"The",
"client",
"certificate",
"thumbprint",
"for",
"the",
"management",
"endpoint",
"."
] | def client_certificatethumbprint(self) -> pulumi.Input[str]:
return pulumi.get(self, "client_certificatethumbprint") | [
"def",
"client_certificatethumbprint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_certificatethumbprint\"",
")"
] | The client certificate thumbprint for the management endpoint. | [
"The",
"client",
"certificate",
"thumbprint",
"for",
"the",
"management",
"endpoint",
"."
] | [
"\"\"\"\n The client certificate thumbprint for the management endpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | max_partition_resolution_retries | Optional[pulumi.Input[int]] | def max_partition_resolution_retries(self) -> Optional[pulumi.Input[int]]:
"""
Maximum number of retries while attempting resolve the partition.
"""
return pulumi.get(self, "max_partition_resolution_retries") |
Maximum number of retries while attempting resolve the partition.
| Maximum number of retries while attempting resolve the partition. | [
"Maximum",
"number",
"of",
"retries",
"while",
"attempting",
"resolve",
"the",
"partition",
"."
] | def max_partition_resolution_retries(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "max_partition_resolution_retries") | [
"def",
"max_partition_resolution_retries",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_partition_resolution_retries\"",
")"
] | Maximum number of retries while attempting resolve the partition. | [
"Maximum",
"number",
"of",
"retries",
"while",
"attempting",
"resolve",
"the",
"partition",
"."
] | [
"\"\"\"\n Maximum number of retries while attempting resolve the partition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | server_certificate_thumbprints | Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] | def server_certificate_thumbprints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
"""
Thumbprints of certificates cluster management service uses for tls communication
"""
return pulumi.get(self, "server_certificate_thumbprints") |
Thumbprints of certificates cluster management service uses for tls communication
| Thumbprints of certificates cluster management service uses for tls communication | [
"Thumbprints",
"of",
"certificates",
"cluster",
"management",
"service",
"uses",
"for",
"tls",
"communication"
] | def server_certificate_thumbprints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
return pulumi.get(self, "server_certificate_thumbprints") | [
"def",
"server_certificate_thumbprints",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"server_certi... | Thumbprints of certificates cluster management service uses for tls communication | [
"Thumbprints",
"of",
"certificates",
"cluster",
"management",
"service",
"uses",
"for",
"tls",
"communication"
] | [
"\"\"\"\n Thumbprints of certificates cluster management service uses for tls communication\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | validate_certificate_chain | Optional[pulumi.Input[bool]] | def validate_certificate_chain(self) -> Optional[pulumi.Input[bool]]:
"""
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
"""
return pulumi.get(self, "validate_certificate_chain") |
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
| Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"chain",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | def validate_certificate_chain(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "validate_certificate_chain") | [
"def",
"validate_certificate_chain",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validate_certificate_chain\"",
")"
] | Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"chain",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | [
"\"\"\"\n Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | validate_certificate_name | Optional[pulumi.Input[bool]] | def validate_certificate_name(self) -> Optional[pulumi.Input[bool]]:
"""
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
"""
return pulumi.get(self, "validate_certificate_name") |
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
| Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"name",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | def validate_certificate_name(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "validate_certificate_name") | [
"def",
"validate_certificate_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validate_certificate_name\"",
")"
] | Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"name",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | [
"\"\"\"\n Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | store_name | pulumi.Input[str] | def store_name(self) -> pulumi.Input[str]:
"""
The local certificate store location. Only Root and CertificateAuthority are valid locations.
"""
return pulumi.get(self, "store_name") |
The local certificate store location. Only Root and CertificateAuthority are valid locations.
| The local certificate store location. Only Root and CertificateAuthority are valid locations. | [
"The",
"local",
"certificate",
"store",
"location",
".",
"Only",
"Root",
"and",
"CertificateAuthority",
"are",
"valid",
"locations",
"."
] | def store_name(self) -> pulumi.Input[str]:
return pulumi.get(self, "store_name") | [
"def",
"store_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"store_name\"",
")"
] | The local certificate store location. | [
"The",
"local",
"certificate",
"store",
"location",
"."
] | [
"\"\"\"\n The local certificate store location. Only Root and CertificateAuthority are valid locations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | host_name | pulumi.Input[str] | def host_name(self) -> pulumi.Input[str]:
"""
Hostname to configure on the Api Management service.
"""
return pulumi.get(self, "host_name") |
Hostname to configure on the Api Management service.
| Hostname to configure on the Api Management service. | [
"Hostname",
"to",
"configure",
"on",
"the",
"Api",
"Management",
"service",
"."
] | def host_name(self) -> pulumi.Input[str]:
return pulumi.get(self, "host_name") | [
"def",
"host_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"host_name\"",
")"
] | Hostname to configure on the Api Management service. | [
"Hostname",
"to",
"configure",
"on",
"the",
"Api",
"Management",
"service",
"."
] | [
"\"\"\"\n Hostname to configure on the Api Management 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": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | default_ssl_binding | Optional[pulumi.Input[bool]] | def default_ssl_binding(self) -> Optional[pulumi.Input[bool]]:
"""
Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service ... |
Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default... | Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl cert... | [
"Specify",
"true",
"to",
"setup",
"the",
"certificate",
"associated",
"with",
"this",
"Hostname",
"as",
"the",
"Default",
"SSL",
"Certificate",
".",
"If",
"a",
"client",
"does",
"not",
"send",
"the",
"SNI",
"header",
"then",
"this",
"will",
"be",
"the",
"c... | def default_ssl_binding(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "default_ssl_binding") | [
"def",
"default_ssl_binding",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_ssl_binding\"",
")"
] | Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. | [
"Specify",
"true",
"to",
"setup",
"the",
"certificate",
"associated",
"with",
"this",
"Hostname",
"as",
"the",
"Default",
"SSL",
"Certificate",
"."
] | [
"\"\"\"\n Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | key_vault_id | Optional[pulumi.Input[str]] | def key_vault_id(self) -> Optional[pulumi.Input[str]]:
"""
Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type... |
Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/x-pkcs12*
| Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/x-pkcs12 | [
"Url",
"to",
"the",
"KeyVault",
"Secret",
"containing",
"the",
"Ssl",
"Certificate",
".",
"If",
"absolute",
"Url",
"containing",
"version",
"is",
"provided",
"auto",
"-",
"update",
"of",
"ssl",
"certificate",
"will",
"not",
"work",
".",
"This",
"requires",
"... | def key_vault_id(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "key_vault_id") | [
"def",
"key_vault_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_id\"",
")"
] | Url to the KeyVault Secret containing the Ssl Certificate. | [
"Url",
"to",
"the",
"KeyVault",
"Secret",
"containing",
"the",
"Ssl",
"Certificate",
"."
] | [
"\"\"\"\n Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/x-pkcs12*\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | negotiate_client_certificate | Optional[pulumi.Input[bool]] | def negotiate_client_certificate(self) -> Optional[pulumi.Input[bool]]:
"""
Specify true to always negotiate client certificate on the hostname. Default Value is false.
"""
return pulumi.get(self, "negotiate_client_certificate") |
Specify true to always negotiate client certificate on the hostname. Default Value is false.
| Specify true to always negotiate client certificate on the hostname. Default Value is false. | [
"Specify",
"true",
"to",
"always",
"negotiate",
"client",
"certificate",
"on",
"the",
"hostname",
".",
"Default",
"Value",
"is",
"false",
"."
] | def negotiate_client_certificate(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "negotiate_client_certificate") | [
"def",
"negotiate_client_certificate",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"negotiate_client_certificate\"",
")"
] | Specify true to always negotiate client certificate on the hostname. | [
"Specify",
"true",
"to",
"always",
"negotiate",
"client",
"certificate",
"on",
"the",
"hostname",
"."
] | [
"\"\"\"\n Specify true to always negotiate client certificate on the hostname. Default Value is false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | evaluation_interval | Optional[pulumi.Input[str]] | def evaluation_interval(self) -> Optional[pulumi.Input[str]]:
"""
Rate re-evaluation interval in ISO8601 format.
"""
return pulumi.get(self, "evaluation_interval") |
Rate re-evaluation interval in ISO8601 format.
| Rate re-evaluation interval in ISO8601 format. | [
"Rate",
"re",
"-",
"evaluation",
"interval",
"in",
"ISO8601",
"format",
"."
] | def evaluation_interval(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "evaluation_interval") | [
"def",
"evaluation_interval",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"evaluation_interval\"",
")"
] | Rate re-evaluation interval in ISO8601 format. | [
"Rate",
"re",
"-",
"evaluation",
"interval",
"in",
"ISO8601",
"format",
"."
] | [
"\"\"\"\n Rate re-evaluation interval in ISO8601 format.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | max_percentage | Optional[pulumi.Input[float]] | def max_percentage(self) -> Optional[pulumi.Input[float]]:
"""
Maximum allowed rate of sampling.
"""
return pulumi.get(self, "max_percentage") |
Maximum allowed rate of sampling.
| Maximum allowed rate of sampling. | [
"Maximum",
"allowed",
"rate",
"of",
"sampling",
"."
] | def max_percentage(self) -> Optional[pulumi.Input[float]]:
return pulumi.get(self, "max_percentage") | [
"def",
"max_percentage",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_percentage\"",
")"
] | Maximum allowed rate of sampling. | [
"Maximum",
"allowed",
"rate",
"of",
"sampling",
"."
] | [
"\"\"\"\n Maximum allowed rate of sampling.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | max_telemetry_items_per_second | Optional[pulumi.Input[int]] | def max_telemetry_items_per_second(self) -> Optional[pulumi.Input[int]]:
"""
Target rate of telemetry items per second.
"""
return pulumi.get(self, "max_telemetry_items_per_second") |
Target rate of telemetry items per second.
| Target rate of telemetry items per second. | [
"Target",
"rate",
"of",
"telemetry",
"items",
"per",
"second",
"."
] | def max_telemetry_items_per_second(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "max_telemetry_items_per_second") | [
"def",
"max_telemetry_items_per_second",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_telemetry_items_per_second\"",
")"
] | Target rate of telemetry items per second. | [
"Target",
"rate",
"of",
"telemetry",
"items",
"per",
"second",
"."
] | [
"\"\"\"\n Target rate of telemetry items per second.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | min_percentage | Optional[pulumi.Input[float]] | def min_percentage(self) -> Optional[pulumi.Input[float]]:
"""
Minimum allowed rate of sampling.
"""
return pulumi.get(self, "min_percentage") |
Minimum allowed rate of sampling.
| Minimum allowed rate of sampling. | [
"Minimum",
"allowed",
"rate",
"of",
"sampling",
"."
] | def min_percentage(self) -> Optional[pulumi.Input[float]]:
return pulumi.get(self, "min_percentage") | [
"def",
"min_percentage",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_percentage\"",
")"
] | Minimum allowed rate of sampling. | [
"Minimum",
"allowed",
"rate",
"of",
"sampling",
"."
] | [
"\"\"\"\n Minimum allowed rate of sampling.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | moving_average_ratio | Optional[pulumi.Input[float]] | def moving_average_ratio(self) -> Optional[pulumi.Input[float]]:
"""
Moving average ration assigned to most recent value.
"""
return pulumi.get(self, "moving_average_ratio") |
Moving average ration assigned to most recent value.
| Moving average ration assigned to most recent value. | [
"Moving",
"average",
"ration",
"assigned",
"to",
"most",
"recent",
"value",
"."
] | def moving_average_ratio(self) -> Optional[pulumi.Input[float]]:
return pulumi.get(self, "moving_average_ratio") | [
"def",
"moving_average_ratio",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"moving_average_ratio\"",
")"
] | Moving average ration assigned to most recent value. | [
"Moving",
"average",
"ration",
"assigned",
"to",
"most",
"recent",
"value",
"."
] | [
"\"\"\"\n Moving average ration assigned to most recent value.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | percentage | Optional[pulumi.Input[float]] | def percentage(self) -> Optional[pulumi.Input[float]]:
"""
Rate of sampling for fixed-rate sampling.
"""
return pulumi.get(self, "percentage") |
Rate of sampling for fixed-rate sampling.
| Rate of sampling for fixed-rate sampling. | [
"Rate",
"of",
"sampling",
"for",
"fixed",
"-",
"rate",
"sampling",
"."
] | def percentage(self) -> Optional[pulumi.Input[float]]:
return pulumi.get(self, "percentage") | [
"def",
"percentage",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"percentage\"",
")"
] | Rate of sampling for fixed-rate sampling. | [
"Rate",
"of",
"sampling",
"for",
"fixed",
"-",
"rate",
"sampling",
"."
] | [
"\"\"\"\n Rate of sampling for fixed-rate sampling.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | percentage_decrease_timeout | Optional[pulumi.Input[str]] | def percentage_decrease_timeout(self) -> Optional[pulumi.Input[str]]:
"""
Duration in ISO8601 format after which it's allowed to lower the sampling rate.
"""
return pulumi.get(self, "percentage_decrease_timeout") |
Duration in ISO8601 format after which it's allowed to lower the sampling rate.
| Duration in ISO8601 format after which it's allowed to lower the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"lower",
"the",
"sampling",
"rate",
"."
] | def percentage_decrease_timeout(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "percentage_decrease_timeout") | [
"def",
"percentage_decrease_timeout",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"percentage_decrease_timeout\"",
")"
] | Duration in ISO8601 format after which it's allowed to lower the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"lower",
"the",
"sampling",
"rate",
"."
] | [
"\"\"\"\n Duration in ISO8601 format after which it's allowed to lower the sampling rate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | percentage_increase_timeout | Optional[pulumi.Input[str]] | def percentage_increase_timeout(self) -> Optional[pulumi.Input[str]]:
"""
Duration in ISO8601 format after which it's allowed to increase the sampling rate.
"""
return pulumi.get(self, "percentage_increase_timeout") |
Duration in ISO8601 format after which it's allowed to increase the sampling rate.
| Duration in ISO8601 format after which it's allowed to increase the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"increase",
"the",
"sampling",
"rate",
"."
] | def percentage_increase_timeout(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "percentage_increase_timeout") | [
"def",
"percentage_increase_timeout",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"percentage_increase_timeout\"",
")"
] | Duration in ISO8601 format after which it's allowed to increase the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"increase",
"the",
"sampling",
"rate",
"."
] | [
"\"\"\"\n Duration in ISO8601 format after which it's allowed to increase the sampling rate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | required | Optional[pulumi.Input[bool]] | def required(self) -> Optional[pulumi.Input[bool]]:
"""
whether parameter is required or not.
"""
return pulumi.get(self, "required") |
whether parameter is required or not.
| whether parameter is required or not. | [
"whether",
"parameter",
"is",
"required",
"or",
"not",
"."
] | def required(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "required") | [
"def",
"required",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"required\"",
")"
] | whether parameter is required or not. | [
"whether",
"parameter",
"is",
"required",
"or",
"not",
"."
] | [
"\"\"\"\n whether parameter is required or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | type_name | Optional[pulumi.Input[str]] | def type_name(self) -> Optional[pulumi.Input[str]]:
"""
Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
"""
return pulumi.get(self, "type_name") |
Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-data'.
| Type name defined by the schema. | [
"Type",
"name",
"defined",
"by",
"the",
"schema",
"."
] | def type_name(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "type_name") | [
"def",
"type_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"type_name\"",
")"
] | Type name defined by the schema. | [
"Type",
"name",
"defined",
"by",
"the",
"schema",
"."
] | [
"\"\"\"\n Type name defined by the schema. Applicable only if 'contentType' value is neither 'application/x-www-form-urlencoded' nor 'multipart/form-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": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | headers | Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]] | def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
"""
Collection of operation request headers.
"""
return pulumi.get(self, "headers") |
Collection of operation request headers.
| Collection of operation request headers. | [
"Collection",
"of",
"operation",
"request",
"headers",
"."
] | def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
return pulumi.get(self, "headers") | [
"def",
"headers",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ParameterContractArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"headers\"",
"... | Collection of operation request headers. | [
"Collection",
"of",
"operation",
"request",
"headers",
"."
] | [
"\"\"\"\n Collection of operation request headers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | query_parameters | Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]] | def query_parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
"""
Collection of operation request query parameters.
"""
return pulumi.get(self, "query_parameters") |
Collection of operation request query parameters.
| Collection of operation request query parameters. | [
"Collection",
"of",
"operation",
"request",
"query",
"parameters",
"."
] | def query_parameters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ParameterContractArgs']]]]:
return pulumi.get(self, "query_parameters") | [
"def",
"query_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'ParameterContractArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query_... | Collection of operation request query parameters. | [
"Collection",
"of",
"operation",
"request",
"query",
"parameters",
"."
] | [
"\"\"\"\n Collection of operation request query 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": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | representations | Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]] | def representations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]]:
"""
Collection of operation request representations.
"""
return pulumi.get(self, "representations") |
Collection of operation request representations.
| Collection of operation request representations. | [
"Collection",
"of",
"operation",
"request",
"representations",
"."
] | def representations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RepresentationContractArgs']]]]:
return pulumi.get(self, "representations") | [
"def",
"representations",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"'RepresentationContractArgs'",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"re... | Collection of operation request representations. | [
"Collection",
"of",
"operation",
"request",
"representations",
"."
] | [
"\"\"\"\n Collection of operation request representations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | status_code | pulumi.Input[int] | def status_code(self) -> pulumi.Input[int]:
"""
Operation response HTTP status code.
"""
return pulumi.get(self, "status_code") |
Operation response HTTP status code.
| Operation response HTTP status code. | [
"Operation",
"response",
"HTTP",
"status",
"code",
"."
] | def status_code(self) -> pulumi.Input[int]:
return pulumi.get(self, "status_code") | [
"def",
"status_code",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_code\"",
")"
] | Operation response HTTP status code. | [
"Operation",
"response",
"HTTP",
"status",
"code",
"."
] | [
"\"\"\"\n Operation response HTTP status code.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | query | Optional[pulumi.Input[str]] | def query(self) -> Optional[pulumi.Input[str]]:
"""
Subscription key query string parameter name.
"""
return pulumi.get(self, "query") |
Subscription key query string parameter name.
| Subscription key query string parameter name. | [
"Subscription",
"key",
"query",
"string",
"parameter",
"name",
"."
] | def query(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "query") | [
"def",
"query",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query\"",
")"
] | Subscription key query string parameter name. | [
"Subscription",
"key",
"query",
"string",
"parameter",
"name",
"."
] | [
"\"\"\"\n Subscription key query string parameter name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
926d5160525d08624698053ac936889d55c13150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/_inputs.py | [
"Apache-2.0"
] | Python | issuer_certificate_thumbprint | Optional[pulumi.Input[str]] | def issuer_certificate_thumbprint(self) -> Optional[pulumi.Input[str]]:
"""
Thumbprint for the Issuer of the Certificate.
"""
return pulumi.get(self, "issuer_certificate_thumbprint") |
Thumbprint for the Issuer of the Certificate.
| Thumbprint for the Issuer of the Certificate. | [
"Thumbprint",
"for",
"the",
"Issuer",
"of",
"the",
"Certificate",
"."
] | def issuer_certificate_thumbprint(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "issuer_certificate_thumbprint") | [
"def",
"issuer_certificate_thumbprint",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"issuer_certificate_thumbprint\"",
")"
] | Thumbprint for the Issuer of the Certificate. | [
"Thumbprint",
"for",
"the",
"Issuer",
"of",
"the",
"Certificate",
"."
] | [
"\"\"\"\n Thumbprint for the Issuer of the Certificate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | access_tier | str | def access_tier(self) -> str:
"""
Required for storage accounts where kind = BlobStorage. The access tier used for billing.
"""
return pulumi.get(self, "access_tier") |
Required for storage accounts where kind = BlobStorage. The access tier used for billing.
| Required for storage accounts where kind = BlobStorage. The access tier used for billing. | [
"Required",
"for",
"storage",
"accounts",
"where",
"kind",
"=",
"BlobStorage",
".",
"The",
"access",
"tier",
"used",
"for",
"billing",
"."
] | def access_tier(self) -> str:
return pulumi.get(self, "access_tier") | [
"def",
"access_tier",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_tier\"",
")"
] | Required for storage accounts where kind = BlobStorage. | [
"Required",
"for",
"storage",
"accounts",
"where",
"kind",
"=",
"BlobStorage",
"."
] | [
"\"\"\"\n Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | creation_time | str | def creation_time(self) -> str:
"""
Gets the creation date and time of the storage account in UTC.
"""
return pulumi.get(self, "creation_time") |
Gets the creation date and time of the storage account in UTC.
| Gets the creation date and time of the storage account in UTC. | [
"Gets",
"the",
"creation",
"date",
"and",
"time",
"of",
"the",
"storage",
"account",
"in",
"UTC",
"."
] | def creation_time(self) -> str:
return pulumi.get(self, "creation_time") | [
"def",
"creation_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"creation_time\"",
")"
] | Gets the creation date and time of the storage account in UTC. | [
"Gets",
"the",
"creation",
"date",
"and",
"time",
"of",
"the",
"storage",
"account",
"in",
"UTC",
"."
] | [
"\"\"\"\n Gets the creation date and time of the storage account in UTC.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | custom_domain | 'outputs.CustomDomainResponse' | def custom_domain(self) -> 'outputs.CustomDomainResponse':
"""
Gets the custom domain the user assigned to this storage account.
"""
return pulumi.get(self, "custom_domain") |
Gets the custom domain the user assigned to this storage account.
| Gets the custom domain the user assigned to this storage account. | [
"Gets",
"the",
"custom",
"domain",
"the",
"user",
"assigned",
"to",
"this",
"storage",
"account",
"."
] | def custom_domain(self) -> 'outputs.CustomDomainResponse':
return pulumi.get(self, "custom_domain") | [
"def",
"custom_domain",
"(",
"self",
")",
"->",
"'outputs.CustomDomainResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_domain\"",
")"
] | Gets the custom domain the user assigned to this storage account. | [
"Gets",
"the",
"custom",
"domain",
"the",
"user",
"assigned",
"to",
"this",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the custom domain the user assigned to this storage 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": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | enable_https_traffic_only | Optional[bool] | def enable_https_traffic_only(self) -> Optional[bool]:
"""
Allows https traffic only to storage service if sets to true.
"""
return pulumi.get(self, "enable_https_traffic_only") |
Allows https traffic only to storage service if sets to true.
| Allows https traffic only to storage service if sets to true. | [
"Allows",
"https",
"traffic",
"only",
"to",
"storage",
"service",
"if",
"sets",
"to",
"true",
"."
] | def enable_https_traffic_only(self) -> Optional[bool]:
return pulumi.get(self, "enable_https_traffic_only") | [
"def",
"enable_https_traffic_only",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_https_traffic_only\"",
")"
] | Allows https traffic only to storage service if sets to true. | [
"Allows",
"https",
"traffic",
"only",
"to",
"storage",
"service",
"if",
"sets",
"to",
"true",
"."
] | [
"\"\"\"\n Allows https traffic only to storage service if sets to true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | encryption | 'outputs.EncryptionResponse' | def encryption(self) -> 'outputs.EncryptionResponse':
"""
Gets the encryption settings on the account. If unspecified, the account is unencrypted.
"""
return pulumi.get(self, "encryption") |
Gets the encryption settings on the account. If unspecified, the account is unencrypted.
| Gets the encryption settings on the account. If unspecified, the account is unencrypted. | [
"Gets",
"the",
"encryption",
"settings",
"on",
"the",
"account",
".",
"If",
"unspecified",
"the",
"account",
"is",
"unencrypted",
"."
] | def encryption(self) -> 'outputs.EncryptionResponse':
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"'outputs.EncryptionResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | Gets the encryption settings on the account. | [
"Gets",
"the",
"encryption",
"settings",
"on",
"the",
"account",
"."
] | [
"\"\"\"\n Gets the encryption settings on the account. If unspecified, the account is unencrypted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | last_geo_failover_time | str | def last_geo_failover_time(self) -> str:
"""
Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or ... |
Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.
| Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS. | [
"Gets",
"the",
"timestamp",
"of",
"the",
"most",
"recent",
"instance",
"of",
"a",
"failover",
"to",
"the",
"secondary",
"location",
".",
"Only",
"the",
"most",
"recent",
"timestamp",
"is",
"retained",
".",
"This",
"element",
"is",
"not",
"returned",
"if",
... | def last_geo_failover_time(self) -> str:
return pulumi.get(self, "last_geo_failover_time") | [
"def",
"last_geo_failover_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_geo_failover_time\"",
")"
] | Gets the timestamp of the most recent instance of a failover to the secondary location. | [
"Gets",
"the",
"timestamp",
"of",
"the",
"most",
"recent",
"instance",
"of",
"a",
"failover",
"to",
"the",
"secondary",
"location",
"."
] | [
"\"\"\"\n Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | primary_endpoints | 'outputs.EndpointsResponse' | def primary_endpoints(self) -> 'outputs.EndpointsResponse':
"""
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
"""
return pulumi.get(self, "primary_endpoints") |
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
| Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
".",
"Note",
"that",
"Standard_ZRS",
"and",
"Premium_LRS",
"accounts",
"only",
"return",
"the",
"blob",
"endpoint"... | def primary_endpoints(self) -> 'outputs.EndpointsResponse':
return pulumi.get(self, "primary_endpoints") | [
"def",
"primary_endpoints",
"(",
"self",
")",
"->",
"'outputs.EndpointsResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_endpoints\"",
")"
] | Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"."
] | [
"\"\"\"\n Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | primary_location | str | def primary_location(self) -> str:
"""
Gets the location of the primary data center for the storage account.
"""
return pulumi.get(self, "primary_location") |
Gets the location of the primary data center for the storage account.
| Gets the location of the primary data center for the storage account. | [
"Gets",
"the",
"location",
"of",
"the",
"primary",
"data",
"center",
"for",
"the",
"storage",
"account",
"."
] | def primary_location(self) -> str:
return pulumi.get(self, "primary_location") | [
"def",
"primary_location",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_location\"",
")"
] | Gets the location of the primary data center for the storage account. | [
"Gets",
"the",
"location",
"of",
"the",
"primary",
"data",
"center",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the location of the primary data center for the storage 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": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | secondary_endpoints | 'outputs.EndpointsResponse' | def secondary_endpoints(self) -> 'outputs.EndpointsResponse':
"""
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
"""
return pulumi.get(self, ... |
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
| Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"from",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
".",
"Only",
"available",
"if",
"the"... | def secondary_endpoints(self) -> 'outputs.EndpointsResponse':
return pulumi.get(self, "secondary_endpoints") | [
"def",
"secondary_endpoints",
"(",
"self",
")",
"->",
"'outputs.EndpointsResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_endpoints\"",
")"
] | Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"from",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | secondary_location | str | def secondary_location(self) -> str:
"""
Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
"""
return pulumi.get(self, "secondary_location") |
Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
| Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS. | [
"Gets",
"the",
"location",
"of",
"the",
"geo",
"-",
"replicated",
"secondary",
"for",
"the",
"storage",
"account",
".",
"Only",
"available",
"if",
"the",
"accountType",
"is",
"Standard_GRS",
"or",
"Standard_RAGRS",
"."
] | def secondary_location(self) -> str:
return pulumi.get(self, "secondary_location") | [
"def",
"secondary_location",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_location\"",
")"
] | Gets the location of the geo-replicated secondary for the storage account. | [
"Gets",
"the",
"location",
"of",
"the",
"geo",
"-",
"replicated",
"secondary",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | status_of_primary | str | def status_of_primary(self) -> str:
"""
Gets the status indicating whether the primary location of the storage account is available or unavailable.
"""
return pulumi.get(self, "status_of_primary") |
Gets the status indicating whether the primary location of the storage account is available or unavailable.
| Gets the status indicating whether the primary location of the storage account is available or unavailable. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"primary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | def status_of_primary(self) -> str:
return pulumi.get(self, "status_of_primary") | [
"def",
"status_of_primary",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_of_primary\"",
")"
] | Gets the status indicating whether the primary location of the storage account is available or unavailable. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"primary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | [
"\"\"\"\n Gets the status indicating whether the primary location of the storage account is available or unavailable.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ec1792290dc49155e7ad7d4b12535ab345e6d22 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20170601/get_storage_account.py | [
"Apache-2.0"
] | Python | status_of_secondary | str | def status_of_secondary(self) -> str:
"""
Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
"""
return pulumi.get(self, "status_of_secondary") |
Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
| Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
".",
"Only",
"available",
"if",
"the",
"SKU",
"name",
"is",
"Standard_GRS",
"or",
"Standard_RAGRS",
"."
] | def status_of_secondary(self) -> str:
return pulumi.get(self, "status_of_secondary") | [
"def",
"status_of_secondary",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_of_secondary\"",
")"
] | Gets the status indicating whether the secondary location of the storage account is available or unavailable. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | [
"\"\"\"\n Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ecdd8506aefa7735fbe7b77102f65ca718d627e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180701/virtual_hub.py | [
"Apache-2.0"
] | Python | address_prefix | pulumi.Output[Optional[str]] | def address_prefix(self) -> pulumi.Output[Optional[str]]:
"""
Address-prefix for this VirtualHub.
"""
return pulumi.get(self, "address_prefix") |
Address-prefix for this VirtualHub.
| Address-prefix for this VirtualHub. | [
"Address",
"-",
"prefix",
"for",
"this",
"VirtualHub",
"."
] | def address_prefix(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "address_prefix") | [
"def",
"address_prefix",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"address_prefix\"",
")"
] | Address-prefix for this VirtualHub. | [
"Address",
"-",
"prefix",
"for",
"this",
"VirtualHub",
"."
] | [
"\"\"\"\n Address-prefix for this VirtualHub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ecdd8506aefa7735fbe7b77102f65ca718d627e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180701/virtual_hub.py | [
"Apache-2.0"
] | Python | hub_virtual_network_connections | pulumi.Output[Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]] | def hub_virtual_network_connections(self) -> pulumi.Output[Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]]:
"""
list of all vnet connections with this VirtualHub.
"""
return pulumi.get(self, "hub_virtual_network_connections") |
list of all vnet connections with this VirtualHub.
| list of all vnet connections with this VirtualHub. | [
"list",
"of",
"all",
"vnet",
"connections",
"with",
"this",
"VirtualHub",
"."
] | def hub_virtual_network_connections(self) -> pulumi.Output[Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]]:
return pulumi.get(self, "hub_virtual_network_connections") | [
"def",
"hub_virtual_network_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HubVirtualNetworkConnectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hub_virtual_... | list of all vnet connections with this VirtualHub. | [
"list",
"of",
"all",
"vnet",
"connections",
"with",
"this",
"VirtualHub",
"."
] | [
"\"\"\"\n list of all vnet connections with this VirtualHub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ecdd8506aefa7735fbe7b77102f65ca718d627e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180701/virtual_hub.py | [
"Apache-2.0"
] | Python | virtual_wan | pulumi.Output[Optional['outputs.SubResourceResponse']] | def virtual_wan(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The VirtualWAN to which the VirtualHub belongs
"""
return pulumi.get(self, "virtual_wan") |
The VirtualWAN to which the VirtualHub belongs
| The VirtualWAN to which the VirtualHub belongs | [
"The",
"VirtualWAN",
"to",
"which",
"the",
"VirtualHub",
"belongs"
] | def virtual_wan(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "virtual_wan") | [
"def",
"virtual_wan",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_wan\"",
")"
] | The VirtualWAN to which the VirtualHub belongs | [
"The",
"VirtualWAN",
"to",
"which",
"the",
"VirtualHub",
"belongs"
] | [
"\"\"\"\n The VirtualWAN to which the VirtualHub belongs\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3edd1653ed911e7414007276419d7b49a3e791cc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/sensitivity_label.py | [
"Apache-2.0"
] | Python | managed_by | pulumi.Output[str] | def managed_by(self) -> pulumi.Output[str]:
"""
Resource that manages the sensitivity label.
"""
return pulumi.get(self, "managed_by") |
Resource that manages the sensitivity label.
| Resource that manages the sensitivity label. | [
"Resource",
"that",
"manages",
"the",
"sensitivity",
"label",
"."
] | def managed_by(self) -> pulumi.Output[str]:
return pulumi.get(self, "managed_by") | [
"def",
"managed_by",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_by\"",
")"
] | Resource that manages the sensitivity label. | [
"Resource",
"that",
"manages",
"the",
"sensitivity",
"label",
"."
] | [
"\"\"\"\n Resource that manages the sensitivity label.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3eeaece6bad1baba96e20d386e2a02b319d19626 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/purview/v20201201preview/get_private_endpoint_connection.py | [
"Apache-2.0"
] | Python | private_link_service_connection_state | Optional['outputs.PrivateLinkServiceConnectionStateResponse'] | def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
"""
The private link service connection state.
"""
return pulumi.get(self, "private_link_service_connection_state") |
The private link service connection state.
| The private link service connection state. | [
"The",
"private",
"link",
"service",
"connection",
"state",
"."
] | def private_link_service_connection_state(self) -> Optional['outputs.PrivateLinkServiceConnectionStateResponse']:
return pulumi.get(self, "private_link_service_connection_state") | [
"def",
"private_link_service_connection_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PrivateLinkServiceConnectionStateResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_link_service_connection_state\"",
")"
] | The private link service connection state. | [
"The",
"private",
"link",
"service",
"connection",
"state",
"."
] | [
"\"\"\"\n The private link service connection state.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3eef6de579f698d6dd00a36a6df44447e5595398 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/get_connector.py | [
"Apache-2.0"
] | Python | authentication_details | Optional[Any] | def authentication_details(self) -> Optional[Any]:
"""
Settings for authentication management, these settings are relevant only for the cloud connector.
"""
return pulumi.get(self, "authentication_details") |
Settings for authentication management, these settings are relevant only for the cloud connector.
| Settings for authentication management, these settings are relevant only for the cloud connector. | [
"Settings",
"for",
"authentication",
"management",
"these",
"settings",
"are",
"relevant",
"only",
"for",
"the",
"cloud",
"connector",
"."
] | def authentication_details(self) -> Optional[Any]:
return pulumi.get(self, "authentication_details") | [
"def",
"authentication_details",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authentication_details\"",
")"
] | Settings for authentication management, these settings are relevant only for the cloud connector. | [
"Settings",
"for",
"authentication",
"management",
"these",
"settings",
"are",
"relevant",
"only",
"for",
"the",
"cloud",
"connector",
"."
] | [
"\"\"\"\n Settings for authentication management, these settings are relevant only for the cloud connector.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3eef6de579f698d6dd00a36a6df44447e5595398 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/get_connector.py | [
"Apache-2.0"
] | Python | hybrid_compute_settings | Optional['outputs.HybridComputeSettingsPropertiesResponse'] | def hybrid_compute_settings(self) -> Optional['outputs.HybridComputeSettingsPropertiesResponse']:
"""
Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).
"""
return pulumi.get(self, "hybrid_compute_settings") |
Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).
| Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute). | [
"Settings",
"for",
"hybrid",
"compute",
"management",
".",
"These",
"settings",
"are",
"relevant",
"only",
"for",
"Arc",
"autoProvision",
"(",
"Hybrid",
"Compute",
")",
"."
] | def hybrid_compute_settings(self) -> Optional['outputs.HybridComputeSettingsPropertiesResponse']:
return pulumi.get(self, "hybrid_compute_settings") | [
"def",
"hybrid_compute_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.HybridComputeSettingsPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hybrid_compute_settings\"",
")"
] | Settings for hybrid compute management. | [
"Settings",
"for",
"hybrid",
"compute",
"management",
"."
] | [
"\"\"\"\n Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a27315e1e5ec22af57b2c72bc15d7e3843f8c3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20190401/blob_container_immutability_policy.py | [
"Apache-2.0"
] | Python | immutability_period_since_creation_in_days | pulumi.Output[int] | def immutability_period_since_creation_in_days(self) -> pulumi.Output[int]:
"""
The immutability period for the blobs in the container since the policy creation, in days.
"""
return pulumi.get(self, "immutability_period_since_creation_in_days") |
The immutability period for the blobs in the container since the policy creation, in days.
| The immutability period for the blobs in the container since the policy creation, in days. | [
"The",
"immutability",
"period",
"for",
"the",
"blobs",
"in",
"the",
"container",
"since",
"the",
"policy",
"creation",
"in",
"days",
"."
] | def immutability_period_since_creation_in_days(self) -> pulumi.Output[int]:
return pulumi.get(self, "immutability_period_since_creation_in_days") | [
"def",
"immutability_period_since_creation_in_days",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"immutability_period_since_creation_in_days\"",
")"
] | The immutability period for the blobs in the container since the policy creation, in days. | [
"The",
"immutability",
"period",
"for",
"the",
"blobs",
"in",
"the",
"container",
"since",
"the",
"policy",
"creation",
"in",
"days",
"."
] | [
"\"\"\"\n The immutability period for the blobs in the container since the policy creation, in days.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | availability_set | Optional['outputs.SubResourceResponse'] | def availability_set(self) -> Optional['outputs.SubResourceResponse']:
"""
Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more informat... |
Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Manage the availability of virtual machines](htt... | Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Manage the availability of virtual machines]. For more i... | [
"Specifies",
"information",
"about",
"the",
"availability",
"set",
"that",
"the",
"virtual",
"machine",
"should",
"be",
"assigned",
"to",
".",
"Virtual",
"machines",
"specified",
"in",
"the",
"same",
"availability",
"set",
"are",
"allocated",
"to",
"different",
... | def availability_set(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "availability_set") | [
"def",
"availability_set",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_set\"",
")"
] | Specifies information about the availability set that the virtual machine should be assigned to. | [
"Specifies",
"information",
"about",
"the",
"availability",
"set",
"that",
"the",
"virtual",
"machine",
"should",
"be",
"assigned",
"to",
"."
] | [
"\"\"\"\n Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Manage the availability of virtual m... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | hardware_profile | Optional['outputs.HardwareProfileResponse'] | def hardware_profile(self) -> Optional['outputs.HardwareProfileResponse']:
"""
Specifies the hardware settings for the virtual machine.
"""
return pulumi.get(self, "hardware_profile") |
Specifies the hardware settings for the virtual machine.
| Specifies the hardware settings for the virtual machine. | [
"Specifies",
"the",
"hardware",
"settings",
"for",
"the",
"virtual",
"machine",
"."
] | def hardware_profile(self) -> Optional['outputs.HardwareProfileResponse']:
return pulumi.get(self, "hardware_profile") | [
"def",
"hardware_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.HardwareProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hardware_profile\"",
")"
] | Specifies the hardware settings for the virtual machine. | [
"Specifies",
"the",
"hardware",
"settings",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the hardware settings for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | instance_id | str | def instance_id(self) -> str:
"""
The virtual machine instance ID.
"""
return pulumi.get(self, "instance_id") |
The virtual machine instance ID.
| The virtual machine instance ID. | [
"The",
"virtual",
"machine",
"instance",
"ID",
"."
] | def instance_id(self) -> str:
return pulumi.get(self, "instance_id") | [
"def",
"instance_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_id\"",
")"
] | The virtual machine instance ID. | [
"The",
"virtual",
"machine",
"instance",
"ID",
"."
] | [
"\"\"\"\n The virtual machine instance ID.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | instance_view | 'outputs.VirtualMachineScaleSetVMInstanceViewResponse' | def instance_view(self) -> 'outputs.VirtualMachineScaleSetVMInstanceViewResponse':
"""
The virtual machine instance view.
"""
return pulumi.get(self, "instance_view") |
The virtual machine instance view.
| The virtual machine instance view. | [
"The",
"virtual",
"machine",
"instance",
"view",
"."
] | def instance_view(self) -> 'outputs.VirtualMachineScaleSetVMInstanceViewResponse':
return pulumi.get(self, "instance_view") | [
"def",
"instance_view",
"(",
"self",
")",
"->",
"'outputs.VirtualMachineScaleSetVMInstanceViewResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_view\"",
")"
] | The virtual machine instance view. | [
"The",
"virtual",
"machine",
"instance",
"view",
"."
] | [
"\"\"\"\n The virtual machine instance view.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | model_definition_applied | str | def model_definition_applied(self) -> str:
"""
Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
"""
return pulumi.get(self, "model_definition_applied") |
Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
| Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. | [
"Specifies",
"whether",
"the",
"model",
"applied",
"to",
"the",
"virtual",
"machine",
"is",
"the",
"model",
"of",
"the",
"virtual",
"machine",
"scale",
"set",
"or",
"the",
"customized",
"model",
"for",
"the",
"virtual",
"machine",
"."
] | def model_definition_applied(self) -> str:
return pulumi.get(self, "model_definition_applied") | [
"def",
"model_definition_applied",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"model_definition_applied\"",
")"
] | Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. | [
"Specifies",
"whether",
"the",
"model",
"applied",
"to",
"the",
"virtual",
"machine",
"is",
"the",
"model",
"of",
"the",
"virtual",
"machine",
"scale",
"set",
"or",
"the",
"customized",
"model",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | network_profile | Optional['outputs.NetworkProfileResponse'] | def network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
"""
Specifies the network interfaces of the virtual machine.
"""
return pulumi.get(self, "network_profile") |
Specifies the network interfaces of the virtual machine.
| Specifies the network interfaces of the virtual machine. | [
"Specifies",
"the",
"network",
"interfaces",
"of",
"the",
"virtual",
"machine",
"."
] | def network_profile(self) -> Optional['outputs.NetworkProfileResponse']:
return pulumi.get(self, "network_profile") | [
"def",
"network_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.NetworkProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_profile\"",
")"
] | Specifies the network interfaces of the virtual machine. | [
"Specifies",
"the",
"network",
"interfaces",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the network interfaces of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | network_profile_configuration | Optional['outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse'] | def network_profile_configuration(self) -> Optional['outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse']:
"""
Specifies the network profile configuration of the virtual machine.
"""
return pulumi.get(self, "network_profile_configuration") |
Specifies the network profile configuration of the virtual machine.
| Specifies the network profile configuration of the virtual machine. | [
"Specifies",
"the",
"network",
"profile",
"configuration",
"of",
"the",
"virtual",
"machine",
"."
] | def network_profile_configuration(self) -> Optional['outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse']:
return pulumi.get(self, "network_profile_configuration") | [
"def",
"network_profile_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_profile_configuration\"",
")"
] | Specifies the network profile configuration of the virtual machine. | [
"Specifies",
"the",
"network",
"profile",
"configuration",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the network profile configuration of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | os_profile | Optional['outputs.OSProfileResponse'] | def os_profile(self) -> Optional['outputs.OSProfileResponse']:
"""
Specifies the operating system settings for the virtual machine.
"""
return pulumi.get(self, "os_profile") |
Specifies the operating system settings for the virtual machine.
| Specifies the operating system settings for the virtual machine. | [
"Specifies",
"the",
"operating",
"system",
"settings",
"for",
"the",
"virtual",
"machine",
"."
] | def os_profile(self) -> Optional['outputs.OSProfileResponse']:
return pulumi.get(self, "os_profile") | [
"def",
"os_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.OSProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"os_profile\"",
")"
] | Specifies the operating system settings for the virtual machine. | [
"Specifies",
"the",
"operating",
"system",
"settings",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the operating system settings for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | protection_policy | Optional['outputs.VirtualMachineScaleSetVMProtectionPolicyResponse'] | def protection_policy(self) -> Optional['outputs.VirtualMachineScaleSetVMProtectionPolicyResponse']:
"""
Specifies the protection policy of the virtual machine.
"""
return pulumi.get(self, "protection_policy") |
Specifies the protection policy of the virtual machine.
| Specifies the protection policy of the virtual machine. | [
"Specifies",
"the",
"protection",
"policy",
"of",
"the",
"virtual",
"machine",
"."
] | def protection_policy(self) -> Optional['outputs.VirtualMachineScaleSetVMProtectionPolicyResponse']:
return pulumi.get(self, "protection_policy") | [
"def",
"protection_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualMachineScaleSetVMProtectionPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"protection_policy\"",
")"
] | Specifies the protection policy of the virtual machine. | [
"Specifies",
"the",
"protection",
"policy",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the protection policy of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | resources | Sequence['outputs.VirtualMachineExtensionResponse'] | def resources(self) -> Sequence['outputs.VirtualMachineExtensionResponse']:
"""
The virtual machine child extension resources.
"""
return pulumi.get(self, "resources") |
The virtual machine child extension resources.
| The virtual machine child extension resources. | [
"The",
"virtual",
"machine",
"child",
"extension",
"resources",
"."
] | def resources(self) -> Sequence['outputs.VirtualMachineExtensionResponse']:
return pulumi.get(self, "resources") | [
"def",
"resources",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.VirtualMachineExtensionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resources\"",
")"
] | The virtual machine child extension resources. | [
"The",
"virtual",
"machine",
"child",
"extension",
"resources",
"."
] | [
"\"\"\"\n The virtual machine child extension resources.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | security_profile | Optional['outputs.SecurityProfileResponse'] | def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
"""
Specifies the Security related profile settings for the virtual machine.
"""
return pulumi.get(self, "security_profile") |
Specifies the Security related profile settings for the virtual machine.
| Specifies the Security related profile settings for the virtual machine. | [
"Specifies",
"the",
"Security",
"related",
"profile",
"settings",
"for",
"the",
"virtual",
"machine",
"."
] | def security_profile(self) -> Optional['outputs.SecurityProfileResponse']:
return pulumi.get(self, "security_profile") | [
"def",
"security_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SecurityProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"security_profile\"",
")"
] | Specifies the Security related profile settings for the virtual machine. | [
"Specifies",
"the",
"Security",
"related",
"profile",
"settings",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the Security related profile settings for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7a795f45945483ae7ade6f724ff3f89e588fc56 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | storage_profile | Optional['outputs.StorageProfileResponse'] | def storage_profile(self) -> Optional['outputs.StorageProfileResponse']:
"""
Specifies the storage settings for the virtual machine disks.
"""
return pulumi.get(self, "storage_profile") |
Specifies the storage settings for the virtual machine disks.
| Specifies the storage settings for the virtual machine disks. | [
"Specifies",
"the",
"storage",
"settings",
"for",
"the",
"virtual",
"machine",
"disks",
"."
] | def storage_profile(self) -> Optional['outputs.StorageProfileResponse']:
return pulumi.get(self, "storage_profile") | [
"def",
"storage_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.StorageProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_profile\"",
")"
] | Specifies the storage settings for the virtual machine disks. | [
"Specifies",
"the",
"storage",
"settings",
"for",
"the",
"virtual",
"machine",
"disks",
"."
] | [
"\"\"\"\n Specifies the storage settings for the virtual machine disks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7ad2def540ebd45ebfb05bb3f52eada0b620801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/get_environment_setting.py | [
"Apache-2.0"
] | Python | configuration_state | Optional[str] | def configuration_state(self) -> Optional[str]:
"""
Describes the user's progress in configuring their environment setting
"""
return pulumi.get(self, "configuration_state") |
Describes the user's progress in configuring their environment setting
| Describes the user's progress in configuring their environment setting | [
"Describes",
"the",
"user",
"'",
"s",
"progress",
"in",
"configuring",
"their",
"environment",
"setting"
] | def configuration_state(self) -> Optional[str]:
return pulumi.get(self, "configuration_state") | [
"def",
"configuration_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"configuration_state\"",
")"
] | Describes the user's progress in configuring their environment setting | [
"Describes",
"the",
"user",
"'",
"s",
"progress",
"in",
"configuring",
"their",
"environment",
"setting"
] | [
"\"\"\"\n Describes the user's progress in configuring their environment setting\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7ad2def540ebd45ebfb05bb3f52eada0b620801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/get_environment_setting.py | [
"Apache-2.0"
] | Python | last_changed | str | def last_changed(self) -> str:
"""
Time when the template VM was last changed.
"""
return pulumi.get(self, "last_changed") |
Time when the template VM was last changed.
| Time when the template VM was last changed. | [
"Time",
"when",
"the",
"template",
"VM",
"was",
"last",
"changed",
"."
] | def last_changed(self) -> str:
return pulumi.get(self, "last_changed") | [
"def",
"last_changed",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_changed\"",
")"
] | Time when the template VM was last changed. | [
"Time",
"when",
"the",
"template",
"VM",
"was",
"last",
"changed",
"."
] | [
"\"\"\"\n Time when the template VM was last changed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7ad2def540ebd45ebfb05bb3f52eada0b620801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/get_environment_setting.py | [
"Apache-2.0"
] | Python | last_published | str | def last_published(self) -> str:
"""
Time when the template VM was last sent for publishing.
"""
return pulumi.get(self, "last_published") |
Time when the template VM was last sent for publishing.
| Time when the template VM was last sent for publishing. | [
"Time",
"when",
"the",
"template",
"VM",
"was",
"last",
"sent",
"for",
"publishing",
"."
] | def last_published(self) -> str:
return pulumi.get(self, "last_published") | [
"def",
"last_published",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_published\"",
")"
] | Time when the template VM was last sent for publishing. | [
"Time",
"when",
"the",
"template",
"VM",
"was",
"last",
"sent",
"for",
"publishing",
"."
] | [
"\"\"\"\n Time when the template VM was last sent for publishing.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7ad2def540ebd45ebfb05bb3f52eada0b620801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/get_environment_setting.py | [
"Apache-2.0"
] | Python | publishing_state | str | def publishing_state(self) -> str:
"""
Describes the readiness of this environment setting
"""
return pulumi.get(self, "publishing_state") |
Describes the readiness of this environment setting
| Describes the readiness of this environment setting | [
"Describes",
"the",
"readiness",
"of",
"this",
"environment",
"setting"
] | def publishing_state(self) -> str:
return pulumi.get(self, "publishing_state") | [
"def",
"publishing_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"publishing_state\"",
")"
] | Describes the readiness of this environment setting | [
"Describes",
"the",
"readiness",
"of",
"this",
"environment",
"setting"
] | [
"\"\"\"\n Describes the readiness of this environment setting\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7ad2def540ebd45ebfb05bb3f52eada0b620801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/labservices/get_environment_setting.py | [
"Apache-2.0"
] | Python | title | Optional[str] | def title(self) -> Optional[str]:
"""
Brief title describing the environment and its resource settings
"""
return pulumi.get(self, "title") |
Brief title describing the environment and its resource settings
| Brief title describing the environment and its resource settings | [
"Brief",
"title",
"describing",
"the",
"environment",
"and",
"its",
"resource",
"settings"
] | def title(self) -> Optional[str]:
return pulumi.get(self, "title") | [
"def",
"title",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"title\"",
")"
] | Brief title describing the environment and its resource settings | [
"Brief",
"title",
"describing",
"the",
"environment",
"and",
"its",
"resource",
"settings"
] | [
"\"\"\"\n Brief title describing the environment and its resource 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": []
} |
b7c145150fc873bddbcb60ff66c43751d0096e98 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/get_credential.py | [
"Apache-2.0"
] | Python | user_name | str | def user_name(self) -> str:
"""
Gets the user name of the credential.
"""
return pulumi.get(self, "user_name") |
Gets the user name of the credential.
| Gets the user name of the credential. | [
"Gets",
"the",
"user",
"name",
"of",
"the",
"credential",
"."
] | def user_name(self) -> str:
return pulumi.get(self, "user_name") | [
"def",
"user_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_name\"",
")"
] | Gets the user name of the credential. | [
"Gets",
"the",
"user",
"name",
"of",
"the",
"credential",
"."
] | [
"\"\"\"\n Gets the user name of the credential.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7cd303c5dabb905efc2d6bbd538cf4620943a64 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/advisor/v20170419/get_suppression.py | [
"Apache-2.0"
] | Python | suppression_id | Optional[str] | def suppression_id(self) -> Optional[str]:
"""
The GUID of the suppression.
"""
return pulumi.get(self, "suppression_id") |
The GUID of the suppression.
| The GUID of the suppression. | [
"The",
"GUID",
"of",
"the",
"suppression",
"."
] | def suppression_id(self) -> Optional[str]:
return pulumi.get(self, "suppression_id") | [
"def",
"suppression_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"suppression_id\"",
")"
] | The GUID of the suppression. | [
"The",
"GUID",
"of",
"the",
"suppression",
"."
] | [
"\"\"\"\n The GUID of the suppression.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b7cd303c5dabb905efc2d6bbd538cf4620943a64 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/advisor/v20170419/get_suppression.py | [
"Apache-2.0"
] | Python | ttl | Optional[str] | def ttl(self) -> Optional[str]:
"""
The duration for which the suppression is valid.
"""
return pulumi.get(self, "ttl") |
The duration for which the suppression is valid.
| The duration for which the suppression is valid. | [
"The",
"duration",
"for",
"which",
"the",
"suppression",
"is",
"valid",
"."
] | def ttl(self) -> Optional[str]:
return pulumi.get(self, "ttl") | [
"def",
"ttl",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ttl\"",
")"
] | The duration for which the suppression is valid. | [
"The",
"duration",
"for",
"which",
"the",
"suppression",
"is",
"valid",
"."
] | [
"\"\"\"\n The duration for which the suppression is valid.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
308c87eadbfd6d345f180bd5f3b1183f7c4baefb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20150101/management_lock_at_resource_group_level.py | [
"Apache-2.0"
] | Python | level | pulumi.Output[Optional[str]] | def level(self) -> pulumi.Output[Optional[str]]:
"""
The lock level of the management lock.
"""
return pulumi.get(self, "level") |
The lock level of the management lock.
| The lock level of the management lock. | [
"The",
"lock",
"level",
"of",
"the",
"management",
"lock",
"."
] | def level(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "level") | [
"def",
"level",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"level\"",
")"
] | The lock level of the management lock. | [
"The",
"lock",
"level",
"of",
"the",
"management",
"lock",
"."
] | [
"\"\"\"\n The lock level of the management lock.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
308c87eadbfd6d345f180bd5f3b1183f7c4baefb | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20150101/management_lock_at_resource_group_level.py | [
"Apache-2.0"
] | Python | notes | pulumi.Output[Optional[str]] | def notes(self) -> pulumi.Output[Optional[str]]:
"""
The notes of the management lock.
"""
return pulumi.get(self, "notes") |
The notes of the management lock.
| The notes of the management lock. | [
"The",
"notes",
"of",
"the",
"management",
"lock",
"."
] | def notes(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "notes") | [
"def",
"notes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"notes\"",
")"
] | The notes of the management lock. | [
"The",
"notes",
"of",
"the",
"management",
"lock",
"."
] | [
"\"\"\"\n The notes of the management lock.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e3021a9ff3df0c55074a51bf900b07d235cf72c2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/list_integration_runtime_auth_keys.py | [
"Apache-2.0"
] | Python | auth_key1 | Optional[str] | def auth_key1(self) -> Optional[str]:
"""
The primary integration runtime authentication key.
"""
return pulumi.get(self, "auth_key1") |
The primary integration runtime authentication key.
| The primary integration runtime authentication key. | [
"The",
"primary",
"integration",
"runtime",
"authentication",
"key",
"."
] | def auth_key1(self) -> Optional[str]:
return pulumi.get(self, "auth_key1") | [
"def",
"auth_key1",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auth_key1\"",
")"
] | The primary integration runtime authentication key. | [
"The",
"primary",
"integration",
"runtime",
"authentication",
"key",
"."
] | [
"\"\"\"\n The primary integration runtime authentication key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e3021a9ff3df0c55074a51bf900b07d235cf72c2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/list_integration_runtime_auth_keys.py | [
"Apache-2.0"
] | Python | auth_key2 | Optional[str] | def auth_key2(self) -> Optional[str]:
"""
The secondary integration runtime authentication key.
"""
return pulumi.get(self, "auth_key2") |
The secondary integration runtime authentication key.
| The secondary integration runtime authentication key. | [
"The",
"secondary",
"integration",
"runtime",
"authentication",
"key",
"."
] | def auth_key2(self) -> Optional[str]:
return pulumi.get(self, "auth_key2") | [
"def",
"auth_key2",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auth_key2\"",
")"
] | The secondary integration runtime authentication key. | [
"The",
"secondary",
"integration",
"runtime",
"authentication",
"key",
"."
] | [
"\"\"\"\n The secondary integration runtime authentication key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e3021a9ff3df0c55074a51bf900b07d235cf72c2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/list_integration_runtime_auth_keys.py | [
"Apache-2.0"
] | Python | list_integration_runtime_auth_keys | AwaitableListIntegrationRuntimeAuthKeysResult | def list_integration_runtime_auth_keys(factory_name: Optional[str] = None,
integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] ... |
The integration runtime authentication keys.
:param str factory_name: The factory name.
:param str integration_runtime_name: The integration runtime name.
:param str resource_group_name: The resource group name.
| The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | def list_integration_runtime_auth_keys(factory_name: Optional[str] = None,
integration_runtime_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] ... | [
"def",
"list_integration_runtime_auth_keys",
"(",
"factory_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"integration_runtime_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
... | The integration runtime authentication keys. | [
"The",
"integration",
"runtime",
"authentication",
"keys",
"."
] | [
"\"\"\"\n The integration runtime authentication keys.\n\n\n :param str factory_name: The factory name.\n :param str integration_runtime_name: The integration runtime name.\n :param str resource_group_name: The resource group name.\n \"\"\""
] | [
{
"param": "factory_name",
"type": "Optional[str]"
},
{
"param": "integration_runtime_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "factory_name",
"type": "Optional[str]",
"docstring": "The factory name.",
"docstring_tokens": [
"The",
"factory",
"name",
"."
],
"default": null,
"is_optional": false
},
... |
e32bc84bcec1bc78f3a9c04424d7e79e38940c42 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagepool/get_iscsi_target.py | [
"Apache-2.0"
] | Python | tpgs | Sequence['outputs.TargetPortalGroupResponse'] | def tpgs(self) -> Sequence['outputs.TargetPortalGroupResponse']:
"""
List of iSCSI target portal groups. Can have 1 portal group at most.
"""
return pulumi.get(self, "tpgs") |
List of iSCSI target portal groups. Can have 1 portal group at most.
| List of iSCSI target portal groups. Can have 1 portal group at most. | [
"List",
"of",
"iSCSI",
"target",
"portal",
"groups",
".",
"Can",
"have",
"1",
"portal",
"group",
"at",
"most",
"."
] | def tpgs(self) -> Sequence['outputs.TargetPortalGroupResponse']:
return pulumi.get(self, "tpgs") | [
"def",
"tpgs",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.TargetPortalGroupResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tpgs\"",
")"
] | List of iSCSI target portal groups. | [
"List",
"of",
"iSCSI",
"target",
"portal",
"groups",
"."
] | [
"\"\"\"\n List of iSCSI target portal groups. Can have 1 portal group at most.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
6f6bf16a2900bfcb807b90bf0a2627c9527402e3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/search/latest/get_private_endpoint_connection.py | [
"Apache-2.0"
] | Python | properties | 'outputs.PrivateEndpointConnectionPropertiesResponse' | def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
"""
Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
"""
return pulumi.get(self, "properties") |
Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.
| Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service. | [
"Describes",
"the",
"properties",
"of",
"an",
"existing",
"Private",
"Endpoint",
"connection",
"to",
"the",
"Azure",
"Cognitive",
"Search",
"service",
"."
] | def properties(self) -> 'outputs.PrivateEndpointConnectionPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.PrivateEndpointConnectionPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service. | [
"Describes",
"the",
"properties",
"of",
"an",
"existing",
"Private",
"Endpoint",
"connection",
"to",
"the",
"Azure",
"Cognitive",
"Search",
"service",
"."
] | [
"\"\"\"\n Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search 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": []
} |
057ec8f72abd8d4713c7dcd7e3c868a637e68ef9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/v20140901/consumer_group.py | [
"Apache-2.0"
] | Python | event_hub_path | pulumi.Output[str] | def event_hub_path(self) -> pulumi.Output[str]:
"""
The path of the Event Hub.
"""
return pulumi.get(self, "event_hub_path") |
The path of the Event Hub.
| The path of the Event Hub. | [
"The",
"path",
"of",
"the",
"Event",
"Hub",
"."
] | def event_hub_path(self) -> pulumi.Output[str]:
return pulumi.get(self, "event_hub_path") | [
"def",
"event_hub_path",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"event_hub_path\"",
")"
] | The path of the Event Hub. | [
"The",
"path",
"of",
"the",
"Event",
"Hub",
"."
] | [
"\"\"\"\n The path of the Event Hub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | cache_size_gb | Optional[int] | def cache_size_gb(self) -> Optional[int]:
"""
The size of this Cache, in GB.
"""
return pulumi.get(self, "cache_size_gb") |
The size of this Cache, in GB.
| The size of this Cache, in GB. | [
"The",
"size",
"of",
"this",
"Cache",
"in",
"GB",
"."
] | def cache_size_gb(self) -> Optional[int]:
return pulumi.get(self, "cache_size_gb") | [
"def",
"cache_size_gb",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cache_size_gb\"",
")"
] | The size of this Cache, in GB. | [
"The",
"size",
"of",
"this",
"Cache",
"in",
"GB",
"."
] | [
"\"\"\"\n The size of this Cache, in GB.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | directory_services_settings | Optional['outputs.CacheDirectorySettingsResponse'] | def directory_services_settings(self) -> Optional['outputs.CacheDirectorySettingsResponse']:
"""
Specifies Directory Services settings of the cache.
"""
return pulumi.get(self, "directory_services_settings") |
Specifies Directory Services settings of the cache.
| Specifies Directory Services settings of the cache. | [
"Specifies",
"Directory",
"Services",
"settings",
"of",
"the",
"cache",
"."
] | def directory_services_settings(self) -> Optional['outputs.CacheDirectorySettingsResponse']:
return pulumi.get(self, "directory_services_settings") | [
"def",
"directory_services_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CacheDirectorySettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"directory_services_settings\"",
")"
] | Specifies Directory Services settings of the cache. | [
"Specifies",
"Directory",
"Services",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies Directory Services settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | encryption_settings | Optional['outputs.CacheEncryptionSettingsResponse'] | def encryption_settings(self) -> Optional['outputs.CacheEncryptionSettingsResponse']:
"""
Specifies encryption settings of the cache.
"""
return pulumi.get(self, "encryption_settings") |
Specifies encryption settings of the cache.
| Specifies encryption settings of the cache. | [
"Specifies",
"encryption",
"settings",
"of",
"the",
"cache",
"."
] | def encryption_settings(self) -> Optional['outputs.CacheEncryptionSettingsResponse']:
return pulumi.get(self, "encryption_settings") | [
"def",
"encryption_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CacheEncryptionSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_settings\"",
")"
] | Specifies encryption settings of the cache. | [
"Specifies",
"encryption",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies encryption settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.CacheIdentityResponse'] | def identity(self) -> Optional['outputs.CacheIdentityResponse']:
"""
The identity of the cache, if configured.
"""
return pulumi.get(self, "identity") |
The identity of the cache, if configured.
| The identity of the cache, if configured. | [
"The",
"identity",
"of",
"the",
"cache",
"if",
"configured",
"."
] | def identity(self) -> Optional['outputs.CacheIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CacheIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the cache, if configured. | [
"The",
"identity",
"of",
"the",
"cache",
"if",
"configured",
"."
] | [
"\"\"\"\n The identity of the cache, if configured.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | mount_addresses | Sequence[str] | def mount_addresses(self) -> Sequence[str]:
"""
Array of IP addresses that can be used by clients mounting this Cache.
"""
return pulumi.get(self, "mount_addresses") |
Array of IP addresses that can be used by clients mounting this Cache.
| Array of IP addresses that can be used by clients mounting this Cache. | [
"Array",
"of",
"IP",
"addresses",
"that",
"can",
"be",
"used",
"by",
"clients",
"mounting",
"this",
"Cache",
"."
] | def mount_addresses(self) -> Sequence[str]:
return pulumi.get(self, "mount_addresses") | [
"def",
"mount_addresses",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mount_addresses\"",
")"
] | Array of IP addresses that can be used by clients mounting this Cache. | [
"Array",
"of",
"IP",
"addresses",
"that",
"can",
"be",
"used",
"by",
"clients",
"mounting",
"this",
"Cache",
"."
] | [
"\"\"\"\n Array of IP addresses that can be used by clients mounting this Cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | network_settings | Optional['outputs.CacheNetworkSettingsResponse'] | def network_settings(self) -> Optional['outputs.CacheNetworkSettingsResponse']:
"""
Specifies network settings of the cache.
"""
return pulumi.get(self, "network_settings") |
Specifies network settings of the cache.
| Specifies network settings of the cache. | [
"Specifies",
"network",
"settings",
"of",
"the",
"cache",
"."
] | def network_settings(self) -> Optional['outputs.CacheNetworkSettingsResponse']:
return pulumi.get(self, "network_settings") | [
"def",
"network_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CacheNetworkSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_settings\"",
")"
] | Specifies network settings of the cache. | [
"Specifies",
"network",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies network settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | security_settings | Optional['outputs.CacheSecuritySettingsResponse'] | def security_settings(self) -> Optional['outputs.CacheSecuritySettingsResponse']:
"""
Specifies security settings of the cache.
"""
return pulumi.get(self, "security_settings") |
Specifies security settings of the cache.
| Specifies security settings of the cache. | [
"Specifies",
"security",
"settings",
"of",
"the",
"cache",
"."
] | def security_settings(self) -> Optional['outputs.CacheSecuritySettingsResponse']:
return pulumi.get(self, "security_settings") | [
"def",
"security_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CacheSecuritySettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"security_settings\"",
")"
] | Specifies security settings of the cache. | [
"Specifies",
"security",
"settings",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Specifies security settings of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | subnet | Optional[str] | def subnet(self) -> Optional[str]:
"""
Subnet used for the Cache.
"""
return pulumi.get(self, "subnet") |
Subnet used for the Cache.
| Subnet used for the Cache. | [
"Subnet",
"used",
"for",
"the",
"Cache",
"."
] | def subnet(self) -> Optional[str]:
return pulumi.get(self, "subnet") | [
"def",
"subnet",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnet\"",
")"
] | Subnet used for the Cache. | [
"Subnet",
"used",
"for",
"the",
"Cache",
"."
] | [
"\"\"\"\n Subnet used for the Cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
058dde943af922d243c757e96a7bf6f689020df2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/latest/get_cache.py | [
"Apache-2.0"
] | Python | upgrade_status | Optional['outputs.CacheUpgradeStatusResponse'] | def upgrade_status(self) -> Optional['outputs.CacheUpgradeStatusResponse']:
"""
Upgrade status of the Cache.
"""
return pulumi.get(self, "upgrade_status") |
Upgrade status of the Cache.
| Upgrade status of the Cache. | [
"Upgrade",
"status",
"of",
"the",
"Cache",
"."
] | def upgrade_status(self) -> Optional['outputs.CacheUpgradeStatusResponse']:
return pulumi.get(self, "upgrade_status") | [
"def",
"upgrade_status",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CacheUpgradeStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upgrade_status\"",
")"
] | Upgrade status of the Cache. | [
"Upgrade",
"status",
"of",
"the",
"Cache",
"."
] | [
"\"\"\"\n Upgrade status of the Cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0597ad322f006ca87ae635434074ca5f95504370 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/peering/v20200401/get_registered_prefix.py | [
"Apache-2.0"
] | Python | error_message | str | def error_message(self) -> str:
"""
The error message associated with the validation state, if any.
"""
return pulumi.get(self, "error_message") |
The error message associated with the validation state, if any.
| The error message associated with the validation state, if any. | [
"The",
"error",
"message",
"associated",
"with",
"the",
"validation",
"state",
"if",
"any",
"."
] | def error_message(self) -> str:
return pulumi.get(self, "error_message") | [
"def",
"error_message",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"error_message\"",
")"
] | The error message associated with the validation state, if any. | [
"The",
"error",
"message",
"associated",
"with",
"the",
"validation",
"state",
"if",
"any",
"."
] | [
"\"\"\"\n The error message associated with the validation state, if any.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0597ad322f006ca87ae635434074ca5f95504370 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/peering/v20200401/get_registered_prefix.py | [
"Apache-2.0"
] | Python | peering_service_prefix_key | str | def peering_service_prefix_key(self) -> str:
"""
The peering service prefix key that is to be shared with the customer.
"""
return pulumi.get(self, "peering_service_prefix_key") |
The peering service prefix key that is to be shared with the customer.
| The peering service prefix key that is to be shared with the customer. | [
"The",
"peering",
"service",
"prefix",
"key",
"that",
"is",
"to",
"be",
"shared",
"with",
"the",
"customer",
"."
] | def peering_service_prefix_key(self) -> str:
return pulumi.get(self, "peering_service_prefix_key") | [
"def",
"peering_service_prefix_key",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"peering_service_prefix_key\"",
")"
] | The peering service prefix key that is to be shared with the customer. | [
"The",
"peering",
"service",
"prefix",
"key",
"that",
"is",
"to",
"be",
"shared",
"with",
"the",
"customer",
"."
] | [
"\"\"\"\n The peering service prefix key that is to be shared with the customer.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
059b5d809b775ec6d52bd415b59ce96d6c0c1f1a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20180401/virtual_machine_scale_set_extension.py | [
"Apache-2.0"
] | Python | force_update_tag | pulumi.Output[Optional[str]] | def force_update_tag(self) -> pulumi.Output[Optional[str]]:
"""
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
"""
return pulumi.get(self, "force_update_tag") |
If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.
| If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. | [
"If",
"a",
"value",
"is",
"provided",
"and",
"is",
"different",
"from",
"the",
"previous",
"value",
"the",
"extension",
"handler",
"will",
"be",
"forced",
"to",
"update",
"even",
"if",
"the",
"extension",
"configuration",
"has",
"not",
"changed",
"."
] | def force_update_tag(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "force_update_tag") | [
"def",
"force_update_tag",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"force_update_tag\"",
")"
] | If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed. | [
"If",
"a",
"value",
"is",
"provided",
"and",
"is",
"different",
"from",
"the",
"previous",
"value",
"the",
"extension",
"handler",
"will",
"be",
"forced",
"to",
"update",
"even",
"if",
"the",
"extension",
"configuration",
"has",
"not",
"changed",
"."
] | [
"\"\"\"\n If a value is provided and is different from the previous value, the extension handler will be forced to update even if the extension configuration has not changed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | application_rule_collections | pulumi.Output[Optional[Sequence['outputs.AzureFirewallApplicationRuleCollectionResponse']]] | def application_rule_collections(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallApplicationRuleCollectionResponse']]]:
"""
Collection of application rule collections used by Azure Firewall.
"""
return pulumi.get(self, "application_rule_collections") |
Collection of application rule collections used by Azure Firewall.
| Collection of application rule collections used by Azure Firewall. | [
"Collection",
"of",
"application",
"rule",
"collections",
"used",
"by",
"Azure",
"Firewall",
"."
] | def application_rule_collections(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallApplicationRuleCollectionResponse']]]:
return pulumi.get(self, "application_rule_collections") | [
"def",
"application_rule_collections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AzureFirewallApplicationRuleCollectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"appl... | Collection of application rule collections used by Azure Firewall. | [
"Collection",
"of",
"application",
"rule",
"collections",
"used",
"by",
"Azure",
"Firewall",
"."
] | [
"\"\"\"\n Collection of application rule collections used by Azure Firewall.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | firewall_policy | pulumi.Output[Optional['outputs.SubResourceResponse']] | def firewall_policy(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
"""
The firewallPolicy associated with this azure firewall.
"""
return pulumi.get(self, "firewall_policy") |
The firewallPolicy associated with this azure firewall.
| The firewallPolicy associated with this azure firewall. | [
"The",
"firewallPolicy",
"associated",
"with",
"this",
"azure",
"firewall",
"."
] | def firewall_policy(self) -> pulumi.Output[Optional['outputs.SubResourceResponse']]:
return pulumi.get(self, "firewall_policy") | [
"def",
"firewall_policy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"firewall_policy\"",
")"
] | The firewallPolicy associated with this azure firewall. | [
"The",
"firewallPolicy",
"associated",
"with",
"this",
"azure",
"firewall",
"."
] | [
"\"\"\"\n The firewallPolicy associated with this azure firewall.\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.