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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
897a54a208da80544574868f144010df8d8bd801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/cluster.py | [
"Apache-2.0"
] | Python | billing_type | pulumi.Output[Optional[str]] | def billing_type(self) -> pulumi.Output[Optional[str]]:
"""
Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'
"""
return pu... |
Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'
| Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster' | [
"Configures",
"whether",
"billing",
"will",
"be",
"only",
"on",
"the",
"cluster",
"or",
"each",
"workspace",
"will",
"be",
"billed",
"by",
"its",
"proportional",
"use",
".",
"This",
"does",
"not",
"change",
"the",
"overall",
"billing",
"only",
"how",
"it",
... | def billing_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "billing_type") | [
"def",
"billing_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"billing_type\"",
")"
] | Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. | [
"Configures",
"whether",
"billing",
"will",
"be",
"only",
"on",
"the",
"cluster",
"or",
"each",
"workspace",
"will",
"be",
"billed",
"by",
"its",
"proportional",
"use",
"."
] | [
"\"\"\"\n Configures whether billing will be only on the cluster or each workspace will be billed by its proportional use. This does not change the overall billing, only how it will be distributed. Default value is 'Cluster'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
897a54a208da80544574868f144010df8d8bd801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/cluster.py | [
"Apache-2.0"
] | Python | is_availability_zones_enabled | pulumi.Output[Optional[bool]] | def is_availability_zones_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is... |
Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.
| Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones. | [
"Sets",
"whether",
"the",
"cluster",
"will",
"support",
"availability",
"zones",
".",
"This",
"can",
"be",
"set",
"as",
"true",
"only",
"in",
"regions",
"where",
"Azure",
"Data",
"Explorer",
"support",
"Availability",
"Zones",
".",
"This",
"Property",
"can",
... | def is_availability_zones_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_availability_zones_enabled") | [
"def",
"is_availability_zones_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_availability_zones_enabled\"",
")"
] | Sets whether the cluster will support availability zones. | [
"Sets",
"whether",
"the",
"cluster",
"will",
"support",
"availability",
"zones",
"."
] | [
"\"\"\"\n Sets whether the cluster will support availability zones. This can be set as true only in regions where Azure Data Explorer support Availability Zones. This Property can not be modified after cluster creation. Default value is 'true' if region supports Availability Zones.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
897a54a208da80544574868f144010df8d8bd801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/cluster.py | [
"Apache-2.0"
] | Python | is_double_encryption_enabled | pulumi.Output[Optional[bool]] | def is_double_encryption_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'
"""
return pulumi.get(self, "is_double_encryption_enabled") |
Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'
| Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true' | [
"Configures",
"whether",
"cluster",
"will",
"use",
"double",
"encryption",
".",
"This",
"Property",
"can",
"not",
"be",
"modified",
"after",
"cluster",
"creation",
".",
"Default",
"value",
"is",
"'",
"true",
"'"
] | def is_double_encryption_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_double_encryption_enabled") | [
"def",
"is_double_encryption_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_double_encryption_enabled\"",
")"
] | Configures whether cluster will use double encryption. | [
"Configures",
"whether",
"cluster",
"will",
"use",
"double",
"encryption",
"."
] | [
"\"\"\"\n Configures whether cluster will use double encryption. This Property can not be modified after cluster creation. Default value is 'true'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2a1e2c9cb132c9d504c73638a9587e317fd36dc8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/static_site.py | [
"Apache-2.0"
] | Python | branch | pulumi.Output[Optional[str]] | def branch(self) -> pulumi.Output[Optional[str]]:
"""
The target branch in the repository.
"""
return pulumi.get(self, "branch") |
The target branch in the repository.
| The target branch in the repository. | [
"The",
"target",
"branch",
"in",
"the",
"repository",
"."
] | def branch(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "branch") | [
"def",
"branch",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"branch\"",
")"
] | The target branch in the repository. | [
"The",
"target",
"branch",
"in",
"the",
"repository",
"."
] | [
"\"\"\"\n The target branch in the repository.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2a1e2c9cb132c9d504c73638a9587e317fd36dc8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/static_site.py | [
"Apache-2.0"
] | Python | build_properties | pulumi.Output[Optional['outputs.StaticSiteBuildPropertiesResponse']] | def build_properties(self) -> pulumi.Output[Optional['outputs.StaticSiteBuildPropertiesResponse']]:
"""
Build properties to configure on the repository.
"""
return pulumi.get(self, "build_properties") |
Build properties to configure on the repository.
| Build properties to configure on the repository. | [
"Build",
"properties",
"to",
"configure",
"on",
"the",
"repository",
"."
] | def build_properties(self) -> pulumi.Output[Optional['outputs.StaticSiteBuildPropertiesResponse']]:
return pulumi.get(self, "build_properties") | [
"def",
"build_properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.StaticSiteBuildPropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"build_properties\"",
")"
] | Build properties to configure on the repository. | [
"Build",
"properties",
"to",
"configure",
"on",
"the",
"repository",
"."
] | [
"\"\"\"\n Build properties to configure on the repository.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2a1e2c9cb132c9d504c73638a9587e317fd36dc8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/static_site.py | [
"Apache-2.0"
] | Python | custom_domains | pulumi.Output[Sequence[str]] | def custom_domains(self) -> pulumi.Output[Sequence[str]]:
"""
The custom domains associated with this static site.
"""
return pulumi.get(self, "custom_domains") |
The custom domains associated with this static site.
| The custom domains associated with this static site. | [
"The",
"custom",
"domains",
"associated",
"with",
"this",
"static",
"site",
"."
] | def custom_domains(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "custom_domains") | [
"def",
"custom_domains",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_domains\"",
")"
] | The custom domains associated with this static site. | [
"The",
"custom",
"domains",
"associated",
"with",
"this",
"static",
"site",
"."
] | [
"\"\"\"\n The custom domains associated with this static site.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2a1e2c9cb132c9d504c73638a9587e317fd36dc8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/static_site.py | [
"Apache-2.0"
] | Python | repository_token | pulumi.Output[Optional[str]] | def repository_token(self) -> pulumi.Output[Optional[str]]:
"""
A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.
"""
return pulumi.get(self, "repository_token") |
A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.
| A user's github repository token. This is used to setup the Github Actions workflow file and API secrets. | [
"A",
"user",
"'",
"s",
"github",
"repository",
"token",
".",
"This",
"is",
"used",
"to",
"setup",
"the",
"Github",
"Actions",
"workflow",
"file",
"and",
"API",
"secrets",
"."
] | def repository_token(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "repository_token") | [
"def",
"repository_token",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"repository_token\"",
")"
] | A user's github repository token. | [
"A",
"user",
"'",
"s",
"github",
"repository",
"token",
"."
] | [
"\"\"\"\n A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2a4311db28b6464b603ed3370acf48c17d3e3996 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/get_workload_network_dns_service.py | [
"Apache-2.0"
] | Python | default_dns_zone | Optional[str] | def default_dns_zone(self) -> Optional[str]:
"""
Default DNS zone of the DNS Service.
"""
return pulumi.get(self, "default_dns_zone") |
Default DNS zone of the DNS Service.
| Default DNS zone of the DNS Service. | [
"Default",
"DNS",
"zone",
"of",
"the",
"DNS",
"Service",
"."
] | def default_dns_zone(self) -> Optional[str]:
return pulumi.get(self, "default_dns_zone") | [
"def",
"default_dns_zone",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_dns_zone\"",
")"
] | Default DNS zone of the DNS Service. | [
"Default",
"DNS",
"zone",
"of",
"the",
"DNS",
"Service",
"."
] | [
"\"\"\"\n Default DNS zone of the DNS 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": []
} |
2a4311db28b6464b603ed3370acf48c17d3e3996 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/get_workload_network_dns_service.py | [
"Apache-2.0"
] | Python | fqdn_zones | Optional[Sequence[str]] | def fqdn_zones(self) -> Optional[Sequence[str]]:
"""
FQDN zones of the DNS Service.
"""
return pulumi.get(self, "fqdn_zones") |
FQDN zones of the DNS Service.
| FQDN zones of the DNS Service. | [
"FQDN",
"zones",
"of",
"the",
"DNS",
"Service",
"."
] | def fqdn_zones(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "fqdn_zones") | [
"def",
"fqdn_zones",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fqdn_zones\"",
")"
] | FQDN zones of the DNS Service. | [
"FQDN",
"zones",
"of",
"the",
"DNS",
"Service",
"."
] | [
"\"\"\"\n FQDN zones of the DNS 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": []
} |
f95f83659b5a9a4ab6dbf0d17896cc66ac47e348 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200801/hub_route_table.py | [
"Apache-2.0"
] | Python | associated_connections | pulumi.Output[Sequence[str]] | def associated_connections(self) -> pulumi.Output[Sequence[str]]:
"""
List of all connections associated with this route table.
"""
return pulumi.get(self, "associated_connections") |
List of all connections associated with this route table.
| List of all connections associated with this route table. | [
"List",
"of",
"all",
"connections",
"associated",
"with",
"this",
"route",
"table",
"."
] | def associated_connections(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "associated_connections") | [
"def",
"associated_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"associated_connections\"",
")"
] | List of all connections associated with this route table. | [
"List",
"of",
"all",
"connections",
"associated",
"with",
"this",
"route",
"table",
"."
] | [
"\"\"\"\n List of all connections associated with this route table.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f95f83659b5a9a4ab6dbf0d17896cc66ac47e348 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200801/hub_route_table.py | [
"Apache-2.0"
] | Python | propagating_connections | pulumi.Output[Sequence[str]] | def propagating_connections(self) -> pulumi.Output[Sequence[str]]:
"""
List of all connections that advertise to this route table.
"""
return pulumi.get(self, "propagating_connections") |
List of all connections that advertise to this route table.
| List of all connections that advertise to this route table. | [
"List",
"of",
"all",
"connections",
"that",
"advertise",
"to",
"this",
"route",
"table",
"."
] | def propagating_connections(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "propagating_connections") | [
"def",
"propagating_connections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"propagating_connections\"",
")"
] | List of all connections that advertise to this route table. | [
"List",
"of",
"all",
"connections",
"that",
"advertise",
"to",
"this",
"route",
"table",
"."
] | [
"\"\"\"\n List of all connections that advertise to this route table.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | activation | 'outputs.ActivationPropertiesResponse' | def activation(self) -> 'outputs.ActivationPropertiesResponse':
"""
The activation properties of the connected registry.
"""
return pulumi.get(self, "activation") |
The activation properties of the connected registry.
| The activation properties of the connected registry. | [
"The",
"activation",
"properties",
"of",
"the",
"connected",
"registry",
"."
] | def activation(self) -> 'outputs.ActivationPropertiesResponse':
return pulumi.get(self, "activation") | [
"def",
"activation",
"(",
"self",
")",
"->",
"'outputs.ActivationPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"activation\"",
")"
] | The activation properties of the connected registry. | [
"The",
"activation",
"properties",
"of",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The activation properties of the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | client_token_ids | Optional[Sequence[str]] | def client_token_ids(self) -> Optional[Sequence[str]]:
"""
The list of the ACR token resource IDs used to authenticate clients to the connected registry.
"""
return pulumi.get(self, "client_token_ids") |
The list of the ACR token resource IDs used to authenticate clients to the connected registry.
| The list of the ACR token resource IDs used to authenticate clients to the connected registry. | [
"The",
"list",
"of",
"the",
"ACR",
"token",
"resource",
"IDs",
"used",
"to",
"authenticate",
"clients",
"to",
"the",
"connected",
"registry",
"."
] | def client_token_ids(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "client_token_ids") | [
"def",
"client_token_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_token_ids\"",
")"
] | The list of the ACR token resource IDs used to authenticate clients to the connected registry. | [
"The",
"list",
"of",
"the",
"ACR",
"token",
"resource",
"IDs",
"used",
"to",
"authenticate",
"clients",
"to",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The list of the ACR token resource IDs used to authenticate clients to the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | last_activity_time | str | def last_activity_time(self) -> str:
"""
The last activity time of the connected registry.
"""
return pulumi.get(self, "last_activity_time") |
The last activity time of the connected registry.
| The last activity time of the connected registry. | [
"The",
"last",
"activity",
"time",
"of",
"the",
"connected",
"registry",
"."
] | def last_activity_time(self) -> str:
return pulumi.get(self, "last_activity_time") | [
"def",
"last_activity_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_activity_time\"",
")"
] | The last activity time of the connected registry. | [
"The",
"last",
"activity",
"time",
"of",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The last activity time of the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | logging | Optional['outputs.LoggingPropertiesResponse'] | def logging(self) -> Optional['outputs.LoggingPropertiesResponse']:
"""
The logging properties of the connected registry.
"""
return pulumi.get(self, "logging") |
The logging properties of the connected registry.
| The logging properties of the connected registry. | [
"The",
"logging",
"properties",
"of",
"the",
"connected",
"registry",
"."
] | def logging(self) -> Optional['outputs.LoggingPropertiesResponse']:
return pulumi.get(self, "logging") | [
"def",
"logging",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.LoggingPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"logging\"",
")"
] | The logging properties of the connected registry. | [
"The",
"logging",
"properties",
"of",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The logging properties of the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | login_server | Optional['outputs.LoginServerPropertiesResponse'] | def login_server(self) -> Optional['outputs.LoginServerPropertiesResponse']:
"""
The login server properties of the connected registry.
"""
return pulumi.get(self, "login_server") |
The login server properties of the connected registry.
| The login server properties of the connected registry. | [
"The",
"login",
"server",
"properties",
"of",
"the",
"connected",
"registry",
"."
] | def login_server(self) -> Optional['outputs.LoginServerPropertiesResponse']:
return pulumi.get(self, "login_server") | [
"def",
"login_server",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.LoginServerPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"login_server\"",
")"
] | The login server properties of the connected registry. | [
"The",
"login",
"server",
"properties",
"of",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The login server properties of the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | parent | 'outputs.ParentPropertiesResponse' | def parent(self) -> 'outputs.ParentPropertiesResponse':
"""
The parent of the connected registry.
"""
return pulumi.get(self, "parent") |
The parent of the connected registry.
| The parent of the connected registry. | [
"The",
"parent",
"of",
"the",
"connected",
"registry",
"."
] | def parent(self) -> 'outputs.ParentPropertiesResponse':
return pulumi.get(self, "parent") | [
"def",
"parent",
"(",
"self",
")",
"->",
"'outputs.ParentPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parent\"",
")"
] | The parent of the connected registry. | [
"The",
"parent",
"of",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The parent of the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f985957905d347adfa91824e89351b65cb207085 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/get_connected_registry.py | [
"Apache-2.0"
] | Python | status_details | Sequence['outputs.StatusDetailPropertiesResponse'] | def status_details(self) -> Sequence['outputs.StatusDetailPropertiesResponse']:
"""
The list of current statuses of the connected registry.
"""
return pulumi.get(self, "status_details") |
The list of current statuses of the connected registry.
| The list of current statuses of the connected registry. | [
"The",
"list",
"of",
"current",
"statuses",
"of",
"the",
"connected",
"registry",
"."
] | def status_details(self) -> Sequence['outputs.StatusDetailPropertiesResponse']:
return pulumi.get(self, "status_details") | [
"def",
"status_details",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.StatusDetailPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_details\"",
")"
] | The list of current statuses of the connected registry. | [
"The",
"list",
"of",
"current",
"statuses",
"of",
"the",
"connected",
"registry",
"."
] | [
"\"\"\"\n The list of current statuses of the connected registry.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bfffad8a344a6d64fa0bf43514eba448d96be37f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/appplatform/v20200701/get_app.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.ManagedIdentityPropertiesResponse'] | def identity(self) -> Optional['outputs.ManagedIdentityPropertiesResponse']:
"""
The Managed Identity type of the app resource
"""
return pulumi.get(self, "identity") |
The Managed Identity type of the app resource
| The Managed Identity type of the app resource | [
"The",
"Managed",
"Identity",
"type",
"of",
"the",
"app",
"resource"
] | def identity(self) -> Optional['outputs.ManagedIdentityPropertiesResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ManagedIdentityPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The Managed Identity type of the app resource | [
"The",
"Managed",
"Identity",
"type",
"of",
"the",
"app",
"resource"
] | [
"\"\"\"\n The Managed Identity type of the app resource\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
67091ddd608c109f5cd77e261d70eec5cf984b0e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20180122/iot_dps_resource.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.IotDpsPropertiesDescriptionResponse'] | def properties(self) -> pulumi.Output['outputs.IotDpsPropertiesDescriptionResponse']:
"""
Service specific properties for a provisioning service
"""
return pulumi.get(self, "properties") |
Service specific properties for a provisioning service
| Service specific properties for a provisioning service | [
"Service",
"specific",
"properties",
"for",
"a",
"provisioning",
"service"
] | def properties(self) -> pulumi.Output['outputs.IotDpsPropertiesDescriptionResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.IotDpsPropertiesDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Service specific properties for a provisioning service | [
"Service",
"specific",
"properties",
"for",
"a",
"provisioning",
"service"
] | [
"\"\"\"\n Service specific properties for a provisioning 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": []
} |
67091ddd608c109f5cd77e261d70eec5cf984b0e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devices/v20180122/iot_dps_resource.py | [
"Apache-2.0"
] | Python | sku | pulumi.Output['outputs.IotDpsSkuInfoResponse'] | def sku(self) -> pulumi.Output['outputs.IotDpsSkuInfoResponse']:
"""
Sku info for a provisioning Service.
"""
return pulumi.get(self, "sku") |
Sku info for a provisioning Service.
| Sku info for a provisioning Service. | [
"Sku",
"info",
"for",
"a",
"provisioning",
"Service",
"."
] | def sku(self) -> pulumi.Output['outputs.IotDpsSkuInfoResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.IotDpsSkuInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | Sku info for a provisioning Service. | [
"Sku",
"info",
"for",
"a",
"provisioning",
"Service",
"."
] | [
"\"\"\"\n Sku info for a provisioning 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": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | dns_zone | str | def dns_zone(self) -> str:
"""
The Dns Zone that the managed instance is in.
"""
return pulumi.get(self, "dns_zone") |
The Dns Zone that the managed instance is in.
| The Dns Zone that the managed instance is in. | [
"The",
"Dns",
"Zone",
"that",
"the",
"managed",
"instance",
"is",
"in",
"."
] | def dns_zone(self) -> str:
return pulumi.get(self, "dns_zone") | [
"def",
"dns_zone",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_zone\"",
")"
] | The Dns Zone that the managed instance is in. | [
"The",
"Dns",
"Zone",
"that",
"the",
"managed",
"instance",
"is",
"in",
"."
] | [
"\"\"\"\n The Dns Zone that the managed instance is in.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | dns_zone_partner | Optional[str] | def dns_zone_partner(self) -> Optional[str]:
"""
The resource id of another managed instance whose DNS zone this managed instance will share after creation.
"""
return pulumi.get(self, "dns_zone_partner") |
The resource id of another managed instance whose DNS zone this managed instance will share after creation.
| The resource id of another managed instance whose DNS zone this managed instance will share after creation. | [
"The",
"resource",
"id",
"of",
"another",
"managed",
"instance",
"whose",
"DNS",
"zone",
"this",
"managed",
"instance",
"will",
"share",
"after",
"creation",
"."
] | def dns_zone_partner(self) -> Optional[str]:
return pulumi.get(self, "dns_zone_partner") | [
"def",
"dns_zone_partner",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_zone_partner\"",
")"
] | The resource id of another managed instance whose DNS zone this managed instance will share after creation. | [
"The",
"resource",
"id",
"of",
"another",
"managed",
"instance",
"whose",
"DNS",
"zone",
"this",
"managed",
"instance",
"will",
"share",
"after",
"creation",
"."
] | [
"\"\"\"\n The resource id of another managed instance whose DNS zone this managed instance will share after creation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | instance_pool_id | Optional[str] | def instance_pool_id(self) -> Optional[str]:
"""
The Id of the instance pool this managed server belongs to.
"""
return pulumi.get(self, "instance_pool_id") |
The Id of the instance pool this managed server belongs to.
| The Id of the instance pool this managed server belongs to. | [
"The",
"Id",
"of",
"the",
"instance",
"pool",
"this",
"managed",
"server",
"belongs",
"to",
"."
] | def instance_pool_id(self) -> Optional[str]:
return pulumi.get(self, "instance_pool_id") | [
"def",
"instance_pool_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_pool_id\"",
")"
] | The Id of the instance pool this managed server belongs to. | [
"The",
"Id",
"of",
"the",
"instance",
"pool",
"this",
"managed",
"server",
"belongs",
"to",
"."
] | [
"\"\"\"\n The Id of the instance pool this managed server belongs to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | maintenance_configuration_id | Optional[str] | def maintenance_configuration_id(self) -> Optional[str]:
"""
Specifies maintenance configuration id to apply to this managed instance.
"""
return pulumi.get(self, "maintenance_configuration_id") |
Specifies maintenance configuration id to apply to this managed instance.
| Specifies maintenance configuration id to apply to this managed instance. | [
"Specifies",
"maintenance",
"configuration",
"id",
"to",
"apply",
"to",
"this",
"managed",
"instance",
"."
] | def maintenance_configuration_id(self) -> Optional[str]:
return pulumi.get(self, "maintenance_configuration_id") | [
"def",
"maintenance_configuration_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maintenance_configuration_id\"",
")"
] | Specifies maintenance configuration id to apply to this managed instance. | [
"Specifies",
"maintenance",
"configuration",
"id",
"to",
"apply",
"to",
"this",
"managed",
"instance",
"."
] | [
"\"\"\"\n Specifies maintenance configuration id to apply to this managed instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | managed_instance_create_mode | Optional[str] | def managed_instance_create_mode(self) -> Optional[str]:
"""
Specifies the mode of database creation.
Default: Regular instance creation.
Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstan... |
Specifies the mode of database creation.
Default: Regular instance creation.
Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified.
| Specifies the mode of database creation.
Default: Regular instance creation.
Creates an instance by restoring a set of backups to specific point in time. | [
"Specifies",
"the",
"mode",
"of",
"database",
"creation",
".",
"Default",
":",
"Regular",
"instance",
"creation",
".",
"Creates",
"an",
"instance",
"by",
"restoring",
"a",
"set",
"of",
"backups",
"to",
"specific",
"point",
"in",
"time",
"."
] | def managed_instance_create_mode(self) -> Optional[str]:
return pulumi.get(self, "managed_instance_create_mode") | [
"def",
"managed_instance_create_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_instance_create_mode\"",
")"
] | Specifies the mode of database creation. | [
"Specifies",
"the",
"mode",
"of",
"database",
"creation",
"."
] | [
"\"\"\"\n Specifies the mode of database creation.\r\n \r\n Default: Regular instance creation.\r\n \r\n Restore: Creates an instance by restoring a set of backups to specific point in time. RestorePointInTime and SourceManagedInstanceId must be specified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | private_endpoint_connections | Sequence['outputs.ManagedInstancePecPropertyResponse'] | def private_endpoint_connections(self) -> Sequence['outputs.ManagedInstancePecPropertyResponse']:
"""
List of private endpoint connections on a managed instance.
"""
return pulumi.get(self, "private_endpoint_connections") |
List of private endpoint connections on a managed instance.
| List of private endpoint connections on a managed instance. | [
"List",
"of",
"private",
"endpoint",
"connections",
"on",
"a",
"managed",
"instance",
"."
] | def private_endpoint_connections(self) -> Sequence['outputs.ManagedInstancePecPropertyResponse']:
return pulumi.get(self, "private_endpoint_connections") | [
"def",
"private_endpoint_connections",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ManagedInstancePecPropertyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint_connections\"",
")"
] | List of private endpoint connections on a managed instance. | [
"List",
"of",
"private",
"endpoint",
"connections",
"on",
"a",
"managed",
"instance",
"."
] | [
"\"\"\"\n List of private endpoint connections on a managed instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | public_data_endpoint_enabled | Optional[bool] | def public_data_endpoint_enabled(self) -> Optional[bool]:
"""
Whether or not the public data endpoint is enabled.
"""
return pulumi.get(self, "public_data_endpoint_enabled") |
Whether or not the public data endpoint is enabled.
| Whether or not the public data endpoint is enabled. | [
"Whether",
"or",
"not",
"the",
"public",
"data",
"endpoint",
"is",
"enabled",
"."
] | def public_data_endpoint_enabled(self) -> Optional[bool]:
return pulumi.get(self, "public_data_endpoint_enabled") | [
"def",
"public_data_endpoint_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_data_endpoint_enabled\"",
")"
] | Whether or not the public data endpoint is enabled. | [
"Whether",
"or",
"not",
"the",
"public",
"data",
"endpoint",
"is",
"enabled",
"."
] | [
"\"\"\"\n Whether or not the public data endpoint is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | source_managed_instance_id | Optional[str] | def source_managed_instance_id(self) -> Optional[str]:
"""
The resource identifier of the source managed instance associated with create operation of this instance.
"""
return pulumi.get(self, "source_managed_instance_id") |
The resource identifier of the source managed instance associated with create operation of this instance.
| The resource identifier of the source managed instance associated with create operation of this instance. | [
"The",
"resource",
"identifier",
"of",
"the",
"source",
"managed",
"instance",
"associated",
"with",
"create",
"operation",
"of",
"this",
"instance",
"."
] | def source_managed_instance_id(self) -> Optional[str]:
return pulumi.get(self, "source_managed_instance_id") | [
"def",
"source_managed_instance_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_managed_instance_id\"",
")"
] | The resource identifier of the source managed instance associated with create operation of this instance. | [
"The",
"resource",
"identifier",
"of",
"the",
"source",
"managed",
"instance",
"associated",
"with",
"create",
"operation",
"of",
"this",
"instance",
"."
] | [
"\"\"\"\n The resource identifier of the source managed instance associated with create operation of this instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | storage_size_in_gb | Optional[int] | def storage_size_in_gb(self) -> Optional[int]:
"""
Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only.
"""
return pulumi.get(self, "storage_size_in_gb") |
Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only.
| Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only. | [
"Storage",
"size",
"in",
"GB",
".",
"Minimum",
"value",
":",
"32",
".",
"Maximum",
"value",
":",
"8192",
".",
"Increments",
"of",
"32",
"GB",
"allowed",
"only",
"."
] | def storage_size_in_gb(self) -> Optional[int]:
return pulumi.get(self, "storage_size_in_gb") | [
"def",
"storage_size_in_gb",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_size_in_gb\"",
")"
] | Storage size in GB. | [
"Storage",
"size",
"in",
"GB",
"."
] | [
"\"\"\"\n Storage size in GB. Minimum value: 32. Maximum value: 8192. Increments of 32 GB allowed only.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4ca3bf32680f7fdd3134f5fd5e714ea7c1cba17b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_managed_instance.py | [
"Apache-2.0"
] | Python | timezone_id | Optional[str] | def timezone_id(self) -> Optional[str]:
"""
Id of the timezone. Allowed values are timezones supported by Windows.
Windows keeps details on supported timezones, including the id, in registry under
KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.
You c... |
Id of the timezone. Allowed values are timezones supported by Windows.
Windows keeps details on supported timezones, including the id, in registry under
KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones.
You can get those registry values via SQL Server by quer... | Id of the timezone. Allowed values are timezones supported by Windows. | [
"Id",
"of",
"the",
"timezone",
".",
"Allowed",
"values",
"are",
"timezones",
"supported",
"by",
"Windows",
"."
] | def timezone_id(self) -> Optional[str]:
return pulumi.get(self, "timezone_id") | [
"def",
"timezone_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"timezone_id\"",
")"
] | Id of the timezone. | [
"Id",
"of",
"the",
"timezone",
"."
] | [
"\"\"\"\n Id of the timezone. Allowed values are timezones supported by Windows.\r\n Windows keeps details on supported timezones, including the id, in registry under\r\n KEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones.\r\n You can get those registry values... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4cd0dba27d6ee213fda57208dc2e9945a7dc0e60 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/hub.py | [
"Apache-2.0"
] | Python | hub_billing_info | pulumi.Output[Optional['outputs.HubBillingInfoFormatResponse']] | def hub_billing_info(self) -> pulumi.Output[Optional['outputs.HubBillingInfoFormatResponse']]:
"""
Billing settings of the hub.
"""
return pulumi.get(self, "hub_billing_info") |
Billing settings of the hub.
| Billing settings of the hub. | [
"Billing",
"settings",
"of",
"the",
"hub",
"."
] | def hub_billing_info(self) -> pulumi.Output[Optional['outputs.HubBillingInfoFormatResponse']]:
return pulumi.get(self, "hub_billing_info") | [
"def",
"hub_billing_info",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.HubBillingInfoFormatResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hub_billing_info\"",
")"
] | Billing settings of the hub. | [
"Billing",
"settings",
"of",
"the",
"hub",
"."
] | [
"\"\"\"\n Billing settings of the 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": []
} |
4cd0dba27d6ee213fda57208dc2e9945a7dc0e60 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/hub.py | [
"Apache-2.0"
] | Python | tenant_features | pulumi.Output[Optional[int]] | def tenant_features(self) -> pulumi.Output[Optional[int]]:
"""
The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
"""
return pulumi.get(self, "tenant_featu... |
The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
| The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. | [
"The",
"bit",
"flags",
"for",
"enabled",
"hub",
"features",
".",
"Bit",
"0",
"is",
"set",
"to",
"1",
"indicates",
"graph",
"is",
"enabled",
"or",
"disabled",
"if",
"set",
"to",
"0",
".",
"Bit",
"1",
"is",
"set",
"to",
"1",
"indicates",
"the",
"hub",
... | def tenant_features(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "tenant_features") | [
"def",
"tenant_features",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tenant_features\"",
")"
] | The bit flags for enabled hub features. | [
"The",
"bit",
"flags",
"for",
"enabled",
"hub",
"features",
"."
] | [
"\"\"\"\n The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4cd0dba27d6ee213fda57208dc2e9945a7dc0e60 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/hub.py | [
"Apache-2.0"
] | Python | web_endpoint | pulumi.Output[str] | def web_endpoint(self) -> pulumi.Output[str]:
"""
Web endpoint URL of the hub.
"""
return pulumi.get(self, "web_endpoint") |
Web endpoint URL of the hub.
| Web endpoint URL of the hub. | [
"Web",
"endpoint",
"URL",
"of",
"the",
"hub",
"."
] | def web_endpoint(self) -> pulumi.Output[str]:
return pulumi.get(self, "web_endpoint") | [
"def",
"web_endpoint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"web_endpoint\"",
")"
] | Web endpoint URL of the hub. | [
"Web",
"endpoint",
"URL",
"of",
"the",
"hub",
"."
] | [
"\"\"\"\n Web endpoint URL of the 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | account_type | Optional[str] | def account_type(self) -> Optional[str]:
"""
The type of the storage account.
"""
return pulumi.get(self, "account_type") |
The type of the storage account.
| The type of the storage account. | [
"The",
"type",
"of",
"the",
"storage",
"account",
"."
] | def account_type(self) -> Optional[str]:
return pulumi.get(self, "account_type") | [
"def",
"account_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"account_type\"",
")"
] | The type of the storage account. | [
"The",
"type",
"of",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n The type of 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | custom_domain | Optional['outputs.CustomDomainResponse'] | def custom_domain(self) -> Optional['outputs.CustomDomainResponse']:
"""
The custom domain the user assigned to this storage account.
"""
return pulumi.get(self, "custom_domain") |
The custom domain the user assigned to this storage account.
| The custom domain the user assigned to this storage account. | [
"The",
"custom",
"domain",
"the",
"user",
"assigned",
"to",
"this",
"storage",
"account",
"."
] | def custom_domain(self) -> Optional['outputs.CustomDomainResponse']:
return pulumi.get(self, "custom_domain") | [
"def",
"custom_domain",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CustomDomainResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_domain\"",
")"
] | The custom domain the user assigned to this storage account. | [
"The",
"custom",
"domain",
"the",
"user",
"assigned",
"to",
"this",
"storage",
"account",
"."
] | [
"\"\"\"\n 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | last_geo_failover_time | Optional[str] | def last_geo_failover_time(self) -> Optional[str]:
"""
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_GR... |
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.
| 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. | [
"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",
... | def last_geo_failover_time(self) -> Optional[str]:
return pulumi.get(self, "last_geo_failover_time") | [
"def",
"last_geo_failover_time",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_geo_failover_time\"",
")"
] | The timestamp of the most recent instance of a failover to the secondary location. | [
"The",
"timestamp",
"of",
"the",
"most",
"recent",
"instance",
"of",
"a",
"failover",
"to",
"the",
"secondary",
"location",
"."
] | [
"\"\"\"\n 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | primary_endpoints | Optional['outputs.EndpointsResponse'] | def primary_endpoints(self) -> Optional['outputs.EndpointsResponse']:
"""
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"... |
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.
| 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. | [
"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) -> Optional['outputs.EndpointsResponse']:
return pulumi.get(self, "primary_endpoints") | [
"def",
"primary_endpoints",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EndpointsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_endpoints\"",
")"
] | The URLs that are used to perform a retrieval of a public blob, queue, or table object. | [
"The",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"."
] | [
"\"\"\"\n 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | primary_location | Optional[str] | def primary_location(self) -> Optional[str]:
"""
The location of the primary data center for the storage account.
"""
return pulumi.get(self, "primary_location") |
The location of the primary data center for the storage account.
| The location of the primary data center for the storage account. | [
"The",
"location",
"of",
"the",
"primary",
"data",
"center",
"for",
"the",
"storage",
"account",
"."
] | def primary_location(self) -> Optional[str]:
return pulumi.get(self, "primary_location") | [
"def",
"primary_location",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_location\"",
")"
] | The location of the primary data center for the storage account. | [
"The",
"location",
"of",
"the",
"primary",
"data",
"center",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | secondary_endpoints | Optional['outputs.EndpointsResponse'] | def secondary_endpoints(self) -> Optional['outputs.EndpointsResponse']:
"""
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(s... |
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.
| 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. | [
"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",... | def secondary_endpoints(self) -> Optional['outputs.EndpointsResponse']:
return pulumi.get(self, "secondary_endpoints") | [
"def",
"secondary_endpoints",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EndpointsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_endpoints\"",
")"
] | 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. | [
"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 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | secondary_location | Optional[str] | def secondary_location(self) -> Optional[str]:
"""
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") |
The location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
| The location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS. | [
"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) -> Optional[str]:
return pulumi.get(self, "secondary_location") | [
"def",
"secondary_location",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_location\"",
")"
] | The location of the geo-replicated secondary for the storage account. | [
"The",
"location",
"of",
"the",
"geo",
"-",
"replicated",
"secondary",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | status_of_primary | Optional[str] | def status_of_primary(self) -> Optional[str]:
"""
The status indicating whether the primary location of the storage account is available or unavailable.
"""
return pulumi.get(self, "status_of_primary") |
The status indicating whether the primary location of the storage account is available or unavailable.
| The status indicating whether the primary location of the storage account is available or unavailable. | [
"The",
"status",
"indicating",
"whether",
"the",
"primary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | def status_of_primary(self) -> Optional[str]:
return pulumi.get(self, "status_of_primary") | [
"def",
"status_of_primary",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_of_primary\"",
")"
] | The status indicating whether the primary location of the storage account is available or unavailable. | [
"The",
"status",
"indicating",
"whether",
"the",
"primary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | [
"\"\"\"\n 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": []
} |
5fe3e068309d432f2f2afd031bd5d52c4132025f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20150615/get_storage_account.py | [
"Apache-2.0"
] | Python | status_of_secondary | Optional[str] | def status_of_secondary(self) -> Optional[str]:
"""
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") |
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.
| 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. | [
"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) -> Optional[str]:
return pulumi.get(self, "status_of_secondary") | [
"def",
"status_of_secondary",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_of_secondary\"",
")"
] | The status indicating whether the secondary location of the storage account is available or unavailable. | [
"The",
"status",
"indicating",
"whether",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | [
"\"\"\"\n 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": []
} |
5ff1c866cbb0b9fa14f611a614c69f0191d03778 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/list_app_service_plan_hybrid_connection_keys.py | [
"Apache-2.0"
] | Python | list_app_service_plan_hybrid_connection_keys | AwaitableListAppServicePlanHybridConnectionKeysResult | def list_app_service_plan_hybrid_connection_keys(name: Optional[str] = None,
namespace_name: Optional[str] = None,
relay_name: Optional[str] = None,
resource_group_name: Opt... |
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
:param str name: Name of the App Service plan.
:param str namespace_name: The name of the Service Bus namespace.
:param str relay_name: The name of the Service Bus relay.
:param str resource_group_name: ... | Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection. | [
"Hybrid",
"Connection",
"key",
"contract",
".",
"This",
"has",
"the",
"send",
"key",
"name",
"and",
"value",
"for",
"a",
"Hybrid",
"Connection",
"."
] | def list_app_service_plan_hybrid_connection_keys(name: Optional[str] = None,
namespace_name: Optional[str] = None,
relay_name: Optional[str] = None,
resource_group_name: Opt... | [
"def",
"list_app_service_plan_hybrid_connection_keys",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"namespace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"relay_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
... | Hybrid Connection key contract. | [
"Hybrid",
"Connection",
"key",
"contract",
"."
] | [
"\"\"\"\n Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.\n\n\n :param str name: Name of the App Service plan.\n :param str namespace_name: The name of the Service Bus namespace.\n :param str relay_name: The name of the Service Bus relay.\n :param str res... | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "namespace_name",
"type": "Optional[str]"
},
{
"param": "relay_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.I... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the App Service plan.",
"docstring_tokens": [
"Name",
"of",
"the",
"App",
"Service",
"plan",
"."
],
"def... |
9973033d2f84dc4263cc954613b4c4587b881795 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/subscription.py | [
"Apache-2.0"
] | Python | notification_date | pulumi.Output[Optional[str]] | def notification_date(self) -> pulumi.Output[Optional[str]]:
"""
Upcoming subscription expiration notification date. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
"""
return pulumi.get(self, "notification_date") |
Upcoming subscription expiration notification date. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.
| Upcoming subscription expiration notification date. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard. | [
"Upcoming",
"subscription",
"expiration",
"notification",
"date",
".",
"The",
"date",
"conforms",
"to",
"the",
"following",
"format",
":",
"`",
"yyyy",
"-",
"MM",
"-",
"ddTHH",
":",
"mm",
":",
"ssZ",
"`",
"as",
"specified",
"by",
"the",
"ISO",
"8601",
"s... | def notification_date(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "notification_date") | [
"def",
"notification_date",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"notification_date\"",
")"
] | Upcoming subscription expiration notification date. | [
"Upcoming",
"subscription",
"expiration",
"notification",
"date",
"."
] | [
"\"\"\"\n Upcoming subscription expiration notification date. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9973033d2f84dc4263cc954613b4c4587b881795 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/subscription.py | [
"Apache-2.0"
] | Python | owner_id | pulumi.Output[Optional[str]] | def owner_id(self) -> pulumi.Output[Optional[str]]:
"""
The user resource identifier of the subscription owner. The value is a valid relative URL in the format of /users/{userId} where {userId} is a user identifier.
"""
return pulumi.get(self, "owner_id") |
The user resource identifier of the subscription owner. The value is a valid relative URL in the format of /users/{userId} where {userId} is a user identifier.
| The user resource identifier of the subscription owner. The value is a valid relative URL in the format of /users/{userId} where {userId} is a user identifier. | [
"The",
"user",
"resource",
"identifier",
"of",
"the",
"subscription",
"owner",
".",
"The",
"value",
"is",
"a",
"valid",
"relative",
"URL",
"in",
"the",
"format",
"of",
"/",
"users",
"/",
"{",
"userId",
"}",
"where",
"{",
"userId",
"}",
"is",
"a",
"user... | def owner_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "owner_id") | [
"def",
"owner_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"owner_id\"",
")"
] | The user resource identifier of the subscription owner. | [
"The",
"user",
"resource",
"identifier",
"of",
"the",
"subscription",
"owner",
"."
] | [
"\"\"\"\n The user resource identifier of the subscription owner. The value is a valid relative URL in the format of /users/{userId} where {userId} is a user identifier.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9973033d2f84dc4263cc954613b4c4587b881795 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20190101/subscription.py | [
"Apache-2.0"
] | Python | state_comment | pulumi.Output[Optional[str]] | def state_comment(self) -> pulumi.Output[Optional[str]]:
"""
Optional subscription comment added by an administrator.
"""
return pulumi.get(self, "state_comment") |
Optional subscription comment added by an administrator.
| Optional subscription comment added by an administrator. | [
"Optional",
"subscription",
"comment",
"added",
"by",
"an",
"administrator",
"."
] | def state_comment(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "state_comment") | [
"def",
"state_comment",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"state_comment\"",
")"
] | Optional subscription comment added by an administrator. | [
"Optional",
"subscription",
"comment",
"added",
"by",
"an",
"administrator",
"."
] | [
"\"\"\"\n Optional subscription comment added by an administrator.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9986a46f463c7bd264382b3e38973f40ed63ef8a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_dedicated_host_group.py | [
"Apache-2.0"
] | Python | hosts | Sequence['outputs.SubResourceReadOnlyResponse'] | def hosts(self) -> Sequence['outputs.SubResourceReadOnlyResponse']:
"""
A list of references to all dedicated hosts in the dedicated host group.
"""
return pulumi.get(self, "hosts") |
A list of references to all dedicated hosts in the dedicated host group.
| A list of references to all dedicated hosts in the dedicated host group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"dedicated",
"hosts",
"in",
"the",
"dedicated",
"host",
"group",
"."
] | def hosts(self) -> Sequence['outputs.SubResourceReadOnlyResponse']:
return pulumi.get(self, "hosts") | [
"def",
"hosts",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.SubResourceReadOnlyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hosts\"",
")"
] | A list of references to all dedicated hosts in the dedicated host group. | [
"A",
"list",
"of",
"references",
"to",
"all",
"dedicated",
"hosts",
"in",
"the",
"dedicated",
"host",
"group",
"."
] | [
"\"\"\"\n A list of references to all dedicated hosts in the dedicated host group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9986a46f463c7bd264382b3e38973f40ed63ef8a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/get_dedicated_host_group.py | [
"Apache-2.0"
] | Python | platform_fault_domain_count | int | def platform_fault_domain_count(self) -> int:
"""
Number of fault domains that the host group can span.
"""
return pulumi.get(self, "platform_fault_domain_count") |
Number of fault domains that the host group can span.
| Number of fault domains that the host group can span. | [
"Number",
"of",
"fault",
"domains",
"that",
"the",
"host",
"group",
"can",
"span",
"."
] | def platform_fault_domain_count(self) -> int:
return pulumi.get(self, "platform_fault_domain_count") | [
"def",
"platform_fault_domain_count",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"platform_fault_domain_count\"",
")"
] | Number of fault domains that the host group can span. | [
"Number",
"of",
"fault",
"domains",
"that",
"the",
"host",
"group",
"can",
"span",
"."
] | [
"\"\"\"\n Number of fault domains that the host group can span.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
999099a0dc720ec58ac079d919400090cb134e5f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/v20151101preview/machine_group.py | [
"Apache-2.0"
] | Python | machines | pulumi.Output[Optional[Sequence['outputs.MachineReferenceWithHintsResponse']]] | def machines(self) -> pulumi.Output[Optional[Sequence['outputs.MachineReferenceWithHintsResponse']]]:
"""
References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine... |
References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated.
| References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated. | [
"References",
"of",
"the",
"machines",
"in",
"this",
"group",
".",
"The",
"hints",
"within",
"each",
"reference",
"do",
"not",
"represent",
"the",
"current",
"value",
"of",
"the",
"corresponding",
"fields",
".",
"They",
"are",
"a",
"snapshot",
"created",
"du... | def machines(self) -> pulumi.Output[Optional[Sequence['outputs.MachineReferenceWithHintsResponse']]]:
return pulumi.get(self, "machines") | [
"def",
"machines",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MachineReferenceWithHintsResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"machines\"",
")"
] | References of the machines in this group. | [
"References",
"of",
"the",
"machines",
"in",
"this",
"group",
"."
] | [
"\"\"\"\n References of the machines in this group. The hints within each reference do not represent the current value of the corresponding fields. They are a snapshot created during the last time the machine group was updated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99913fef031b59c1b0308784c2e4a3e540ad166a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20201001preview/get_role_management_policy.py | [
"Apache-2.0"
] | Python | effective_rules | Sequence[Any] | def effective_rules(self) -> Sequence[Any]:
"""
The readonly computed rule applied to the policy.
"""
return pulumi.get(self, "effective_rules") |
The readonly computed rule applied to the policy.
| The readonly computed rule applied to the policy. | [
"The",
"readonly",
"computed",
"rule",
"applied",
"to",
"the",
"policy",
"."
] | def effective_rules(self) -> Sequence[Any]:
return pulumi.get(self, "effective_rules") | [
"def",
"effective_rules",
"(",
"self",
")",
"->",
"Sequence",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"effective_rules\"",
")"
] | The readonly computed rule applied to the policy. | [
"The",
"readonly",
"computed",
"rule",
"applied",
"to",
"the",
"policy",
"."
] | [
"\"\"\"\n The readonly computed rule applied to the policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99913fef031b59c1b0308784c2e4a3e540ad166a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20201001preview/get_role_management_policy.py | [
"Apache-2.0"
] | Python | is_organization_default | Optional[bool] | def is_organization_default(self) -> Optional[bool]:
"""
The role management policy is default policy.
"""
return pulumi.get(self, "is_organization_default") |
The role management policy is default policy.
| The role management policy is default policy. | [
"The",
"role",
"management",
"policy",
"is",
"default",
"policy",
"."
] | def is_organization_default(self) -> Optional[bool]:
return pulumi.get(self, "is_organization_default") | [
"def",
"is_organization_default",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_organization_default\"",
")"
] | The role management policy is default policy. | [
"The",
"role",
"management",
"policy",
"is",
"default",
"policy",
"."
] | [
"\"\"\"\n The role management policy is default policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
99913fef031b59c1b0308784c2e4a3e540ad166a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20201001preview/get_role_management_policy.py | [
"Apache-2.0"
] | Python | last_updated_date_time | str | def last_updated_date_time(self) -> str:
"""
The last updated date time.
"""
return pulumi.get(self, "last_updated_date_time") |
The last updated date time.
| The last updated date time. | [
"The",
"last",
"updated",
"date",
"time",
"."
] | def last_updated_date_time(self) -> str:
return pulumi.get(self, "last_updated_date_time") | [
"def",
"last_updated_date_time",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_updated_date_time\"",
")"
] | The last updated date time. | [
"The",
"last",
"updated",
"date",
"time",
"."
] | [
"\"\"\"\n The last updated date time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
999c42b8d011649e6524b7b4241a60a59dfbb150 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180601/network_security_group.py | [
"Apache-2.0"
] | Python | default_security_rules | pulumi.Output[Optional[Sequence['outputs.SecurityRuleResponse']]] | def default_security_rules(self) -> pulumi.Output[Optional[Sequence['outputs.SecurityRuleResponse']]]:
"""
The default security rules of network security group.
"""
return pulumi.get(self, "default_security_rules") |
The default security rules of network security group.
| The default security rules of network security group. | [
"The",
"default",
"security",
"rules",
"of",
"network",
"security",
"group",
"."
] | def default_security_rules(self) -> pulumi.Output[Optional[Sequence['outputs.SecurityRuleResponse']]]:
return pulumi.get(self, "default_security_rules") | [
"def",
"default_security_rules",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SecurityRuleResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_security_rules\"",
")"
] | The default security rules of network security group. | [
"The",
"default",
"security",
"rules",
"of",
"network",
"security",
"group",
"."
] | [
"\"\"\"\n The default security rules of network security group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0de8ed7a3b41c9ee446306ee7abcb90e0606343a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_hub.py | [
"Apache-2.0"
] | Python | hub_billing_info | Optional['outputs.HubBillingInfoFormatResponse'] | def hub_billing_info(self) -> Optional['outputs.HubBillingInfoFormatResponse']:
"""
Billing settings of the hub.
"""
return pulumi.get(self, "hub_billing_info") |
Billing settings of the hub.
| Billing settings of the hub. | [
"Billing",
"settings",
"of",
"the",
"hub",
"."
] | def hub_billing_info(self) -> Optional['outputs.HubBillingInfoFormatResponse']:
return pulumi.get(self, "hub_billing_info") | [
"def",
"hub_billing_info",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.HubBillingInfoFormatResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hub_billing_info\"",
")"
] | Billing settings of the hub. | [
"Billing",
"settings",
"of",
"the",
"hub",
"."
] | [
"\"\"\"\n Billing settings of the 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": []
} |
0de8ed7a3b41c9ee446306ee7abcb90e0606343a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_hub.py | [
"Apache-2.0"
] | Python | tenant_features | Optional[int] | def tenant_features(self) -> Optional[int]:
"""
The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
"""
return pulumi.get(self, "tenant_features") |
The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.
| The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0. | [
"The",
"bit",
"flags",
"for",
"enabled",
"hub",
"features",
".",
"Bit",
"0",
"is",
"set",
"to",
"1",
"indicates",
"graph",
"is",
"enabled",
"or",
"disabled",
"if",
"set",
"to",
"0",
".",
"Bit",
"1",
"is",
"set",
"to",
"1",
"indicates",
"the",
"hub",
... | def tenant_features(self) -> Optional[int]:
return pulumi.get(self, "tenant_features") | [
"def",
"tenant_features",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tenant_features\"",
")"
] | The bit flags for enabled hub features. | [
"The",
"bit",
"flags",
"for",
"enabled",
"hub",
"features",
"."
] | [
"\"\"\"\n The bit flags for enabled hub features. Bit 0 is set to 1 indicates graph is enabled, or disabled if set to 0. Bit 1 is set to 1 indicates the hub is disabled, or enabled if set to 0.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0de8ed7a3b41c9ee446306ee7abcb90e0606343a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_hub.py | [
"Apache-2.0"
] | Python | web_endpoint | str | def web_endpoint(self) -> str:
"""
Web endpoint URL of the hub.
"""
return pulumi.get(self, "web_endpoint") |
Web endpoint URL of the hub.
| Web endpoint URL of the hub. | [
"Web",
"endpoint",
"URL",
"of",
"the",
"hub",
"."
] | def web_endpoint(self) -> str:
return pulumi.get(self, "web_endpoint") | [
"def",
"web_endpoint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"web_endpoint\"",
")"
] | Web endpoint URL of the hub. | [
"Web",
"endpoint",
"URL",
"of",
"the",
"hub",
"."
] | [
"\"\"\"\n Web endpoint URL of the 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": []
} |
c4d213f87b80ef82dea213971e7f4a68bb0015bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20200201/get_agent_pool.py | [
"Apache-2.0"
] | Python | spot_max_price | Optional[float] | def spot_max_price(self) -> Optional[float]:
"""
SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
"""
return pulumi.get(self, "spot... |
SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.
| SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand. | [
"SpotMaxPrice",
"to",
"be",
"used",
"to",
"specify",
"the",
"maximum",
"price",
"you",
"are",
"willing",
"to",
"pay",
"in",
"US",
"Dollars",
".",
"Possible",
"values",
"are",
"any",
"decimal",
"value",
"greater",
"than",
"zero",
"or",
"-",
"1",
"which",
... | def spot_max_price(self) -> Optional[float]:
return pulumi.get(self, "spot_max_price") | [
"def",
"spot_max_price",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"spot_max_price\"",
")"
] | SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. | [
"SpotMaxPrice",
"to",
"be",
"used",
"to",
"specify",
"the",
"maximum",
"price",
"you",
"are",
"willing",
"to",
"pay",
"in",
"US",
"Dollars",
"."
] | [
"\"\"\"\n SpotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars. Possible values are any decimal value greater than zero or -1 which indicates default price to be up-to on-demand.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c4d6f855c3e0d01c325f5611d0f664436ccc6cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/cluster.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output[Optional['outputs.ClusterIdentityResponse']] | def identity(self) -> pulumi.Output[Optional['outputs.ClusterIdentityResponse']]:
"""
The identity of the cluster, if configured.
"""
return pulumi.get(self, "identity") |
The identity of the cluster, if configured.
| The identity of the cluster, if configured. | [
"The",
"identity",
"of",
"the",
"cluster",
"if",
"configured",
"."
] | def identity(self) -> pulumi.Output[Optional['outputs.ClusterIdentityResponse']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ClusterIdentityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the cluster, if configured. | [
"The",
"identity",
"of",
"the",
"cluster",
"if",
"configured",
"."
] | [
"\"\"\"\n The identity of the cluster, 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": []
} |
c4d6f855c3e0d01c325f5611d0f664436ccc6cf0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hdinsight/cluster.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.ClusterGetPropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.ClusterGetPropertiesResponse']:
"""
The properties of the cluster.
"""
return pulumi.get(self, "properties") |
The properties of the cluster.
| The properties of the cluster. | [
"The",
"properties",
"of",
"the",
"cluster",
"."
] | def properties(self) -> pulumi.Output['outputs.ClusterGetPropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ClusterGetPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The properties of the cluster. | [
"The",
"properties",
"of",
"the",
"cluster",
"."
] | [
"\"\"\"\n The properties of the cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
91f38b37a6c7fd67bb0587d04aa2ca1919eaaba5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/latest/list_open_shift_cluster_credentials.py | [
"Apache-2.0"
] | Python | kubeadmin_password | Optional[str] | def kubeadmin_password(self) -> Optional[str]:
"""
The password for the kubeadmin user
"""
return pulumi.get(self, "kubeadmin_password") |
The password for the kubeadmin user
| The password for the kubeadmin user | [
"The",
"password",
"for",
"the",
"kubeadmin",
"user"
] | def kubeadmin_password(self) -> Optional[str]:
return pulumi.get(self, "kubeadmin_password") | [
"def",
"kubeadmin_password",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kubeadmin_password\"",
")"
] | The password for the kubeadmin user | [
"The",
"password",
"for",
"the",
"kubeadmin",
"user"
] | [
"\"\"\"\n The password for the kubeadmin user\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
91f38b37a6c7fd67bb0587d04aa2ca1919eaaba5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/latest/list_open_shift_cluster_credentials.py | [
"Apache-2.0"
] | Python | kubeadmin_username | Optional[str] | def kubeadmin_username(self) -> Optional[str]:
"""
The username for the kubeadmin user
"""
return pulumi.get(self, "kubeadmin_username") |
The username for the kubeadmin user
| The username for the kubeadmin user | [
"The",
"username",
"for",
"the",
"kubeadmin",
"user"
] | def kubeadmin_username(self) -> Optional[str]:
return pulumi.get(self, "kubeadmin_username") | [
"def",
"kubeadmin_username",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kubeadmin_username\"",
")"
] | The username for the kubeadmin user | [
"The",
"username",
"for",
"the",
"kubeadmin",
"user"
] | [
"\"\"\"\n The username for the kubeadmin user\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
91f38b37a6c7fd67bb0587d04aa2ca1919eaaba5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/latest/list_open_shift_cluster_credentials.py | [
"Apache-2.0"
] | Python | list_open_shift_cluster_credentials | AwaitableListOpenShiftClusterCredentialsResult | def list_open_shift_cluster_credentials(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOpenShiftClusterCredentialsResult:
"""
OpenShiftClu... |
OpenShiftClusterCredentials represents an OpenShift cluster's credentials
Latest API Version: 2020-04-30.
:param str resource_group_name: The name of the resource group. The name is case insensitive.
:param str resource_name: The name of the OpenShift cluster resource.
| OpenShiftClusterCredentials represents an OpenShift cluster's credentials
Latest API Version: 2020-04-30. | [
"OpenShiftClusterCredentials",
"represents",
"an",
"OpenShift",
"cluster",
"'",
"s",
"credentials",
"Latest",
"API",
"Version",
":",
"2020",
"-",
"04",
"-",
"30",
"."
] | def list_open_shift_cluster_credentials(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListOpenShiftClusterCredentialsResult:
pulumi.log.warn("lis... | [
"def",
"list_open_shift_cluster_credentials",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]"... | OpenShiftClusterCredentials represents an OpenShift cluster's credentials
Latest API Version: 2020-04-30. | [
"OpenShiftClusterCredentials",
"represents",
"an",
"OpenShift",
"cluster",
"'",
"s",
"credentials",
"Latest",
"API",
"Version",
":",
"2020",
"-",
"04",
"-",
"30",
"."
] | [
"\"\"\"\n OpenShiftClusterCredentials represents an OpenShift cluster's credentials\n Latest API Version: 2020-04-30.\n\n\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n :param str resource_name: The name of the OpenShift cluster resource.\n \"\"\""
] | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "resource_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The name of the resource group. The name is case insensitive.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"resource",... |
612f439be7573721fbe6004ca77ee50911e039ce | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/get_dns_resource_reference_by_tar_resources.py | [
"Apache-2.0"
] | Python | dns_resource_references | Optional[Sequence['outputs.DnsResourceReferenceResponseResult']] | def dns_resource_references(self) -> Optional[Sequence['outputs.DnsResourceReferenceResponseResult']]:
"""
The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request
"""
return pulumi.get(self, "dns_resource_references") |
The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request
| The result of dns resource reference request. A list of dns resource references for each of the azure resource in the request | [
"The",
"result",
"of",
"dns",
"resource",
"reference",
"request",
".",
"A",
"list",
"of",
"dns",
"resource",
"references",
"for",
"each",
"of",
"the",
"azure",
"resource",
"in",
"the",
"request"
] | def dns_resource_references(self) -> Optional[Sequence['outputs.DnsResourceReferenceResponseResult']]:
return pulumi.get(self, "dns_resource_references") | [
"def",
"dns_resource_references",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.DnsResourceReferenceResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_resource_references\"",
")"
] | The result of dns resource reference request. | [
"The",
"result",
"of",
"dns",
"resource",
"reference",
"request",
"."
] | [
"\"\"\"\n The result of dns resource reference request. A list of dns resource references for each of the azure resource in the 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": []
} |
613afb8fdd5fe1145ccb540d5c11613ba3190699 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/virtual_machine_image_template.py | [
"Apache-2.0"
] | Python | customize | pulumi.Output[Optional[Sequence[Any]]] | def customize(self) -> pulumi.Output[Optional[Sequence[Any]]]:
"""
Specifies the properties used to describe the customization steps of the image, like Image source etc
"""
return pulumi.get(self, "customize") |
Specifies the properties used to describe the customization steps of the image, like Image source etc
| Specifies the properties used to describe the customization steps of the image, like Image source etc | [
"Specifies",
"the",
"properties",
"used",
"to",
"describe",
"the",
"customization",
"steps",
"of",
"the",
"image",
"like",
"Image",
"source",
"etc"
] | def customize(self) -> pulumi.Output[Optional[Sequence[Any]]]:
return pulumi.get(self, "customize") | [
"def",
"customize",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"Any",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"customize\"",
")"
] | Specifies the properties used to describe the customization steps of the image, like Image source etc | [
"Specifies",
"the",
"properties",
"used",
"to",
"describe",
"the",
"customization",
"steps",
"of",
"the",
"image",
"like",
"Image",
"source",
"etc"
] | [
"\"\"\"\n Specifies the properties used to describe the customization steps of the image, like Image source etc\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
613afb8fdd5fe1145ccb540d5c11613ba3190699 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/virtual_machine_image_template.py | [
"Apache-2.0"
] | Python | distribute | pulumi.Output[Sequence[Any]] | def distribute(self) -> pulumi.Output[Sequence[Any]]:
"""
The distribution targets where the image output needs to go to.
"""
return pulumi.get(self, "distribute") |
The distribution targets where the image output needs to go to.
| The distribution targets where the image output needs to go to. | [
"The",
"distribution",
"targets",
"where",
"the",
"image",
"output",
"needs",
"to",
"go",
"to",
"."
] | def distribute(self) -> pulumi.Output[Sequence[Any]]:
return pulumi.get(self, "distribute") | [
"def",
"distribute",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"distribute\"",
")"
] | The distribution targets where the image output needs to go to. | [
"The",
"distribution",
"targets",
"where",
"the",
"image",
"output",
"needs",
"to",
"go",
"to",
"."
] | [
"\"\"\"\n The distribution targets where the image output needs to go to.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
613afb8fdd5fe1145ccb540d5c11613ba3190699 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/virtual_machine_image_template.py | [
"Apache-2.0"
] | Python | last_run_status | pulumi.Output['outputs.ImageTemplateLastRunStatusResponse'] | def last_run_status(self) -> pulumi.Output['outputs.ImageTemplateLastRunStatusResponse']:
"""
State of 'run' that is currently executing or was last executed.
"""
return pulumi.get(self, "last_run_status") |
State of 'run' that is currently executing or was last executed.
| State of 'run' that is currently executing or was last executed. | [
"State",
"of",
"'",
"run",
"'",
"that",
"is",
"currently",
"executing",
"or",
"was",
"last",
"executed",
"."
] | def last_run_status(self) -> pulumi.Output['outputs.ImageTemplateLastRunStatusResponse']:
return pulumi.get(self, "last_run_status") | [
"def",
"last_run_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ImageTemplateLastRunStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_run_status\"",
")"
] | State of 'run' that is currently executing or was last executed. | [
"State",
"of",
"'",
"run",
"'",
"that",
"is",
"currently",
"executing",
"or",
"was",
"last",
"executed",
"."
] | [
"\"\"\"\n State of 'run' that is currently executing or was last executed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
613afb8fdd5fe1145ccb540d5c11613ba3190699 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/v20190201preview/virtual_machine_image_template.py | [
"Apache-2.0"
] | Python | source | pulumi.Output[Any] | def source(self) -> pulumi.Output[Any]:
"""
Specifies the properties used to describe the source image.
"""
return pulumi.get(self, "source") |
Specifies the properties used to describe the source image.
| Specifies the properties used to describe the source image. | [
"Specifies",
"the",
"properties",
"used",
"to",
"describe",
"the",
"source",
"image",
"."
] | def source(self) -> pulumi.Output[Any]:
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Specifies the properties used to describe the source image. | [
"Specifies",
"the",
"properties",
"used",
"to",
"describe",
"the",
"source",
"image",
"."
] | [
"\"\"\"\n Specifies the properties used to describe the source image.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b34ed37a0a976473bd65b7611726678c71b56d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devops/pipeline.py | [
"Apache-2.0"
] | Python | bootstrap_configuration | pulumi.Output['outputs.BootstrapConfigurationResponse'] | def bootstrap_configuration(self) -> pulumi.Output['outputs.BootstrapConfigurationResponse']:
"""
Configuration used to bootstrap the Pipeline.
"""
return pulumi.get(self, "bootstrap_configuration") |
Configuration used to bootstrap the Pipeline.
| Configuration used to bootstrap the Pipeline. | [
"Configuration",
"used",
"to",
"bootstrap",
"the",
"Pipeline",
"."
] | def bootstrap_configuration(self) -> pulumi.Output['outputs.BootstrapConfigurationResponse']:
return pulumi.get(self, "bootstrap_configuration") | [
"def",
"bootstrap_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.BootstrapConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"bootstrap_configuration\"",
")"
] | Configuration used to bootstrap the Pipeline. | [
"Configuration",
"used",
"to",
"bootstrap",
"the",
"Pipeline",
"."
] | [
"\"\"\"\n Configuration used to bootstrap the Pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b34ed37a0a976473bd65b7611726678c71b56d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devops/pipeline.py | [
"Apache-2.0"
] | Python | pipeline_type | pulumi.Output[str] | def pipeline_type(self) -> pulumi.Output[str]:
"""
Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'.
"""
return pulumi.get(self, "pipeline_type") |
Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'.
| Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'. | [
"Specifies",
"which",
"CI",
"/",
"CD",
"provider",
"to",
"use",
".",
"Valid",
"options",
"are",
"'",
"azurePipeline",
"'",
"'",
"githubWorkflow",
"'",
"."
] | def pipeline_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "pipeline_type") | [
"def",
"pipeline_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"pipeline_type\"",
")"
] | Specifies which CI/CD provider to use. | [
"Specifies",
"which",
"CI",
"/",
"CD",
"provider",
"to",
"use",
"."
] | [
"\"\"\"\n Specifies which CI/CD provider to use. Valid options are 'azurePipeline', 'githubWorkflow'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | accessed_at | str | def accessed_at(self) -> str:
"""
Last time a message was sent, or the last time there was a receive request to this queue.
"""
return pulumi.get(self, "accessed_at") |
Last time a message was sent, or the last time there was a receive request to this queue.
| Last time a message was sent, or the last time there was a receive request to this queue. | [
"Last",
"time",
"a",
"message",
"was",
"sent",
"or",
"the",
"last",
"time",
"there",
"was",
"a",
"receive",
"request",
"to",
"this",
"queue",
"."
] | def accessed_at(self) -> str:
return pulumi.get(self, "accessed_at") | [
"def",
"accessed_at",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"accessed_at\"",
")"
] | Last time a message was sent, or the last time there was a receive request to this queue. | [
"Last",
"time",
"a",
"message",
"was",
"sent",
"or",
"the",
"last",
"time",
"there",
"was",
"a",
"receive",
"request",
"to",
"this",
"queue",
"."
] | [
"\"\"\"\n Last time a message was sent, or the last time there was a receive request to this queue.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | auto_delete_on_idle | Optional[str] | def auto_delete_on_idle(self) -> Optional[str]:
"""
the TimeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.
"""
return pulumi.get(self, "auto_delete_on_idle") |
the TimeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.
| the TimeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes. | [
"the",
"TimeSpan",
"idle",
"interval",
"after",
"which",
"the",
"queue",
"is",
"automatically",
"deleted",
".",
"The",
"minimum",
"duration",
"is",
"5",
"minutes",
"."
] | def auto_delete_on_idle(self) -> Optional[str]:
return pulumi.get(self, "auto_delete_on_idle") | [
"def",
"auto_delete_on_idle",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_delete_on_idle\"",
")"
] | the TimeSpan idle interval after which the queue is automatically deleted. | [
"the",
"TimeSpan",
"idle",
"interval",
"after",
"which",
"the",
"queue",
"is",
"automatically",
"deleted",
"."
] | [
"\"\"\"\n the TimeSpan idle interval after which the queue is automatically deleted. The minimum duration is 5 minutes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | dead_lettering_on_message_expiration | Optional[bool] | def dead_lettering_on_message_expiration(self) -> Optional[bool]:
"""
A value that indicates whether this queue has dead letter support when a message expires.
"""
return pulumi.get(self, "dead_lettering_on_message_expiration") |
A value that indicates whether this queue has dead letter support when a message expires.
| A value that indicates whether this queue has dead letter support when a message expires. | [
"A",
"value",
"that",
"indicates",
"whether",
"this",
"queue",
"has",
"dead",
"letter",
"support",
"when",
"a",
"message",
"expires",
"."
] | def dead_lettering_on_message_expiration(self) -> Optional[bool]:
return pulumi.get(self, "dead_lettering_on_message_expiration") | [
"def",
"dead_lettering_on_message_expiration",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dead_lettering_on_message_expiration\"",
")"
] | A value that indicates whether this queue has dead letter support when a message expires. | [
"A",
"value",
"that",
"indicates",
"whether",
"this",
"queue",
"has",
"dead",
"letter",
"support",
"when",
"a",
"message",
"expires",
"."
] | [
"\"\"\"\n A value that indicates whether this queue has dead letter support when a message expires.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | default_message_time_to_live | Optional[str] | def default_message_time_to_live(self) -> Optional[str]:
"""
The default message time to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.
"""
... |
The default message time to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.
| The default message time to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself. | [
"The",
"default",
"message",
"time",
"to",
"live",
"value",
".",
"This",
"is",
"the",
"duration",
"after",
"which",
"the",
"message",
"expires",
"starting",
"from",
"when",
"the",
"message",
"is",
"sent",
"to",
"Service",
"Bus",
".",
"This",
"is",
"the",
... | def default_message_time_to_live(self) -> Optional[str]:
return pulumi.get(self, "default_message_time_to_live") | [
"def",
"default_message_time_to_live",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_message_time_to_live\"",
")"
] | The default message time to live value. | [
"The",
"default",
"message",
"time",
"to",
"live",
"value",
"."
] | [
"\"\"\"\n The default message time to live value. This is the duration after which the message expires, starting from when the message is sent to Service Bus. This is the default value used when TimeToLive is not set on a message itself.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | duplicate_detection_history_time_window | Optional[str] | def duplicate_detection_history_time_window(self) -> Optional[str]:
"""
TimeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
"""
return pulumi.get(self, "duplicate_detection_history_time_window") |
TimeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.
| TimeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes. | [
"TimeSpan",
"structure",
"that",
"defines",
"the",
"duration",
"of",
"the",
"duplicate",
"detection",
"history",
".",
"The",
"default",
"value",
"is",
"10",
"minutes",
"."
] | def duplicate_detection_history_time_window(self) -> Optional[str]:
return pulumi.get(self, "duplicate_detection_history_time_window") | [
"def",
"duplicate_detection_history_time_window",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"duplicate_detection_history_time_window\"",
")"
] | TimeSpan structure that defines the duration of the duplicate detection history. | [
"TimeSpan",
"structure",
"that",
"defines",
"the",
"duration",
"of",
"the",
"duplicate",
"detection",
"history",
"."
] | [
"\"\"\"\n TimeSpan structure that defines the duration of the duplicate detection history. The default value is 10 minutes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | enable_batched_operations | Optional[bool] | def enable_batched_operations(self) -> Optional[bool]:
"""
A value that indicates whether server-side batched operations are enabled.
"""
return pulumi.get(self, "enable_batched_operations") |
A value that indicates whether server-side batched operations are enabled.
| A value that indicates whether server-side batched operations are enabled. | [
"A",
"value",
"that",
"indicates",
"whether",
"server",
"-",
"side",
"batched",
"operations",
"are",
"enabled",
"."
] | def enable_batched_operations(self) -> Optional[bool]:
return pulumi.get(self, "enable_batched_operations") | [
"def",
"enable_batched_operations",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_batched_operations\"",
")"
] | A value that indicates whether server-side batched operations are enabled. | [
"A",
"value",
"that",
"indicates",
"whether",
"server",
"-",
"side",
"batched",
"operations",
"are",
"enabled",
"."
] | [
"\"\"\"\n A value that indicates whether server-side batched operations are enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | enable_express | Optional[bool] | def enable_express(self) -> Optional[bool]:
"""
A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.
"""
return pulumi.get(self, "enable_express") |
A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.
| A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. | [
"A",
"value",
"that",
"indicates",
"whether",
"Express",
"Entities",
"are",
"enabled",
".",
"An",
"express",
"queue",
"holds",
"a",
"message",
"in",
"memory",
"temporarily",
"before",
"writing",
"it",
"to",
"persistent",
"storage",
"."
] | def enable_express(self) -> Optional[bool]:
return pulumi.get(self, "enable_express") | [
"def",
"enable_express",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_express\"",
")"
] | A value that indicates whether Express Entities are enabled. | [
"A",
"value",
"that",
"indicates",
"whether",
"Express",
"Entities",
"are",
"enabled",
"."
] | [
"\"\"\"\n A value that indicates whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | enable_partitioning | Optional[bool] | def enable_partitioning(self) -> Optional[bool]:
"""
A value that indicates whether the queue is to be partitioned across multiple message brokers.
"""
return pulumi.get(self, "enable_partitioning") |
A value that indicates whether the queue is to be partitioned across multiple message brokers.
| A value that indicates whether the queue is to be partitioned across multiple message brokers. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"queue",
"is",
"to",
"be",
"partitioned",
"across",
"multiple",
"message",
"brokers",
"."
] | def enable_partitioning(self) -> Optional[bool]:
return pulumi.get(self, "enable_partitioning") | [
"def",
"enable_partitioning",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_partitioning\"",
")"
] | A value that indicates whether the queue is to be partitioned across multiple message brokers. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"queue",
"is",
"to",
"be",
"partitioned",
"across",
"multiple",
"message",
"brokers",
"."
] | [
"\"\"\"\n A value that indicates whether the queue is to be partitioned across multiple message brokers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | entity_availability_status | Optional[str] | def entity_availability_status(self) -> Optional[str]:
"""
Entity availability status for the queue.
"""
return pulumi.get(self, "entity_availability_status") |
Entity availability status for the queue.
| Entity availability status for the queue. | [
"Entity",
"availability",
"status",
"for",
"the",
"queue",
"."
] | def entity_availability_status(self) -> Optional[str]:
return pulumi.get(self, "entity_availability_status") | [
"def",
"entity_availability_status",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"entity_availability_status\"",
")"
] | Entity availability status for the queue. | [
"Entity",
"availability",
"status",
"for",
"the",
"queue",
"."
] | [
"\"\"\"\n Entity availability status for the queue.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | is_anonymous_accessible | Optional[bool] | def is_anonymous_accessible(self) -> Optional[bool]:
"""
A value that indicates whether the message is accessible anonymously.
"""
return pulumi.get(self, "is_anonymous_accessible") |
A value that indicates whether the message is accessible anonymously.
| A value that indicates whether the message is accessible anonymously. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"message",
"is",
"accessible",
"anonymously",
"."
] | def is_anonymous_accessible(self) -> Optional[bool]:
return pulumi.get(self, "is_anonymous_accessible") | [
"def",
"is_anonymous_accessible",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_anonymous_accessible\"",
")"
] | A value that indicates whether the message is accessible anonymously. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"message",
"is",
"accessible",
"anonymously",
"."
] | [
"\"\"\"\n A value that indicates whether the message is accessible anonymously.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | max_size_in_megabytes | Optional[float] | def max_size_in_megabytes(self) -> Optional[float]:
"""
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.
"""
return pulumi.get(self, "max_size_in_megabytes") |
The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.
| The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. | [
"The",
"maximum",
"size",
"of",
"the",
"queue",
"in",
"megabytes",
"which",
"is",
"the",
"size",
"of",
"memory",
"allocated",
"for",
"the",
"queue",
"."
] | def max_size_in_megabytes(self) -> Optional[float]:
return pulumi.get(self, "max_size_in_megabytes") | [
"def",
"max_size_in_megabytes",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_size_in_megabytes\"",
")"
] | The maximum size of the queue in megabytes, which is the size of memory allocated for the queue. | [
"The",
"maximum",
"size",
"of",
"the",
"queue",
"in",
"megabytes",
"which",
"is",
"the",
"size",
"of",
"memory",
"allocated",
"for",
"the",
"queue",
"."
] | [
"\"\"\"\n The maximum size of the queue in megabytes, which is the size of memory allocated for the queue.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | message_count | float | def message_count(self) -> float:
"""
The number of messages in the queue.
"""
return pulumi.get(self, "message_count") |
The number of messages in the queue.
| The number of messages in the queue. | [
"The",
"number",
"of",
"messages",
"in",
"the",
"queue",
"."
] | def message_count(self) -> float:
return pulumi.get(self, "message_count") | [
"def",
"message_count",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"message_count\"",
")"
] | The number of messages in the queue. | [
"The",
"number",
"of",
"messages",
"in",
"the",
"queue",
"."
] | [
"\"\"\"\n The number of messages in the queue.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | requires_duplicate_detection | Optional[bool] | def requires_duplicate_detection(self) -> Optional[bool]:
"""
A value indicating if this queue requires duplicate detection.
"""
return pulumi.get(self, "requires_duplicate_detection") |
A value indicating if this queue requires duplicate detection.
| A value indicating if this queue requires duplicate detection. | [
"A",
"value",
"indicating",
"if",
"this",
"queue",
"requires",
"duplicate",
"detection",
"."
] | def requires_duplicate_detection(self) -> Optional[bool]:
return pulumi.get(self, "requires_duplicate_detection") | [
"def",
"requires_duplicate_detection",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"requires_duplicate_detection\"",
")"
] | A value indicating if this queue requires duplicate detection. | [
"A",
"value",
"indicating",
"if",
"this",
"queue",
"requires",
"duplicate",
"detection",
"."
] | [
"\"\"\"\n A value indicating if this queue requires duplicate detection.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | requires_session | Optional[bool] | def requires_session(self) -> Optional[bool]:
"""
A value that indicates whether the queue supports the concept of sessions.
"""
return pulumi.get(self, "requires_session") |
A value that indicates whether the queue supports the concept of sessions.
| A value that indicates whether the queue supports the concept of sessions. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"queue",
"supports",
"the",
"concept",
"of",
"sessions",
"."
] | def requires_session(self) -> Optional[bool]:
return pulumi.get(self, "requires_session") | [
"def",
"requires_session",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"requires_session\"",
")"
] | A value that indicates whether the queue supports the concept of sessions. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"queue",
"supports",
"the",
"concept",
"of",
"sessions",
"."
] | [
"\"\"\"\n A value that indicates whether the queue supports the concept of sessions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e4b7ac8bc1b9e6e380cd11e0197c2635c2802b6e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicebus/v20150801/get_queue.py | [
"Apache-2.0"
] | Python | support_ordering | Optional[bool] | def support_ordering(self) -> Optional[bool]:
"""
A value that indicates whether the queue supports ordering.
"""
return pulumi.get(self, "support_ordering") |
A value that indicates whether the queue supports ordering.
| A value that indicates whether the queue supports ordering. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"queue",
"supports",
"ordering",
"."
] | def support_ordering(self) -> Optional[bool]:
return pulumi.get(self, "support_ordering") | [
"def",
"support_ordering",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"support_ordering\"",
")"
] | A value that indicates whether the queue supports ordering. | [
"A",
"value",
"that",
"indicates",
"whether",
"the",
"queue",
"supports",
"ordering",
"."
] | [
"\"\"\"\n A value that indicates whether the queue supports ordering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | share_credential_details | Sequence['outputs.ShareCredentialDetailsResponseResult'] | def share_credential_details(self) -> Sequence['outputs.ShareCredentialDetailsResponseResult']:
"""
Per share level unencrypted access credentials.
"""
return pulumi.get(self, "share_credential_details") |
Per share level unencrypted access credentials.
| Per share level unencrypted access credentials. | [
"Per",
"share",
"level",
"unencrypted",
"access",
"credentials",
"."
] | def share_credential_details(self) -> Sequence['outputs.ShareCredentialDetailsResponseResult']:
return pulumi.get(self, "share_credential_details") | [
"def",
"share_credential_details",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ShareCredentialDetailsResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_credential_details\"",
")"
] | Per share level unencrypted access credentials. | [
"Per",
"share",
"level",
"unencrypted",
"access",
"credentials",
"."
] | [
"\"\"\"\n Per share level unencrypted access credentials.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | dc_access_security_code | 'outputs.DcAccessSecurityCodeResponseResult' | def dc_access_security_code(self) -> 'outputs.DcAccessSecurityCodeResponseResult':
"""
Dc Access Security Code for Customer Managed Shipping
"""
return pulumi.get(self, "dc_access_security_code") |
Dc Access Security Code for Customer Managed Shipping
| Dc Access Security Code for Customer Managed Shipping | [
"Dc",
"Access",
"Security",
"Code",
"for",
"Customer",
"Managed",
"Shipping"
] | def dc_access_security_code(self) -> 'outputs.DcAccessSecurityCodeResponseResult':
return pulumi.get(self, "dc_access_security_code") | [
"def",
"dc_access_security_code",
"(",
"self",
")",
"->",
"'outputs.DcAccessSecurityCodeResponseResult'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dc_access_security_code\"",
")"
] | Dc Access Security Code for Customer Managed Shipping | [
"Dc",
"Access",
"Security",
"Code",
"for",
"Customer",
"Managed",
"Shipping"
] | [
"\"\"\"\n Dc Access Security Code for Customer Managed Shipping\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | disk_secrets | Sequence['outputs.DiskSecretResponseResult'] | def disk_secrets(self) -> Sequence['outputs.DiskSecretResponseResult']:
"""
Contains the list of secrets object for that device.
"""
return pulumi.get(self, "disk_secrets") |
Contains the list of secrets object for that device.
| Contains the list of secrets object for that device. | [
"Contains",
"the",
"list",
"of",
"secrets",
"object",
"for",
"that",
"device",
"."
] | def disk_secrets(self) -> Sequence['outputs.DiskSecretResponseResult']:
return pulumi.get(self, "disk_secrets") | [
"def",
"disk_secrets",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.DiskSecretResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_secrets\"",
")"
] | Contains the list of secrets object for that device. | [
"Contains",
"the",
"list",
"of",
"secrets",
"object",
"for",
"that",
"device",
"."
] | [
"\"\"\"\n Contains the list of secrets object for that device.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | cabinet_pod_secrets | Sequence['outputs.DataBoxHeavySecretResponseResult'] | def cabinet_pod_secrets(self) -> Sequence['outputs.DataBoxHeavySecretResponseResult']:
"""
Contains the list of secret objects for a databox heavy job.
"""
return pulumi.get(self, "cabinet_pod_secrets") |
Contains the list of secret objects for a databox heavy job.
| Contains the list of secret objects for a databox heavy job. | [
"Contains",
"the",
"list",
"of",
"secret",
"objects",
"for",
"a",
"databox",
"heavy",
"job",
"."
] | def cabinet_pod_secrets(self) -> Sequence['outputs.DataBoxHeavySecretResponseResult']:
return pulumi.get(self, "cabinet_pod_secrets") | [
"def",
"cabinet_pod_secrets",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.DataBoxHeavySecretResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cabinet_pod_secrets\"",
")"
] | Contains the list of secret objects for a databox heavy job. | [
"Contains",
"the",
"list",
"of",
"secret",
"objects",
"for",
"a",
"databox",
"heavy",
"job",
"."
] | [
"\"\"\"\n Contains the list of secret objects for a databox heavy job.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | account_credential_details | Sequence['outputs.AccountCredentialDetailsResponseResult'] | def account_credential_details(self) -> Sequence['outputs.AccountCredentialDetailsResponseResult']:
"""
Per account level access credentials.
"""
return pulumi.get(self, "account_credential_details") |
Per account level access credentials.
| Per account level access credentials. | [
"Per",
"account",
"level",
"access",
"credentials",
"."
] | def account_credential_details(self) -> Sequence['outputs.AccountCredentialDetailsResponseResult']:
return pulumi.get(self, "account_credential_details") | [
"def",
"account_credential_details",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.AccountCredentialDetailsResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"account_credential_details\"",
")"
] | Per account level access credentials. | [
"Per",
"account",
"level",
"access",
"credentials",
"."
] | [
"\"\"\"\n Per account level access credentials.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | network_configurations | Sequence['outputs.ApplianceNetworkConfigurationResponseResult'] | def network_configurations(self) -> Sequence['outputs.ApplianceNetworkConfigurationResponseResult']:
"""
Network configuration of the appliance.
"""
return pulumi.get(self, "network_configurations") |
Network configuration of the appliance.
| Network configuration of the appliance. | [
"Network",
"configuration",
"of",
"the",
"appliance",
"."
] | def network_configurations(self) -> Sequence['outputs.ApplianceNetworkConfigurationResponseResult']:
return pulumi.get(self, "network_configurations") | [
"def",
"network_configurations",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ApplianceNetworkConfigurationResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_configurations\"",
")"
] | Network configuration of the appliance. | [
"Network",
"configuration",
"of",
"the",
"appliance",
"."
] | [
"\"\"\"\n Network configuration of the appliance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | pod_secrets | Optional[Sequence['outputs.DataBoxSecretResponseResult']] | def pod_secrets(self) -> Optional[Sequence['outputs.DataBoxSecretResponseResult']]:
"""
Contains the list of secret objects for a job.
"""
return pulumi.get(self, "pod_secrets") |
Contains the list of secret objects for a job.
| Contains the list of secret objects for a job. | [
"Contains",
"the",
"list",
"of",
"secret",
"objects",
"for",
"a",
"job",
"."
] | def pod_secrets(self) -> Optional[Sequence['outputs.DataBoxSecretResponseResult']]:
return pulumi.get(self, "pod_secrets") | [
"def",
"pod_secrets",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.DataBoxSecretResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"pod_secrets\"",
")"
] | Contains the list of secret objects for a job. | [
"Contains",
"the",
"list",
"of",
"secret",
"objects",
"for",
"a",
"job",
"."
] | [
"\"\"\"\n Contains the list of secret objects for a job.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c63bf91768cbf9941e52c7e2cabbe7c4f7e4b560 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databox/v20201101/outputs.py | [
"Apache-2.0"
] | Python | share_password | Optional[str] | def share_password(self) -> Optional[str]:
"""
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password m... |
Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Pas... | Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password mus... | [
"Password",
"for",
"all",
"the",
"shares",
"to",
"be",
"created",
"on",
"the",
"device",
".",
"Should",
"not",
"be",
"passed",
"for",
"TransferType",
":",
"ExportFromAzure",
"jobs",
".",
"If",
"this",
"is",
"not",
"passed",
"the",
"service",
"will",
"gener... | def share_password(self) -> Optional[str]:
return pulumi.get(self, "share_password") | [
"def",
"share_password",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_password\"",
")"
] | Password for all the shares to be created on the device. | [
"Password",
"for",
"all",
"the",
"shares",
"to",
"be",
"created",
"on",
"the",
"device",
"."
] | [
"\"\"\"\n Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 cha... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c64a88f6ee084ba575137328946b9fcf48058ea8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/migrate/move_resource.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.MoveResourcePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.MoveResourcePropertiesResponse']:
"""
Defines the move resource properties.
"""
return pulumi.get(self, "properties") |
Defines the move resource properties.
| Defines the move resource properties. | [
"Defines",
"the",
"move",
"resource",
"properties",
"."
] | def properties(self) -> pulumi.Output['outputs.MoveResourcePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.MoveResourcePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Defines the move resource properties. | [
"Defines",
"the",
"move",
"resource",
"properties",
"."
] | [
"\"\"\"\n Defines the move resource properties.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c670f1dd3126916e1b115d4483665931deb37380 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/get_product_policy.py | [
"Apache-2.0"
] | Python | policy_content | str | def policy_content(self) -> str:
"""
Json escaped Xml Encoded contents of the Policy.
"""
return pulumi.get(self, "policy_content") |
Json escaped Xml Encoded contents of the Policy.
| Json escaped Xml Encoded contents of the Policy. | [
"Json",
"escaped",
"Xml",
"Encoded",
"contents",
"of",
"the",
"Policy",
"."
] | def policy_content(self) -> str:
return pulumi.get(self, "policy_content") | [
"def",
"policy_content",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"policy_content\"",
")"
] | Json escaped Xml Encoded contents of the Policy. | [
"Json",
"escaped",
"Xml",
"Encoded",
"contents",
"of",
"the",
"Policy",
"."
] | [
"\"\"\"\n Json escaped Xml Encoded contents of the Policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f76eacadae7c1d5059c60527704c912523e7360a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_afd_origin.py | [
"Apache-2.0"
] | Python | azure_origin | Optional['outputs.ResourceReferenceResponse'] | def azure_origin(self) -> Optional['outputs.ResourceReferenceResponse']:
"""
Resource reference to the Azure origin resource.
"""
return pulumi.get(self, "azure_origin") |
Resource reference to the Azure origin resource.
| Resource reference to the Azure origin resource. | [
"Resource",
"reference",
"to",
"the",
"Azure",
"origin",
"resource",
"."
] | def azure_origin(self) -> Optional['outputs.ResourceReferenceResponse']:
return pulumi.get(self, "azure_origin") | [
"def",
"azure_origin",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_origin\"",
")"
] | Resource reference to the Azure origin resource. | [
"Resource",
"reference",
"to",
"the",
"Azure",
"origin",
"resource",
"."
] | [
"\"\"\"\n Resource reference to the Azure origin resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f76eacadae7c1d5059c60527704c912523e7360a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/latest/get_afd_origin.py | [
"Apache-2.0"
] | Python | shared_private_link_resource | Optional[Sequence['outputs.SharedPrivateLinkResourcePropertiesResponse']] | def shared_private_link_resource(self) -> Optional[Sequence['outputs.SharedPrivateLinkResourcePropertiesResponse']]:
"""
The properties of the private link resource for private origin.
"""
return pulumi.get(self, "shared_private_link_resource") |
The properties of the private link resource for private origin.
| The properties of the private link resource for private origin. | [
"The",
"properties",
"of",
"the",
"private",
"link",
"resource",
"for",
"private",
"origin",
"."
] | def shared_private_link_resource(self) -> Optional[Sequence['outputs.SharedPrivateLinkResourcePropertiesResponse']]:
return pulumi.get(self, "shared_private_link_resource") | [
"def",
"shared_private_link_resource",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SharedPrivateLinkResourcePropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"shared_private_link_resource\"",
")"
] | The properties of the private link resource for private origin. | [
"The",
"properties",
"of",
"the",
"private",
"link",
"resource",
"for",
"private",
"origin",
"."
] | [
"\"\"\"\n The properties of the private link resource for private origin.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d169e46561e6cf7b52708f56a23d752bb3062ab | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/attestation/v20201001/attestation_provider.py | [
"Apache-2.0"
] | Python | trust_model | pulumi.Output[Optional[str]] | def trust_model(self) -> pulumi.Output[Optional[str]]:
"""
Trust model for the attestation provider.
"""
return pulumi.get(self, "trust_model") |
Trust model for the attestation provider.
| Trust model for the attestation provider. | [
"Trust",
"model",
"for",
"the",
"attestation",
"provider",
"."
] | def trust_model(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "trust_model") | [
"def",
"trust_model",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"trust_model\"",
")"
] | Trust model for the attestation provider. | [
"Trust",
"model",
"for",
"the",
"attestation",
"provider",
"."
] | [
"\"\"\"\n Trust model for the attestation provider.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d1fd04f3ad1b72fd57846a93b66b68dc911ad9b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20190601/list_managed_cluster_user_credentials.py | [
"Apache-2.0"
] | Python | kubeconfigs | Sequence['outputs.CredentialResultResponseResult'] | def kubeconfigs(self) -> Sequence['outputs.CredentialResultResponseResult']:
"""
Base64-encoded Kubernetes configuration file.
"""
return pulumi.get(self, "kubeconfigs") |
Base64-encoded Kubernetes configuration file.
| Base64-encoded Kubernetes configuration file. | [
"Base64",
"-",
"encoded",
"Kubernetes",
"configuration",
"file",
"."
] | def kubeconfigs(self) -> Sequence['outputs.CredentialResultResponseResult']:
return pulumi.get(self, "kubeconfigs") | [
"def",
"kubeconfigs",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.CredentialResultResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kubeconfigs\"",
")"
] | Base64-encoded Kubernetes configuration file. | [
"Base64",
"-",
"encoded",
"Kubernetes",
"configuration",
"file",
"."
] | [
"\"\"\"\n Base64-encoded Kubernetes configuration file.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7d25a25ef45fb18a587ee2827159e09e6e7784e9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20170601/list_device_failover_sets.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.FailoverSetResponseResult']] | def value(self) -> Optional[Sequence['outputs.FailoverSetResponseResult']]:
"""
The list of failover sets.
"""
return pulumi.get(self, "value") |
The list of failover sets.
| The list of failover sets. | [
"The",
"list",
"of",
"failover",
"sets",
"."
] | def value(self) -> Optional[Sequence['outputs.FailoverSetResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.FailoverSetResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The list of failover sets. | [
"The",
"list",
"of",
"failover",
"sets",
"."
] | [
"\"\"\"\n The list of failover sets.\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.