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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
28aafbe4c3053936c56cb5adab4d871a089fd71f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/offazure/v20200707/master_site.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.MasterSitePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.MasterSitePropertiesResponse']:
"""
Nested properties of Master site.
"""
return pulumi.get(self, "properties") |
Nested properties of Master site.
| Nested properties of Master site. | [
"Nested",
"properties",
"of",
"Master",
"site",
"."
] | def properties(self) -> pulumi.Output['outputs.MasterSitePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.MasterSitePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Nested properties of Master site. | [
"Nested",
"properties",
"of",
"Master",
"site",
"."
] | [
"\"\"\"\n Nested properties of Master site.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28b980d94c20e63bb4bcee558669ab5e026e8bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_iscsi_disk.py | [
"Apache-2.0"
] | Python | local_used_capacity_in_bytes | float | def local_used_capacity_in_bytes(self) -> float:
"""
The local used capacity in bytes.
"""
return pulumi.get(self, "local_used_capacity_in_bytes") |
The local used capacity in bytes.
| The local used capacity in bytes. | [
"The",
"local",
"used",
"capacity",
"in",
"bytes",
"."
] | def local_used_capacity_in_bytes(self) -> float:
return pulumi.get(self, "local_used_capacity_in_bytes") | [
"def",
"local_used_capacity_in_bytes",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"local_used_capacity_in_bytes\"",
")"
] | The local used capacity in bytes. | [
"The",
"local",
"used",
"capacity",
"in",
"bytes",
"."
] | [
"\"\"\"\n The local used capacity in bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28b980d94c20e63bb4bcee558669ab5e026e8bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_iscsi_disk.py | [
"Apache-2.0"
] | Python | provisioned_capacity_in_bytes | float | def provisioned_capacity_in_bytes(self) -> float:
"""
The provisioned capacity in bytes.
"""
return pulumi.get(self, "provisioned_capacity_in_bytes") |
The provisioned capacity in bytes.
| The provisioned capacity in bytes. | [
"The",
"provisioned",
"capacity",
"in",
"bytes",
"."
] | def provisioned_capacity_in_bytes(self) -> float:
return pulumi.get(self, "provisioned_capacity_in_bytes") | [
"def",
"provisioned_capacity_in_bytes",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioned_capacity_in_bytes\"",
")"
] | The provisioned capacity in bytes. | [
"The",
"provisioned",
"capacity",
"in",
"bytes",
"."
] | [
"\"\"\"\n The provisioned capacity in bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28b980d94c20e63bb4bcee558669ab5e026e8bfd | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/latest/get_iscsi_disk.py | [
"Apache-2.0"
] | Python | used_capacity_in_bytes | float | def used_capacity_in_bytes(self) -> float:
"""
The used capacity in bytes.
"""
return pulumi.get(self, "used_capacity_in_bytes") |
The used capacity in bytes.
| The used capacity in bytes. | [
"The",
"used",
"capacity",
"in",
"bytes",
"."
] | def used_capacity_in_bytes(self) -> float:
return pulumi.get(self, "used_capacity_in_bytes") | [
"def",
"used_capacity_in_bytes",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"used_capacity_in_bytes\"",
")"
] | The used capacity in bytes. | [
"The",
"used",
"capacity",
"in",
"bytes",
"."
] | [
"\"\"\"\n The used capacity in bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | sha256_checksum | Optional[pulumi.Input[str]] | def sha256_checksum(self) -> Optional[pulumi.Input[str]]:
"""
SHA256 checksum of the file provided in the sourceUri field above
"""
return pulumi.get(self, "sha256_checksum") |
SHA256 checksum of the file provided in the sourceUri field above
| SHA256 checksum of the file provided in the sourceUri field above | [
"SHA256",
"checksum",
"of",
"the",
"file",
"provided",
"in",
"the",
"sourceUri",
"field",
"above"
] | def sha256_checksum(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "sha256_checksum") | [
"def",
"sha256_checksum",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sha256_checksum\"",
")"
] | SHA256 checksum of the file provided in the sourceUri field above | [
"SHA256",
"checksum",
"of",
"the",
"file",
"provided",
"in",
"the",
"sourceUri",
"field",
"above"
] | [
"\"\"\"\n SHA256 checksum of the file provided in the sourceUri field above\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | run_output_name | pulumi.Input[str] | def run_output_name(self) -> pulumi.Input[str]:
"""
The name to be used for the associated RunOutput.
"""
return pulumi.get(self, "run_output_name") |
The name to be used for the associated RunOutput.
| The name to be used for the associated RunOutput. | [
"The",
"name",
"to",
"be",
"used",
"for",
"the",
"associated",
"RunOutput",
"."
] | def run_output_name(self) -> pulumi.Input[str]:
return pulumi.get(self, "run_output_name") | [
"def",
"run_output_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"run_output_name\"",
")"
] | The name to be used for the associated RunOutput. | [
"The",
"name",
"to",
"be",
"used",
"for",
"the",
"associated",
"RunOutput",
"."
] | [
"\"\"\"\n The name to be used for the associated RunOutput.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | artifact_tags | Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] | def artifact_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
"""
Tags that will be applied to the artifact once it has been created/updated by the distributor.
"""
return pulumi.get(self, "artifact_tags") |
Tags that will be applied to the artifact once it has been created/updated by the distributor.
| Tags that will be applied to the artifact once it has been created/updated by the distributor. | [
"Tags",
"that",
"will",
"be",
"applied",
"to",
"the",
"artifact",
"once",
"it",
"has",
"been",
"created",
"/",
"updated",
"by",
"the",
"distributor",
"."
] | def artifact_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
return pulumi.get(self, "artifact_tags") | [
"def",
"artifact_tags",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Mapping",
"[",
"str",
",",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifact_tags\... | Tags that will be applied to the artifact once it has been created/updated by the distributor. | [
"Tags",
"that",
"will",
"be",
"applied",
"to",
"the",
"artifact",
"once",
"it",
"has",
"been",
"created",
"/",
"updated",
"by",
"the",
"distributor",
"."
] | [
"\"\"\"\n Tags that will be applied to the artifact once it has been created/updated by the distributor.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | plan_info | Optional[pulumi.Input['PlatformImagePurchasePlanArgs']] | def plan_info(self) -> Optional[pulumi.Input['PlatformImagePurchasePlanArgs']]:
"""
Optional configuration of purchase plan for platform image.
"""
return pulumi.get(self, "plan_info") |
Optional configuration of purchase plan for platform image.
| Optional configuration of purchase plan for platform image. | [
"Optional",
"configuration",
"of",
"purchase",
"plan",
"for",
"platform",
"image",
"."
] | def plan_info(self) -> Optional[pulumi.Input['PlatformImagePurchasePlanArgs']]:
return pulumi.get(self, "plan_info") | [
"def",
"plan_info",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'PlatformImagePurchasePlanArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"plan_info\"",
")"
] | Optional configuration of purchase plan for platform image. | [
"Optional",
"configuration",
"of",
"purchase",
"plan",
"for",
"platform",
"image",
"."
] | [
"\"\"\"\n Optional configuration of purchase plan for platform image.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | run_as_system | Optional[pulumi.Input[bool]] | def run_as_system(self) -> Optional[pulumi.Input[bool]]:
"""
If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true.
"""
return pulumi.get(self, "run_as_system") |
If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true.
| If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true. | [
"If",
"specified",
"the",
"PowerShell",
"script",
"will",
"be",
"run",
"with",
"elevated",
"privileges",
"using",
"the",
"Local",
"System",
"user",
".",
"Can",
"only",
"be",
"true",
"when",
"the",
"runElevated",
"field",
"above",
"is",
"set",
"to",
"true",
... | def run_as_system(self) -> Optional[pulumi.Input[bool]]:
return pulumi.get(self, "run_as_system") | [
"def",
"run_as_system",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"run_as_system\"",
")"
] | If specified, the PowerShell script will be run with elevated privileges using the Local System user. | [
"If",
"specified",
"the",
"PowerShell",
"script",
"will",
"be",
"run",
"with",
"elevated",
"privileges",
"using",
"the",
"Local",
"System",
"user",
"."
] | [
"\"\"\"\n If specified, the PowerShell script will be run with elevated privileges using the Local System user. Can only be true when the runElevated field above is set to true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | valid_exit_codes | Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] | def valid_exit_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
"""
Valid exit codes for the PowerShell script. [Default: 0]
"""
return pulumi.get(self, "valid_exit_codes") |
Valid exit codes for the PowerShell script. [Default: 0]
| Valid exit codes for the PowerShell script. | [
"Valid",
"exit",
"codes",
"for",
"the",
"PowerShell",
"script",
"."
] | def valid_exit_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
return pulumi.get(self, "valid_exit_codes") | [
"def",
"valid_exit_codes",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"valid_exit_codes\"",
")"... | Valid exit codes for the PowerShell script. | [
"Valid",
"exit",
"codes",
"for",
"the",
"PowerShell",
"script",
"."
] | [
"\"\"\"\n Valid exit codes for the PowerShell script. [Default: 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": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | restart_timeout | Optional[pulumi.Input[str]] | def restart_timeout(self) -> Optional[pulumi.Input[str]]:
"""
Restart timeout specified as a string of magnitude and unit, e.g. '5m' (5 minutes) or '2h' (2 hours) [Default: '5m']
"""
return pulumi.get(self, "restart_timeout") |
Restart timeout specified as a string of magnitude and unit, e.g. '5m' (5 minutes) or '2h' (2 hours) [Default: '5m']
| Restart timeout specified as a string of magnitude and unit, e.g. | [
"Restart",
"timeout",
"specified",
"as",
"a",
"string",
"of",
"magnitude",
"and",
"unit",
"e",
".",
"g",
"."
] | def restart_timeout(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "restart_timeout") | [
"def",
"restart_timeout",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"restart_timeout\"",
")"
] | Restart timeout specified as a string of magnitude and unit, e.g. | [
"Restart",
"timeout",
"specified",
"as",
"a",
"string",
"of",
"magnitude",
"and",
"unit",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Restart timeout specified as a string of magnitude and unit, e.g. '5m' (5 minutes) or '2h' (2 hours) [Default: '5m']\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | gallery_image_id | pulumi.Input[str] | def gallery_image_id(self) -> pulumi.Input[str]:
"""
Resource Id of the Shared Image Gallery image
"""
return pulumi.get(self, "gallery_image_id") |
Resource Id of the Shared Image Gallery image
| Resource Id of the Shared Image Gallery image | [
"Resource",
"Id",
"of",
"the",
"Shared",
"Image",
"Gallery",
"image"
] | def gallery_image_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "gallery_image_id") | [
"def",
"gallery_image_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"gallery_image_id\"",
")"
] | Resource Id of the Shared Image Gallery image | [
"Resource",
"Id",
"of",
"the",
"Shared",
"Image",
"Gallery",
"image"
] | [
"\"\"\"\n Resource Id of the Shared Image Gallery image\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | replication_regions | pulumi.Input[Sequence[pulumi.Input[str]]] | def replication_regions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
"""
A list of regions that the image will be replicated to
"""
return pulumi.get(self, "replication_regions") |
A list of regions that the image will be replicated to
| A list of regions that the image will be replicated to | [
"A",
"list",
"of",
"regions",
"that",
"the",
"image",
"will",
"be",
"replicated",
"to"
] | def replication_regions(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
return pulumi.get(self, "replication_regions") | [
"def",
"replication_regions",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"Sequence",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replication_regions\"",
")"
] | A list of regions that the image will be replicated to | [
"A",
"list",
"of",
"regions",
"that",
"the",
"image",
"will",
"be",
"replicated",
"to"
] | [
"\"\"\"\n A list of regions that the image will be replicated to\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | storage_account_type | Optional[pulumi.Input[Union[str, 'SharedImageStorageAccountType']]] | def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'SharedImageStorageAccountType']]]:
"""
Storage account type to be used to store the shared image. Omit to use the default (Standard_LRS).
"""
return pulumi.get(self, "storage_account_type") |
Storage account type to be used to store the shared image. Omit to use the default (Standard_LRS).
| Storage account type to be used to store the shared image. Omit to use the default (Standard_LRS). | [
"Storage",
"account",
"type",
"to",
"be",
"used",
"to",
"store",
"the",
"shared",
"image",
".",
"Omit",
"to",
"use",
"the",
"default",
"(",
"Standard_LRS",
")",
"."
] | def storage_account_type(self) -> Optional[pulumi.Input[Union[str, 'SharedImageStorageAccountType']]]:
return pulumi.get(self, "storage_account_type") | [
"def",
"storage_account_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"Union",
"[",
"str",
",",
"'SharedImageStorageAccountType'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_account_type\"",
... | Storage account type to be used to store the shared image. | [
"Storage",
"account",
"type",
"to",
"be",
"used",
"to",
"store",
"the",
"shared",
"image",
"."
] | [
"\"\"\"\n Storage account type to be used to store the shared image. Omit to use the default (Standard_LRS).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | image_version_id | pulumi.Input[str] | def image_version_id(self) -> pulumi.Input[str]:
"""
ARM resource id of the image version in the shared image gallery
"""
return pulumi.get(self, "image_version_id") |
ARM resource id of the image version in the shared image gallery
| ARM resource id of the image version in the shared image gallery | [
"ARM",
"resource",
"id",
"of",
"the",
"image",
"version",
"in",
"the",
"shared",
"image",
"gallery"
] | def image_version_id(self) -> pulumi.Input[str]:
return pulumi.get(self, "image_version_id") | [
"def",
"image_version_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"image_version_id\"",
")"
] | ARM resource id of the image version in the shared image gallery | [
"ARM",
"resource",
"id",
"of",
"the",
"image",
"version",
"in",
"the",
"shared",
"image",
"gallery"
] | [
"\"\"\"\n ARM resource id of the image version in the shared image gallery\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | vnet_config | Optional[pulumi.Input['VirtualNetworkConfigArgs']] | def vnet_config(self) -> Optional[pulumi.Input['VirtualNetworkConfigArgs']]:
"""
Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used.
"""
return pulumi.get(self, "vnet_config") |
Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used.
| Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used. | [
"Optional",
"configuration",
"of",
"the",
"virtual",
"network",
"to",
"use",
"to",
"deploy",
"the",
"build",
"virtual",
"machine",
"in",
".",
"Omit",
"if",
"no",
"specific",
"virtual",
"network",
"needs",
"to",
"be",
"used",
"."
] | def vnet_config(self) -> Optional[pulumi.Input['VirtualNetworkConfigArgs']]:
return pulumi.get(self, "vnet_config") | [
"def",
"vnet_config",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"'VirtualNetworkConfigArgs'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vnet_config\"",
")"
] | Optional configuration of the virtual network to use to deploy the build virtual machine in. | [
"Optional",
"configuration",
"of",
"the",
"virtual",
"network",
"to",
"use",
"to",
"deploy",
"the",
"build",
"virtual",
"machine",
"in",
"."
] | [
"\"\"\"\n Optional configuration of the virtual network to use to deploy the build virtual machine in. Omit if no specific virtual network needs to be used.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | search_criteria | Optional[pulumi.Input[str]] | def search_criteria(self) -> Optional[pulumi.Input[str]]:
"""
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
"""
return pulumi.get(self, "search_criteria") |
Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.
| Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field. | [
"Criteria",
"to",
"search",
"updates",
".",
"Omit",
"or",
"specify",
"empty",
"string",
"to",
"use",
"the",
"default",
"(",
"search",
"all",
")",
".",
"Refer",
"to",
"above",
"link",
"for",
"examples",
"and",
"detailed",
"description",
"of",
"this",
"field... | def search_criteria(self) -> Optional[pulumi.Input[str]]:
return pulumi.get(self, "search_criteria") | [
"def",
"search_criteria",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"search_criteria\"",
")"
] | Criteria to search updates. | [
"Criteria",
"to",
"search",
"updates",
"."
] | [
"\"\"\"\n Criteria to search updates. Omit or specify empty string to use the default (search all). Refer to above link for examples and detailed description of this field.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | update_limit | Optional[pulumi.Input[int]] | def update_limit(self) -> Optional[pulumi.Input[int]]:
"""
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)
"""
return pulumi.get(self, "update_limit") |
Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)
| Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000) | [
"Maximum",
"number",
"of",
"updates",
"to",
"apply",
"at",
"a",
"time",
".",
"Omit",
"or",
"specify",
"0",
"to",
"use",
"the",
"default",
"(",
"1000",
")"
] | def update_limit(self) -> Optional[pulumi.Input[int]]:
return pulumi.get(self, "update_limit") | [
"def",
"update_limit",
"(",
"self",
")",
"->",
"Optional",
"[",
"pulumi",
".",
"Input",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"update_limit\"",
")"
] | Maximum number of updates to apply at a time. | [
"Maximum",
"number",
"of",
"updates",
"to",
"apply",
"at",
"a",
"time",
"."
] | [
"\"\"\"\n Maximum number of updates to apply at a time. Omit or specify 0 to use the default (1000)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | plan_name | pulumi.Input[str] | def plan_name(self) -> pulumi.Input[str]:
"""
Name of the purchase plan.
"""
return pulumi.get(self, "plan_name") |
Name of the purchase plan.
| Name of the purchase plan. | [
"Name",
"of",
"the",
"purchase",
"plan",
"."
] | def plan_name(self) -> pulumi.Input[str]:
return pulumi.get(self, "plan_name") | [
"def",
"plan_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"plan_name\"",
")"
] | Name of the purchase plan. | [
"Name",
"of",
"the",
"purchase",
"plan",
"."
] | [
"\"\"\"\n Name of the purchase plan.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | plan_product | pulumi.Input[str] | def plan_product(self) -> pulumi.Input[str]:
"""
Product of the purchase plan.
"""
return pulumi.get(self, "plan_product") |
Product of the purchase plan.
| Product of the purchase plan. | [
"Product",
"of",
"the",
"purchase",
"plan",
"."
] | def plan_product(self) -> pulumi.Input[str]:
return pulumi.get(self, "plan_product") | [
"def",
"plan_product",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"plan_product\"",
")"
] | Product of the purchase plan. | [
"Product",
"of",
"the",
"purchase",
"plan",
"."
] | [
"\"\"\"\n Product of the purchase plan.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
28c5513de79380973918e80998f3a25eaaee677c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/virtualmachineimages/_inputs.py | [
"Apache-2.0"
] | Python | plan_publisher | pulumi.Input[str] | def plan_publisher(self) -> pulumi.Input[str]:
"""
Publisher of the purchase plan.
"""
return pulumi.get(self, "plan_publisher") |
Publisher of the purchase plan.
| Publisher of the purchase plan. | [
"Publisher",
"of",
"the",
"purchase",
"plan",
"."
] | def plan_publisher(self) -> pulumi.Input[str]:
return pulumi.get(self, "plan_publisher") | [
"def",
"plan_publisher",
"(",
"self",
")",
"->",
"pulumi",
".",
"Input",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"plan_publisher\"",
")"
] | Publisher of the purchase plan. | [
"Publisher",
"of",
"the",
"purchase",
"plan",
"."
] | [
"\"\"\"\n Publisher of the purchase plan.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
387d43b1ca4df613be782bbdfe6833162901d9b3 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20150801/server_farm.py | [
"Apache-2.0"
] | Python | maximum_number_of_workers | pulumi.Output[Optional[int]] | def maximum_number_of_workers(self) -> pulumi.Output[Optional[int]]:
"""
Maximum number of instances that can be assigned to this App Service Plan
"""
return pulumi.get(self, "maximum_number_of_workers") |
Maximum number of instances that can be assigned to this App Service Plan
| Maximum number of instances that can be assigned to this App Service Plan | [
"Maximum",
"number",
"of",
"instances",
"that",
"can",
"be",
"assigned",
"to",
"this",
"App",
"Service",
"Plan"
] | def maximum_number_of_workers(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "maximum_number_of_workers") | [
"def",
"maximum_number_of_workers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum_number_of_workers\"",
")"
] | Maximum number of instances that can be assigned to this App Service Plan | [
"Maximum",
"number",
"of",
"instances",
"that",
"can",
"be",
"assigned",
"to",
"this",
"App",
"Service",
"Plan"
] | [
"\"\"\"\n Maximum number of instances that can be assigned to this App Service Plan\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dbf7ac2f7db3027c10c9c33d8005f686a6e28b31 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20200501/list_asset_streaming_locators.py | [
"Apache-2.0"
] | Python | streaming_locators | Sequence['outputs.AssetStreamingLocatorResponseResult'] | def streaming_locators(self) -> Sequence['outputs.AssetStreamingLocatorResponseResult']:
"""
The list of Streaming Locators.
"""
return pulumi.get(self, "streaming_locators") |
The list of Streaming Locators.
| The list of Streaming Locators. | [
"The",
"list",
"of",
"Streaming",
"Locators",
"."
] | def streaming_locators(self) -> Sequence['outputs.AssetStreamingLocatorResponseResult']:
return pulumi.get(self, "streaming_locators") | [
"def",
"streaming_locators",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.AssetStreamingLocatorResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"streaming_locators\"",
")"
] | The list of Streaming Locators. | [
"The",
"list",
"of",
"Streaming",
"Locators",
"."
] | [
"\"\"\"\n The list of Streaming Locators.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dbf7ac2f7db3027c10c9c33d8005f686a6e28b31 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20200501/list_asset_streaming_locators.py | [
"Apache-2.0"
] | Python | list_asset_streaming_locators | AwaitableListAssetStreamingLocatorsResult | def list_asset_streaming_locators(account_name: Optional[str] = None,
asset_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAssetStrea... |
The Streaming Locators associated with this Asset.
:param str account_name: The Media Services account name.
:param str asset_name: The Asset name.
:param str resource_group_name: The name of the resource group within the Azure subscription.
| The Streaming Locators associated with this Asset. | [
"The",
"Streaming",
"Locators",
"associated",
"with",
"this",
"Asset",
"."
] | def list_asset_streaming_locators(account_name: Optional[str] = None,
asset_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListAssetStrea... | [
"def",
"list_asset_streaming_locators",
"(",
"account_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"asset_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"o... | The Streaming Locators associated with this Asset. | [
"The",
"Streaming",
"Locators",
"associated",
"with",
"this",
"Asset",
"."
] | [
"\"\"\"\n The Streaming Locators associated with this Asset.\n\n\n :param str account_name: The Media Services account name.\n :param str asset_name: The Asset name.\n :param str resource_group_name: The name of the resource group within the Azure subscription.\n \"\"\""
] | [
{
"param": "account_name",
"type": "Optional[str]"
},
{
"param": "asset_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "account_name",
"type": "Optional[str]",
"docstring": "The Media Services account name.",
"docstring_tokens": [
"The",
"Media",
"Services",
"account",
"name",
"."
],
"... |
75131c91ed491e075e1af4e28c8a4e252f583aaa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/outputs.py | [
"Apache-2.0"
] | Python | created_by | 'outputs.UserInfoResponse' | def created_by(self) -> 'outputs.UserInfoResponse':
"""
Describes a user that created the bookmark
"""
return pulumi.get(self, "created_by") |
Describes a user that created the bookmark
| Describes a user that created the bookmark | [
"Describes",
"a",
"user",
"that",
"created",
"the",
"bookmark"
] | def created_by(self) -> 'outputs.UserInfoResponse':
return pulumi.get(self, "created_by") | [
"def",
"created_by",
"(",
"self",
")",
"->",
"'outputs.UserInfoResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_by\"",
")"
] | Describes a user that created the bookmark | [
"Describes",
"a",
"user",
"that",
"created",
"the",
"bookmark"
] | [
"\"\"\"\n Describes a user that created the bookmark\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
75131c91ed491e075e1af4e28c8a4e252f583aaa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/outputs.py | [
"Apache-2.0"
] | Python | chart_query_results | Optional[Sequence['outputs.InsightsTableResultResponseResult']] | def chart_query_results(self) -> Optional[Sequence['outputs.InsightsTableResultResponseResult']]:
"""
Query results for table insights query.
"""
return pulumi.get(self, "chart_query_results") |
Query results for table insights query.
| Query results for table insights query. | [
"Query",
"results",
"for",
"table",
"insights",
"query",
"."
] | def chart_query_results(self) -> Optional[Sequence['outputs.InsightsTableResultResponseResult']]:
return pulumi.get(self, "chart_query_results") | [
"def",
"chart_query_results",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.InsightsTableResultResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"chart_query_results\"",
")"
] | Query results for table insights query. | [
"Query",
"results",
"for",
"table",
"insights",
"query",
"."
] | [
"\"\"\"\n Query results for table insights query.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
75131c91ed491e075e1af4e28c8a4e252f583aaa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/outputs.py | [
"Apache-2.0"
] | Python | query_time_interval | Optional['outputs.EntityInsightItemResponseQueryTimeIntervalResult'] | def query_time_interval(self) -> Optional['outputs.EntityInsightItemResponseQueryTimeIntervalResult']:
"""
The Time interval that the query actually executed on.
"""
return pulumi.get(self, "query_time_interval") |
The Time interval that the query actually executed on.
| The Time interval that the query actually executed on. | [
"The",
"Time",
"interval",
"that",
"the",
"query",
"actually",
"executed",
"on",
"."
] | def query_time_interval(self) -> Optional['outputs.EntityInsightItemResponseQueryTimeIntervalResult']:
return pulumi.get(self, "query_time_interval") | [
"def",
"query_time_interval",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EntityInsightItemResponseQueryTimeIntervalResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query_time_interval\"",
")"
] | The Time interval that the query actually executed on. | [
"The",
"Time",
"interval",
"that",
"the",
"query",
"actually",
"executed",
"on",
"."
] | [
"\"\"\"\n The Time interval that the query actually executed on.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
75131c91ed491e075e1af4e28c8a4e252f583aaa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/outputs.py | [
"Apache-2.0"
] | Python | table_query_results | Optional['outputs.InsightsTableResultResponseResult'] | def table_query_results(self) -> Optional['outputs.InsightsTableResultResponseResult']:
"""
Query results for table insights query.
"""
return pulumi.get(self, "table_query_results") |
Query results for table insights query.
| Query results for table insights query. | [
"Query",
"results",
"for",
"table",
"insights",
"query",
"."
] | def table_query_results(self) -> Optional['outputs.InsightsTableResultResponseResult']:
return pulumi.get(self, "table_query_results") | [
"def",
"table_query_results",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.InsightsTableResultResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"table_query_results\"",
")"
] | Query results for table insights query. | [
"Query",
"results",
"for",
"table",
"insights",
"query",
"."
] | [
"\"\"\"\n Query results for table insights query.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8c07fab6fc5174d7388fd93eeb65c3617c43c161 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20180101/get_subscription.py | [
"Apache-2.0"
] | Python | product_id | str | def product_id(self) -> str:
"""
The product resource identifier of the subscribed product. The value is a valid relative URL in the format of /products/{productId} where {productId} is a product identifier.
"""
return pulumi.get(self, "product_id") |
The product resource identifier of the subscribed product. The value is a valid relative URL in the format of /products/{productId} where {productId} is a product identifier.
| The product resource identifier of the subscribed product. The value is a valid relative URL in the format of /products/{productId} where {productId} is a product identifier. | [
"The",
"product",
"resource",
"identifier",
"of",
"the",
"subscribed",
"product",
".",
"The",
"value",
"is",
"a",
"valid",
"relative",
"URL",
"in",
"the",
"format",
"of",
"/",
"products",
"/",
"{",
"productId",
"}",
"where",
"{",
"productId",
"}",
"is",
... | def product_id(self) -> str:
return pulumi.get(self, "product_id") | [
"def",
"product_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"product_id\"",
")"
] | The product resource identifier of the subscribed product. | [
"The",
"product",
"resource",
"identifier",
"of",
"the",
"subscribed",
"product",
"."
] | [
"\"\"\"\n The product resource identifier of the subscribed product. The value is a valid relative URL in the format of /products/{productId} where {productId} is a product identifier.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
74650efc75c26fbf04fee896ca3deb8f1f3cabd8 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20200301/get_virtual_hub.py | [
"Apache-2.0"
] | Python | virtual_network_connections | Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']] | def virtual_network_connections(self) -> Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]:
"""
List of all vnet connections with this VirtualHub.
"""
return pulumi.get(self, "virtual_network_connections") |
List of all vnet connections with this VirtualHub.
| List of all vnet connections with this VirtualHub. | [
"List",
"of",
"all",
"vnet",
"connections",
"with",
"this",
"VirtualHub",
"."
] | def virtual_network_connections(self) -> Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]:
return pulumi.get(self, "virtual_network_connections") | [
"def",
"virtual_network_connections",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HubVirtualNetworkConnectionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_connections\"",
")"
] | List of all vnet connections with this VirtualHub. | [
"List",
"of",
"all",
"vnet",
"connections",
"with",
"this",
"VirtualHub",
"."
] | [
"\"\"\"\n List of all vnet connections with this VirtualHub.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c2e096b392246624a25a6a45dccc09fae62cf08 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/v20200806preview/iot_defender_setting.py | [
"Apache-2.0"
] | Python | device_quota | pulumi.Output[int] | def device_quota(self) -> pulumi.Output[int]:
"""
Size of the device quota (as a opposed to a Pay as You Go billing model). Value is required to be in multiples of 1000.
"""
return pulumi.get(self, "device_quota") |
Size of the device quota (as a opposed to a Pay as You Go billing model). Value is required to be in multiples of 1000.
| Size of the device quota (as a opposed to a Pay as You Go billing model). Value is required to be in multiples of 1000. | [
"Size",
"of",
"the",
"device",
"quota",
"(",
"as",
"a",
"opposed",
"to",
"a",
"Pay",
"as",
"You",
"Go",
"billing",
"model",
")",
".",
"Value",
"is",
"required",
"to",
"be",
"in",
"multiples",
"of",
"1000",
"."
] | def device_quota(self) -> pulumi.Output[int]:
return pulumi.get(self, "device_quota") | [
"def",
"device_quota",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"device_quota\"",
")"
] | Size of the device quota (as a opposed to a Pay as You Go billing model). | [
"Size",
"of",
"the",
"device",
"quota",
"(",
"as",
"a",
"opposed",
"to",
"a",
"Pay",
"as",
"You",
"Go",
"billing",
"model",
")",
"."
] | [
"\"\"\"\n Size of the device quota (as a opposed to a Pay as You Go billing model). Value is required to be in multiples of 1000.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_access_id | Optional[str] | def disk_access_id(self) -> Optional[str]:
"""
ARM id of the DiskAccess resource for using private endpoints on disks.
"""
return pulumi.get(self, "disk_access_id") |
ARM id of the DiskAccess resource for using private endpoints on disks.
| ARM id of the DiskAccess resource for using private endpoints on disks. | [
"ARM",
"id",
"of",
"the",
"DiskAccess",
"resource",
"for",
"using",
"private",
"endpoints",
"on",
"disks",
"."
] | def disk_access_id(self) -> Optional[str]:
return pulumi.get(self, "disk_access_id") | [
"def",
"disk_access_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_access_id\"",
")"
] | ARM id of the DiskAccess resource for using private endpoints on disks. | [
"ARM",
"id",
"of",
"the",
"DiskAccess",
"resource",
"for",
"using",
"private",
"endpoints",
"on",
"disks",
"."
] | [
"\"\"\"\n ARM id of the DiskAccess resource for using private endpoints on disks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_iops_read_only | Optional[float] | def disk_iops_read_only(self) -> Optional[float]:
"""
The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
"""
return pulumi.get(self, "disk_iops_read_only") |
The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.
| The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes. | [
"The",
"total",
"number",
"of",
"IOPS",
"that",
"will",
"be",
"allowed",
"across",
"all",
"VMs",
"mounting",
"the",
"shared",
"disk",
"as",
"ReadOnly",
".",
"One",
"operation",
"can",
"transfer",
"between",
"4k",
"and",
"256k",
"bytes",
"."
] | def disk_iops_read_only(self) -> Optional[float]:
return pulumi.get(self, "disk_iops_read_only") | [
"def",
"disk_iops_read_only",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_iops_read_only\"",
")"
] | The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. | [
"The",
"total",
"number",
"of",
"IOPS",
"that",
"will",
"be",
"allowed",
"across",
"all",
"VMs",
"mounting",
"the",
"shared",
"disk",
"as",
"ReadOnly",
"."
] | [
"\"\"\"\n The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly. One operation can transfer between 4k and 256k bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_iops_read_write | Optional[float] | def disk_iops_read_write(self) -> Optional[float]:
"""
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
"""
return pulumi.get(self, "disk_iops_read_write") |
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
| The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. | [
"The",
"number",
"of",
"IOPS",
"allowed",
"for",
"this",
"disk",
";",
"only",
"settable",
"for",
"UltraSSD",
"disks",
".",
"One",
"operation",
"can",
"transfer",
"between",
"4k",
"and",
"256k",
"bytes",
"."
] | def disk_iops_read_write(self) -> Optional[float]:
return pulumi.get(self, "disk_iops_read_write") | [
"def",
"disk_iops_read_write",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_iops_read_write\"",
")"
] | The number of IOPS allowed for this disk; only settable for UltraSSD disks. | [
"The",
"number",
"of",
"IOPS",
"allowed",
"for",
"this",
"disk",
";",
"only",
"settable",
"for",
"UltraSSD",
"disks",
"."
] | [
"\"\"\"\n The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_m_bps_read_only | Optional[float] | def disk_m_bps_read_only(self) -> Optional[float]:
"""
The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
"""
return pulumi.get(self, "disk_m_bps_r... |
The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
| The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. | [
"The",
"total",
"throughput",
"(",
"MBps",
")",
"that",
"will",
"be",
"allowed",
"across",
"all",
"VMs",
"mounting",
"the",
"shared",
"disk",
"as",
"ReadOnly",
".",
"MBps",
"means",
"millions",
"of",
"bytes",
"per",
"second",
"-",
"MB",
"here",
"uses",
"... | def disk_m_bps_read_only(self) -> Optional[float]:
return pulumi.get(self, "disk_m_bps_read_only") | [
"def",
"disk_m_bps_read_only",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_m_bps_read_only\"",
")"
] | The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. | [
"The",
"total",
"throughput",
"(",
"MBps",
")",
"that",
"will",
"be",
"allowed",
"across",
"all",
"VMs",
"mounting",
"the",
"shared",
"disk",
"as",
"ReadOnly",
"."
] | [
"\"\"\"\n The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_m_bps_read_write | Optional[float] | def disk_m_bps_read_write(self) -> Optional[float]:
"""
The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
"""
return pulumi.get(self, "disk_m_bps_read_write") |
The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.
| The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10. | [
"The",
"bandwidth",
"allowed",
"for",
"this",
"disk",
";",
"only",
"settable",
"for",
"UltraSSD",
"disks",
".",
"MBps",
"means",
"millions",
"of",
"bytes",
"per",
"second",
"-",
"MB",
"here",
"uses",
"the",
"ISO",
"notation",
"of",
"powers",
"of",
"10",
... | def disk_m_bps_read_write(self) -> Optional[float]:
return pulumi.get(self, "disk_m_bps_read_write") | [
"def",
"disk_m_bps_read_write",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_m_bps_read_write\"",
")"
] | The bandwidth allowed for this disk; only settable for UltraSSD disks. | [
"The",
"bandwidth",
"allowed",
"for",
"this",
"disk",
";",
"only",
"settable",
"for",
"UltraSSD",
"disks",
"."
] | [
"\"\"\"\n The bandwidth allowed for this disk; only settable for UltraSSD disks. MBps means millions of bytes per second - MB here uses the ISO notation, of powers of 10.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_size_bytes | float | def disk_size_bytes(self) -> float:
"""
The size of the disk in bytes. This field is read only.
"""
return pulumi.get(self, "disk_size_bytes") |
The size of the disk in bytes. This field is read only.
| The size of the disk in bytes. This field is read only. | [
"The",
"size",
"of",
"the",
"disk",
"in",
"bytes",
".",
"This",
"field",
"is",
"read",
"only",
"."
] | def disk_size_bytes(self) -> float:
return pulumi.get(self, "disk_size_bytes") | [
"def",
"disk_size_bytes",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_size_bytes\"",
")"
] | The size of the disk in bytes. | [
"The",
"size",
"of",
"the",
"disk",
"in",
"bytes",
"."
] | [
"\"\"\"\n The size of the disk in bytes. This field is read only.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | disk_state | str | def disk_state(self) -> str:
"""
The state of the disk.
"""
return pulumi.get(self, "disk_state") |
The state of the disk.
| The state of the disk. | [
"The",
"state",
"of",
"the",
"disk",
"."
] | def disk_state(self) -> str:
return pulumi.get(self, "disk_state") | [
"def",
"disk_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_state\"",
")"
] | The state of the disk. | [
"The",
"state",
"of",
"the",
"disk",
"."
] | [
"\"\"\"\n The state of the disk.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | encryption | Optional['outputs.EncryptionResponse'] | def encryption(self) -> Optional['outputs.EncryptionResponse']:
"""
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
"""
return pulumi.get(self, "encryption") |
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.
| Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. | [
"Encryption",
"property",
"can",
"be",
"used",
"to",
"encrypt",
"data",
"at",
"rest",
"with",
"customer",
"managed",
"keys",
"or",
"platform",
"managed",
"keys",
"."
] | def encryption(self) -> Optional['outputs.EncryptionResponse']:
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EncryptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. | [
"Encryption",
"property",
"can",
"be",
"used",
"to",
"encrypt",
"data",
"at",
"rest",
"with",
"customer",
"managed",
"keys",
"or",
"platform",
"managed",
"keys",
"."
] | [
"\"\"\"\n Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | encryption_settings_collection | Optional['outputs.EncryptionSettingsCollectionResponse'] | def encryption_settings_collection(self) -> Optional['outputs.EncryptionSettingsCollectionResponse']:
"""
Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
"""
return pulumi.get(self, "encryption_settings_collect... |
Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
| Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. | [
"Encryption",
"settings",
"collection",
"used",
"for",
"Azure",
"Disk",
"Encryption",
"can",
"contain",
"multiple",
"encryption",
"settings",
"per",
"disk",
"or",
"snapshot",
"."
] | def encryption_settings_collection(self) -> Optional['outputs.EncryptionSettingsCollectionResponse']:
return pulumi.get(self, "encryption_settings_collection") | [
"def",
"encryption_settings_collection",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EncryptionSettingsCollectionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_settings_collection\"",
")"
] | Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. | [
"Encryption",
"settings",
"collection",
"used",
"for",
"Azure",
"Disk",
"Encryption",
"can",
"contain",
"multiple",
"encryption",
"settings",
"per",
"disk",
"or",
"snapshot",
"."
] | [
"\"\"\"\n Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | max_shares | Optional[int] | def max_shares(self) -> Optional[int]:
"""
The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
"""
return pulumi.get(self, "max_shares") |
The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time.
| The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same time. | [
"The",
"maximum",
"number",
"of",
"VMs",
"that",
"can",
"attach",
"to",
"the",
"disk",
"at",
"the",
"same",
"time",
".",
"Value",
"greater",
"than",
"one",
"indicates",
"a",
"disk",
"that",
"can",
"be",
"mounted",
"on",
"multiple",
"VMs",
"at",
"the",
... | def max_shares(self) -> Optional[int]:
return pulumi.get(self, "max_shares") | [
"def",
"max_shares",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_shares\"",
")"
] | The maximum number of VMs that can attach to the disk at the same time. | [
"The",
"maximum",
"number",
"of",
"VMs",
"that",
"can",
"attach",
"to",
"the",
"disk",
"at",
"the",
"same",
"time",
"."
] | [
"\"\"\"\n The maximum number of VMs that can attach to the disk at the same time. Value greater than one indicates a disk that can be mounted on multiple VMs at the same 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": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | network_access_policy | Optional[str] | def network_access_policy(self) -> Optional[str]:
"""
Policy for accessing the disk via network.
"""
return pulumi.get(self, "network_access_policy") |
Policy for accessing the disk via network.
| Policy for accessing the disk via network. | [
"Policy",
"for",
"accessing",
"the",
"disk",
"via",
"network",
"."
] | def network_access_policy(self) -> Optional[str]:
return pulumi.get(self, "network_access_policy") | [
"def",
"network_access_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_access_policy\"",
")"
] | Policy for accessing the disk via network. | [
"Policy",
"for",
"accessing",
"the",
"disk",
"via",
"network",
"."
] | [
"\"\"\"\n Policy for accessing the disk via network.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0c4e8faa110c247d6333f81b24fa5655af09f992 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/get_disk.py | [
"Apache-2.0"
] | Python | share_info | Sequence['outputs.ShareInfoElementResponse'] | def share_info(self) -> Sequence['outputs.ShareInfoElementResponse']:
"""
Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
"""
return pulumi.get(self, "share_info") |
Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.
| Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs. | [
"Details",
"of",
"the",
"list",
"of",
"all",
"VMs",
"that",
"have",
"the",
"disk",
"attached",
".",
"maxShares",
"should",
"be",
"set",
"to",
"a",
"value",
"greater",
"than",
"one",
"for",
"disks",
"to",
"allow",
"attaching",
"them",
"to",
"multiple",
"V... | def share_info(self) -> Sequence['outputs.ShareInfoElementResponse']:
return pulumi.get(self, "share_info") | [
"def",
"share_info",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ShareInfoElementResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_info\"",
")"
] | Details of the list of all VMs that have the disk attached. | [
"Details",
"of",
"the",
"list",
"of",
"all",
"VMs",
"that",
"have",
"the",
"disk",
"attached",
"."
] | [
"\"\"\"\n Details of the list of all VMs that have the disk attached. maxShares should be set to a value greater than one for disks to allow attaching them to multiple VMs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0eda9b1a3fdacc488bffc5911887768eadf91d4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/get_integration_account_certificate.py | [
"Apache-2.0"
] | Python | key | Optional['outputs.KeyVaultKeyReferenceResponse'] | def key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']:
"""
The key details in the key vault.
"""
return pulumi.get(self, "key") |
The key details in the key vault.
| The key details in the key vault. | [
"The",
"key",
"details",
"in",
"the",
"key",
"vault",
"."
] | def key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']:
return pulumi.get(self, "key") | [
"def",
"key",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.KeyVaultKeyReferenceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key\"",
")"
] | The key details in the key vault. | [
"The",
"key",
"details",
"in",
"the",
"key",
"vault",
"."
] | [
"\"\"\"\n The key details in the key vault.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0f036d591abd65556eec8d2e5cde2050f4e9ee7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_event_subscription.py | [
"Apache-2.0"
] | Python | dead_letter_with_resource_identity | Optional['outputs.DeadLetterWithResourceIdentityResponse'] | def dead_letter_with_resource_identity(self) -> Optional['outputs.DeadLetterWithResourceIdentityResponse']:
"""
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
Uses the managed identity setup o... |
The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-... | The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering. | [
"The",
"dead",
"letter",
"destination",
"of",
"the",
"event",
"subscription",
".",
"Any",
"event",
"that",
"cannot",
"be",
"delivered",
"to",
"its",
"'",
"destination",
"is",
"sent",
"to",
"the",
"dead",
"letter",
"destination",
".",
"Uses",
"the",
"managed"... | def dead_letter_with_resource_identity(self) -> Optional['outputs.DeadLetterWithResourceIdentityResponse']:
return pulumi.get(self, "dead_letter_with_resource_identity") | [
"def",
"dead_letter_with_resource_identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DeadLetterWithResourceIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dead_letter_with_resource_identity\"",
")"
] | The dead letter destination of the event subscription. | [
"The",
"dead",
"letter",
"destination",
"of",
"the",
"event",
"subscription",
"."
] | [
"\"\"\"\n The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination.\r\n Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during de... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0f036d591abd65556eec8d2e5cde2050f4e9ee7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/get_event_subscription.py | [
"Apache-2.0"
] | Python | delivery_with_resource_identity | Optional['outputs.DeliveryWithResourceIdentityResponse'] | def delivery_with_resource_identity(self) -> Optional['outputs.DeliveryWithResourceIdentityResponse']:
"""
Information about the destination where events have to be delivered for the event subscription.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire ... |
Information about the destination where events have to be delivered for the event subscription.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
| Information about the destination where events have to be delivered for the event subscription.
Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering. | [
"Information",
"about",
"the",
"destination",
"where",
"events",
"have",
"to",
"be",
"delivered",
"for",
"the",
"event",
"subscription",
".",
"Uses",
"the",
"managed",
"identity",
"setup",
"on",
"the",
"parent",
"resource",
"(",
"namely",
"topic",
"or",
"domai... | def delivery_with_resource_identity(self) -> Optional['outputs.DeliveryWithResourceIdentityResponse']:
return pulumi.get(self, "delivery_with_resource_identity") | [
"def",
"delivery_with_resource_identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DeliveryWithResourceIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"delivery_with_resource_identity\"",
")"
] | Information about the destination where events have to be delivered for the event subscription. | [
"Information",
"about",
"the",
"destination",
"where",
"events",
"have",
"to",
"be",
"delivered",
"for",
"the",
"event",
"subscription",
"."
] | [
"\"\"\"\n Information about the destination where events have to be delivered for the event subscription.\r\n Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0f0e3af11a764a8c2b9c91254f50e516b14f5f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/server_communication_link.py | [
"Apache-2.0"
] | Python | partner_server | pulumi.Output[str] | def partner_server(self) -> pulumi.Output[str]:
"""
The name of the partner server.
"""
return pulumi.get(self, "partner_server") |
The name of the partner server.
| The name of the partner server. | [
"The",
"name",
"of",
"the",
"partner",
"server",
"."
] | def partner_server(self) -> pulumi.Output[str]:
return pulumi.get(self, "partner_server") | [
"def",
"partner_server",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_server\"",
")"
] | The name of the partner server. | [
"The",
"name",
"of",
"the",
"partner",
"server",
"."
] | [
"\"\"\"\n The name of the partner server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f0f168e9679875d4f44b3fbd76bcc8b6efeb3582 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/scheduler/get_job.py | [
"Apache-2.0"
] | Python | properties | 'outputs.JobPropertiesResponse' | def properties(self) -> 'outputs.JobPropertiesResponse':
"""
Gets or sets the job properties.
"""
return pulumi.get(self, "properties") |
Gets or sets the job properties.
| Gets or sets the job properties. | [
"Gets",
"or",
"sets",
"the",
"job",
"properties",
"."
] | def properties(self) -> 'outputs.JobPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.JobPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Gets or sets the job properties. | [
"Gets",
"or",
"sets",
"the",
"job",
"properties",
"."
] | [
"\"\"\"\n Gets or sets the job properties.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8234636b6d809b84d9f9d0296777a190422d30a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170401/activity_log_alert.py | [
"Apache-2.0"
] | Python | actions | pulumi.Output['outputs.ActivityLogAlertActionListResponse'] | def actions(self) -> pulumi.Output['outputs.ActivityLogAlertActionListResponse']:
"""
The actions that will activate when the condition is met.
"""
return pulumi.get(self, "actions") |
The actions that will activate when the condition is met.
| The actions that will activate when the condition is met. | [
"The",
"actions",
"that",
"will",
"activate",
"when",
"the",
"condition",
"is",
"met",
"."
] | def actions(self) -> pulumi.Output['outputs.ActivityLogAlertActionListResponse']:
return pulumi.get(self, "actions") | [
"def",
"actions",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ActivityLogAlertActionListResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"actions\"",
")"
] | The actions that will activate when the condition is met. | [
"The",
"actions",
"that",
"will",
"activate",
"when",
"the",
"condition",
"is",
"met",
"."
] | [
"\"\"\"\n The actions that will activate when the condition is met.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f8234636b6d809b84d9f9d0296777a190422d30a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170401/activity_log_alert.py | [
"Apache-2.0"
] | Python | condition | pulumi.Output['outputs.ActivityLogAlertAllOfConditionResponse'] | def condition(self) -> pulumi.Output['outputs.ActivityLogAlertAllOfConditionResponse']:
"""
The condition that will cause this alert to activate.
"""
return pulumi.get(self, "condition") |
The condition that will cause this alert to activate.
| The condition that will cause this alert to activate. | [
"The",
"condition",
"that",
"will",
"cause",
"this",
"alert",
"to",
"activate",
"."
] | def condition(self) -> pulumi.Output['outputs.ActivityLogAlertAllOfConditionResponse']:
return pulumi.get(self, "condition") | [
"def",
"condition",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ActivityLogAlertAllOfConditionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"condition\"",
")"
] | The condition that will cause this alert to activate. | [
"The",
"condition",
"that",
"will",
"cause",
"this",
"alert",
"to",
"activate",
"."
] | [
"\"\"\"\n The condition that will cause this alert to activate.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | auto_apply_decisions_enabled | Optional[bool] | def auto_apply_decisions_enabled(self) -> Optional[bool]:
"""
Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review.
"""
return pulumi.get(sel... |
Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review.
| Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review. | [
"Flag",
"to",
"indicate",
"whether",
"auto",
"-",
"apply",
"capability",
"to",
"automatically",
"change",
"the",
"target",
"object",
"access",
"resource",
"is",
"enabled",
".",
"If",
"not",
"enabled",
"a",
"user",
"must",
"after",
"the",
"review",
"completes",... | def auto_apply_decisions_enabled(self) -> Optional[bool]:
return pulumi.get(self, "auto_apply_decisions_enabled") | [
"def",
"auto_apply_decisions_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_apply_decisions_enabled\"",
")"
] | Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"auto",
"-",
"apply",
"capability",
"to",
"automatically",
"change",
"the",
"target",
"object",
"access",
"resource",
"is",
"enabled",
"."
] | [
"\"\"\"\n Flag to indicate whether auto-apply capability, to automatically change the target object access resource, is enabled. If not enabled, a user must, after the review completes, apply the access review.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | default_decision | Optional[str] | def default_decision(self) -> Optional[str]:
"""
This specifies the behavior for the autoReview feature when an access review completes.
"""
return pulumi.get(self, "default_decision") |
This specifies the behavior for the autoReview feature when an access review completes.
| This specifies the behavior for the autoReview feature when an access review completes. | [
"This",
"specifies",
"the",
"behavior",
"for",
"the",
"autoReview",
"feature",
"when",
"an",
"access",
"review",
"completes",
"."
] | def default_decision(self) -> Optional[str]:
return pulumi.get(self, "default_decision") | [
"def",
"default_decision",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_decision\"",
")"
] | This specifies the behavior for the autoReview feature when an access review completes. | [
"This",
"specifies",
"the",
"behavior",
"for",
"the",
"autoReview",
"feature",
"when",
"an",
"access",
"review",
"completes",
"."
] | [
"\"\"\"\n This specifies the behavior for the autoReview feature when an access review completes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | default_decision_enabled | Optional[bool] | def default_decision_enabled(self) -> Optional[bool]:
"""
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
"""
return pulumi.get(self, "default_decision_enabled") |
Flag to indicate whether reviewers are required to provide a justification when reviewing access.
| Flag to indicate whether reviewers are required to provide a justification when reviewing access. | [
"Flag",
"to",
"indicate",
"whether",
"reviewers",
"are",
"required",
"to",
"provide",
"a",
"justification",
"when",
"reviewing",
"access",
"."
] | def default_decision_enabled(self) -> Optional[bool]:
return pulumi.get(self, "default_decision_enabled") | [
"def",
"default_decision_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_decision_enabled\"",
")"
] | Flag to indicate whether reviewers are required to provide a justification when reviewing access. | [
"Flag",
"to",
"indicate",
"whether",
"reviewers",
"are",
"required",
"to",
"provide",
"a",
"justification",
"when",
"reviewing",
"access",
"."
] | [
"\"\"\"\n Flag to indicate whether reviewers are required to provide a justification when reviewing access.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | description_for_admins | Optional[str] | def description_for_admins(self) -> Optional[str]:
"""
The description provided by the access review creator and visible to admins.
"""
return pulumi.get(self, "description_for_admins") |
The description provided by the access review creator and visible to admins.
| The description provided by the access review creator and visible to admins. | [
"The",
"description",
"provided",
"by",
"the",
"access",
"review",
"creator",
"and",
"visible",
"to",
"admins",
"."
] | def description_for_admins(self) -> Optional[str]:
return pulumi.get(self, "description_for_admins") | [
"def",
"description_for_admins",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"description_for_admins\"",
")"
] | The description provided by the access review creator and visible to admins. | [
"The",
"description",
"provided",
"by",
"the",
"access",
"review",
"creator",
"and",
"visible",
"to",
"admins",
"."
] | [
"\"\"\"\n The description provided by the access review creator and visible to admins.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | description_for_reviewers | Optional[str] | def description_for_reviewers(self) -> Optional[str]:
"""
The description provided by the access review creator to be shown to reviewers.
"""
return pulumi.get(self, "description_for_reviewers") |
The description provided by the access review creator to be shown to reviewers.
| The description provided by the access review creator to be shown to reviewers. | [
"The",
"description",
"provided",
"by",
"the",
"access",
"review",
"creator",
"to",
"be",
"shown",
"to",
"reviewers",
"."
] | def description_for_reviewers(self) -> Optional[str]:
return pulumi.get(self, "description_for_reviewers") | [
"def",
"description_for_reviewers",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"description_for_reviewers\"",
")"
] | The description provided by the access review creator to be shown to reviewers. | [
"The",
"description",
"provided",
"by",
"the",
"access",
"review",
"creator",
"to",
"be",
"shown",
"to",
"reviewers",
"."
] | [
"\"\"\"\n The description provided by the access review creator to be shown to reviewers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | instance_duration_in_days | Optional[int] | def instance_duration_in_days(self) -> Optional[int]:
"""
The duration in days for an instance.
"""
return pulumi.get(self, "instance_duration_in_days") |
The duration in days for an instance.
| The duration in days for an instance. | [
"The",
"duration",
"in",
"days",
"for",
"an",
"instance",
"."
] | def instance_duration_in_days(self) -> Optional[int]:
return pulumi.get(self, "instance_duration_in_days") | [
"def",
"instance_duration_in_days",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_duration_in_days\"",
")"
] | The duration in days for an instance. | [
"The",
"duration",
"in",
"days",
"for",
"an",
"instance",
"."
] | [
"\"\"\"\n The duration in days for an instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | instances | Optional[Sequence['outputs.AccessReviewInstanceResponse']] | def instances(self) -> Optional[Sequence['outputs.AccessReviewInstanceResponse']]:
"""
This is the collection of instances returned when one does an expand on it.
"""
return pulumi.get(self, "instances") |
This is the collection of instances returned when one does an expand on it.
| This is the collection of instances returned when one does an expand on it. | [
"This",
"is",
"the",
"collection",
"of",
"instances",
"returned",
"when",
"one",
"does",
"an",
"expand",
"on",
"it",
"."
] | def instances(self) -> Optional[Sequence['outputs.AccessReviewInstanceResponse']]:
return pulumi.get(self, "instances") | [
"def",
"instances",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AccessReviewInstanceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instances\"",
")"
] | This is the collection of instances returned when one does an expand on it. | [
"This",
"is",
"the",
"collection",
"of",
"instances",
"returned",
"when",
"one",
"does",
"an",
"expand",
"on",
"it",
"."
] | [
"\"\"\"\n This is the collection of instances returned when one does an expand on it.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | justification_required_on_approval | Optional[bool] | def justification_required_on_approval(self) -> Optional[bool]:
"""
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
"""
return pulumi.get(self, "justification_required_on_approval") |
Flag to indicate whether the reviewer is required to pass justification when recording a decision.
| Flag to indicate whether the reviewer is required to pass justification when recording a decision. | [
"Flag",
"to",
"indicate",
"whether",
"the",
"reviewer",
"is",
"required",
"to",
"pass",
"justification",
"when",
"recording",
"a",
"decision",
"."
] | def justification_required_on_approval(self) -> Optional[bool]:
return pulumi.get(self, "justification_required_on_approval") | [
"def",
"justification_required_on_approval",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"justification_required_on_approval\"",
")"
] | Flag to indicate whether the reviewer is required to pass justification when recording a decision. | [
"Flag",
"to",
"indicate",
"whether",
"the",
"reviewer",
"is",
"required",
"to",
"pass",
"justification",
"when",
"recording",
"a",
"decision",
"."
] | [
"\"\"\"\n Flag to indicate whether the reviewer is required to pass justification when recording a decision.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | mail_notifications_enabled | Optional[bool] | def mail_notifications_enabled(self) -> Optional[bool]:
"""
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
"""
return pulumi.get(self, "mail_notifications_enabled") |
Flag to indicate whether sending mails to reviewers and the review creator is enabled.
| Flag to indicate whether sending mails to reviewers and the review creator is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"sending",
"mails",
"to",
"reviewers",
"and",
"the",
"review",
"creator",
"is",
"enabled",
"."
] | def mail_notifications_enabled(self) -> Optional[bool]:
return pulumi.get(self, "mail_notifications_enabled") | [
"def",
"mail_notifications_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mail_notifications_enabled\"",
")"
] | Flag to indicate whether sending mails to reviewers and the review creator is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"sending",
"mails",
"to",
"reviewers",
"and",
"the",
"review",
"creator",
"is",
"enabled",
"."
] | [
"\"\"\"\n Flag to indicate whether sending mails to reviewers and the review creator 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": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | number_of_occurrences | Optional[int] | def number_of_occurrences(self) -> Optional[int]:
"""
The number of times to repeat the access review. Required and must be positive if type is numbered.
"""
return pulumi.get(self, "number_of_occurrences") |
The number of times to repeat the access review. Required and must be positive if type is numbered.
| The number of times to repeat the access review. Required and must be positive if type is numbered. | [
"The",
"number",
"of",
"times",
"to",
"repeat",
"the",
"access",
"review",
".",
"Required",
"and",
"must",
"be",
"positive",
"if",
"type",
"is",
"numbered",
"."
] | def number_of_occurrences(self) -> Optional[int]:
return pulumi.get(self, "number_of_occurrences") | [
"def",
"number_of_occurrences",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"number_of_occurrences\"",
")"
] | The number of times to repeat the access review. | [
"The",
"number",
"of",
"times",
"to",
"repeat",
"the",
"access",
"review",
"."
] | [
"\"\"\"\n The number of times to repeat the access review. Required and must be positive if type is numbered.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | principal_type | str | def principal_type(self) -> str:
"""
The identity type user/servicePrincipal to review
"""
return pulumi.get(self, "principal_type") |
The identity type user/servicePrincipal to review
| The identity type user/servicePrincipal to review | [
"The",
"identity",
"type",
"user",
"/",
"servicePrincipal",
"to",
"review"
] | def principal_type(self) -> str:
return pulumi.get(self, "principal_type") | [
"def",
"principal_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"principal_type\"",
")"
] | The identity type user/servicePrincipal to review | [
"The",
"identity",
"type",
"user",
"/",
"servicePrincipal",
"to",
"review"
] | [
"\"\"\"\n The identity type user/servicePrincipal to review\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | recommendations_enabled | Optional[bool] | def recommendations_enabled(self) -> Optional[bool]:
"""
Flag to indicate whether showing recommendations to reviewers is enabled.
"""
return pulumi.get(self, "recommendations_enabled") |
Flag to indicate whether showing recommendations to reviewers is enabled.
| Flag to indicate whether showing recommendations to reviewers is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"showing",
"recommendations",
"to",
"reviewers",
"is",
"enabled",
"."
] | def recommendations_enabled(self) -> Optional[bool]:
return pulumi.get(self, "recommendations_enabled") | [
"def",
"recommendations_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recommendations_enabled\"",
")"
] | Flag to indicate whether showing recommendations to reviewers is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"showing",
"recommendations",
"to",
"reviewers",
"is",
"enabled",
"."
] | [
"\"\"\"\n Flag to indicate whether showing recommendations to reviewers 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": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | reminder_notifications_enabled | Optional[bool] | def reminder_notifications_enabled(self) -> Optional[bool]:
"""
Flag to indicate whether sending reminder emails to reviewers are enabled.
"""
return pulumi.get(self, "reminder_notifications_enabled") |
Flag to indicate whether sending reminder emails to reviewers are enabled.
| Flag to indicate whether sending reminder emails to reviewers are enabled. | [
"Flag",
"to",
"indicate",
"whether",
"sending",
"reminder",
"emails",
"to",
"reviewers",
"are",
"enabled",
"."
] | def reminder_notifications_enabled(self) -> Optional[bool]:
return pulumi.get(self, "reminder_notifications_enabled") | [
"def",
"reminder_notifications_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"reminder_notifications_enabled\"",
")"
] | Flag to indicate whether sending reminder emails to reviewers are enabled. | [
"Flag",
"to",
"indicate",
"whether",
"sending",
"reminder",
"emails",
"to",
"reviewers",
"are",
"enabled",
"."
] | [
"\"\"\"\n Flag to indicate whether sending reminder emails to reviewers are enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | reviewers | Optional[Sequence['outputs.AccessReviewReviewerResponse']] | def reviewers(self) -> Optional[Sequence['outputs.AccessReviewReviewerResponse']]:
"""
This is the collection of reviewers.
"""
return pulumi.get(self, "reviewers") |
This is the collection of reviewers.
| This is the collection of reviewers. | [
"This",
"is",
"the",
"collection",
"of",
"reviewers",
"."
] | def reviewers(self) -> Optional[Sequence['outputs.AccessReviewReviewerResponse']]:
return pulumi.get(self, "reviewers") | [
"def",
"reviewers",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AccessReviewReviewerResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"reviewers\"",
")"
] | This is the collection of reviewers. | [
"This",
"is",
"the",
"collection",
"of",
"reviewers",
"."
] | [
"\"\"\"\n This is the collection of reviewers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | reviewers_type | str | def reviewers_type(self) -> str:
"""
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
"""
... |
This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.
| This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review. | [
"This",
"field",
"specifies",
"the",
"type",
"of",
"reviewers",
"for",
"a",
"review",
".",
"Usually",
"for",
"a",
"review",
"reviewers",
"are",
"explicitly",
"assigned",
".",
"However",
"in",
"some",
"cases",
"the",
"reviewers",
"may",
"not",
"be",
"assigned... | def reviewers_type(self) -> str:
return pulumi.get(self, "reviewers_type") | [
"def",
"reviewers_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"reviewers_type\"",
")"
] | This field specifies the type of reviewers for a review. | [
"This",
"field",
"specifies",
"the",
"type",
"of",
"reviewers",
"for",
"a",
"review",
"."
] | [
"\"\"\"\n This field specifies the type of reviewers for a review. Usually for a review, reviewers are explicitly assigned. However, in some cases, the reviewers may not be assigned and instead be chosen dynamically. For example managers review or self review.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f827f2699c013c49504f8caf922b61ddbc9524df | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/authorization/v20180501preview/get_access_review_schedule_definition_by_id.py | [
"Apache-2.0"
] | Python | role_definition_id | str | def role_definition_id(self) -> str:
"""
This is used to indicate the role being reviewed
"""
return pulumi.get(self, "role_definition_id") |
This is used to indicate the role being reviewed
| This is used to indicate the role being reviewed | [
"This",
"is",
"used",
"to",
"indicate",
"the",
"role",
"being",
"reviewed"
] | def role_definition_id(self) -> str:
return pulumi.get(self, "role_definition_id") | [
"def",
"role_definition_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"role_definition_id\"",
")"
] | This is used to indicate the role being reviewed | [
"This",
"is",
"used",
"to",
"indicate",
"the",
"role",
"being",
"reviewed"
] | [
"\"\"\"\n This is used to indicate the role being reviewed\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f836314aca95d986549288265d9d2138923d2a2e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/notificationhubs/v20160301/get_namespace_authorization_rule.py | [
"Apache-2.0"
] | Python | rights | Optional[Sequence[str]] | def rights(self) -> Optional[Sequence[str]]:
"""
The rights associated with the rule.
"""
return pulumi.get(self, "rights") |
The rights associated with the rule.
| The rights associated with the rule. | [
"The",
"rights",
"associated",
"with",
"the",
"rule",
"."
] | def rights(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "rights") | [
"def",
"rights",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"rights\"",
")"
] | The rights associated with the rule. | [
"The",
"rights",
"associated",
"with",
"the",
"rule",
"."
] | [
"\"\"\"\n The rights associated with 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": []
} |
9b5fb3502f6f7d57cc13f9ee7f5adc475f3bc153 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kusto/latest/list_cluster_language_extensions.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.LanguageExtensionResponse']] | def value(self) -> Optional[Sequence['outputs.LanguageExtensionResponse']]:
"""
The list of language extensions.
"""
return pulumi.get(self, "value") |
The list of language extensions.
| The list of language extensions. | [
"The",
"list",
"of",
"language",
"extensions",
"."
] | def value(self) -> Optional[Sequence['outputs.LanguageExtensionResponse']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.LanguageExtensionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The list of language extensions. | [
"The",
"list",
"of",
"language",
"extensions",
"."
] | [
"\"\"\"\n The list of language extensions.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b5fb3502f6f7d57cc13f9ee7f5adc475f3bc153 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kusto/latest/list_cluster_language_extensions.py | [
"Apache-2.0"
] | Python | list_cluster_language_extensions | AwaitableListClusterLanguageExtensionsResult | def list_cluster_language_extensions(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterLanguageExtensionsResult:
"""
The list of language ext... |
The list of language extension objects.
Latest API Version: 2020-09-18.
:param str cluster_name: The name of the Kusto cluster.
:param str resource_group_name: The name of the resource group containing the Kusto cluster.
| The list of language extension objects. | [
"The",
"list",
"of",
"language",
"extension",
"objects",
"."
] | def list_cluster_language_extensions(cluster_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListClusterLanguageExtensionsResult:
pulumi.log.warn("list_cluster_la... | [
"def",
"list_cluster_language_extensions",
"(",
"cluster_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
... | The list of language extension objects. | [
"The",
"list",
"of",
"language",
"extension",
"objects",
"."
] | [
"\"\"\"\n The list of language extension objects.\n Latest API Version: 2020-09-18.\n\n\n :param str cluster_name: The name of the Kusto cluster.\n :param str resource_group_name: The name of the resource group containing the Kusto cluster.\n \"\"\""
] | [
{
"param": "cluster_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "cluster_name",
"type": "Optional[str]",
"docstring": "The name of the Kusto cluster.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"Kusto",
"cluster",
"."
],
... |
9b6173530fa948746e1028a3e8f25ab0ccc666b1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20170901/get_batch_account.py | [
"Apache-2.0"
] | Python | auto_storage | 'outputs.AutoStoragePropertiesResponse' | def auto_storage(self) -> 'outputs.AutoStoragePropertiesResponse':
"""
Contains information about the auto-storage account associated with a Batch account.
"""
return pulumi.get(self, "auto_storage") |
Contains information about the auto-storage account associated with a Batch account.
| Contains information about the auto-storage account associated with a Batch account. | [
"Contains",
"information",
"about",
"the",
"auto",
"-",
"storage",
"account",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | def auto_storage(self) -> 'outputs.AutoStoragePropertiesResponse':
return pulumi.get(self, "auto_storage") | [
"def",
"auto_storage",
"(",
"self",
")",
"->",
"'outputs.AutoStoragePropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_storage\"",
")"
] | Contains information about the auto-storage account associated with a Batch account. | [
"Contains",
"information",
"about",
"the",
"auto",
"-",
"storage",
"account",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | [
"\"\"\"\n Contains information about the auto-storage account associated with a Batch 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": []
} |
9b6173530fa948746e1028a3e8f25ab0ccc666b1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batch/v20170901/get_batch_account.py | [
"Apache-2.0"
] | Python | key_vault_reference | 'outputs.KeyVaultReferenceResponse' | def key_vault_reference(self) -> 'outputs.KeyVaultReferenceResponse':
"""
Identifies the Azure key vault associated with a Batch account.
"""
return pulumi.get(self, "key_vault_reference") |
Identifies the Azure key vault associated with a Batch account.
| Identifies the Azure key vault associated with a Batch account. | [
"Identifies",
"the",
"Azure",
"key",
"vault",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | def key_vault_reference(self) -> 'outputs.KeyVaultReferenceResponse':
return pulumi.get(self, "key_vault_reference") | [
"def",
"key_vault_reference",
"(",
"self",
")",
"->",
"'outputs.KeyVaultReferenceResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_reference\"",
")"
] | Identifies the Azure key vault associated with a Batch account. | [
"Identifies",
"the",
"Azure",
"key",
"vault",
"associated",
"with",
"a",
"Batch",
"account",
"."
] | [
"\"\"\"\n Identifies the Azure key vault associated with a Batch 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": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | configured_role_types | Sequence[str] | def configured_role_types(self) -> Sequence[str]:
"""
Type of compute roles configured.
"""
return pulumi.get(self, "configured_role_types") |
Type of compute roles configured.
| Type of compute roles configured. | [
"Type",
"of",
"compute",
"roles",
"configured",
"."
] | def configured_role_types(self) -> Sequence[str]:
return pulumi.get(self, "configured_role_types") | [
"def",
"configured_role_types",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"configured_role_types\"",
")"
] | Type of compute roles configured. | [
"Type",
"of",
"compute",
"roles",
"configured",
"."
] | [
"\"\"\"\n Type of compute roles configured.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | culture | str | def culture(self) -> str:
"""
The Data Box Edge/Gateway device culture.
"""
return pulumi.get(self, "culture") |
The Data Box Edge/Gateway device culture.
| The Data Box Edge/Gateway device culture. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"culture",
"."
] | def culture(self) -> str:
return pulumi.get(self, "culture") | [
"def",
"culture",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"culture\"",
")"
] | The Data Box Edge/Gateway device culture. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"culture",
"."
] | [
"\"\"\"\n The Data Box Edge/Gateway device culture.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | data_box_edge_device_status | Optional[str] | def data_box_edge_device_status(self) -> Optional[str]:
"""
The status of the Data Box Edge/Gateway device.
"""
return pulumi.get(self, "data_box_edge_device_status") |
The status of the Data Box Edge/Gateway device.
| The status of the Data Box Edge/Gateway device. | [
"The",
"status",
"of",
"the",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"."
] | def data_box_edge_device_status(self) -> Optional[str]:
return pulumi.get(self, "data_box_edge_device_status") | [
"def",
"data_box_edge_device_status",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_box_edge_device_status\"",
")"
] | The status of the Data Box Edge/Gateway device. | [
"The",
"status",
"of",
"the",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"."
] | [
"\"\"\"\n The status of the Data Box Edge/Gateway device.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | device_hcs_version | str | def device_hcs_version(self) -> str:
"""
The device software version number of the device (eg: 1.2.18105.6).
"""
return pulumi.get(self, "device_hcs_version") |
The device software version number of the device (eg: 1.2.18105.6).
| The device software version number of the device . | [
"The",
"device",
"software",
"version",
"number",
"of",
"the",
"device",
"."
] | def device_hcs_version(self) -> str:
return pulumi.get(self, "device_hcs_version") | [
"def",
"device_hcs_version",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"device_hcs_version\"",
")"
] | The device software version number of the device (eg: 1.2.18105.6). | [
"The",
"device",
"software",
"version",
"number",
"of",
"the",
"device",
"(",
"eg",
":",
"1",
".",
"2",
".",
"18105",
".",
"6",
")",
"."
] | [
"\"\"\"\n The device software version number of the device (eg: 1.2.18105.6).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | device_local_capacity | float | def device_local_capacity(self) -> float:
"""
The Data Box Edge/Gateway device local capacity in MB.
"""
return pulumi.get(self, "device_local_capacity") |
The Data Box Edge/Gateway device local capacity in MB.
| The Data Box Edge/Gateway device local capacity in MB. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"local",
"capacity",
"in",
"MB",
"."
] | def device_local_capacity(self) -> float:
return pulumi.get(self, "device_local_capacity") | [
"def",
"device_local_capacity",
"(",
"self",
")",
"->",
"float",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"device_local_capacity\"",
")"
] | The Data Box Edge/Gateway device local capacity in MB. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"local",
"capacity",
"in",
"MB",
"."
] | [
"\"\"\"\n The Data Box Edge/Gateway device local capacity in MB.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | device_model | str | def device_model(self) -> str:
"""
The Data Box Edge/Gateway device model.
"""
return pulumi.get(self, "device_model") |
The Data Box Edge/Gateway device model.
| The Data Box Edge/Gateway device model. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"model",
"."
] | def device_model(self) -> str:
return pulumi.get(self, "device_model") | [
"def",
"device_model",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"device_model\"",
")"
] | The Data Box Edge/Gateway device model. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"model",
"."
] | [
"\"\"\"\n The Data Box Edge/Gateway device model.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | device_software_version | str | def device_software_version(self) -> str:
"""
The Data Box Edge/Gateway device software version.
"""
return pulumi.get(self, "device_software_version") |
The Data Box Edge/Gateway device software version.
| The Data Box Edge/Gateway device software version. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"software",
"version",
"."
] | def device_software_version(self) -> str:
return pulumi.get(self, "device_software_version") | [
"def",
"device_software_version",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"device_software_version\"",
")"
] | The Data Box Edge/Gateway device software version. | [
"The",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"software",
"version",
"."
] | [
"\"\"\"\n The Data Box Edge/Gateway device software version.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9b792cad38e263d4ec590d092612bbbdb88f1983 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_device.py | [
"Apache-2.0"
] | Python | model_description | Optional[str] | def model_description(self) -> Optional[str]:
"""
The description of the Data Box Edge/Gateway device model.
"""
return pulumi.get(self, "model_description") |
The description of the Data Box Edge/Gateway device model.
| The description of the Data Box Edge/Gateway device model. | [
"The",
"description",
"of",
"the",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"model",
"."
] | def model_description(self) -> Optional[str]:
return pulumi.get(self, "model_description") | [
"def",
"model_description",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"model_description\"",
")"
] | The description of the Data Box Edge/Gateway device model. | [
"The",
"description",
"of",
"the",
"Data",
"Box",
"Edge",
"/",
"Gateway",
"device",
"model",
"."
] | [
"\"\"\"\n The description of the Data Box Edge/Gateway device model.\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 | sku | 'outputs.ApiManagementServiceSkuPropertiesResponse' | def sku(self) -> 'outputs.ApiManagementServiceSkuPropertiesResponse':
"""
SKU properties of the API Management service.
"""
return pulumi.get(self, "sku") |
SKU properties of the API Management service.
| SKU properties of the API Management service. | [
"SKU",
"properties",
"of",
"the",
"API",
"Management",
"service",
"."
] | def sku(self) -> 'outputs.ApiManagementServiceSkuPropertiesResponse':
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"'outputs.ApiManagementServiceSkuPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | SKU properties of the API Management service. | [
"SKU",
"properties",
"of",
"the",
"API",
"Management",
"service",
"."
] | [
"\"\"\"\n SKU properties of the API Management service.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | static_ips | Sequence[str] | def static_ips(self) -> Sequence[str]:
"""
Static IP addresses of the location's virtual machines.
"""
return pulumi.get(self, "static_ips") |
Static IP addresses of the location's virtual machines.
| Static IP addresses of the location's virtual machines. | [
"Static",
"IP",
"addresses",
"of",
"the",
"location",
"'",
"s",
"virtual",
"machines",
"."
] | def static_ips(self) -> Sequence[str]:
return pulumi.get(self, "static_ips") | [
"def",
"static_ips",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"static_ips\"",
")"
] | Static IP addresses of the location's virtual machines. | [
"Static",
"IP",
"addresses",
"of",
"the",
"location",
"'",
"s",
"virtual",
"machines",
"."
] | [
"\"\"\"\n Static IP addresses of the location's virtual machines.\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 | virtual_network_configuration | Optional['outputs.VirtualNetworkConfigurationResponse'] | def virtual_network_configuration(self) -> Optional['outputs.VirtualNetworkConfigurationResponse']:
"""
Virtual network configuration for the location.
"""
return pulumi.get(self, "virtual_network_configuration") |
Virtual network configuration for the location.
| Virtual network configuration for the location. | [
"Virtual",
"network",
"configuration",
"for",
"the",
"location",
"."
] | def virtual_network_configuration(self) -> Optional['outputs.VirtualNetworkConfigurationResponse']:
return pulumi.get(self, "virtual_network_configuration") | [
"def",
"virtual_network_configuration",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.VirtualNetworkConfigurationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_configuration\"",
")"
] | Virtual network configuration for the location. | [
"Virtual",
"network",
"configuration",
"for",
"the",
"location",
"."
] | [
"\"\"\"\n Virtual network configuration for the location.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | versioning_scheme | str | def versioning_scheme(self) -> str:
"""
An value that determines where the API Version identifer will be located in a HTTP request.
"""
return pulumi.get(self, "versioning_scheme") |
An value that determines where the API Version identifer will be located in a HTTP request.
| An value that determines where the API Version identifer will be located in a HTTP request. | [
"An",
"value",
"that",
"determines",
"where",
"the",
"API",
"Version",
"identifer",
"will",
"be",
"located",
"in",
"a",
"HTTP",
"request",
"."
] | def versioning_scheme(self) -> str:
return pulumi.get(self, "versioning_scheme") | [
"def",
"versioning_scheme",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"versioning_scheme\"",
")"
] | An value that determines where the API Version identifer will be located in a HTTP request. | [
"An",
"value",
"that",
"determines",
"where",
"the",
"API",
"Version",
"identifer",
"will",
"be",
"located",
"in",
"a",
"HTTP",
"request",
"."
] | [
"\"\"\"\n An value that determines where the API Version identifer will be located in a HTTP request.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | version_header_name | Optional[str] | def version_header_name(self) -> Optional[str]:
"""
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
"""
return pulumi.get(self, "version_header_name") |
Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.
| Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. | [
"Name",
"of",
"HTTP",
"header",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"header",
"`",
"."
] | def version_header_name(self) -> Optional[str]:
return pulumi.get(self, "version_header_name") | [
"def",
"version_header_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"version_header_name\"",
")"
] | Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`. | [
"Name",
"of",
"HTTP",
"header",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"header",
"`",
"."
] | [
"\"\"\"\n Name of HTTP header parameter that indicates the API Version if versioningScheme is set to `header`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | version_query_name | Optional[str] | def version_query_name(self) -> Optional[str]:
"""
Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
"""
return pulumi.get(self, "version_query_name") |
Name of query parameter that indicates the API Version if versioningScheme is set to `query`.
| Name of query parameter that indicates the API Version if versioningScheme is set to `query`. | [
"Name",
"of",
"query",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"query",
"`",
"."
] | def version_query_name(self) -> Optional[str]:
return pulumi.get(self, "version_query_name") | [
"def",
"version_query_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"version_query_name\"",
")"
] | Name of query parameter that indicates the API Version if versioningScheme is set to `query`. | [
"Name",
"of",
"query",
"parameter",
"that",
"indicates",
"the",
"API",
"Version",
"if",
"versioningScheme",
"is",
"set",
"to",
"`",
"query",
"`",
"."
] | [
"\"\"\"\n Name of query parameter that indicates the API Version if versioningScheme is set to `query`.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | certificate | Optional[Sequence[str]] | def certificate(self) -> Optional[Sequence[str]]:
"""
List of Client Certificate Thumbprint.
"""
return pulumi.get(self, "certificate") |
List of Client Certificate Thumbprint.
| List of Client Certificate Thumbprint. | [
"List",
"of",
"Client",
"Certificate",
"Thumbprint",
"."
] | def certificate(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "certificate") | [
"def",
"certificate",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"certificate\"",
")"
] | List of Client Certificate Thumbprint. | [
"List",
"of",
"Client",
"Certificate",
"Thumbprint",
"."
] | [
"\"\"\"\n List of Client Certificate Thumbprint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | client_certificatethumbprint | str | def client_certificatethumbprint(self) -> str:
"""
The client certificate thumbprint for the management endpoint.
"""
return pulumi.get(self, "client_certificatethumbprint") |
The client certificate thumbprint for the management endpoint.
| The client certificate thumbprint for the management endpoint. | [
"The",
"client",
"certificate",
"thumbprint",
"for",
"the",
"management",
"endpoint",
"."
] | def client_certificatethumbprint(self) -> str:
return pulumi.get(self, "client_certificatethumbprint") | [
"def",
"client_certificatethumbprint",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"client_certificatethumbprint\"",
")"
] | The client certificate thumbprint for the management endpoint. | [
"The",
"client",
"certificate",
"thumbprint",
"for",
"the",
"management",
"endpoint",
"."
] | [
"\"\"\"\n The client certificate thumbprint for the management endpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | max_partition_resolution_retries | Optional[int] | def max_partition_resolution_retries(self) -> Optional[int]:
"""
Maximum number of retries while attempting resolve the partition.
"""
return pulumi.get(self, "max_partition_resolution_retries") |
Maximum number of retries while attempting resolve the partition.
| Maximum number of retries while attempting resolve the partition. | [
"Maximum",
"number",
"of",
"retries",
"while",
"attempting",
"resolve",
"the",
"partition",
"."
] | def max_partition_resolution_retries(self) -> Optional[int]:
return pulumi.get(self, "max_partition_resolution_retries") | [
"def",
"max_partition_resolution_retries",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_partition_resolution_retries\"",
")"
] | Maximum number of retries while attempting resolve the partition. | [
"Maximum",
"number",
"of",
"retries",
"while",
"attempting",
"resolve",
"the",
"partition",
"."
] | [
"\"\"\"\n Maximum number of retries while attempting resolve the partition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | server_certificate_thumbprints | Optional[Sequence[str]] | def server_certificate_thumbprints(self) -> Optional[Sequence[str]]:
"""
Thumbprints of certificates cluster management service uses for tls communication
"""
return pulumi.get(self, "server_certificate_thumbprints") |
Thumbprints of certificates cluster management service uses for tls communication
| Thumbprints of certificates cluster management service uses for tls communication | [
"Thumbprints",
"of",
"certificates",
"cluster",
"management",
"service",
"uses",
"for",
"tls",
"communication"
] | def server_certificate_thumbprints(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "server_certificate_thumbprints") | [
"def",
"server_certificate_thumbprints",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"server_certificate_thumbprints\"",
")"
] | Thumbprints of certificates cluster management service uses for tls communication | [
"Thumbprints",
"of",
"certificates",
"cluster",
"management",
"service",
"uses",
"for",
"tls",
"communication"
] | [
"\"\"\"\n Thumbprints of certificates cluster management service uses for tls communication\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | validate_certificate_chain | Optional[bool] | def validate_certificate_chain(self) -> Optional[bool]:
"""
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
"""
return pulumi.get(self, "validate_certificate_chain") |
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
| Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"chain",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | def validate_certificate_chain(self) -> Optional[bool]:
return pulumi.get(self, "validate_certificate_chain") | [
"def",
"validate_certificate_chain",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validate_certificate_chain\"",
")"
] | Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"chain",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | [
"\"\"\"\n Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | validate_certificate_name | Optional[bool] | def validate_certificate_name(self) -> Optional[bool]:
"""
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
"""
return pulumi.get(self, "validate_certificate_name") |
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.
| Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"name",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | def validate_certificate_name(self) -> Optional[bool]:
return pulumi.get(self, "validate_certificate_name") | [
"def",
"validate_certificate_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validate_certificate_name\"",
")"
] | Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host. | [
"Flag",
"indicating",
"whether",
"SSL",
"certificate",
"name",
"validation",
"should",
"be",
"done",
"when",
"using",
"self",
"-",
"signed",
"certificates",
"for",
"this",
"backend",
"host",
"."
] | [
"\"\"\"\n Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | built_in | bool | def built_in(self) -> bool:
"""
true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
"""
return pulumi.get(self, "built_in") |
true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
| true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false. | [
"true",
"if",
"the",
"group",
"is",
"one",
"of",
"the",
"three",
"system",
"groups",
"(",
"Administrators",
"Developers",
"or",
"Guests",
")",
";",
"otherwise",
"false",
"."
] | def built_in(self) -> bool:
return pulumi.get(self, "built_in") | [
"def",
"built_in",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"built_in\"",
")"
] | true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false. | [
"true",
"if",
"the",
"group",
"is",
"one",
"of",
"the",
"three",
"system",
"groups",
"(",
"Administrators",
"Developers",
"or",
"Guests",
")",
";",
"otherwise",
"false",
"."
] | [
"\"\"\"\n true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise 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": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | external_id | Optional[str] | def external_id(self) -> Optional[str]:
"""
For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>; otherwise the value is null.
"""
return pulumi.get(sel... |
For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>; otherwise the value is null.
| For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://.onmicrosoft.com/groups/; otherwise the value is null. | [
"For",
"external",
"groups",
"this",
"property",
"contains",
"the",
"id",
"of",
"the",
"group",
"from",
"the",
"external",
"identity",
"provider",
"e",
".",
"g",
".",
"for",
"Azure",
"Active",
"Directory",
"aad",
":",
"//",
".",
"onmicrosoft",
".",
"com",
... | def external_id(self) -> Optional[str]:
return pulumi.get(self, "external_id") | [
"def",
"external_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_id\"",
")"
] | For external groups, this property contains the id of the group from the external identity provider, e.g. | [
"For",
"external",
"groups",
"this",
"property",
"contains",
"the",
"id",
"of",
"the",
"group",
"from",
"the",
"external",
"identity",
"provider",
"e",
".",
"g",
"."
] | [
"\"\"\"\n For external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>; otherwise the value is null.\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 | default_ssl_binding | Optional[bool] | def default_ssl_binding(self) -> Optional[bool]:
"""
Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple c... |
Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default... | Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on the default ssl cert... | [
"Specify",
"true",
"to",
"setup",
"the",
"certificate",
"associated",
"with",
"this",
"Hostname",
"as",
"the",
"Default",
"SSL",
"Certificate",
".",
"If",
"a",
"client",
"does",
"not",
"send",
"the",
"SNI",
"header",
"then",
"this",
"will",
"be",
"the",
"c... | def default_ssl_binding(self) -> Optional[bool]:
return pulumi.get(self, "default_ssl_binding") | [
"def",
"default_ssl_binding",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_ssl_binding\"",
")"
] | Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. | [
"Specify",
"true",
"to",
"setup",
"the",
"certificate",
"associated",
"with",
"this",
"Hostname",
"as",
"the",
"Default",
"SSL",
"Certificate",
"."
] | [
"\"\"\"\n Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate. If a client does not send the SNI header, then this will be the certificate that will be challenged. The property is useful if a service has multiple custom hostname enabled and it needs to decide on... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | key_vault_id | Optional[str] | def key_vault_id(self) -> Optional[str]:
"""
Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/... |
Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/x-pkcs12*
| Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/x-pkcs12 | [
"Url",
"to",
"the",
"KeyVault",
"Secret",
"containing",
"the",
"Ssl",
"Certificate",
".",
"If",
"absolute",
"Url",
"containing",
"version",
"is",
"provided",
"auto",
"-",
"update",
"of",
"ssl",
"certificate",
"will",
"not",
"work",
".",
"This",
"requires",
"... | def key_vault_id(self) -> Optional[str]:
return pulumi.get(self, "key_vault_id") | [
"def",
"key_vault_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_id\"",
")"
] | Url to the KeyVault Secret containing the Ssl Certificate. | [
"Url",
"to",
"the",
"KeyVault",
"Secret",
"containing",
"the",
"Ssl",
"Certificate",
"."
] | [
"\"\"\"\n Url to the KeyVault Secret containing the Ssl Certificate. If absolute Url containing version is provided, auto-update of ssl certificate will not work. This requires Api Management service to be configured with MSI. The secret should be of type *application/x-pkcs12*\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | negotiate_client_certificate | Optional[bool] | def negotiate_client_certificate(self) -> Optional[bool]:
"""
Specify true to always negotiate client certificate on the hostname. Default Value is false.
"""
return pulumi.get(self, "negotiate_client_certificate") |
Specify true to always negotiate client certificate on the hostname. Default Value is false.
| Specify true to always negotiate client certificate on the hostname. Default Value is false. | [
"Specify",
"true",
"to",
"always",
"negotiate",
"client",
"certificate",
"on",
"the",
"hostname",
".",
"Default",
"Value",
"is",
"false",
"."
] | def negotiate_client_certificate(self) -> Optional[bool]:
return pulumi.get(self, "negotiate_client_certificate") | [
"def",
"negotiate_client_certificate",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"negotiate_client_certificate\"",
")"
] | Specify true to always negotiate client certificate on the hostname. | [
"Specify",
"true",
"to",
"always",
"negotiate",
"client",
"certificate",
"on",
"the",
"hostname",
"."
] | [
"\"\"\"\n Specify true to always negotiate client certificate on the hostname. Default Value is false.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | max_percentage | Optional[float] | def max_percentage(self) -> Optional[float]:
"""
Maximum allowed rate of sampling.
"""
return pulumi.get(self, "max_percentage") |
Maximum allowed rate of sampling.
| Maximum allowed rate of sampling. | [
"Maximum",
"allowed",
"rate",
"of",
"sampling",
"."
] | def max_percentage(self) -> Optional[float]:
return pulumi.get(self, "max_percentage") | [
"def",
"max_percentage",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_percentage\"",
")"
] | Maximum allowed rate of sampling. | [
"Maximum",
"allowed",
"rate",
"of",
"sampling",
"."
] | [
"\"\"\"\n Maximum allowed rate of sampling.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | max_telemetry_items_per_second | Optional[int] | def max_telemetry_items_per_second(self) -> Optional[int]:
"""
Target rate of telemetry items per second.
"""
return pulumi.get(self, "max_telemetry_items_per_second") |
Target rate of telemetry items per second.
| Target rate of telemetry items per second. | [
"Target",
"rate",
"of",
"telemetry",
"items",
"per",
"second",
"."
] | def max_telemetry_items_per_second(self) -> Optional[int]:
return pulumi.get(self, "max_telemetry_items_per_second") | [
"def",
"max_telemetry_items_per_second",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_telemetry_items_per_second\"",
")"
] | Target rate of telemetry items per second. | [
"Target",
"rate",
"of",
"telemetry",
"items",
"per",
"second",
"."
] | [
"\"\"\"\n Target rate of telemetry items per second.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | min_percentage | Optional[float] | def min_percentage(self) -> Optional[float]:
"""
Minimum allowed rate of sampling.
"""
return pulumi.get(self, "min_percentage") |
Minimum allowed rate of sampling.
| Minimum allowed rate of sampling. | [
"Minimum",
"allowed",
"rate",
"of",
"sampling",
"."
] | def min_percentage(self) -> Optional[float]:
return pulumi.get(self, "min_percentage") | [
"def",
"min_percentage",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"min_percentage\"",
")"
] | Minimum allowed rate of sampling. | [
"Minimum",
"allowed",
"rate",
"of",
"sampling",
"."
] | [
"\"\"\"\n Minimum allowed rate of sampling.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
e941d7f130330658e25b884ba850847ea34de038 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/v20170301/outputs.py | [
"Apache-2.0"
] | Python | moving_average_ratio | Optional[float] | def moving_average_ratio(self) -> Optional[float]:
"""
Moving average ration assigned to most recent value.
"""
return pulumi.get(self, "moving_average_ratio") |
Moving average ration assigned to most recent value.
| Moving average ration assigned to most recent value. | [
"Moving",
"average",
"ration",
"assigned",
"to",
"most",
"recent",
"value",
"."
] | def moving_average_ratio(self) -> Optional[float]:
return pulumi.get(self, "moving_average_ratio") | [
"def",
"moving_average_ratio",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"moving_average_ratio\"",
")"
] | Moving average ration assigned to most recent value. | [
"Moving",
"average",
"ration",
"assigned",
"to",
"most",
"recent",
"value",
"."
] | [
"\"\"\"\n Moving average ration assigned to most recent value.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.