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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | percentage | Optional[float] | def percentage(self) -> Optional[float]:
"""
Rate of sampling for fixed-rate sampling.
"""
return pulumi.get(self, "percentage") |
Rate of sampling for fixed-rate sampling.
| Rate of sampling for fixed-rate sampling. | [
"Rate",
"of",
"sampling",
"for",
"fixed",
"-",
"rate",
"sampling",
"."
] | def percentage(self) -> Optional[float]:
return pulumi.get(self, "percentage") | [
"def",
"percentage",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"percentage\"",
")"
] | Rate of sampling for fixed-rate sampling. | [
"Rate",
"of",
"sampling",
"for",
"fixed",
"-",
"rate",
"sampling",
"."
] | [
"\"\"\"\n Rate of sampling for fixed-rate sampling.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | percentage_decrease_timeout | Optional[str] | def percentage_decrease_timeout(self) -> Optional[str]:
"""
Duration in ISO8601 format after which it's allowed to lower the sampling rate.
"""
return pulumi.get(self, "percentage_decrease_timeout") |
Duration in ISO8601 format after which it's allowed to lower the sampling rate.
| Duration in ISO8601 format after which it's allowed to lower the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"lower",
"the",
"sampling",
"rate",
"."
] | def percentage_decrease_timeout(self) -> Optional[str]:
return pulumi.get(self, "percentage_decrease_timeout") | [
"def",
"percentage_decrease_timeout",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"percentage_decrease_timeout\"",
")"
] | Duration in ISO8601 format after which it's allowed to lower the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"lower",
"the",
"sampling",
"rate",
"."
] | [
"\"\"\"\n Duration in ISO8601 format after which it's allowed to lower the sampling rate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | percentage_increase_timeout | Optional[str] | def percentage_increase_timeout(self) -> Optional[str]:
"""
Duration in ISO8601 format after which it's allowed to increase the sampling rate.
"""
return pulumi.get(self, "percentage_increase_timeout") |
Duration in ISO8601 format after which it's allowed to increase the sampling rate.
| Duration in ISO8601 format after which it's allowed to increase the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"increase",
"the",
"sampling",
"rate",
"."
] | def percentage_increase_timeout(self) -> Optional[str]:
return pulumi.get(self, "percentage_increase_timeout") | [
"def",
"percentage_increase_timeout",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"percentage_increase_timeout\"",
")"
] | Duration in ISO8601 format after which it's allowed to increase the sampling rate. | [
"Duration",
"in",
"ISO8601",
"format",
"after",
"which",
"it",
"'",
"s",
"allowed",
"to",
"increase",
"the",
"sampling",
"rate",
"."
] | [
"\"\"\"\n Duration in ISO8601 format after which it's allowed to increase the sampling rate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | headers | Optional[Sequence['outputs.ParameterContractResponse']] | def headers(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
"""
Collection of operation request headers.
"""
return pulumi.get(self, "headers") |
Collection of operation request headers.
| Collection of operation request headers. | [
"Collection",
"of",
"operation",
"request",
"headers",
"."
] | def headers(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
return pulumi.get(self, "headers") | [
"def",
"headers",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ParameterContractResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"headers\"",
")"
] | Collection of operation request headers. | [
"Collection",
"of",
"operation",
"request",
"headers",
"."
] | [
"\"\"\"\n Collection of operation request headers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | query_parameters | Optional[Sequence['outputs.ParameterContractResponse']] | def query_parameters(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
"""
Collection of operation request query parameters.
"""
return pulumi.get(self, "query_parameters") |
Collection of operation request query parameters.
| Collection of operation request query parameters. | [
"Collection",
"of",
"operation",
"request",
"query",
"parameters",
"."
] | def query_parameters(self) -> Optional[Sequence['outputs.ParameterContractResponse']]:
return pulumi.get(self, "query_parameters") | [
"def",
"query_parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ParameterContractResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query_parameters\"",
")"
] | Collection of operation request query parameters. | [
"Collection",
"of",
"operation",
"request",
"query",
"parameters",
"."
] | [
"\"\"\"\n Collection of operation request query parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | representations | Optional[Sequence['outputs.RepresentationContractResponse']] | def representations(self) -> Optional[Sequence['outputs.RepresentationContractResponse']]:
"""
Collection of operation request representations.
"""
return pulumi.get(self, "representations") |
Collection of operation request representations.
| Collection of operation request representations. | [
"Collection",
"of",
"operation",
"request",
"representations",
"."
] | def representations(self) -> Optional[Sequence['outputs.RepresentationContractResponse']]:
return pulumi.get(self, "representations") | [
"def",
"representations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.RepresentationContractResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"representations\"",
")"
] | Collection of operation request representations. | [
"Collection",
"of",
"operation",
"request",
"representations",
"."
] | [
"\"\"\"\n Collection of operation request representations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | status_code | int | def status_code(self) -> int:
"""
Operation response HTTP status code.
"""
return pulumi.get(self, "status_code") |
Operation response HTTP status code.
| Operation response HTTP status code. | [
"Operation",
"response",
"HTTP",
"status",
"code",
"."
] | def status_code(self) -> int:
return pulumi.get(self, "status_code") | [
"def",
"status_code",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_code\"",
")"
] | Operation response HTTP status code. | [
"Operation",
"response",
"HTTP",
"status",
"code",
"."
] | [
"\"\"\"\n Operation response HTTP status code.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | subnetname | str | def subnetname(self) -> str:
"""
The name of the subnet.
"""
return pulumi.get(self, "subnetname") |
The name of the subnet.
| The name of the subnet. | [
"The",
"name",
"of",
"the",
"subnet",
"."
] | def subnetname(self) -> str:
return pulumi.get(self, "subnetname") | [
"def",
"subnetname",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnetname\"",
")"
] | The name of the subnet. | [
"The",
"name",
"of",
"the",
"subnet",
"."
] | [
"\"\"\"\n The name of the subnet.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | vnetid | str | def vnetid(self) -> str:
"""
The virtual network ID. This is typically a GUID. Expect a null GUID by default.
"""
return pulumi.get(self, "vnetid") |
The virtual network ID. This is typically a GUID. Expect a null GUID by default.
| The virtual network ID. This is typically a GUID. Expect a null GUID by default. | [
"The",
"virtual",
"network",
"ID",
".",
"This",
"is",
"typically",
"a",
"GUID",
".",
"Expect",
"a",
"null",
"GUID",
"by",
"default",
"."
] | def vnetid(self) -> str:
return pulumi.get(self, "vnetid") | [
"def",
"vnetid",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vnetid\"",
")"
] | The virtual network ID. | [
"The",
"virtual",
"network",
"ID",
"."
] | [
"\"\"\"\n The virtual network ID. This is typically a GUID. Expect a null GUID by default.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | issuer_certificate_thumbprint | Optional[str] | def issuer_certificate_thumbprint(self) -> Optional[str]:
"""
Thumbprint for the Issuer of the Certificate.
"""
return pulumi.get(self, "issuer_certificate_thumbprint") |
Thumbprint for the Issuer of the Certificate.
| Thumbprint for the Issuer of the Certificate. | [
"Thumbprint",
"for",
"the",
"Issuer",
"of",
"the",
"Certificate",
"."
] | def issuer_certificate_thumbprint(self) -> Optional[str]:
return pulumi.get(self, "issuer_certificate_thumbprint") | [
"def",
"issuer_certificate_thumbprint",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"issuer_certificate_thumbprint\"",
")"
] | Thumbprint for the Issuer of the Certificate. | [
"Thumbprint",
"for",
"the",
"Issuer",
"of",
"the",
"Certificate",
"."
] | [
"\"\"\"\n Thumbprint for the Issuer of the Certificate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | application_licenses | pulumi.Output[Optional[Sequence[str]]] | def application_licenses(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
"""
return pulumi.get(self, "applica... |
The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
| The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail. | [
"The",
"list",
"of",
"application",
"licenses",
"must",
"be",
"a",
"subset",
"of",
"available",
"Batch",
"service",
"application",
"licenses",
".",
"If",
"a",
"license",
"is",
"requested",
"which",
"is",
"not",
"supported",
"pool",
"creation",
"will",
"fail",
... | def application_licenses(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "application_licenses") | [
"def",
"application_licenses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_licenses\"",
")"
] | The list of application licenses must be a subset of available Batch service application licenses. | [
"The",
"list",
"of",
"application",
"licenses",
"must",
"be",
"a",
"subset",
"of",
"available",
"Batch",
"service",
"application",
"licenses",
"."
] | [
"\"\"\"\n The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | application_packages | pulumi.Output[Optional[Sequence['outputs.ApplicationPackageReferenceResponse']]] | def application_packages(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationPackageReferenceResponse']]]:
"""
Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimage... |
Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
| Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool. | [
"Changes",
"to",
"application",
"package",
"references",
"affect",
"all",
"new",
"compute",
"nodes",
"joining",
"the",
"pool",
"but",
"do",
"not",
"affect",
"compute",
"nodes",
"that",
"are",
"already",
"in",
"the",
"pool",
"until",
"they",
"are",
"rebooted",
... | def application_packages(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationPackageReferenceResponse']]]:
return pulumi.get(self, "application_packages") | [
"def",
"application_packages",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationPackageReferenceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_packages\""... | Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. | [
"Changes",
"to",
"application",
"package",
"references",
"affect",
"all",
"new",
"compute",
"nodes",
"joining",
"the",
"pool",
"but",
"do",
"not",
"affect",
"compute",
"nodes",
"that",
"are",
"already",
"in",
"the",
"pool",
"until",
"they",
"are",
"rebooted",
... | [
"\"\"\"\n Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | auto_scale_run | pulumi.Output['outputs.AutoScaleRunResponse'] | def auto_scale_run(self) -> pulumi.Output['outputs.AutoScaleRunResponse']:
"""
This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
"""
return pulumi.get(self, "auto_scale_run") |
This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
| This property is set only if the pool automatically scales, i.e. | [
"This",
"property",
"is",
"set",
"only",
"if",
"the",
"pool",
"automatically",
"scales",
"i",
".",
"e",
"."
] | def auto_scale_run(self) -> pulumi.Output['outputs.AutoScaleRunResponse']:
return pulumi.get(self, "auto_scale_run") | [
"def",
"auto_scale_run",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.AutoScaleRunResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_scale_run\"",
")"
] | This property is set only if the pool automatically scales, i.e. | [
"This",
"property",
"is",
"set",
"only",
"if",
"the",
"pool",
"automatically",
"scales",
"i",
".",
"e",
"."
] | [
"\"\"\"\n This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | certificates | pulumi.Output[Optional[Sequence['outputs.CertificateReferenceResponse']]] | def certificates(self) -> pulumi.Output[Optional[Sequence['outputs.CertificateReferenceResponse']]]:
"""
For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the ... |
For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query fo... | For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this lo... | [
"For",
"Windows",
"compute",
"nodes",
"the",
"Batch",
"service",
"installs",
"the",
"certificates",
"to",
"the",
"specified",
"certificate",
"store",
"and",
"location",
".",
"For",
"Linux",
"compute",
"nodes",
"the",
"certificates",
"are",
"stored",
"in",
"a",
... | def certificates(self) -> pulumi.Output[Optional[Sequence['outputs.CertificateReferenceResponse']]]:
return pulumi.get(self, "certificates") | [
"def",
"certificates",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CertificateReferenceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"certificates\"",
")"
] | For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. | [
"For",
"Windows",
"compute",
"nodes",
"the",
"Batch",
"service",
"installs",
"the",
"certificates",
"to",
"the",
"specified",
"certificate",
"store",
"and",
"location",
"."
] | [
"\"\"\"\n For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | deployment_configuration | pulumi.Output[Optional['outputs.DeploymentConfigurationResponse']] | def deployment_configuration(self) -> pulumi.Output[Optional['outputs.DeploymentConfigurationResponse']]:
"""
Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
"""
... |
Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
| Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS). | [
"Using",
"CloudServiceConfiguration",
"specifies",
"that",
"the",
"nodes",
"should",
"be",
"creating",
"using",
"Azure",
"Cloud",
"Services",
"(",
"PaaS",
")",
"while",
"VirtualMachineConfiguration",
"uses",
"Azure",
"Virtual",
"Machines",
"(",
"IaaS",
")",
"."
] | def deployment_configuration(self) -> pulumi.Output[Optional['outputs.DeploymentConfigurationResponse']]:
return pulumi.get(self, "deployment_configuration") | [
"def",
"deployment_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DeploymentConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deployment_configuration\"",
")"
] | Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS). | [
"Using",
"CloudServiceConfiguration",
"specifies",
"that",
"the",
"nodes",
"should",
"be",
"creating",
"using",
"Azure",
"Cloud",
"Services",
"(",
"PaaS",
")",
"while",
"VirtualMachineConfiguration",
"uses",
"Azure",
"Virtual",
"Machines",
"(",
"IaaS",
")",
"."
] | [
"\"\"\"\n Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output[Optional['outputs.BatchPoolIdentityResponse']] | def identity(self) -> pulumi.Output[Optional['outputs.BatchPoolIdentityResponse']]:
"""
The type of identity used for the Batch Pool.
"""
return pulumi.get(self, "identity") |
The type of identity used for the Batch Pool.
| The type of identity used for the Batch Pool. | [
"The",
"type",
"of",
"identity",
"used",
"for",
"the",
"Batch",
"Pool",
"."
] | def identity(self) -> pulumi.Output[Optional['outputs.BatchPoolIdentityResponse']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.BatchPoolIdentityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The type of identity used for the Batch Pool. | [
"The",
"type",
"of",
"identity",
"used",
"for",
"the",
"Batch",
"Pool",
"."
] | [
"\"\"\"\n The type of identity used for the Batch Pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | inter_node_communication | pulumi.Output[Optional[str]] | def inter_node_communication(self) -> pulumi.Output[Optional[str]]:
"""
This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
... |
This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
| This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'. | [
"This",
"imposes",
"restrictions",
"on",
"which",
"nodes",
"can",
"be",
"assigned",
"to",
"the",
"pool",
".",
"Enabling",
"this",
"value",
"can",
"reduce",
"the",
"chance",
"of",
"the",
"requested",
"number",
"of",
"nodes",
"to",
"be",
"allocated",
"in",
"... | def inter_node_communication(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "inter_node_communication") | [
"def",
"inter_node_communication",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inter_node_communication\"",
")"
] | This imposes restrictions on which nodes can be assigned to the pool. | [
"This",
"imposes",
"restrictions",
"on",
"which",
"nodes",
"can",
"be",
"assigned",
"to",
"the",
"pool",
"."
] | [
"\"\"\"\n This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | metadata | pulumi.Output[Optional[Sequence['outputs.MetadataItemResponse']]] | def metadata(self) -> pulumi.Output[Optional[Sequence['outputs.MetadataItemResponse']]]:
"""
The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
"""
return pulumi.get(self, "metadata") |
The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
| The Batch service does not assign any meaning to metadata; it is solely for the use of user code. | [
"The",
"Batch",
"service",
"does",
"not",
"assign",
"any",
"meaning",
"to",
"metadata",
";",
"it",
"is",
"solely",
"for",
"the",
"use",
"of",
"user",
"code",
"."
] | def metadata(self) -> pulumi.Output[Optional[Sequence['outputs.MetadataItemResponse']]]:
return pulumi.get(self, "metadata") | [
"def",
"metadata",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MetadataItemResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metadata\"",
")"
] | The Batch service does not assign any meaning to metadata; it is solely for the use of user code. | [
"The",
"Batch",
"service",
"does",
"not",
"assign",
"any",
"meaning",
"to",
"metadata",
";",
"it",
"is",
"solely",
"for",
"the",
"use",
"of",
"user",
"code",
"."
] | [
"\"\"\"\n The Batch service does not assign any meaning to metadata; it is solely for the use of user code.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | network_configuration | pulumi.Output[Optional['outputs.NetworkConfigurationResponse']] | def network_configuration(self) -> pulumi.Output[Optional['outputs.NetworkConfigurationResponse']]:
"""
The network configuration for a pool.
"""
return pulumi.get(self, "network_configuration") |
The network configuration for a pool.
| The network configuration for a pool. | [
"The",
"network",
"configuration",
"for",
"a",
"pool",
"."
] | def network_configuration(self) -> pulumi.Output[Optional['outputs.NetworkConfigurationResponse']]:
return pulumi.get(self, "network_configuration") | [
"def",
"network_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.NetworkConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_configuration\"",
")"
] | The network configuration for a pool. | [
"The",
"network",
"configuration",
"for",
"a",
"pool",
"."
] | [
"\"\"\"\n The network configuration for a pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | resize_operation_status | pulumi.Output['outputs.ResizeOperationStatusResponse'] | def resize_operation_status(self) -> pulumi.Output['outputs.ResizeOperationStatusResponse']:
"""
Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
"""
return pulumi.get(self, "resize_... |
Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
| Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady). | [
"Describes",
"either",
"the",
"current",
"operation",
"(",
"if",
"the",
"pool",
"AllocationState",
"is",
"Resizing",
")",
"or",
"the",
"previously",
"completed",
"operation",
"(",
"if",
"the",
"AllocationState",
"is",
"Steady",
")",
"."
] | def resize_operation_status(self) -> pulumi.Output['outputs.ResizeOperationStatusResponse']:
return pulumi.get(self, "resize_operation_status") | [
"def",
"resize_operation_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ResizeOperationStatusResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resize_operation_status\"",
")"
] | Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady). | [
"Describes",
"either",
"the",
"current",
"operation",
"(",
"if",
"the",
"pool",
"AllocationState",
"is",
"Resizing",
")",
"or",
"the",
"previously",
"completed",
"operation",
"(",
"if",
"the",
"AllocationState",
"is",
"Steady",
")",
"."
] | [
"\"\"\"\n Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | start_task | pulumi.Output[Optional['outputs.StartTaskResponse']] | def start_task(self) -> pulumi.Output[Optional['outputs.StartTaskResponse']]:
"""
In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
"""
return pulumi.get(self, "start_task") |
In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
| In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool. | [
"In",
"an",
"PATCH",
"(",
"update",
")",
"operation",
"this",
"property",
"can",
"be",
"set",
"to",
"an",
"empty",
"object",
"to",
"remove",
"the",
"start",
"task",
"from",
"the",
"pool",
"."
] | def start_task(self) -> pulumi.Output[Optional['outputs.StartTaskResponse']]:
return pulumi.get(self, "start_task") | [
"def",
"start_task",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.StartTaskResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"start_task\"",
")"
] | In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool. | [
"In",
"an",
"PATCH",
"(",
"update",
")",
"operation",
"this",
"property",
"can",
"be",
"set",
"to",
"an",
"empty",
"object",
"to",
"remove",
"the",
"start",
"task",
"from",
"the",
"pool",
"."
] | [
"\"\"\"\n In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | task_scheduling_policy | pulumi.Output[Optional['outputs.TaskSchedulingPolicyResponse']] | def task_scheduling_policy(self) -> pulumi.Output[Optional['outputs.TaskSchedulingPolicyResponse']]:
"""
If not specified, the default is spread.
"""
return pulumi.get(self, "task_scheduling_policy") |
If not specified, the default is spread.
| If not specified, the default is spread. | [
"If",
"not",
"specified",
"the",
"default",
"is",
"spread",
"."
] | def task_scheduling_policy(self) -> pulumi.Output[Optional['outputs.TaskSchedulingPolicyResponse']]:
return pulumi.get(self, "task_scheduling_policy") | [
"def",
"task_scheduling_policy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.TaskSchedulingPolicyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_scheduling_policy\"",
")"
] | If not specified, the default is spread. | [
"If",
"not",
"specified",
"the",
"default",
"is",
"spread",
"."
] | [
"\"\"\"\n If not specified, the default is spread.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
946f5e7675e969cfe31caec67690f74a605df94e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/latest/pool.py | [
"Apache-2.0"
] | Python | task_slots_per_node | pulumi.Output[Optional[int]] | def task_slots_per_node(self) -> pulumi.Output[Optional[int]]:
"""
The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
"""
return pulumi.get(self, "task_slots_per_node") |
The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
| The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256. | [
"The",
"default",
"value",
"is",
"1",
".",
"The",
"maximum",
"value",
"is",
"the",
"smaller",
"of",
"4",
"times",
"the",
"number",
"of",
"cores",
"of",
"the",
"vmSize",
"of",
"the",
"pool",
"or",
"256",
"."
] | def task_slots_per_node(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "task_slots_per_node") | [
"def",
"task_slots_per_node",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_slots_per_node\"",
")"
] | The default value is 1. | [
"The",
"default",
"value",
"is",
"1",
"."
] | [
"\"\"\"\n The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | application_licenses | Optional[Sequence[str]] | def application_licenses(self) -> Optional[Sequence[str]]:
"""
The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
"""
return pulumi.get(self, "application_licenses") |
The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.
| The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail. | [
"The",
"list",
"of",
"application",
"licenses",
"must",
"be",
"a",
"subset",
"of",
"available",
"Batch",
"service",
"application",
"licenses",
".",
"If",
"a",
"license",
"is",
"requested",
"which",
"is",
"not",
"supported",
"pool",
"creation",
"will",
"fail",
... | def application_licenses(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "application_licenses") | [
"def",
"application_licenses",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_licenses\"",
")"
] | The list of application licenses must be a subset of available Batch service application licenses. | [
"The",
"list",
"of",
"application",
"licenses",
"must",
"be",
"a",
"subset",
"of",
"available",
"Batch",
"service",
"application",
"licenses",
"."
] | [
"\"\"\"\n The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, pool creation will fail.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | application_packages | Optional[Sequence['outputs.ApplicationPackageReferenceResponse']] | def application_packages(self) -> Optional[Sequence['outputs.ApplicationPackageReferenceResponse']]:
"""
Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a m... |
Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.
| Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool. | [
"Changes",
"to",
"application",
"package",
"references",
"affect",
"all",
"new",
"compute",
"nodes",
"joining",
"the",
"pool",
"but",
"do",
"not",
"affect",
"compute",
"nodes",
"that",
"are",
"already",
"in",
"the",
"pool",
"until",
"they",
"are",
"rebooted",
... | def application_packages(self) -> Optional[Sequence['outputs.ApplicationPackageReferenceResponse']]:
return pulumi.get(self, "application_packages") | [
"def",
"application_packages",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ApplicationPackageReferenceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"application_packages\"",
")"
] | Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. | [
"Changes",
"to",
"application",
"package",
"references",
"affect",
"all",
"new",
"compute",
"nodes",
"joining",
"the",
"pool",
"but",
"do",
"not",
"affect",
"compute",
"nodes",
"that",
"are",
"already",
"in",
"the",
"pool",
"until",
"they",
"are",
"rebooted",
... | [
"\"\"\"\n Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | auto_scale_run | 'outputs.AutoScaleRunResponse' | def auto_scale_run(self) -> 'outputs.AutoScaleRunResponse':
"""
This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
"""
return pulumi.get(self, "auto_scale_run") |
This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.
| This property is set only if the pool automatically scales, i.e. | [
"This",
"property",
"is",
"set",
"only",
"if",
"the",
"pool",
"automatically",
"scales",
"i",
".",
"e",
"."
] | def auto_scale_run(self) -> 'outputs.AutoScaleRunResponse':
return pulumi.get(self, "auto_scale_run") | [
"def",
"auto_scale_run",
"(",
"self",
")",
"->",
"'outputs.AutoScaleRunResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_scale_run\"",
")"
] | This property is set only if the pool automatically scales, i.e. | [
"This",
"property",
"is",
"set",
"only",
"if",
"the",
"pool",
"automatically",
"scales",
"i",
".",
"e",
"."
] | [
"\"\"\"\n This property is set only if the pool automatically scales, i.e. autoScaleSettings are used.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | certificates | Optional[Sequence['outputs.CertificateReferenceResponse']] | def certificates(self) -> Optional[Sequence['outputs.CertificateReferenceResponse']]:
"""
For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working di... |
For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query fo... | For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task to query for this lo... | [
"For",
"Windows",
"compute",
"nodes",
"the",
"Batch",
"service",
"installs",
"the",
"certificates",
"to",
"the",
"specified",
"certificate",
"store",
"and",
"location",
".",
"For",
"Linux",
"compute",
"nodes",
"the",
"certificates",
"are",
"stored",
"in",
"a",
... | def certificates(self) -> Optional[Sequence['outputs.CertificateReferenceResponse']]:
return pulumi.get(self, "certificates") | [
"def",
"certificates",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CertificateReferenceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"certificates\"",
")"
] | For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. | [
"For",
"Windows",
"compute",
"nodes",
"the",
"Batch",
"service",
"installs",
"the",
"certificates",
"to",
"the",
"specified",
"certificate",
"store",
"and",
"location",
"."
] | [
"\"\"\"\n For Windows compute nodes, the Batch service installs the certificates to the specified certificate store and location. For Linux compute nodes, the certificates are stored in a directory inside the task working directory and an environment variable AZ_BATCH_CERTIFICATES_DIR is supplied to the task... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | deployment_configuration | Optional['outputs.DeploymentConfigurationResponse'] | def deployment_configuration(self) -> Optional['outputs.DeploymentConfigurationResponse']:
"""
Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
"""
return p... |
Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).
| Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS). | [
"Using",
"CloudServiceConfiguration",
"specifies",
"that",
"the",
"nodes",
"should",
"be",
"creating",
"using",
"Azure",
"Cloud",
"Services",
"(",
"PaaS",
")",
"while",
"VirtualMachineConfiguration",
"uses",
"Azure",
"Virtual",
"Machines",
"(",
"IaaS",
")",
"."
] | def deployment_configuration(self) -> Optional['outputs.DeploymentConfigurationResponse']:
return pulumi.get(self, "deployment_configuration") | [
"def",
"deployment_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DeploymentConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deployment_configuration\"",
")"
] | Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS). | [
"Using",
"CloudServiceConfiguration",
"specifies",
"that",
"the",
"nodes",
"should",
"be",
"creating",
"using",
"Azure",
"Cloud",
"Services",
"(",
"PaaS",
")",
"while",
"VirtualMachineConfiguration",
"uses",
"Azure",
"Virtual",
"Machines",
"(",
"IaaS",
")",
"."
] | [
"\"\"\"\n Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | inter_node_communication | Optional[str] | def inter_node_communication(self) -> Optional[str]:
"""
This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
"""
... |
This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.
| This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'. | [
"This",
"imposes",
"restrictions",
"on",
"which",
"nodes",
"can",
"be",
"assigned",
"to",
"the",
"pool",
".",
"Enabling",
"this",
"value",
"can",
"reduce",
"the",
"chance",
"of",
"the",
"requested",
"number",
"of",
"nodes",
"to",
"be",
"allocated",
"in",
"... | def inter_node_communication(self) -> Optional[str]:
return pulumi.get(self, "inter_node_communication") | [
"def",
"inter_node_communication",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inter_node_communication\"",
")"
] | This imposes restrictions on which nodes can be assigned to the pool. | [
"This",
"imposes",
"restrictions",
"on",
"which",
"nodes",
"can",
"be",
"assigned",
"to",
"the",
"pool",
"."
] | [
"\"\"\"\n This imposes restrictions on which nodes can be assigned to the pool. Enabling this value can reduce the chance of the requested number of nodes to be allocated in the pool. If not specified, this value defaults to 'Disabled'.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | max_tasks_per_node | Optional[int] | def max_tasks_per_node(self) -> Optional[int]:
"""
The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
"""
return pulumi.get(self, "max_tasks_per_node") |
The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.
| The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256. | [
"The",
"default",
"value",
"is",
"1",
".",
"The",
"maximum",
"value",
"is",
"the",
"smaller",
"of",
"4",
"times",
"the",
"number",
"of",
"cores",
"of",
"the",
"vmSize",
"of",
"the",
"pool",
"or",
"256",
"."
] | def max_tasks_per_node(self) -> Optional[int]:
return pulumi.get(self, "max_tasks_per_node") | [
"def",
"max_tasks_per_node",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_tasks_per_node\"",
")"
] | The default value is 1. | [
"The",
"default",
"value",
"is",
"1",
"."
] | [
"\"\"\"\n The default value is 1. The maximum value is the smaller of 4 times the number of cores of the vmSize of the pool or 256.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | metadata | Optional[Sequence['outputs.MetadataItemResponse']] | def metadata(self) -> Optional[Sequence['outputs.MetadataItemResponse']]:
"""
The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
"""
return pulumi.get(self, "metadata") |
The Batch service does not assign any meaning to metadata; it is solely for the use of user code.
| The Batch service does not assign any meaning to metadata; it is solely for the use of user code. | [
"The",
"Batch",
"service",
"does",
"not",
"assign",
"any",
"meaning",
"to",
"metadata",
";",
"it",
"is",
"solely",
"for",
"the",
"use",
"of",
"user",
"code",
"."
] | def metadata(self) -> Optional[Sequence['outputs.MetadataItemResponse']]:
return pulumi.get(self, "metadata") | [
"def",
"metadata",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.MetadataItemResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metadata\"",
")"
] | The Batch service does not assign any meaning to metadata; it is solely for the use of user code. | [
"The",
"Batch",
"service",
"does",
"not",
"assign",
"any",
"meaning",
"to",
"metadata",
";",
"it",
"is",
"solely",
"for",
"the",
"use",
"of",
"user",
"code",
"."
] | [
"\"\"\"\n The Batch service does not assign any meaning to metadata; it is solely for the use of user code.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | network_configuration | Optional['outputs.NetworkConfigurationResponse'] | def network_configuration(self) -> Optional['outputs.NetworkConfigurationResponse']:
"""
The network configuration for a pool.
"""
return pulumi.get(self, "network_configuration") |
The network configuration for a pool.
| The network configuration for a pool. | [
"The",
"network",
"configuration",
"for",
"a",
"pool",
"."
] | def network_configuration(self) -> Optional['outputs.NetworkConfigurationResponse']:
return pulumi.get(self, "network_configuration") | [
"def",
"network_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.NetworkConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_configuration\"",
")"
] | The network configuration for a pool. | [
"The",
"network",
"configuration",
"for",
"a",
"pool",
"."
] | [
"\"\"\"\n The network configuration for a pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | resize_operation_status | 'outputs.ResizeOperationStatusResponse' | def resize_operation_status(self) -> 'outputs.ResizeOperationStatusResponse':
"""
Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
"""
return pulumi.get(self, "resize_operation_statu... |
Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).
| Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady). | [
"Describes",
"either",
"the",
"current",
"operation",
"(",
"if",
"the",
"pool",
"AllocationState",
"is",
"Resizing",
")",
"or",
"the",
"previously",
"completed",
"operation",
"(",
"if",
"the",
"AllocationState",
"is",
"Steady",
")",
"."
] | def resize_operation_status(self) -> 'outputs.ResizeOperationStatusResponse':
return pulumi.get(self, "resize_operation_status") | [
"def",
"resize_operation_status",
"(",
"self",
")",
"->",
"'outputs.ResizeOperationStatusResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resize_operation_status\"",
")"
] | Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady). | [
"Describes",
"either",
"the",
"current",
"operation",
"(",
"if",
"the",
"pool",
"AllocationState",
"is",
"Resizing",
")",
"or",
"the",
"previously",
"completed",
"operation",
"(",
"if",
"the",
"AllocationState",
"is",
"Steady",
")",
"."
] | [
"\"\"\"\n Describes either the current operation (if the pool AllocationState is Resizing) or the previously completed operation (if the AllocationState is Steady).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | start_task | Optional['outputs.StartTaskResponse'] | def start_task(self) -> Optional['outputs.StartTaskResponse']:
"""
In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
"""
return pulumi.get(self, "start_task") |
In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.
| In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool. | [
"In",
"an",
"PATCH",
"(",
"update",
")",
"operation",
"this",
"property",
"can",
"be",
"set",
"to",
"an",
"empty",
"object",
"to",
"remove",
"the",
"start",
"task",
"from",
"the",
"pool",
"."
] | def start_task(self) -> Optional['outputs.StartTaskResponse']:
return pulumi.get(self, "start_task") | [
"def",
"start_task",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.StartTaskResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"start_task\"",
")"
] | In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool. | [
"In",
"an",
"PATCH",
"(",
"update",
")",
"operation",
"this",
"property",
"can",
"be",
"set",
"to",
"an",
"empty",
"object",
"to",
"remove",
"the",
"start",
"task",
"from",
"the",
"pool",
"."
] | [
"\"\"\"\n In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9472a95193a4fc63749c5b0b7405d93bdf56e7dc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20190401/get_pool.py | [
"Apache-2.0"
] | Python | task_scheduling_policy | Optional['outputs.TaskSchedulingPolicyResponse'] | def task_scheduling_policy(self) -> Optional['outputs.TaskSchedulingPolicyResponse']:
"""
If not specified, the default is spread.
"""
return pulumi.get(self, "task_scheduling_policy") |
If not specified, the default is spread.
| If not specified, the default is spread. | [
"If",
"not",
"specified",
"the",
"default",
"is",
"spread",
"."
] | def task_scheduling_policy(self) -> Optional['outputs.TaskSchedulingPolicyResponse']:
return pulumi.get(self, "task_scheduling_policy") | [
"def",
"task_scheduling_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.TaskSchedulingPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_scheduling_policy\"",
")"
] | If not specified, the default is spread. | [
"If",
"not",
"specified",
"the",
"default",
"is",
"spread",
"."
] | [
"\"\"\"\n If not specified, the default is spread.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
948b16b1aeb15a5e8db20f22dd986717847e0c84 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/mixedreality/latest/get_spatial_anchors_account.py | [
"Apache-2.0"
] | Python | kind | Optional['outputs.SkuResponse'] | def kind(self) -> Optional['outputs.SkuResponse']:
"""
The kind of account, if supported
"""
return pulumi.get(self, "kind") |
The kind of account, if supported
| The kind of account, if supported | [
"The",
"kind",
"of",
"account",
"if",
"supported"
] | def kind(self) -> Optional['outputs.SkuResponse']:
return pulumi.get(self, "kind") | [
"def",
"kind",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kind\"",
")"
] | The kind of account, if supported | [
"The",
"kind",
"of",
"account",
"if",
"supported"
] | [
"\"\"\"\n The kind of account, if supported\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
948b16b1aeb15a5e8db20f22dd986717847e0c84 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/mixedreality/latest/get_spatial_anchors_account.py | [
"Apache-2.0"
] | Python | plan | Optional['outputs.IdentityResponse'] | def plan(self) -> Optional['outputs.IdentityResponse']:
"""
The plan associated with this account
"""
return pulumi.get(self, "plan") |
The plan associated with this account
| The plan associated with this account | [
"The",
"plan",
"associated",
"with",
"this",
"account"
] | def plan(self) -> Optional['outputs.IdentityResponse']:
return pulumi.get(self, "plan") | [
"def",
"plan",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.IdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"plan\"",
")"
] | The plan associated with this account | [
"The",
"plan",
"associated",
"with",
"this",
"account"
] | [
"\"\"\"\n The plan associated with this 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": []
} |
94998f4098b9202ec1a70ec20ac3ce689c488be2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/v20190601/table.py | [
"Apache-2.0"
] | Python | table_name | pulumi.Output[str] | def table_name(self) -> pulumi.Output[str]:
"""
Table name under the specified account
"""
return pulumi.get(self, "table_name") |
Table name under the specified account
| Table name under the specified account | [
"Table",
"name",
"under",
"the",
"specified",
"account"
] | def table_name(self) -> pulumi.Output[str]:
return pulumi.get(self, "table_name") | [
"def",
"table_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"table_name\"",
")"
] | Table name under the specified account | [
"Table",
"name",
"under",
"the",
"specified",
"account"
] | [
"\"\"\"\n Table name under the specified 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": []
} |
14808af5f12df658a7343b57a954666dc9cb33e6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/get_storage_account_credential.py | [
"Apache-2.0"
] | Python | account_type | str | def account_type(self) -> str:
"""
Type of storage accessed on the storage account.
"""
return pulumi.get(self, "account_type") |
Type of storage accessed on the storage account.
| Type of storage accessed on the storage account. | [
"Type",
"of",
"storage",
"accessed",
"on",
"the",
"storage",
"account",
"."
] | def account_type(self) -> str:
return pulumi.get(self, "account_type") | [
"def",
"account_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"account_type\"",
")"
] | Type of storage accessed on the storage account. | [
"Type",
"of",
"storage",
"accessed",
"on",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Type of storage accessed on 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": []
} |
14808af5f12df658a7343b57a954666dc9cb33e6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/get_storage_account_credential.py | [
"Apache-2.0"
] | Python | alias | str | def alias(self) -> str:
"""
Alias for the storage account.
"""
return pulumi.get(self, "alias") |
Alias for the storage account.
| Alias for the storage account. | [
"Alias",
"for",
"the",
"storage",
"account",
"."
] | def alias(self) -> str:
return pulumi.get(self, "alias") | [
"def",
"alias",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"alias\"",
")"
] | Alias for the storage account. | [
"Alias",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Alias 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": []
} |
14808af5f12df658a7343b57a954666dc9cb33e6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/get_storage_account_credential.py | [
"Apache-2.0"
] | Python | blob_domain_name | Optional[str] | def blob_domain_name(self) -> Optional[str]:
"""
Blob end point for private clouds.
"""
return pulumi.get(self, "blob_domain_name") |
Blob end point for private clouds.
| Blob end point for private clouds. | [
"Blob",
"end",
"point",
"for",
"private",
"clouds",
"."
] | def blob_domain_name(self) -> Optional[str]:
return pulumi.get(self, "blob_domain_name") | [
"def",
"blob_domain_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blob_domain_name\"",
")"
] | Blob end point for private clouds. | [
"Blob",
"end",
"point",
"for",
"private",
"clouds",
"."
] | [
"\"\"\"\n Blob end point for private clouds.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
14808af5f12df658a7343b57a954666dc9cb33e6 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190701/get_storage_account_credential.py | [
"Apache-2.0"
] | Python | ssl_status | str | def ssl_status(self) -> str:
"""
Signifies whether SSL needs to be enabled or not.
"""
return pulumi.get(self, "ssl_status") |
Signifies whether SSL needs to be enabled or not.
| Signifies whether SSL needs to be enabled or not. | [
"Signifies",
"whether",
"SSL",
"needs",
"to",
"be",
"enabled",
"or",
"not",
"."
] | def ssl_status(self) -> str:
return pulumi.get(self, "ssl_status") | [
"def",
"ssl_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_status\"",
")"
] | Signifies whether SSL needs to be enabled or not. | [
"Signifies",
"whether",
"SSL",
"needs",
"to",
"be",
"enabled",
"or",
"not",
"."
] | [
"\"\"\"\n Signifies whether SSL needs to be enabled or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f89760021280087b2c5803b8fcdcb3193fc45b26 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20170831/get_managed_cluster.py | [
"Apache-2.0"
] | Python | agent_pool_profiles | Optional[Sequence['outputs.ContainerServiceAgentPoolProfileResponse']] | def agent_pool_profiles(self) -> Optional[Sequence['outputs.ContainerServiceAgentPoolProfileResponse']]:
"""
Properties of the agent pool.
"""
return pulumi.get(self, "agent_pool_profiles") |
Properties of the agent pool.
| Properties of the agent pool. | [
"Properties",
"of",
"the",
"agent",
"pool",
"."
] | def agent_pool_profiles(self) -> Optional[Sequence['outputs.ContainerServiceAgentPoolProfileResponse']]:
return pulumi.get(self, "agent_pool_profiles") | [
"def",
"agent_pool_profiles",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ContainerServiceAgentPoolProfileResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"agent_pool_profiles\"",
")"
] | Properties of the agent pool. | [
"Properties",
"of",
"the",
"agent",
"pool",
"."
] | [
"\"\"\"\n Properties of the agent pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f89760021280087b2c5803b8fcdcb3193fc45b26 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20170831/get_managed_cluster.py | [
"Apache-2.0"
] | Python | service_principal_profile | Optional['outputs.ContainerServiceServicePrincipalProfileResponse'] | def service_principal_profile(self) -> Optional['outputs.ContainerServiceServicePrincipalProfileResponse']:
"""
Information about a service principal identity for the cluster to use for manipulating Azure APIs. Either secret or keyVaultSecretRef must be specified.
"""
return pulumi.get(s... |
Information about a service principal identity for the cluster to use for manipulating Azure APIs. Either secret or keyVaultSecretRef must be specified.
| Information about a service principal identity for the cluster to use for manipulating Azure APIs. Either secret or keyVaultSecretRef must be specified. | [
"Information",
"about",
"a",
"service",
"principal",
"identity",
"for",
"the",
"cluster",
"to",
"use",
"for",
"manipulating",
"Azure",
"APIs",
".",
"Either",
"secret",
"or",
"keyVaultSecretRef",
"must",
"be",
"specified",
"."
] | def service_principal_profile(self) -> Optional['outputs.ContainerServiceServicePrincipalProfileResponse']:
return pulumi.get(self, "service_principal_profile") | [
"def",
"service_principal_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ContainerServiceServicePrincipalProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_principal_profile\"",
")"
] | Information about a service principal identity for the cluster to use for manipulating Azure APIs. | [
"Information",
"about",
"a",
"service",
"principal",
"identity",
"for",
"the",
"cluster",
"to",
"use",
"for",
"manipulating",
"Azure",
"APIs",
"."
] | [
"\"\"\"\n Information about a service principal identity for the cluster to use for manipulating Azure APIs. Either secret or keyVaultSecretRef 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": []
} |
f8983fe3cd38ca58d665fc08725582aaf2a418e4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/virtual_wan.py | [
"Apache-2.0"
] | Python | allow_branch_to_branch_traffic | pulumi.Output[Optional[bool]] | def allow_branch_to_branch_traffic(self) -> pulumi.Output[Optional[bool]]:
"""
True if branch to branch traffic is allowed.
"""
return pulumi.get(self, "allow_branch_to_branch_traffic") |
True if branch to branch traffic is allowed.
| True if branch to branch traffic is allowed. | [
"True",
"if",
"branch",
"to",
"branch",
"traffic",
"is",
"allowed",
"."
] | def allow_branch_to_branch_traffic(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "allow_branch_to_branch_traffic") | [
"def",
"allow_branch_to_branch_traffic",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_branch_to_branch_traffic\"",
")"
] | True if branch to branch traffic is allowed. | [
"True",
"if",
"branch",
"to",
"branch",
"traffic",
"is",
"allowed",
"."
] | [
"\"\"\"\n True if branch to branch traffic is allowed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8983fe3cd38ca58d665fc08725582aaf2a418e4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/virtual_wan.py | [
"Apache-2.0"
] | Python | allow_vnet_to_vnet_traffic | pulumi.Output[Optional[bool]] | def allow_vnet_to_vnet_traffic(self) -> pulumi.Output[Optional[bool]]:
"""
True if Vnet to Vnet traffic is allowed.
"""
return pulumi.get(self, "allow_vnet_to_vnet_traffic") |
True if Vnet to Vnet traffic is allowed.
| True if Vnet to Vnet traffic is allowed. | [
"True",
"if",
"Vnet",
"to",
"Vnet",
"traffic",
"is",
"allowed",
"."
] | def allow_vnet_to_vnet_traffic(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "allow_vnet_to_vnet_traffic") | [
"def",
"allow_vnet_to_vnet_traffic",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_vnet_to_vnet_traffic\"",
")"
] | True if Vnet to Vnet traffic is allowed. | [
"True",
"if",
"Vnet",
"to",
"Vnet",
"traffic",
"is",
"allowed",
"."
] | [
"\"\"\"\n True if Vnet to Vnet traffic is allowed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8983fe3cd38ca58d665fc08725582aaf2a418e4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/virtual_wan.py | [
"Apache-2.0"
] | Python | office365_local_breakout_category | pulumi.Output[str] | def office365_local_breakout_category(self) -> pulumi.Output[str]:
"""
The office local breakout category.
"""
return pulumi.get(self, "office365_local_breakout_category") |
The office local breakout category.
| The office local breakout category. | [
"The",
"office",
"local",
"breakout",
"category",
"."
] | def office365_local_breakout_category(self) -> pulumi.Output[str]:
return pulumi.get(self, "office365_local_breakout_category") | [
"def",
"office365_local_breakout_category",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"office365_local_breakout_category\"",
")"
] | The office local breakout category. | [
"The",
"office",
"local",
"breakout",
"category",
"."
] | [
"\"\"\"\n The office local breakout category.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b723bb9971a2e06e3650d42c9f9447991db72b8d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20180330preview/get_asset_encryption_key.py | [
"Apache-2.0"
] | Python | storage_encryption_key | Optional[str] | def storage_encryption_key(self) -> Optional[str]:
"""
The Asset storage encryption key.
"""
return pulumi.get(self, "storage_encryption_key") |
The Asset storage encryption key.
| The Asset storage encryption key. | [
"The",
"Asset",
"storage",
"encryption",
"key",
"."
] | def storage_encryption_key(self) -> Optional[str]:
return pulumi.get(self, "storage_encryption_key") | [
"def",
"storage_encryption_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_encryption_key\"",
")"
] | The Asset storage encryption key. | [
"The",
"Asset",
"storage",
"encryption",
"key",
"."
] | [
"\"\"\"\n The Asset storage encryption key.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | custom_domains | Optional[Sequence['outputs.ResourceReferenceResponse']] | def custom_domains(self) -> Optional[Sequence['outputs.ResourceReferenceResponse']]:
"""
Domains referenced by this endpoint.
"""
return pulumi.get(self, "custom_domains") |
Domains referenced by this endpoint.
| Domains referenced by this endpoint. | [
"Domains",
"referenced",
"by",
"this",
"endpoint",
"."
] | def custom_domains(self) -> Optional[Sequence['outputs.ResourceReferenceResponse']]:
return pulumi.get(self, "custom_domains") | [
"def",
"custom_domains",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ResourceReferenceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_domains\"",
")"
] | Domains referenced by this endpoint. | [
"Domains",
"referenced",
"by",
"this",
"endpoint",
"."
] | [
"\"\"\"\n Domains referenced by this 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": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | enabled_state | Optional[str] | def enabled_state(self) -> Optional[str]:
"""
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
"""
return pulumi.get(self, "enabled_state") |
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'
| Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled' | [
"Whether",
"to",
"enable",
"use",
"of",
"this",
"rule",
".",
"Permitted",
"values",
"are",
"'",
"Enabled",
"'",
"or",
"'",
"Disabled",
"'"
] | def enabled_state(self) -> Optional[str]:
return pulumi.get(self, "enabled_state") | [
"def",
"enabled_state",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enabled_state\"",
")"
] | Whether to enable use of this rule. | [
"Whether",
"to",
"enable",
"use",
"of",
"this",
"rule",
"."
] | [
"\"\"\"\n Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | forwarding_protocol | Optional[str] | def forwarding_protocol(self) -> Optional[str]:
"""
Protocol this rule will use when forwarding traffic to backends.
"""
return pulumi.get(self, "forwarding_protocol") |
Protocol this rule will use when forwarding traffic to backends.
| Protocol this rule will use when forwarding traffic to backends. | [
"Protocol",
"this",
"rule",
"will",
"use",
"when",
"forwarding",
"traffic",
"to",
"backends",
"."
] | def forwarding_protocol(self) -> Optional[str]:
return pulumi.get(self, "forwarding_protocol") | [
"def",
"forwarding_protocol",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"forwarding_protocol\"",
")"
] | Protocol this rule will use when forwarding traffic to backends. | [
"Protocol",
"this",
"rule",
"will",
"use",
"when",
"forwarding",
"traffic",
"to",
"backends",
"."
] | [
"\"\"\"\n Protocol this rule will use when forwarding traffic to backends.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | https_redirect | Optional[str] | def https_redirect(self) -> Optional[str]:
"""
Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
"""
return pulumi.get(self, "https_redirect") |
Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed.
| Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets executed. | [
"Whether",
"to",
"automatically",
"redirect",
"HTTP",
"traffic",
"to",
"HTTPS",
"traffic",
".",
"Note",
"that",
"this",
"is",
"a",
"easy",
"way",
"to",
"set",
"up",
"this",
"rule",
"and",
"it",
"will",
"be",
"the",
"first",
"rule",
"that",
"gets",
"execu... | def https_redirect(self) -> Optional[str]:
return pulumi.get(self, "https_redirect") | [
"def",
"https_redirect",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"https_redirect\"",
")"
] | Whether to automatically redirect HTTP traffic to HTTPS traffic. | [
"Whether",
"to",
"automatically",
"redirect",
"HTTP",
"traffic",
"to",
"HTTPS",
"traffic",
"."
] | [
"\"\"\"\n Whether to automatically redirect HTTP traffic to HTTPS traffic. Note that this is a easy way to set up this rule and it will be the first rule that gets 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": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | link_to_default_domain | Optional[str] | def link_to_default_domain(self) -> Optional[str]:
"""
whether this route will be linked to the default endpoint domain.
"""
return pulumi.get(self, "link_to_default_domain") |
whether this route will be linked to the default endpoint domain.
| whether this route will be linked to the default endpoint domain. | [
"whether",
"this",
"route",
"will",
"be",
"linked",
"to",
"the",
"default",
"endpoint",
"domain",
"."
] | def link_to_default_domain(self) -> Optional[str]:
return pulumi.get(self, "link_to_default_domain") | [
"def",
"link_to_default_domain",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"link_to_default_domain\"",
")"
] | whether this route will be linked to the default endpoint domain. | [
"whether",
"this",
"route",
"will",
"be",
"linked",
"to",
"the",
"default",
"endpoint",
"domain",
"."
] | [
"\"\"\"\n whether this route will be linked to the default endpoint domain.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | origin_group | 'outputs.ResourceReferenceResponse' | def origin_group(self) -> 'outputs.ResourceReferenceResponse':
"""
A reference to the origin group.
"""
return pulumi.get(self, "origin_group") |
A reference to the origin group.
| A reference to the origin group. | [
"A",
"reference",
"to",
"the",
"origin",
"group",
"."
] | def origin_group(self) -> 'outputs.ResourceReferenceResponse':
return pulumi.get(self, "origin_group") | [
"def",
"origin_group",
"(",
"self",
")",
"->",
"'outputs.ResourceReferenceResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origin_group\"",
")"
] | A reference to the origin group. | [
"A",
"reference",
"to",
"the",
"origin",
"group",
"."
] | [
"\"\"\"\n A reference to the origin 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": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | patterns_to_match | Optional[Sequence[str]] | def patterns_to_match(self) -> Optional[Sequence[str]]:
"""
The route patterns of the rule.
"""
return pulumi.get(self, "patterns_to_match") |
The route patterns of the rule.
| The route patterns of the rule. | [
"The",
"route",
"patterns",
"of",
"the",
"rule",
"."
] | def patterns_to_match(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "patterns_to_match") | [
"def",
"patterns_to_match",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"patterns_to_match\"",
")"
] | The route patterns of the rule. | [
"The",
"route",
"patterns",
"of",
"the",
"rule",
"."
] | [
"\"\"\"\n The route patterns of the rule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | rule_sets | Optional[Sequence['outputs.ResourceReferenceResponse']] | def rule_sets(self) -> Optional[Sequence['outputs.ResourceReferenceResponse']]:
"""
rule sets referenced by this endpoint.
"""
return pulumi.get(self, "rule_sets") |
rule sets referenced by this endpoint.
| rule sets referenced by this endpoint. | [
"rule",
"sets",
"referenced",
"by",
"this",
"endpoint",
"."
] | def rule_sets(self) -> Optional[Sequence['outputs.ResourceReferenceResponse']]:
return pulumi.get(self, "rule_sets") | [
"def",
"rule_sets",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ResourceReferenceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rule_sets\"",
")"
] | rule sets referenced by this endpoint. | [
"rule",
"sets",
"referenced",
"by",
"this",
"endpoint",
"."
] | [
"\"\"\"\n rule sets referenced by this 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": []
} |
b74c7461fccf3f61d1bc2cad1012ea8c6d40ee27 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_route.py | [
"Apache-2.0"
] | Python | supported_protocols | Optional[Sequence[str]] | def supported_protocols(self) -> Optional[Sequence[str]]:
"""
List of supported protocols for this route.
"""
return pulumi.get(self, "supported_protocols") |
List of supported protocols for this route.
| List of supported protocols for this route. | [
"List",
"of",
"supported",
"protocols",
"for",
"this",
"route",
"."
] | def supported_protocols(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "supported_protocols") | [
"def",
"supported_protocols",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"supported_protocols\"",
")"
] | List of supported protocols for this route. | [
"List",
"of",
"supported",
"protocols",
"for",
"this",
"route",
"."
] | [
"\"\"\"\n List of supported protocols for this route.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | condition_version | Optional[str] | def condition_version(self) -> Optional[str]:
"""
Version of the condition. Currently accepted value is '2.0'
"""
return pulumi.get(self, "condition_version") |
Version of the condition. Currently accepted value is '2.0'
| Version of the condition. Currently accepted value is '2.0' | [
"Version",
"of",
"the",
"condition",
".",
"Currently",
"accepted",
"value",
"is",
"'",
"2",
".",
"0",
"'"
] | def condition_version(self) -> Optional[str]:
return pulumi.get(self, "condition_version") | [
"def",
"condition_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"condition_version\"",
")"
] | Version of the condition. | [
"Version",
"of",
"the",
"condition",
"."
] | [
"\"\"\"\n Version of the condition. Currently accepted value is '2.0'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | deny_assignment_name | Optional[str] | def deny_assignment_name(self) -> Optional[str]:
"""
The display name of the deny assignment.
"""
return pulumi.get(self, "deny_assignment_name") |
The display name of the deny assignment.
| The display name of the deny assignment. | [
"The",
"display",
"name",
"of",
"the",
"deny",
"assignment",
"."
] | def deny_assignment_name(self) -> Optional[str]:
return pulumi.get(self, "deny_assignment_name") | [
"def",
"deny_assignment_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deny_assignment_name\"",
")"
] | The display name of the deny assignment. | [
"The",
"display",
"name",
"of",
"the",
"deny",
"assignment",
"."
] | [
"\"\"\"\n The display name of the deny assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | do_not_apply_to_child_scopes | Optional[bool] | def do_not_apply_to_child_scopes(self) -> Optional[bool]:
"""
Determines if the deny assignment applies to child scopes. Default value is false.
"""
return pulumi.get(self, "do_not_apply_to_child_scopes") |
Determines if the deny assignment applies to child scopes. Default value is false.
| Determines if the deny assignment applies to child scopes. Default value is false. | [
"Determines",
"if",
"the",
"deny",
"assignment",
"applies",
"to",
"child",
"scopes",
".",
"Default",
"value",
"is",
"false",
"."
] | def do_not_apply_to_child_scopes(self) -> Optional[bool]:
return pulumi.get(self, "do_not_apply_to_child_scopes") | [
"def",
"do_not_apply_to_child_scopes",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"do_not_apply_to_child_scopes\"",
")"
] | Determines if the deny assignment applies to child scopes. | [
"Determines",
"if",
"the",
"deny",
"assignment",
"applies",
"to",
"child",
"scopes",
"."
] | [
"\"\"\"\n Determines if the deny assignment applies to child scopes. Default value is false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | exclude_principals | Optional[Sequence['outputs.PrincipalResponse']] | def exclude_principals(self) -> Optional[Sequence['outputs.PrincipalResponse']]:
"""
Array of principals to which the deny assignment does not apply.
"""
return pulumi.get(self, "exclude_principals") |
Array of principals to which the deny assignment does not apply.
| Array of principals to which the deny assignment does not apply. | [
"Array",
"of",
"principals",
"to",
"which",
"the",
"deny",
"assignment",
"does",
"not",
"apply",
"."
] | def exclude_principals(self) -> Optional[Sequence['outputs.PrincipalResponse']]:
return pulumi.get(self, "exclude_principals") | [
"def",
"exclude_principals",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrincipalResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"exclude_principals\"",
")"
] | Array of principals to which the deny assignment does not apply. | [
"Array",
"of",
"principals",
"to",
"which",
"the",
"deny",
"assignment",
"does",
"not",
"apply",
"."
] | [
"\"\"\"\n Array of principals to which the deny assignment does not apply.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | is_system_protected | Optional[bool] | def is_system_protected(self) -> Optional[bool]:
"""
Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.
"""
return pulumi.get(self, "is_system_protected") |
Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.
| Specifies whether this deny assignment was created by Azure and cannot be edited or deleted. | [
"Specifies",
"whether",
"this",
"deny",
"assignment",
"was",
"created",
"by",
"Azure",
"and",
"cannot",
"be",
"edited",
"or",
"deleted",
"."
] | def is_system_protected(self) -> Optional[bool]:
return pulumi.get(self, "is_system_protected") | [
"def",
"is_system_protected",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_system_protected\"",
")"
] | Specifies whether this deny assignment was created by Azure and cannot be edited or deleted. | [
"Specifies",
"whether",
"this",
"deny",
"assignment",
"was",
"created",
"by",
"Azure",
"and",
"cannot",
"be",
"edited",
"or",
"deleted",
"."
] | [
"\"\"\"\n Specifies whether this deny assignment was created by Azure and cannot be edited or deleted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | permissions | Sequence['outputs.PermissionResponse'] | def permissions(self) -> Sequence['outputs.PermissionResponse']:
"""
An array of permissions that are denied by the deny assignment.
"""
return pulumi.get(self, "permissions") |
An array of permissions that are denied by the deny assignment.
| An array of permissions that are denied by the deny assignment. | [
"An",
"array",
"of",
"permissions",
"that",
"are",
"denied",
"by",
"the",
"deny",
"assignment",
"."
] | def permissions(self) -> Sequence['outputs.PermissionResponse']:
return pulumi.get(self, "permissions") | [
"def",
"permissions",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PermissionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"permissions\"",
")"
] | An array of permissions that are denied by the deny assignment. | [
"An",
"array",
"of",
"permissions",
"that",
"are",
"denied",
"by",
"the",
"deny",
"assignment",
"."
] | [
"\"\"\"\n An array of permissions that are denied by the deny assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | principals | Sequence['outputs.PrincipalResponse'] | def principals(self) -> Sequence['outputs.PrincipalResponse']:
"""
Array of principals to which the deny assignment applies.
"""
return pulumi.get(self, "principals") |
Array of principals to which the deny assignment applies.
| Array of principals to which the deny assignment applies. | [
"Array",
"of",
"principals",
"to",
"which",
"the",
"deny",
"assignment",
"applies",
"."
] | def principals(self) -> Sequence['outputs.PrincipalResponse']:
return pulumi.get(self, "principals") | [
"def",
"principals",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PrincipalResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"principals\"",
")"
] | Array of principals to which the deny assignment applies. | [
"Array",
"of",
"principals",
"to",
"which",
"the",
"deny",
"assignment",
"applies",
"."
] | [
"\"\"\"\n Array of principals to which the deny assignment applies.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60e838a06c68fe5be22575c36ddccfc54e0ecefc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/get_deny_assignment.py | [
"Apache-2.0"
] | Python | updated_by | str | def updated_by(self) -> str:
"""
Id of the user who updated the assignment
"""
return pulumi.get(self, "updated_by") |
Id of the user who updated the assignment
| Id of the user who updated the assignment | [
"Id",
"of",
"the",
"user",
"who",
"updated",
"the",
"assignment"
] | def updated_by(self) -> str:
return pulumi.get(self, "updated_by") | [
"def",
"updated_by",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_by\"",
")"
] | Id of the user who updated the assignment | [
"Id",
"of",
"the",
"user",
"who",
"updated",
"the",
"assignment"
] | [
"\"\"\"\n Id of the user who updated the assignment\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60f1354241a3ccdafe2f82c87332e35500eddbe2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/express_route_circuit.py | [
"Apache-2.0"
] | Python | authorizations | pulumi.Output[Optional[Sequence['outputs.ExpressRouteCircuitAuthorizationResponse']]] | def authorizations(self) -> pulumi.Output[Optional[Sequence['outputs.ExpressRouteCircuitAuthorizationResponse']]]:
"""
Gets or sets list of authorizations
"""
return pulumi.get(self, "authorizations") |
Gets or sets list of authorizations
| Gets or sets list of authorizations | [
"Gets",
"or",
"sets",
"list",
"of",
"authorizations"
] | def authorizations(self) -> pulumi.Output[Optional[Sequence['outputs.ExpressRouteCircuitAuthorizationResponse']]]:
return pulumi.get(self, "authorizations") | [
"def",
"authorizations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ExpressRouteCircuitAuthorizationResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authorizations\"",
")"... | Gets or sets list of authorizations | [
"Gets",
"or",
"sets",
"list",
"of",
"authorizations"
] | [
"\"\"\"\n Gets or sets list of authorizations\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60f1354241a3ccdafe2f82c87332e35500eddbe2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/express_route_circuit.py | [
"Apache-2.0"
] | Python | circuit_provisioning_state | pulumi.Output[Optional[str]] | def circuit_provisioning_state(self) -> pulumi.Output[Optional[str]]:
"""
Gets or sets CircuitProvisioningState state of the resource
"""
return pulumi.get(self, "circuit_provisioning_state") |
Gets or sets CircuitProvisioningState state of the resource
| Gets or sets CircuitProvisioningState state of the resource | [
"Gets",
"or",
"sets",
"CircuitProvisioningState",
"state",
"of",
"the",
"resource"
] | def circuit_provisioning_state(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "circuit_provisioning_state") | [
"def",
"circuit_provisioning_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"circuit_provisioning_state\"",
")"
] | Gets or sets CircuitProvisioningState state of the resource | [
"Gets",
"or",
"sets",
"CircuitProvisioningState",
"state",
"of",
"the",
"resource"
] | [
"\"\"\"\n Gets or sets CircuitProvisioningState state of the 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": []
} |
60f1354241a3ccdafe2f82c87332e35500eddbe2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/express_route_circuit.py | [
"Apache-2.0"
] | Python | service_provider_provisioning_state | pulumi.Output[Optional[str]] | def service_provider_provisioning_state(self) -> pulumi.Output[Optional[str]]:
"""
Gets or sets ServiceProviderProvisioningState state of the resource
"""
return pulumi.get(self, "service_provider_provisioning_state") |
Gets or sets ServiceProviderProvisioningState state of the resource
| Gets or sets ServiceProviderProvisioningState state of the resource | [
"Gets",
"or",
"sets",
"ServiceProviderProvisioningState",
"state",
"of",
"the",
"resource"
] | def service_provider_provisioning_state(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "service_provider_provisioning_state") | [
"def",
"service_provider_provisioning_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_provider_provisioning_state\"",
")"
] | Gets or sets ServiceProviderProvisioningState state of the resource | [
"Gets",
"or",
"sets",
"ServiceProviderProvisioningState",
"state",
"of",
"the",
"resource"
] | [
"\"\"\"\n Gets or sets ServiceProviderProvisioningState state of the 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": []
} |
60faeeb13fdb44e2cbd389ba78216cf0a58d78fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20181001/server_endpoint.py | [
"Apache-2.0"
] | Python | offline_data_transfer_storage_account_resource_id | pulumi.Output[str] | def offline_data_transfer_storage_account_resource_id(self) -> pulumi.Output[str]:
"""
Offline data transfer storage account resource ID
"""
return pulumi.get(self, "offline_data_transfer_storage_account_resource_id") |
Offline data transfer storage account resource ID
| Offline data transfer storage account resource ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"resource",
"ID"
] | def offline_data_transfer_storage_account_resource_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "offline_data_transfer_storage_account_resource_id") | [
"def",
"offline_data_transfer_storage_account_resource_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"offline_data_transfer_storage_account_resource_id\"",
")"
] | Offline data transfer storage account resource ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"resource",
"ID"
] | [
"\"\"\"\n Offline data transfer storage account resource ID\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60faeeb13fdb44e2cbd389ba78216cf0a58d78fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20181001/server_endpoint.py | [
"Apache-2.0"
] | Python | offline_data_transfer_storage_account_tenant_id | pulumi.Output[str] | def offline_data_transfer_storage_account_tenant_id(self) -> pulumi.Output[str]:
"""
Offline data transfer storage account tenant ID
"""
return pulumi.get(self, "offline_data_transfer_storage_account_tenant_id") |
Offline data transfer storage account tenant ID
| Offline data transfer storage account tenant ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"tenant",
"ID"
] | def offline_data_transfer_storage_account_tenant_id(self) -> pulumi.Output[str]:
return pulumi.get(self, "offline_data_transfer_storage_account_tenant_id") | [
"def",
"offline_data_transfer_storage_account_tenant_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"offline_data_transfer_storage_account_tenant_id\"",
")"
] | Offline data transfer storage account tenant ID | [
"Offline",
"data",
"transfer",
"storage",
"account",
"tenant",
"ID"
] | [
"\"\"\"\n Offline data transfer storage account tenant ID\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60faeeb13fdb44e2cbd389ba78216cf0a58d78fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20181001/server_endpoint.py | [
"Apache-2.0"
] | Python | tier_files_older_than_days | pulumi.Output[Optional[int]] | def tier_files_older_than_days(self) -> pulumi.Output[Optional[int]]:
"""
Tier files older than days.
"""
return pulumi.get(self, "tier_files_older_than_days") |
Tier files older than days.
| Tier files older than days. | [
"Tier",
"files",
"older",
"than",
"days",
"."
] | def tier_files_older_than_days(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "tier_files_older_than_days") | [
"def",
"tier_files_older_than_days",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tier_files_older_than_days\"",
")"
] | Tier files older than days. | [
"Tier",
"files",
"older",
"than",
"days",
"."
] | [
"\"\"\"\n Tier files older than days.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
60faeeb13fdb44e2cbd389ba78216cf0a58d78fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagesync/v20181001/server_endpoint.py | [
"Apache-2.0"
] | Python | volume_free_space_percent | pulumi.Output[Optional[int]] | def volume_free_space_percent(self) -> pulumi.Output[Optional[int]]:
"""
Level of free space to be maintained by Cloud Tiering if it is enabled.
"""
return pulumi.get(self, "volume_free_space_percent") |
Level of free space to be maintained by Cloud Tiering if it is enabled.
| Level of free space to be maintained by Cloud Tiering if it is enabled. | [
"Level",
"of",
"free",
"space",
"to",
"be",
"maintained",
"by",
"Cloud",
"Tiering",
"if",
"it",
"is",
"enabled",
"."
] | def volume_free_space_percent(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "volume_free_space_percent") | [
"def",
"volume_free_space_percent",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"volume_free_space_percent\"",
")"
] | Level of free space to be maintained by Cloud Tiering if it is enabled. | [
"Level",
"of",
"free",
"space",
"to",
"be",
"maintained",
"by",
"Cloud",
"Tiering",
"if",
"it",
"is",
"enabled",
"."
] | [
"\"\"\"\n Level of free space to be maintained by Cloud Tiering if it 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": []
} |
9d009a2ec9ce8790c61f1a836e0253f5eac11b1b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20200717preview/workload_network_dns_service.py | [
"Apache-2.0"
] | Python | default_dns_zone | pulumi.Output[Optional[str]] | def default_dns_zone(self) -> pulumi.Output[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) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "default_dns_zone") | [
"def",
"default_dns_zone",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
9d009a2ec9ce8790c61f1a836e0253f5eac11b1b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20200717preview/workload_network_dns_service.py | [
"Apache-2.0"
] | Python | dns_service_ip | pulumi.Output[Optional[str]] | def dns_service_ip(self) -> pulumi.Output[Optional[str]]:
"""
DNS service IP of the DNS Service.
"""
return pulumi.get(self, "dns_service_ip") |
DNS service IP of the DNS Service.
| DNS service IP of the DNS Service. | [
"DNS",
"service",
"IP",
"of",
"the",
"DNS",
"Service",
"."
] | def dns_service_ip(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "dns_service_ip") | [
"def",
"dns_service_ip",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_service_ip\"",
")"
] | DNS service IP of the DNS Service. | [
"DNS",
"service",
"IP",
"of",
"the",
"DNS",
"Service",
"."
] | [
"\"\"\"\n DNS service IP 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": []
} |
9d009a2ec9ce8790c61f1a836e0253f5eac11b1b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/avs/v20200717preview/workload_network_dns_service.py | [
"Apache-2.0"
] | Python | fqdn_zones | pulumi.Output[Optional[Sequence[str]]] | def fqdn_zones(self) -> pulumi.Output[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) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "fqdn_zones") | [
"def",
"fqdn_zones",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
9d0aa807b15d3297557503b7f43683fb32c5695b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/data_export.py | [
"Apache-2.0"
] | Python | data_export_id | pulumi.Output[Optional[str]] | def data_export_id(self) -> pulumi.Output[Optional[str]]:
"""
The data export rule ID.
"""
return pulumi.get(self, "data_export_id") |
The data export rule ID.
| The data export rule ID. | [
"The",
"data",
"export",
"rule",
"ID",
"."
] | def data_export_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "data_export_id") | [
"def",
"data_export_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_export_id\"",
")"
] | The data export rule ID. | [
"The",
"data",
"export",
"rule",
"ID",
"."
] | [
"\"\"\"\n The data export rule ID.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9d0aa807b15d3297557503b7f43683fb32c5695b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/operationalinsights/latest/data_export.py | [
"Apache-2.0"
] | Python | last_modified_date | pulumi.Output[Optional[str]] | def last_modified_date(self) -> pulumi.Output[Optional[str]]:
"""
Date and time when the export was last modified.
"""
return pulumi.get(self, "last_modified_date") |
Date and time when the export was last modified.
| Date and time when the export was last modified. | [
"Date",
"and",
"time",
"when",
"the",
"export",
"was",
"last",
"modified",
"."
] | def last_modified_date(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "last_modified_date") | [
"def",
"last_modified_date",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_date\"",
")"
] | Date and time when the export was last modified. | [
"Date",
"and",
"time",
"when",
"the",
"export",
"was",
"last",
"modified",
"."
] | [
"\"\"\"\n Date and time when the export was last modified.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9d0f760e8ec7b40b51ba3076672b781cadeb94f3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/get_application_gateway_backend_health_on_demand.py | [
"Apache-2.0"
] | Python | backend_address_pool | Optional['outputs.ApplicationGatewayBackendAddressPoolResponse'] | def backend_address_pool(self) -> Optional['outputs.ApplicationGatewayBackendAddressPoolResponse']:
"""
Reference of an ApplicationGatewayBackendAddressPool resource.
"""
return pulumi.get(self, "backend_address_pool") |
Reference of an ApplicationGatewayBackendAddressPool resource.
| Reference of an ApplicationGatewayBackendAddressPool resource. | [
"Reference",
"of",
"an",
"ApplicationGatewayBackendAddressPool",
"resource",
"."
] | def backend_address_pool(self) -> Optional['outputs.ApplicationGatewayBackendAddressPoolResponse']:
return pulumi.get(self, "backend_address_pool") | [
"def",
"backend_address_pool",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ApplicationGatewayBackendAddressPoolResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_address_pool\"",
")"
] | Reference of an ApplicationGatewayBackendAddressPool resource. | [
"Reference",
"of",
"an",
"ApplicationGatewayBackendAddressPool",
"resource",
"."
] | [
"\"\"\"\n Reference of an ApplicationGatewayBackendAddressPool 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": []
} |
9d11eabb83dcb048fd5fa5fb1c217b069019c101 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20170601/get_storage_account_credential.py | [
"Apache-2.0"
] | Python | volumes_count | int | def volumes_count(self) -> int:
"""
The count of volumes using this storage account credential.
"""
return pulumi.get(self, "volumes_count") |
The count of volumes using this storage account credential.
| The count of volumes using this storage account credential. | [
"The",
"count",
"of",
"volumes",
"using",
"this",
"storage",
"account",
"credential",
"."
] | def volumes_count(self) -> int:
return pulumi.get(self, "volumes_count") | [
"def",
"volumes_count",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"volumes_count\"",
")"
] | The count of volumes using this storage account credential. | [
"The",
"count",
"of",
"volumes",
"using",
"this",
"storage",
"account",
"credential",
"."
] | [
"\"\"\"\n The count of volumes using this storage account credential.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9d15eaac584e0ac92fbbcbed6c12ee4dcbd491fe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/list_static_site_users.py | [
"Apache-2.0"
] | Python | list_static_site_users | AwaitableListStaticSiteUsersResult | def list_static_site_users(authprovider: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListStaticSiteUsersResult:
"""
Collectio... |
Collection of static site custom users.
API Version: 2020-10-01.
:param str authprovider: The auth provider for the users.
:param str name: Name of the static site.
:param str resource_group_name: Name of the resource group to which the resource belongs.
| Collection of static site custom users. | [
"Collection",
"of",
"static",
"site",
"custom",
"users",
"."
] | def list_static_site_users(authprovider: Optional[str] = None,
name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListStaticSiteUsersResult:
__args__ = dict()... | [
"def",
"list_static_site_users",
"(",
"authprovider",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
... | Collection of static site custom users. | [
"Collection",
"of",
"static",
"site",
"custom",
"users",
"."
] | [
"\"\"\"\n Collection of static site custom users.\n API Version: 2020-10-01.\n\n\n :param str authprovider: The auth provider for the users.\n :param str name: Name of the static site.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\""
] | [
{
"param": "authprovider",
"type": "Optional[str]"
},
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "authprovider",
"type": "Optional[str]",
"docstring": "The auth provider for the users.",
"docstring_tokens": [
"The",
"auth",
"provider",
"for",
"the",
"users",
"."
... |
43f3b930186b131d99308eba7ea2beb65c7dfabe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/gateway_certificate_authority.py | [
"Apache-2.0"
] | Python | is_trusted | pulumi.Output[Optional[bool]] | def is_trusted(self) -> pulumi.Output[Optional[bool]]:
"""
Determines whether certificate authority is trusted.
"""
return pulumi.get(self, "is_trusted") |
Determines whether certificate authority is trusted.
| Determines whether certificate authority is trusted. | [
"Determines",
"whether",
"certificate",
"authority",
"is",
"trusted",
"."
] | def is_trusted(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_trusted") | [
"def",
"is_trusted",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_trusted\"",
")"
] | Determines whether certificate authority is trusted. | [
"Determines",
"whether",
"certificate",
"authority",
"is",
"trusted",
"."
] | [
"\"\"\"\n Determines whether certificate authority is trusted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f90fd84773c9e62c5cf8f403034f02c7f18db77e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_export_pipeline.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.IdentityPropertiesResponse'] | def identity(self) -> Optional['outputs.IdentityPropertiesResponse']:
"""
The identity of the export pipeline.
"""
return pulumi.get(self, "identity") |
The identity of the export pipeline.
| The identity of the export pipeline. | [
"The",
"identity",
"of",
"the",
"export",
"pipeline",
"."
] | def identity(self) -> Optional['outputs.IdentityPropertiesResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.IdentityPropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the export pipeline. | [
"The",
"identity",
"of",
"the",
"export",
"pipeline",
"."
] | [
"\"\"\"\n The identity of the export 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": []
} |
f90fd84773c9e62c5cf8f403034f02c7f18db77e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_export_pipeline.py | [
"Apache-2.0"
] | Python | options | Optional[Sequence[str]] | def options(self) -> Optional[Sequence[str]]:
"""
The list of all options configured for the pipeline.
"""
return pulumi.get(self, "options") |
The list of all options configured for the pipeline.
| The list of all options configured for the pipeline. | [
"The",
"list",
"of",
"all",
"options",
"configured",
"for",
"the",
"pipeline",
"."
] | def options(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "options") | [
"def",
"options",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"options\"",
")"
] | The list of all options configured for the pipeline. | [
"The",
"list",
"of",
"all",
"options",
"configured",
"for",
"the",
"pipeline",
"."
] | [
"\"\"\"\n The list of all options configured for 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": []
} |
f90fd84773c9e62c5cf8f403034f02c7f18db77e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20191201preview/get_export_pipeline.py | [
"Apache-2.0"
] | Python | target | 'outputs.ExportPipelineTargetPropertiesResponse' | def target(self) -> 'outputs.ExportPipelineTargetPropertiesResponse':
"""
The target properties of the export pipeline.
"""
return pulumi.get(self, "target") |
The target properties of the export pipeline.
| The target properties of the export pipeline. | [
"The",
"target",
"properties",
"of",
"the",
"export",
"pipeline",
"."
] | def target(self) -> 'outputs.ExportPipelineTargetPropertiesResponse':
return pulumi.get(self, "target") | [
"def",
"target",
"(",
"self",
")",
"->",
"'outputs.ExportPipelineTargetPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target\"",
")"
] | The target properties of the export pipeline. | [
"The",
"target",
"properties",
"of",
"the",
"export",
"pipeline",
"."
] | [
"\"\"\"\n The target properties of the export 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": []
} |
de09119d87e24bcfe81a2c65b8e79947839083d5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/api_tag_description.py | [
"Apache-2.0"
] | Python | external_docs_description | pulumi.Output[Optional[str]] | def external_docs_description(self) -> pulumi.Output[Optional[str]]:
"""
Description of the external resources describing the tag.
"""
return pulumi.get(self, "external_docs_description") |
Description of the external resources describing the tag.
| Description of the external resources describing the tag. | [
"Description",
"of",
"the",
"external",
"resources",
"describing",
"the",
"tag",
"."
] | def external_docs_description(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "external_docs_description") | [
"def",
"external_docs_description",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_docs_description\"",
")"
] | Description of the external resources describing the tag. | [
"Description",
"of",
"the",
"external",
"resources",
"describing",
"the",
"tag",
"."
] | [
"\"\"\"\n Description of the external resources describing the tag.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de09119d87e24bcfe81a2c65b8e79947839083d5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/api_tag_description.py | [
"Apache-2.0"
] | Python | external_docs_url | pulumi.Output[Optional[str]] | def external_docs_url(self) -> pulumi.Output[Optional[str]]:
"""
Absolute URL of external resources describing the tag.
"""
return pulumi.get(self, "external_docs_url") |
Absolute URL of external resources describing the tag.
| Absolute URL of external resources describing the tag. | [
"Absolute",
"URL",
"of",
"external",
"resources",
"describing",
"the",
"tag",
"."
] | def external_docs_url(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "external_docs_url") | [
"def",
"external_docs_url",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_docs_url\"",
")"
] | Absolute URL of external resources describing the tag. | [
"Absolute",
"URL",
"of",
"external",
"resources",
"describing",
"the",
"tag",
"."
] | [
"\"\"\"\n Absolute URL of external resources describing the tag.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de09119d87e24bcfe81a2c65b8e79947839083d5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20200601preview/api_tag_description.py | [
"Apache-2.0"
] | Python | tag_id | pulumi.Output[Optional[str]] | def tag_id(self) -> pulumi.Output[Optional[str]]:
"""
Identifier of the tag in the form of /tags/{tagId}
"""
return pulumi.get(self, "tag_id") |
Identifier of the tag in the form of /tags/{tagId}
| Identifier of the tag in the form of /tags/{tagId} | [
"Identifier",
"of",
"the",
"tag",
"in",
"the",
"form",
"of",
"/",
"tags",
"/",
"{",
"tagId",
"}"
] | def tag_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "tag_id") | [
"def",
"tag_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tag_id\"",
")"
] | Identifier of the tag in the form of /tags/{tagId} | [
"Identifier",
"of",
"the",
"tag",
"in",
"the",
"form",
"of",
"/",
"tags",
"/",
"{",
"tagId",
"}"
] | [
"\"\"\"\n Identifier of the tag in the form of /tags/{tagId}\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de16a8c9a37cd5c98feeac0ff5504bcb7c599ff7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200501/get_active_sessions.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.BastionActiveSessionResponseResult']] | def value(self) -> Optional[Sequence['outputs.BastionActiveSessionResponseResult']]:
"""
List of active sessions on the bastion.
"""
return pulumi.get(self, "value") |
List of active sessions on the bastion.
| List of active sessions on the bastion. | [
"List",
"of",
"active",
"sessions",
"on",
"the",
"bastion",
"."
] | def value(self) -> Optional[Sequence['outputs.BastionActiveSessionResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.BastionActiveSessionResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | List of active sessions on the bastion. | [
"List",
"of",
"active",
"sessions",
"on",
"the",
"bastion",
"."
] | [
"\"\"\"\n List of active sessions on the bastion.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de1e37af166750f73add5f30c629f81a7f645f7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_view.py | [
"Apache-2.0"
] | Python | accumulated | Optional[str] | def accumulated(self) -> Optional[str]:
"""
Show costs accumulated over time.
"""
return pulumi.get(self, "accumulated") |
Show costs accumulated over time.
| Show costs accumulated over time. | [
"Show",
"costs",
"accumulated",
"over",
"time",
"."
] | def accumulated(self) -> Optional[str]:
return pulumi.get(self, "accumulated") | [
"def",
"accumulated",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"accumulated\"",
")"
] | Show costs accumulated over time. | [
"Show",
"costs",
"accumulated",
"over",
"time",
"."
] | [
"\"\"\"\n Show costs accumulated over 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": []
} |
de1e37af166750f73add5f30c629f81a7f645f7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_view.py | [
"Apache-2.0"
] | Python | chart | Optional[str] | def chart(self) -> Optional[str]:
"""
Chart type of the main view in Cost Analysis. Required.
"""
return pulumi.get(self, "chart") |
Chart type of the main view in Cost Analysis. Required.
| Chart type of the main view in Cost Analysis. Required. | [
"Chart",
"type",
"of",
"the",
"main",
"view",
"in",
"Cost",
"Analysis",
".",
"Required",
"."
] | def chart(self) -> Optional[str]:
return pulumi.get(self, "chart") | [
"def",
"chart",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"chart\"",
")"
] | Chart type of the main view in Cost Analysis. | [
"Chart",
"type",
"of",
"the",
"main",
"view",
"in",
"Cost",
"Analysis",
"."
] | [
"\"\"\"\n Chart type of the main view in Cost Analysis. Required.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de1e37af166750f73add5f30c629f81a7f645f7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_view.py | [
"Apache-2.0"
] | Python | kpis | Optional[Sequence['outputs.KpiPropertiesResponse']] | def kpis(self) -> Optional[Sequence['outputs.KpiPropertiesResponse']]:
"""
List of KPIs to show in Cost Analysis UI.
"""
return pulumi.get(self, "kpis") |
List of KPIs to show in Cost Analysis UI.
| List of KPIs to show in Cost Analysis UI. | [
"List",
"of",
"KPIs",
"to",
"show",
"in",
"Cost",
"Analysis",
"UI",
"."
] | def kpis(self) -> Optional[Sequence['outputs.KpiPropertiesResponse']]:
return pulumi.get(self, "kpis") | [
"def",
"kpis",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.KpiPropertiesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kpis\"",
")"
] | List of KPIs to show in Cost Analysis UI. | [
"List",
"of",
"KPIs",
"to",
"show",
"in",
"Cost",
"Analysis",
"UI",
"."
] | [
"\"\"\"\n List of KPIs to show in Cost Analysis UI.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de1e37af166750f73add5f30c629f81a7f645f7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_view.py | [
"Apache-2.0"
] | Python | metric | Optional[str] | def metric(self) -> Optional[str]:
"""
Metric to use when displaying costs.
"""
return pulumi.get(self, "metric") |
Metric to use when displaying costs.
| Metric to use when displaying costs. | [
"Metric",
"to",
"use",
"when",
"displaying",
"costs",
"."
] | def metric(self) -> Optional[str]:
return pulumi.get(self, "metric") | [
"def",
"metric",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"metric\"",
")"
] | Metric to use when displaying costs. | [
"Metric",
"to",
"use",
"when",
"displaying",
"costs",
"."
] | [
"\"\"\"\n Metric to use when displaying costs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
de1e37af166750f73add5f30c629f81a7f645f7b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/costmanagement/get_view.py | [
"Apache-2.0"
] | Python | modified_on | str | def modified_on(self) -> str:
"""
Date when the user last modified this view.
"""
return pulumi.get(self, "modified_on") |
Date when the user last modified this view.
| Date when the user last modified this view. | [
"Date",
"when",
"the",
"user",
"last",
"modified",
"this",
"view",
"."
] | def modified_on(self) -> str:
return pulumi.get(self, "modified_on") | [
"def",
"modified_on",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"modified_on\"",
")"
] | Date when the user last modified this view. | [
"Date",
"when",
"the",
"user",
"last",
"modified",
"this",
"view",
"."
] | [
"\"\"\"\n Date when the user last modified this view.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf0a51893876d0b37a1deae82aac922b85905b78 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/digitaltwins/digital_twin.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output[Optional['outputs.DigitalTwinsIdentityResponse']] | def identity(self) -> pulumi.Output[Optional['outputs.DigitalTwinsIdentityResponse']]:
"""
The managed identity for the DigitalTwinsInstance.
"""
return pulumi.get(self, "identity") |
The managed identity for the DigitalTwinsInstance.
| The managed identity for the DigitalTwinsInstance. | [
"The",
"managed",
"identity",
"for",
"the",
"DigitalTwinsInstance",
"."
] | def identity(self) -> pulumi.Output[Optional['outputs.DigitalTwinsIdentityResponse']]:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.DigitalTwinsIdentityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The managed identity for the DigitalTwinsInstance. | [
"The",
"managed",
"identity",
"for",
"the",
"DigitalTwinsInstance",
"."
] | [
"\"\"\"\n The managed identity for the DigitalTwinsInstance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf30970d8019ad231c3390476efba9e863ec9cfc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/get_rollout.py | [
"Apache-2.0"
] | Python | build_version | str | def build_version(self) -> str:
"""
The version of the build being deployed.
"""
return pulumi.get(self, "build_version") |
The version of the build being deployed.
| The version of the build being deployed. | [
"The",
"version",
"of",
"the",
"build",
"being",
"deployed",
"."
] | def build_version(self) -> str:
return pulumi.get(self, "build_version") | [
"def",
"build_version",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"build_version\"",
")"
] | The version of the build being deployed. | [
"The",
"version",
"of",
"the",
"build",
"being",
"deployed",
"."
] | [
"\"\"\"\n The version of the build being deployed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf30970d8019ad231c3390476efba9e863ec9cfc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/get_rollout.py | [
"Apache-2.0"
] | Python | operation_info | 'outputs.RolloutOperationInfoResponseResult' | def operation_info(self) -> 'outputs.RolloutOperationInfoResponseResult':
"""
Operational information of the rollout.
"""
return pulumi.get(self, "operation_info") |
Operational information of the rollout.
| Operational information of the rollout. | [
"Operational",
"information",
"of",
"the",
"rollout",
"."
] | def operation_info(self) -> 'outputs.RolloutOperationInfoResponseResult':
return pulumi.get(self, "operation_info") | [
"def",
"operation_info",
"(",
"self",
")",
"->",
"'outputs.RolloutOperationInfoResponseResult'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"operation_info\"",
")"
] | Operational information of the rollout. | [
"Operational",
"information",
"of",
"the",
"rollout",
"."
] | [
"\"\"\"\n Operational information of the rollout.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf30970d8019ad231c3390476efba9e863ec9cfc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/get_rollout.py | [
"Apache-2.0"
] | Python | services | Sequence['outputs.ServiceResponseResult'] | def services(self) -> Sequence['outputs.ServiceResponseResult']:
"""
The detailed information on the services being deployed.
"""
return pulumi.get(self, "services") |
The detailed information on the services being deployed.
| The detailed information on the services being deployed. | [
"The",
"detailed",
"information",
"on",
"the",
"services",
"being",
"deployed",
"."
] | def services(self) -> Sequence['outputs.ServiceResponseResult']:
return pulumi.get(self, "services") | [
"def",
"services",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ServiceResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"services\"",
")"
] | The detailed information on the services being deployed. | [
"The",
"detailed",
"information",
"on",
"the",
"services",
"being",
"deployed",
"."
] | [
"\"\"\"\n The detailed information on the services being deployed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf30970d8019ad231c3390476efba9e863ec9cfc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/get_rollout.py | [
"Apache-2.0"
] | Python | step_groups | Sequence['outputs.StepGroupResponse'] | def step_groups(self) -> Sequence['outputs.StepGroupResponse']:
"""
The list of step groups that define the orchestration.
"""
return pulumi.get(self, "step_groups") |
The list of step groups that define the orchestration.
| The list of step groups that define the orchestration. | [
"The",
"list",
"of",
"step",
"groups",
"that",
"define",
"the",
"orchestration",
"."
] | def step_groups(self) -> Sequence['outputs.StepGroupResponse']:
return pulumi.get(self, "step_groups") | [
"def",
"step_groups",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.StepGroupResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"step_groups\"",
")"
] | The list of step groups that define the orchestration. | [
"The",
"list",
"of",
"step",
"groups",
"that",
"define",
"the",
"orchestration",
"."
] | [
"\"\"\"\n The list of step groups that define the orchestration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf30970d8019ad231c3390476efba9e863ec9cfc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/get_rollout.py | [
"Apache-2.0"
] | Python | target_service_topology_id | str | def target_service_topology_id(self) -> str:
"""
The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
"""
return pulumi.get(self, "target_service_topology_id") |
The resource Id of the service topology from which service units are being referenced in step groups to be deployed.
| The resource Id of the service topology from which service units are being referenced in step groups to be deployed. | [
"The",
"resource",
"Id",
"of",
"the",
"service",
"topology",
"from",
"which",
"service",
"units",
"are",
"being",
"referenced",
"in",
"step",
"groups",
"to",
"be",
"deployed",
"."
] | def target_service_topology_id(self) -> str:
return pulumi.get(self, "target_service_topology_id") | [
"def",
"target_service_topology_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_service_topology_id\"",
")"
] | The resource Id of the service topology from which service units are being referenced in step groups to be deployed. | [
"The",
"resource",
"Id",
"of",
"the",
"service",
"topology",
"from",
"which",
"service",
"units",
"are",
"being",
"referenced",
"in",
"step",
"groups",
"to",
"be",
"deployed",
"."
] | [
"\"\"\"\n The resource Id of the service topology from which service units are being referenced in step groups to be deployed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bf30970d8019ad231c3390476efba9e863ec9cfc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20191101preview/get_rollout.py | [
"Apache-2.0"
] | Python | total_retry_attempts | int | def total_retry_attempts(self) -> int:
"""
The cardinal count of total number of retries performed on the rollout at a given time.
"""
return pulumi.get(self, "total_retry_attempts") |
The cardinal count of total number of retries performed on the rollout at a given time.
| The cardinal count of total number of retries performed on the rollout at a given time. | [
"The",
"cardinal",
"count",
"of",
"total",
"number",
"of",
"retries",
"performed",
"on",
"the",
"rollout",
"at",
"a",
"given",
"time",
"."
] | def total_retry_attempts(self) -> int:
return pulumi.get(self, "total_retry_attempts") | [
"def",
"total_retry_attempts",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"total_retry_attempts\"",
")"
] | The cardinal count of total number of retries performed on the rollout at a given time. | [
"The",
"cardinal",
"count",
"of",
"total",
"number",
"of",
"retries",
"performed",
"on",
"the",
"rollout",
"at",
"a",
"given",
"time",
"."
] | [
"\"\"\"\n The cardinal count of total number of retries performed on the rollout at a given 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": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.