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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | database_edition | pulumi.Output[str] | def database_edition(self) -> pulumi.Output[str]:
"""
Edition of the metadata database for the App Service Environment, e.g. "Standard".
"""
return pulumi.get(self, "database_edition") |
Edition of the metadata database for the App Service Environment, e.g. "Standard".
| Edition of the metadata database for the App Service Environment, e.g. "Standard". | [
"Edition",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
".",
"\"",
"Standard",
"\"",
"."
] | def database_edition(self) -> pulumi.Output[str]:
return pulumi.get(self, "database_edition") | [
"def",
"database_edition",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_edition\"",
")"
] | Edition of the metadata database for the App Service Environment, e.g. | [
"Edition",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Edition of the metadata database for the App Service Environment, e.g. \"Standard\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | database_service_objective | pulumi.Output[str] | def database_service_objective(self) -> pulumi.Output[str]:
"""
Service objective of the metadata database for the App Service Environment, e.g. "S0".
"""
return pulumi.get(self, "database_service_objective") |
Service objective of the metadata database for the App Service Environment, e.g. "S0".
| Service objective of the metadata database for the App Service Environment, e.g. "S0". | [
"Service",
"objective",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
".",
"\"",
"S0",
"\"",
"."
] | def database_service_objective(self) -> pulumi.Output[str]:
return pulumi.get(self, "database_service_objective") | [
"def",
"database_service_objective",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_service_objective\"",
")"
] | Service objective of the metadata database for the App Service Environment, e.g. | [
"Service",
"objective",
"of",
"the",
"metadata",
"database",
"for",
"the",
"App",
"Service",
"Environment",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Service objective of the metadata database for the App Service Environment, e.g. \"S0\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | default_front_end_scale_factor | pulumi.Output[int] | def default_front_end_scale_factor(self) -> pulumi.Output[int]:
"""
Default Scale Factor for FrontEnds.
"""
return pulumi.get(self, "default_front_end_scale_factor") |
Default Scale Factor for FrontEnds.
| Default Scale Factor for FrontEnds. | [
"Default",
"Scale",
"Factor",
"for",
"FrontEnds",
"."
] | def default_front_end_scale_factor(self) -> pulumi.Output[int]:
return pulumi.get(self, "default_front_end_scale_factor") | [
"def",
"default_front_end_scale_factor",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_front_end_scale_factor\"",
")"
] | Default Scale Factor for FrontEnds. | [
"Default",
"Scale",
"Factor",
"for",
"FrontEnds",
"."
] | [
"\"\"\"\n Default Scale Factor for FrontEnds.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | environment_capacities | pulumi.Output[Sequence['outputs.StampCapacityResponse']] | def environment_capacities(self) -> pulumi.Output[Sequence['outputs.StampCapacityResponse']]:
"""
Current total, used, and available worker capacities.
"""
return pulumi.get(self, "environment_capacities") |
Current total, used, and available worker capacities.
| Current total, used, and available worker capacities. | [
"Current",
"total",
"used",
"and",
"available",
"worker",
"capacities",
"."
] | def environment_capacities(self) -> pulumi.Output[Sequence['outputs.StampCapacityResponse']]:
return pulumi.get(self, "environment_capacities") | [
"def",
"environment_capacities",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.StampCapacityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_capacities\"",
")"
] | Current total, used, and available worker capacities. | [
"Current",
"total",
"used",
"and",
"available",
"worker",
"capacities",
"."
] | [
"\"\"\"\n Current total, used, and available worker capacities.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | environment_is_healthy | pulumi.Output[bool] | def environment_is_healthy(self) -> pulumi.Output[bool]:
"""
True/false indicating whether the App Service Environment is healthy.
"""
return pulumi.get(self, "environment_is_healthy") |
True/false indicating whether the App Service Environment is healthy.
| True/false indicating whether the App Service Environment is healthy. | [
"True",
"/",
"false",
"indicating",
"whether",
"the",
"App",
"Service",
"Environment",
"is",
"healthy",
"."
] | def environment_is_healthy(self) -> pulumi.Output[bool]:
return pulumi.get(self, "environment_is_healthy") | [
"def",
"environment_is_healthy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_is_healthy\"",
")"
] | True/false indicating whether the App Service Environment is healthy. | [
"True",
"/",
"false",
"indicating",
"whether",
"the",
"App",
"Service",
"Environment",
"is",
"healthy",
"."
] | [
"\"\"\"\n True/false indicating whether the App Service Environment is healthy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | environment_status | pulumi.Output[str] | def environment_status(self) -> pulumi.Output[str]:
"""
Detailed message about with results of the last check of the App Service Environment.
"""
return pulumi.get(self, "environment_status") |
Detailed message about with results of the last check of the App Service Environment.
| Detailed message about with results of the last check of the App Service Environment. | [
"Detailed",
"message",
"about",
"with",
"results",
"of",
"the",
"last",
"check",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | def environment_status(self) -> pulumi.Output[str]:
return pulumi.get(self, "environment_status") | [
"def",
"environment_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"environment_status\"",
")"
] | Detailed message about with results of the last check of the App Service Environment. | [
"Detailed",
"message",
"about",
"with",
"results",
"of",
"the",
"last",
"check",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Detailed message about with results of the last check of the App Service Environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | front_end_scale_factor | pulumi.Output[Optional[int]] | def front_end_scale_factor(self) -> pulumi.Output[Optional[int]]:
"""
Scale factor for front-ends.
"""
return pulumi.get(self, "front_end_scale_factor") |
Scale factor for front-ends.
| Scale factor for front-ends. | [
"Scale",
"factor",
"for",
"front",
"-",
"ends",
"."
] | def front_end_scale_factor(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "front_end_scale_factor") | [
"def",
"front_end_scale_factor",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"front_end_scale_factor\"",
")"
] | Scale factor for front-ends. | [
"Scale",
"factor",
"for",
"front",
"-",
"ends",
"."
] | [
"\"\"\"\n Scale factor for front-ends.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | has_linux_workers | pulumi.Output[Optional[bool]] | def has_linux_workers(self) -> pulumi.Output[Optional[bool]]:
"""
Flag that displays whether an ASE has linux workers or not
"""
return pulumi.get(self, "has_linux_workers") |
Flag that displays whether an ASE has linux workers or not
| Flag that displays whether an ASE has linux workers or not | [
"Flag",
"that",
"displays",
"whether",
"an",
"ASE",
"has",
"linux",
"workers",
"or",
"not"
] | def has_linux_workers(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "has_linux_workers") | [
"def",
"has_linux_workers",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"has_linux_workers\"",
")"
] | Flag that displays whether an ASE has linux workers or not | [
"Flag",
"that",
"displays",
"whether",
"an",
"ASE",
"has",
"linux",
"workers",
"or",
"not"
] | [
"\"\"\"\n Flag that displays whether an ASE has linux workers or not\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | last_action | pulumi.Output[str] | def last_action(self) -> pulumi.Output[str]:
"""
Last deployment action on the App Service Environment.
"""
return pulumi.get(self, "last_action") |
Last deployment action on the App Service Environment.
| Last deployment action on the App Service Environment. | [
"Last",
"deployment",
"action",
"on",
"the",
"App",
"Service",
"Environment",
"."
] | def last_action(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_action") | [
"def",
"last_action",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_action\"",
")"
] | Last deployment action on the App Service Environment. | [
"Last",
"deployment",
"action",
"on",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Last deployment action on the App Service Environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | last_action_result | pulumi.Output[str] | def last_action_result(self) -> pulumi.Output[str]:
"""
Result of the last deployment action on the App Service Environment.
"""
return pulumi.get(self, "last_action_result") |
Result of the last deployment action on the App Service Environment.
| Result of the last deployment action on the App Service Environment. | [
"Result",
"of",
"the",
"last",
"deployment",
"action",
"on",
"the",
"App",
"Service",
"Environment",
"."
] | def last_action_result(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_action_result") | [
"def",
"last_action_result",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_action_result\"",
")"
] | Result of the last deployment action on the App Service Environment. | [
"Result",
"of",
"the",
"last",
"deployment",
"action",
"on",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Result of the last deployment action on the App Service Environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | maximum_number_of_machines | pulumi.Output[int] | def maximum_number_of_machines(self) -> pulumi.Output[int]:
"""
Maximum number of VMs in the App Service Environment.
"""
return pulumi.get(self, "maximum_number_of_machines") |
Maximum number of VMs in the App Service Environment.
| Maximum number of VMs in the App Service Environment. | [
"Maximum",
"number",
"of",
"VMs",
"in",
"the",
"App",
"Service",
"Environment",
"."
] | def maximum_number_of_machines(self) -> pulumi.Output[int]:
return pulumi.get(self, "maximum_number_of_machines") | [
"def",
"maximum_number_of_machines",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"maximum_number_of_machines\"",
")"
] | Maximum number of VMs in the App Service Environment. | [
"Maximum",
"number",
"of",
"VMs",
"in",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Maximum number of VMs in the App Service Environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | ssl_cert_key_vault_id | pulumi.Output[Optional[str]] | def ssl_cert_key_vault_id(self) -> pulumi.Output[Optional[str]]:
"""
Key Vault ID for ILB App Service Environment default SSL certificate
"""
return pulumi.get(self, "ssl_cert_key_vault_id") |
Key Vault ID for ILB App Service Environment default SSL certificate
| Key Vault ID for ILB App Service Environment default SSL certificate | [
"Key",
"Vault",
"ID",
"for",
"ILB",
"App",
"Service",
"Environment",
"default",
"SSL",
"certificate"
] | def ssl_cert_key_vault_id(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "ssl_cert_key_vault_id") | [
"def",
"ssl_cert_key_vault_id",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_cert_key_vault_id\"",
")"
] | Key Vault ID for ILB App Service Environment default SSL certificate | [
"Key",
"Vault",
"ID",
"for",
"ILB",
"App",
"Service",
"Environment",
"default",
"SSL",
"certificate"
] | [
"\"\"\"\n Key Vault ID for ILB App Service Environment default SSL certificate\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | ssl_cert_key_vault_secret_name | pulumi.Output[Optional[str]] | def ssl_cert_key_vault_secret_name(self) -> pulumi.Output[Optional[str]]:
"""
Key Vault Secret Name for ILB App Service Environment default SSL certificate
"""
return pulumi.get(self, "ssl_cert_key_vault_secret_name") |
Key Vault Secret Name for ILB App Service Environment default SSL certificate
| Key Vault Secret Name for ILB App Service Environment default SSL certificate | [
"Key",
"Vault",
"Secret",
"Name",
"for",
"ILB",
"App",
"Service",
"Environment",
"default",
"SSL",
"certificate"
] | def ssl_cert_key_vault_secret_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "ssl_cert_key_vault_secret_name") | [
"def",
"ssl_cert_key_vault_secret_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_cert_key_vault_secret_name\"",
")"
] | Key Vault Secret Name for ILB App Service Environment default SSL certificate | [
"Key",
"Vault",
"Secret",
"Name",
"for",
"ILB",
"App",
"Service",
"Environment",
"default",
"SSL",
"certificate"
] | [
"\"\"\"\n Key Vault Secret Name for ILB App Service Environment default SSL certificate\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | upgrade_domains | pulumi.Output[int] | def upgrade_domains(self) -> pulumi.Output[int]:
"""
Number of upgrade domains of the App Service Environment.
"""
return pulumi.get(self, "upgrade_domains") |
Number of upgrade domains of the App Service Environment.
| Number of upgrade domains of the App Service Environment. | [
"Number",
"of",
"upgrade",
"domains",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | def upgrade_domains(self) -> pulumi.Output[int]:
return pulumi.get(self, "upgrade_domains") | [
"def",
"upgrade_domains",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upgrade_domains\"",
")"
] | Number of upgrade domains of the App Service Environment. | [
"Number",
"of",
"upgrade",
"domains",
"of",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Number of upgrade domains of the App Service Environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | user_whitelisted_ip_ranges | pulumi.Output[Optional[Sequence[str]]] | def user_whitelisted_ip_ranges(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
User added ip ranges to whitelist on ASE db
"""
return pulumi.get(self, "user_whitelisted_ip_ranges") |
User added ip ranges to whitelist on ASE db
| User added ip ranges to whitelist on ASE db | [
"User",
"added",
"ip",
"ranges",
"to",
"whitelist",
"on",
"ASE",
"db"
] | def user_whitelisted_ip_ranges(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "user_whitelisted_ip_ranges") | [
"def",
"user_whitelisted_ip_ranges",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"user_whitelisted_ip_ranges\"",
")"
] | User added ip ranges to whitelist on ASE db | [
"User",
"added",
"ip",
"ranges",
"to",
"whitelist",
"on",
"ASE",
"db"
] | [
"\"\"\"\n User added ip ranges to whitelist on ASE db\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | vip_mappings | pulumi.Output[Sequence['outputs.VirtualIPMappingResponse']] | def vip_mappings(self) -> pulumi.Output[Sequence['outputs.VirtualIPMappingResponse']]:
"""
Description of IP SSL mapping for the App Service Environment.
"""
return pulumi.get(self, "vip_mappings") |
Description of IP SSL mapping for the App Service Environment.
| Description of IP SSL mapping for the App Service Environment. | [
"Description",
"of",
"IP",
"SSL",
"mapping",
"for",
"the",
"App",
"Service",
"Environment",
"."
] | def vip_mappings(self) -> pulumi.Output[Sequence['outputs.VirtualIPMappingResponse']]:
return pulumi.get(self, "vip_mappings") | [
"def",
"vip_mappings",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.VirtualIPMappingResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vip_mappings\"",
")"
] | Description of IP SSL mapping for the App Service Environment. | [
"Description",
"of",
"IP",
"SSL",
"mapping",
"for",
"the",
"App",
"Service",
"Environment",
"."
] | [
"\"\"\"\n Description of IP SSL mapping for the App Service Environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | virtual_network | pulumi.Output['outputs.VirtualNetworkProfileResponse'] | def virtual_network(self) -> pulumi.Output['outputs.VirtualNetworkProfileResponse']:
"""
Description of the Virtual Network.
"""
return pulumi.get(self, "virtual_network") |
Description of the Virtual Network.
| Description of the Virtual Network. | [
"Description",
"of",
"the",
"Virtual",
"Network",
"."
] | def virtual_network(self) -> pulumi.Output['outputs.VirtualNetworkProfileResponse']:
return pulumi.get(self, "virtual_network") | [
"def",
"virtual_network",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.VirtualNetworkProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network\"",
")"
] | Description of the Virtual Network. | [
"Description",
"of",
"the",
"Virtual",
"Network",
"."
] | [
"\"\"\"\n Description of the Virtual 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": []
} |
9381a7982553c92bf5dbd21d4d528c10005ee756 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/app_service_environment.py | [
"Apache-2.0"
] | Python | worker_pools | pulumi.Output[Sequence['outputs.WorkerPoolResponse']] | def worker_pools(self) -> pulumi.Output[Sequence['outputs.WorkerPoolResponse']]:
"""
Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
"""
return pulumi.get(self, "worker_pools") |
Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
| Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool. | [
"Description",
"of",
"worker",
"pools",
"with",
"worker",
"size",
"IDs",
"VM",
"sizes",
"and",
"number",
"of",
"workers",
"in",
"each",
"pool",
"."
] | def worker_pools(self) -> pulumi.Output[Sequence['outputs.WorkerPoolResponse']]:
return pulumi.get(self, "worker_pools") | [
"def",
"worker_pools",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.WorkerPoolResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"worker_pools\"",
")"
] | Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool. | [
"Description",
"of",
"worker",
"pools",
"with",
"worker",
"size",
"IDs",
"VM",
"sizes",
"and",
"number",
"of",
"workers",
"in",
"each",
"pool",
"."
] | [
"\"\"\"\n Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93895157bdb1b3faf94a78c84218823abf966801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | model_definition_applied | pulumi.Output[str] | def model_definition_applied(self) -> pulumi.Output[str]:
"""
Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
"""
return pulumi.get(self, "model_definition_applied") |
Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.
| Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. | [
"Specifies",
"whether",
"the",
"model",
"applied",
"to",
"the",
"virtual",
"machine",
"is",
"the",
"model",
"of",
"the",
"virtual",
"machine",
"scale",
"set",
"or",
"the",
"customized",
"model",
"for",
"the",
"virtual",
"machine",
"."
] | def model_definition_applied(self) -> pulumi.Output[str]:
return pulumi.get(self, "model_definition_applied") | [
"def",
"model_definition_applied",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"model_definition_applied\"",
")"
] | Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine. | [
"Specifies",
"whether",
"the",
"model",
"applied",
"to",
"the",
"virtual",
"machine",
"is",
"the",
"model",
"of",
"the",
"virtual",
"machine",
"scale",
"set",
"or",
"the",
"customized",
"model",
"for",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93895157bdb1b3faf94a78c84218823abf966801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | network_profile_configuration | pulumi.Output[Optional['outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse']] | def network_profile_configuration(self) -> pulumi.Output[Optional['outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse']]:
"""
Specifies the network profile configuration of the virtual machine.
"""
return pulumi.get(self, "network_profile_configuration") |
Specifies the network profile configuration of the virtual machine.
| Specifies the network profile configuration of the virtual machine. | [
"Specifies",
"the",
"network",
"profile",
"configuration",
"of",
"the",
"virtual",
"machine",
"."
] | def network_profile_configuration(self) -> pulumi.Output[Optional['outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse']]:
return pulumi.get(self, "network_profile_configuration") | [
"def",
"network_profile_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.VirtualMachineScaleSetVMNetworkProfileConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_profile_co... | Specifies the network profile configuration of the virtual machine. | [
"Specifies",
"the",
"network",
"profile",
"configuration",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the network profile configuration of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93895157bdb1b3faf94a78c84218823abf966801 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20191201/virtual_machine_scale_set_vm.py | [
"Apache-2.0"
] | Python | protection_policy | pulumi.Output[Optional['outputs.VirtualMachineScaleSetVMProtectionPolicyResponse']] | def protection_policy(self) -> pulumi.Output[Optional['outputs.VirtualMachineScaleSetVMProtectionPolicyResponse']]:
"""
Specifies the protection policy of the virtual machine.
"""
return pulumi.get(self, "protection_policy") |
Specifies the protection policy of the virtual machine.
| Specifies the protection policy of the virtual machine. | [
"Specifies",
"the",
"protection",
"policy",
"of",
"the",
"virtual",
"machine",
"."
] | def protection_policy(self) -> pulumi.Output[Optional['outputs.VirtualMachineScaleSetVMProtectionPolicyResponse']]:
return pulumi.get(self, "protection_policy") | [
"def",
"protection_policy",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.VirtualMachineScaleSetVMProtectionPolicyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"protection_policy\"",
")"
] | Specifies the protection policy of the virtual machine. | [
"Specifies",
"the",
"protection",
"policy",
"of",
"the",
"virtual",
"machine",
"."
] | [
"\"\"\"\n Specifies the protection policy of the virtual machine.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | assignment_name | str | def assignment_name(self) -> str:
"""
The name of the metadata object.
"""
return pulumi.get(self, "assignment_name") |
The name of the metadata object.
| The name of the metadata object. | [
"The",
"name",
"of",
"the",
"metadata",
"object",
"."
] | def assignment_name(self) -> str:
return pulumi.get(self, "assignment_name") | [
"def",
"assignment_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"assignment_name\"",
")"
] | The name of the metadata object. | [
"The",
"name",
"of",
"the",
"metadata",
"object",
"."
] | [
"\"\"\"\n The name of the metadata object.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | connectors | Optional['outputs.ResourceSetDescriptionResponse'] | def connectors(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Connectors set for the assignment.
"""
return pulumi.get(self, "connectors") |
Connectors set for the assignment.
| Connectors set for the assignment. | [
"Connectors",
"set",
"for",
"the",
"assignment",
"."
] | def connectors(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "connectors") | [
"def",
"connectors",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connectors\"",
")"
] | Connectors set for the assignment. | [
"Connectors",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Connectors set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | interactions | Optional['outputs.ResourceSetDescriptionResponse'] | def interactions(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Interactions set for the assignment.
"""
return pulumi.get(self, "interactions") |
Interactions set for the assignment.
| Interactions set for the assignment. | [
"Interactions",
"set",
"for",
"the",
"assignment",
"."
] | def interactions(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "interactions") | [
"def",
"interactions",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"interactions\"",
")"
] | Interactions set for the assignment. | [
"Interactions",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Interactions set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | kpis | Optional['outputs.ResourceSetDescriptionResponse'] | def kpis(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Kpis set for the assignment.
"""
return pulumi.get(self, "kpis") |
Kpis set for the assignment.
| Kpis set for the assignment. | [
"Kpis",
"set",
"for",
"the",
"assignment",
"."
] | def kpis(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "kpis") | [
"def",
"kpis",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"kpis\"",
")"
] | Kpis set for the assignment. | [
"Kpis",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Kpis set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | links | Optional['outputs.ResourceSetDescriptionResponse'] | def links(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Links set for the assignment.
"""
return pulumi.get(self, "links") |
Links set for the assignment.
| Links set for the assignment. | [
"Links",
"set",
"for",
"the",
"assignment",
"."
] | def links(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "links") | [
"def",
"links",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"links\"",
")"
] | Links set for the assignment. | [
"Links",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Links set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | principals | Sequence['outputs.AssignmentPrincipalResponse'] | def principals(self) -> Sequence['outputs.AssignmentPrincipalResponse']:
"""
The principals being assigned to.
"""
return pulumi.get(self, "principals") |
The principals being assigned to.
| The principals being assigned to. | [
"The",
"principals",
"being",
"assigned",
"to",
"."
] | def principals(self) -> Sequence['outputs.AssignmentPrincipalResponse']:
return pulumi.get(self, "principals") | [
"def",
"principals",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.AssignmentPrincipalResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"principals\"",
")"
] | The principals being assigned to. | [
"The",
"principals",
"being",
"assigned",
"to",
"."
] | [
"\"\"\"\n The principals being assigned 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": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | profiles | Optional['outputs.ResourceSetDescriptionResponse'] | def profiles(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Profiles set for the assignment.
"""
return pulumi.get(self, "profiles") |
Profiles set for the assignment.
| Profiles set for the assignment. | [
"Profiles",
"set",
"for",
"the",
"assignment",
"."
] | def profiles(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "profiles") | [
"def",
"profiles",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"profiles\"",
")"
] | Profiles set for the assignment. | [
"Profiles",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Profiles set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | relationship_links | Optional['outputs.ResourceSetDescriptionResponse'] | def relationship_links(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
The Role assignments set for the relationship links.
"""
return pulumi.get(self, "relationship_links") |
The Role assignments set for the relationship links.
| The Role assignments set for the relationship links. | [
"The",
"Role",
"assignments",
"set",
"for",
"the",
"relationship",
"links",
"."
] | def relationship_links(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "relationship_links") | [
"def",
"relationship_links",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relationship_links\"",
")"
] | The Role assignments set for the relationship links. | [
"The",
"Role",
"assignments",
"set",
"for",
"the",
"relationship",
"links",
"."
] | [
"\"\"\"\n The Role assignments set for the relationship links.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | relationships | Optional['outputs.ResourceSetDescriptionResponse'] | def relationships(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
The Role assignments set for the relationships.
"""
return pulumi.get(self, "relationships") |
The Role assignments set for the relationships.
| The Role assignments set for the relationships. | [
"The",
"Role",
"assignments",
"set",
"for",
"the",
"relationships",
"."
] | def relationships(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "relationships") | [
"def",
"relationships",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"relationships\"",
")"
] | The Role assignments set for the relationships. | [
"The",
"Role",
"assignments",
"set",
"for",
"the",
"relationships",
"."
] | [
"\"\"\"\n The Role assignments set for the relationships.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | role_assignments | Optional['outputs.ResourceSetDescriptionResponse'] | def role_assignments(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
The Role assignments set for the assignment.
"""
return pulumi.get(self, "role_assignments") |
The Role assignments set for the assignment.
| The Role assignments set for the assignment. | [
"The",
"Role",
"assignments",
"set",
"for",
"the",
"assignment",
"."
] | def role_assignments(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "role_assignments") | [
"def",
"role_assignments",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"role_assignments\"",
")"
] | The Role assignments set for the assignment. | [
"The",
"Role",
"assignments",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n The Role assignments set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | sas_policies | Optional['outputs.ResourceSetDescriptionResponse'] | def sas_policies(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Sas Policies set for the assignment.
"""
return pulumi.get(self, "sas_policies") |
Sas Policies set for the assignment.
| Sas Policies set for the assignment. | [
"Sas",
"Policies",
"set",
"for",
"the",
"assignment",
"."
] | def sas_policies(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "sas_policies") | [
"def",
"sas_policies",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sas_policies\"",
")"
] | Sas Policies set for the assignment. | [
"Sas",
"Policies",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Sas Policies set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | views | Optional['outputs.ResourceSetDescriptionResponse'] | def views(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Views set for the assignment.
"""
return pulumi.get(self, "views") |
Views set for the assignment.
| Views set for the assignment. | [
"Views",
"set",
"for",
"the",
"assignment",
"."
] | def views(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "views") | [
"def",
"views",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"views\"",
")"
] | Views set for the assignment. | [
"Views",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Views set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
939ebfa413e647d3f95390dc09af545b31920347 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170101/get_role_assignment.py | [
"Apache-2.0"
] | Python | widget_types | Optional['outputs.ResourceSetDescriptionResponse'] | def widget_types(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
"""
Widget types set for the assignment.
"""
return pulumi.get(self, "widget_types") |
Widget types set for the assignment.
| Widget types set for the assignment. | [
"Widget",
"types",
"set",
"for",
"the",
"assignment",
"."
] | def widget_types(self) -> Optional['outputs.ResourceSetDescriptionResponse']:
return pulumi.get(self, "widget_types") | [
"def",
"widget_types",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceSetDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"widget_types\"",
")"
] | Widget types set for the assignment. | [
"Widget",
"types",
"set",
"for",
"the",
"assignment",
"."
] | [
"\"\"\"\n Widget types set for the assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | access_tier | pulumi.Output[Optional[str]] | def access_tier(self) -> pulumi.Output[Optional[str]]:
"""
Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium.
"""
return pulumi.get(self, "access_tier") |
Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium.
| Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. | [
"Access",
"tier",
"for",
"specific",
"share",
".",
"GpV2",
"account",
"can",
"choose",
"between",
"TransactionOptimized",
"(",
"default",
")",
"Hot",
"and",
"Cool",
".",
"FileStorage",
"account",
"can",
"choose",
"Premium",
"."
] | def access_tier(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "access_tier") | [
"def",
"access_tier",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_tier\"",
")"
] | Access tier for specific share. | [
"Access",
"tier",
"for",
"specific",
"share",
"."
] | [
"\"\"\"\n Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | access_tier_change_time | pulumi.Output[str] | def access_tier_change_time(self) -> pulumi.Output[str]:
"""
Indicates the last modification time for share access tier.
"""
return pulumi.get(self, "access_tier_change_time") |
Indicates the last modification time for share access tier.
| Indicates the last modification time for share access tier. | [
"Indicates",
"the",
"last",
"modification",
"time",
"for",
"share",
"access",
"tier",
"."
] | def access_tier_change_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "access_tier_change_time") | [
"def",
"access_tier_change_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_tier_change_time\"",
")"
] | Indicates the last modification time for share access tier. | [
"Indicates",
"the",
"last",
"modification",
"time",
"for",
"share",
"access",
"tier",
"."
] | [
"\"\"\"\n Indicates the last modification time for share access tier.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | access_tier_status | pulumi.Output[str] | def access_tier_status(self) -> pulumi.Output[str]:
"""
Indicates if there is a pending transition for access tier.
"""
return pulumi.get(self, "access_tier_status") |
Indicates if there is a pending transition for access tier.
| Indicates if there is a pending transition for access tier. | [
"Indicates",
"if",
"there",
"is",
"a",
"pending",
"transition",
"for",
"access",
"tier",
"."
] | def access_tier_status(self) -> pulumi.Output[str]:
return pulumi.get(self, "access_tier_status") | [
"def",
"access_tier_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_tier_status\"",
")"
] | Indicates if there is a pending transition for access tier. | [
"Indicates",
"if",
"there",
"is",
"a",
"pending",
"transition",
"for",
"access",
"tier",
"."
] | [
"\"\"\"\n Indicates if there is a pending transition for access tier.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | deleted_time | pulumi.Output[str] | def deleted_time(self) -> pulumi.Output[str]:
"""
The deleted time if the share was deleted.
"""
return pulumi.get(self, "deleted_time") |
The deleted time if the share was deleted.
| The deleted time if the share was deleted. | [
"The",
"deleted",
"time",
"if",
"the",
"share",
"was",
"deleted",
"."
] | def deleted_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "deleted_time") | [
"def",
"deleted_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deleted_time\"",
")"
] | The deleted time if the share was deleted. | [
"The",
"deleted",
"time",
"if",
"the",
"share",
"was",
"deleted",
"."
] | [
"\"\"\"\n The deleted time if the share was deleted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | enabled_protocols | pulumi.Output[Optional[str]] | def enabled_protocols(self) -> pulumi.Output[Optional[str]]:
"""
The authentication protocol that is used for the file share. Can only be specified when creating a share.
"""
return pulumi.get(self, "enabled_protocols") |
The authentication protocol that is used for the file share. Can only be specified when creating a share.
| The authentication protocol that is used for the file share. Can only be specified when creating a share. | [
"The",
"authentication",
"protocol",
"that",
"is",
"used",
"for",
"the",
"file",
"share",
".",
"Can",
"only",
"be",
"specified",
"when",
"creating",
"a",
"share",
"."
] | def enabled_protocols(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "enabled_protocols") | [
"def",
"enabled_protocols",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enabled_protocols\"",
")"
] | The authentication protocol that is used for the file share. | [
"The",
"authentication",
"protocol",
"that",
"is",
"used",
"for",
"the",
"file",
"share",
"."
] | [
"\"\"\"\n The authentication protocol that is used for the file share. Can only be specified when creating a share.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | root_squash | pulumi.Output[Optional[str]] | def root_squash(self) -> pulumi.Output[Optional[str]]:
"""
The property is for NFS share only. The default is NoRootSquash.
"""
return pulumi.get(self, "root_squash") |
The property is for NFS share only. The default is NoRootSquash.
| The property is for NFS share only. The default is NoRootSquash. | [
"The",
"property",
"is",
"for",
"NFS",
"share",
"only",
".",
"The",
"default",
"is",
"NoRootSquash",
"."
] | def root_squash(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "root_squash") | [
"def",
"root_squash",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"root_squash\"",
")"
] | The property is for NFS share only. | [
"The",
"property",
"is",
"for",
"NFS",
"share",
"only",
"."
] | [
"\"\"\"\n The property is for NFS share only. The default is NoRootSquash.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | share_quota | pulumi.Output[Optional[int]] | def share_quota(self) -> pulumi.Output[Optional[int]]:
"""
The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.
"""
return pulumi.get(self, "share_quota") |
The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.
| The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400. | [
"The",
"maximum",
"size",
"of",
"the",
"share",
"in",
"gigabytes",
".",
"Must",
"be",
"greater",
"than",
"0",
"and",
"less",
"than",
"or",
"equal",
"to",
"5TB",
"(",
"5120",
")",
".",
"For",
"Large",
"File",
"Shares",
"the",
"maximum",
"size",
"is",
... | def share_quota(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "share_quota") | [
"def",
"share_quota",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_quota\"",
")"
] | The maximum size of the share, in gigabytes. | [
"The",
"maximum",
"size",
"of",
"the",
"share",
"in",
"gigabytes",
"."
] | [
"\"\"\"\n The maximum size of the share, in gigabytes. Must be greater than 0, and less than or equal to 5TB (5120). For Large File Shares, the maximum size is 102400.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | share_usage_bytes | pulumi.Output[float] | def share_usage_bytes(self) -> pulumi.Output[float]:
"""
The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.
"""
return pulumi.get(self, "share_usage_bytes") |
The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.
| The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. | [
"The",
"approximate",
"size",
"of",
"the",
"data",
"stored",
"on",
"the",
"share",
".",
"Note",
"that",
"this",
"value",
"may",
"not",
"include",
"all",
"recently",
"created",
"or",
"recently",
"resized",
"files",
"."
] | def share_usage_bytes(self) -> pulumi.Output[float]:
return pulumi.get(self, "share_usage_bytes") | [
"def",
"share_usage_bytes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_usage_bytes\"",
")"
] | The approximate size of the data stored on the share. | [
"The",
"approximate",
"size",
"of",
"the",
"data",
"stored",
"on",
"the",
"share",
"."
] | [
"\"\"\"\n The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a2667ccde4761c765eb0bc243ceed6e3cfebc2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/file_share.py | [
"Apache-2.0"
] | Python | snapshot_time | pulumi.Output[str] | def snapshot_time(self) -> pulumi.Output[str]:
"""
Creation time of share snapshot returned in the response of list shares with expand param "snapshots".
"""
return pulumi.get(self, "snapshot_time") |
Creation time of share snapshot returned in the response of list shares with expand param "snapshots".
| Creation time of share snapshot returned in the response of list shares with expand param "snapshots". | [
"Creation",
"time",
"of",
"share",
"snapshot",
"returned",
"in",
"the",
"response",
"of",
"list",
"shares",
"with",
"expand",
"param",
"\"",
"snapshots",
"\"",
"."
] | def snapshot_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "snapshot_time") | [
"def",
"snapshot_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"snapshot_time\"",
")"
] | Creation time of share snapshot returned in the response of list shares with expand param "snapshots". | [
"Creation",
"time",
"of",
"share",
"snapshot",
"returned",
"in",
"the",
"response",
"of",
"list",
"shares",
"with",
"expand",
"param",
"\"",
"snapshots",
"\"",
"."
] | [
"\"\"\"\n Creation time of share snapshot returned in the response of list shares with expand param \"snapshots\".\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a6193f38eba10584b1c20042280180a52be6ac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/blueprint/v20181101preview/published_blueprint.py | [
"Apache-2.0"
] | Python | blueprint_name | pulumi.Output[Optional[str]] | def blueprint_name(self) -> pulumi.Output[Optional[str]]:
"""
Name of the published blueprint definition.
"""
return pulumi.get(self, "blueprint_name") |
Name of the published blueprint definition.
| Name of the published blueprint definition. | [
"Name",
"of",
"the",
"published",
"blueprint",
"definition",
"."
] | def blueprint_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "blueprint_name") | [
"def",
"blueprint_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"blueprint_name\"",
")"
] | Name of the published blueprint definition. | [
"Name",
"of",
"the",
"published",
"blueprint",
"definition",
"."
] | [
"\"\"\"\n Name of the published blueprint definition.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a6193f38eba10584b1c20042280180a52be6ac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/blueprint/v20181101preview/published_blueprint.py | [
"Apache-2.0"
] | Python | change_notes | pulumi.Output[Optional[str]] | def change_notes(self) -> pulumi.Output[Optional[str]]:
"""
Version-specific change notes.
"""
return pulumi.get(self, "change_notes") |
Version-specific change notes.
| Version-specific change notes. | [
"Version",
"-",
"specific",
"change",
"notes",
"."
] | def change_notes(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "change_notes") | [
"def",
"change_notes",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"change_notes\"",
")"
] | Version-specific change notes. | [
"Version",
"-",
"specific",
"change",
"notes",
"."
] | [
"\"\"\"\n Version-specific change notes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93a6193f38eba10584b1c20042280180a52be6ac | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/blueprint/v20181101preview/published_blueprint.py | [
"Apache-2.0"
] | Python | target_scope | pulumi.Output[Optional[str]] | def target_scope(self) -> pulumi.Output[Optional[str]]:
"""
The scope where this blueprint definition can be assigned.
"""
return pulumi.get(self, "target_scope") |
The scope where this blueprint definition can be assigned.
| The scope where this blueprint definition can be assigned. | [
"The",
"scope",
"where",
"this",
"blueprint",
"definition",
"can",
"be",
"assigned",
"."
] | def target_scope(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "target_scope") | [
"def",
"target_scope",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"target_scope\"",
")"
] | The scope where this blueprint definition can be assigned. | [
"The",
"scope",
"where",
"this",
"blueprint",
"definition",
"can",
"be",
"assigned",
"."
] | [
"\"\"\"\n The scope where this blueprint definition can be assigned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
93bd03fbb8da16938c5a57314e7da63d7e6b3dfe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180401/get_virtual_hub.py | [
"Apache-2.0"
] | Python | hub_virtual_network_connections | Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']] | def hub_virtual_network_connections(self) -> Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]:
"""
list of all vnet connections with this VirtualHub.
"""
return pulumi.get(self, "hub_virtual_network_connections") |
list of all vnet connections with this VirtualHub.
| list of all vnet connections with this VirtualHub. | [
"list",
"of",
"all",
"vnet",
"connections",
"with",
"this",
"VirtualHub",
"."
] | def hub_virtual_network_connections(self) -> Optional[Sequence['outputs.HubVirtualNetworkConnectionResponse']]:
return pulumi.get(self, "hub_virtual_network_connections") | [
"def",
"hub_virtual_network_connections",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.HubVirtualNetworkConnectionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hub_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": []
} |
c620731d411914cda2aaf478cf8f14d5e3743073 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/batchai/v20180301/list_job_output_files.py | [
"Apache-2.0"
] | Python | value | Sequence['outputs.FileResponseResult'] | def value(self) -> Sequence['outputs.FileResponseResult']:
"""
The collection of returned job directories and files.
"""
return pulumi.get(self, "value") |
The collection of returned job directories and files.
| The collection of returned job directories and files. | [
"The",
"collection",
"of",
"returned",
"job",
"directories",
"and",
"files",
"."
] | def value(self) -> Sequence['outputs.FileResponseResult']:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.FileResponseResult'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The collection of returned job directories and files. | [
"The",
"collection",
"of",
"returned",
"job",
"directories",
"and",
"files",
"."
] | [
"\"\"\"\n The collection of returned job directories and files.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c630d3e403bbc9103f6cb24bff7862498c95a637 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/get_web_app_source_control_slot.py | [
"Apache-2.0"
] | Python | deployment_rollback_enabled | Optional[bool] | def deployment_rollback_enabled(self) -> Optional[bool]:
"""
<code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
"""
return pulumi.get(self, "deployment_rollback_enabled") |
<code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
| true to enable deployment rollback; otherwise, false. | [
"true",
"to",
"enable",
"deployment",
"rollback",
";",
"otherwise",
"false",
"."
] | def deployment_rollback_enabled(self) -> Optional[bool]:
return pulumi.get(self, "deployment_rollback_enabled") | [
"def",
"deployment_rollback_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deployment_rollback_enabled\"",
")"
] | <code>true</code> to enable deployment rollback; otherwise, <code>false</code>. | [
"<code",
">",
"true<",
"/",
"code",
">",
"to",
"enable",
"deployment",
"rollback",
";",
"otherwise",
"<code",
">",
"false<",
"/",
"code",
">",
"."
] | [
"\"\"\"\n <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c630d3e403bbc9103f6cb24bff7862498c95a637 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/get_web_app_source_control_slot.py | [
"Apache-2.0"
] | Python | is_git_hub_action | Optional[bool] | def is_git_hub_action(self) -> Optional[bool]:
"""
<code>true</code> if this is deployed via GitHub action.
"""
return pulumi.get(self, "is_git_hub_action") |
<code>true</code> if this is deployed via GitHub action.
| true if this is deployed via GitHub action. | [
"true",
"if",
"this",
"is",
"deployed",
"via",
"GitHub",
"action",
"."
] | def is_git_hub_action(self) -> Optional[bool]:
return pulumi.get(self, "is_git_hub_action") | [
"def",
"is_git_hub_action",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_git_hub_action\"",
")"
] | <code>true</code> if this is deployed via GitHub action. | [
"<code",
">",
"true<",
"/",
"code",
">",
"if",
"this",
"is",
"deployed",
"via",
"GitHub",
"action",
"."
] | [
"\"\"\"\n <code>true</code> if this is deployed via GitHub action.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c630d3e403bbc9103f6cb24bff7862498c95a637 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/get_web_app_source_control_slot.py | [
"Apache-2.0"
] | Python | is_manual_integration | Optional[bool] | def is_manual_integration(self) -> Optional[bool]:
"""
<code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
"""
return pulumi.get(self, "is_manual_integration") |
<code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
| true to limit to manual integration; false to enable continuous integration (which configures webhooks into online repos like GitHub). | [
"true",
"to",
"limit",
"to",
"manual",
"integration",
";",
"false",
"to",
"enable",
"continuous",
"integration",
"(",
"which",
"configures",
"webhooks",
"into",
"online",
"repos",
"like",
"GitHub",
")",
"."
] | def is_manual_integration(self) -> Optional[bool]:
return pulumi.get(self, "is_manual_integration") | [
"def",
"is_manual_integration",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_manual_integration\"",
")"
] | <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub). | [
"<code",
">",
"true<",
"/",
"code",
">",
"to",
"limit",
"to",
"manual",
"integration",
";",
"<code",
">",
"false<",
"/",
"code",
">",
"to",
"enable",
"continuous",
"integration",
"(",
"which",
"configures",
"webhooks",
"into",
"online",
"repos",
"like",
"G... | [
"\"\"\"\n <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c630d3e403bbc9103f6cb24bff7862498c95a637 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/get_web_app_source_control_slot.py | [
"Apache-2.0"
] | Python | is_mercurial | Optional[bool] | def is_mercurial(self) -> Optional[bool]:
"""
<code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
"""
return pulumi.get(self, "is_mercurial") |
<code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
| true for a Mercurial repository; false for a Git repository. | [
"true",
"for",
"a",
"Mercurial",
"repository",
";",
"false",
"for",
"a",
"Git",
"repository",
"."
] | def is_mercurial(self) -> Optional[bool]:
return pulumi.get(self, "is_mercurial") | [
"def",
"is_mercurial",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_mercurial\"",
")"
] | <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository. | [
"<code",
">",
"true<",
"/",
"code",
">",
"for",
"a",
"Mercurial",
"repository",
";",
"<code",
">",
"false<",
"/",
"code",
">",
"for",
"a",
"Git",
"repository",
"."
] | [
"\"\"\"\n <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
c630d3e403bbc9103f6cb24bff7862498c95a637 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20201001/get_web_app_source_control_slot.py | [
"Apache-2.0"
] | Python | repo_url | Optional[str] | def repo_url(self) -> Optional[str]:
"""
Repository or source control URL.
"""
return pulumi.get(self, "repo_url") |
Repository or source control URL.
| Repository or source control URL. | [
"Repository",
"or",
"source",
"control",
"URL",
"."
] | def repo_url(self) -> Optional[str]:
return pulumi.get(self, "repo_url") | [
"def",
"repo_url",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"repo_url\"",
")"
] | Repository or source control URL. | [
"Repository",
"or",
"source",
"control",
"URL",
"."
] | [
"\"\"\"\n Repository or source control URL.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0dbbb198e118cc645524cae319eeae2fc36b9dd9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170401/get_activity_log_alert.py | [
"Apache-2.0"
] | Python | actions | 'outputs.ActivityLogAlertActionListResponse' | def actions(self) -> '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) -> 'outputs.ActivityLogAlertActionListResponse':
return pulumi.get(self, "actions") | [
"def",
"actions",
"(",
"self",
")",
"->",
"'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": []
} |
0dbbb198e118cc645524cae319eeae2fc36b9dd9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20170401/get_activity_log_alert.py | [
"Apache-2.0"
] | Python | condition | 'outputs.ActivityLogAlertAllOfConditionResponse' | def condition(self) -> '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) -> 'outputs.ActivityLogAlertAllOfConditionResponse':
return pulumi.get(self, "condition") | [
"def",
"condition",
"(",
"self",
")",
"->",
"'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": []
} |
5ba6dc7f78706613db383f5707db29e668f663d5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/latest/get_virtual_machine_scale_set_vm_extension.py | [
"Apache-2.0"
] | Python | enable_automatic_upgrade | Optional[bool] | def enable_automatic_upgrade(self) -> Optional[bool]:
"""
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
"""
return pulumi.get(self, "enable_automatic_upgrade") |
Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.
| Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. | [
"Indicates",
"whether",
"the",
"extension",
"should",
"be",
"automatically",
"upgraded",
"by",
"the",
"platform",
"if",
"there",
"is",
"a",
"newer",
"version",
"of",
"the",
"extension",
"available",
"."
] | def enable_automatic_upgrade(self) -> Optional[bool]:
return pulumi.get(self, "enable_automatic_upgrade") | [
"def",
"enable_automatic_upgrade",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_automatic_upgrade\"",
")"
] | Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available. | [
"Indicates",
"whether",
"the",
"extension",
"should",
"be",
"automatically",
"upgraded",
"by",
"the",
"platform",
"if",
"there",
"is",
"a",
"newer",
"version",
"of",
"the",
"extension",
"available",
"."
] | [
"\"\"\"\n Indicates whether the extension should be automatically upgraded by the platform if there is a newer version of the extension available.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5bb8f5e09cdb3a4f561107b4f7ffa24582b9aea2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/disk.py | [
"Apache-2.0"
] | Python | disk_iops_read_only | pulumi.Output[Optional[float]] | def disk_iops_read_only(self) -> pulumi.Output[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) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "disk_iops_read_only") | [
"def",
"disk_iops_read_only",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
5bb8f5e09cdb3a4f561107b4f7ffa24582b9aea2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/disk.py | [
"Apache-2.0"
] | Python | disk_m_bps_read_only | pulumi.Output[Optional[float]] | def disk_m_bps_read_only(self) -> pulumi.Output[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... |
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) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "disk_m_bps_read_only") | [
"def",
"disk_m_bps_read_only",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
5bb8f5e09cdb3a4f561107b4f7ffa24582b9aea2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/disk.py | [
"Apache-2.0"
] | Python | disk_m_bps_read_write | pulumi.Output[Optional[float]] | def disk_m_bps_read_write(self) -> pulumi.Output[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) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "disk_m_bps_read_write") | [
"def",
"disk_m_bps_read_write",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
5bb8f5e09cdb3a4f561107b4f7ffa24582b9aea2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/disk.py | [
"Apache-2.0"
] | Python | managed_by_extended | pulumi.Output[Sequence[str]] | def managed_by_extended(self) -> pulumi.Output[Sequence[str]]:
"""
List of relative URIs containing the IDs of the 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, "managed_... |
List of relative URIs containing the IDs of the 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.
| List of relative URIs containing the IDs of the 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. | [
"List",
"of",
"relative",
"URIs",
"containing",
"the",
"IDs",
"of",
"the",
"VMs",
"that",
"have",
"the",
"disk",
"attached",
".",
"maxShares",
"should",
"be",
"set",
"to",
"a",
"value",
"greater",
"than",
"one",
"for",
"disks",
"to",
"allow",
"attaching",
... | def managed_by_extended(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "managed_by_extended") | [
"def",
"managed_by_extended",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_by_extended\"",
")"
] | List of relative URIs containing the IDs of the VMs that have the disk attached. | [
"List",
"of",
"relative",
"URIs",
"containing",
"the",
"IDs",
"of",
"the",
"VMs",
"that",
"have",
"the",
"disk",
"attached",
"."
] | [
"\"\"\"\n List of relative URIs containing the IDs of the 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": []
} |
5bb8f5e09cdb3a4f561107b4f7ffa24582b9aea2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/disk.py | [
"Apache-2.0"
] | Python | max_shares | pulumi.Output[Optional[int]] | def max_shares(self) -> pulumi.Output[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) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "max_shares") | [
"def",
"max_shares",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
5bb8f5e09cdb3a4f561107b4f7ffa24582b9aea2 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20200630/disk.py | [
"Apache-2.0"
] | Python | share_info | pulumi.Output[Sequence['outputs.ShareInfoElementResponse']] | def share_info(self) -> pulumi.Output[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_i... |
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) -> pulumi.Output[Sequence['outputs.ShareInfoElementResponse']]:
return pulumi.get(self, "share_info") | [
"def",
"share_info",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"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": []
} |
5bbb01d905ce2196ff2c1ad0fc3edf60f80d25b5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datacatalog/latest/get_adc_catalog.py | [
"Apache-2.0"
] | Python | admins | Optional[Sequence['outputs.PrincipalsResponse']] | def admins(self) -> Optional[Sequence['outputs.PrincipalsResponse']]:
"""
Azure data catalog admin list.
"""
return pulumi.get(self, "admins") |
Azure data catalog admin list.
| Azure data catalog admin list. | [
"Azure",
"data",
"catalog",
"admin",
"list",
"."
] | def admins(self) -> Optional[Sequence['outputs.PrincipalsResponse']]:
return pulumi.get(self, "admins") | [
"def",
"admins",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrincipalsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"admins\"",
")"
] | Azure data catalog admin list. | [
"Azure",
"data",
"catalog",
"admin",
"list",
"."
] | [
"\"\"\"\n Azure data catalog admin list.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5bbb01d905ce2196ff2c1ad0fc3edf60f80d25b5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datacatalog/latest/get_adc_catalog.py | [
"Apache-2.0"
] | Python | enable_automatic_unit_adjustment | Optional[bool] | def enable_automatic_unit_adjustment(self) -> Optional[bool]:
"""
Automatic unit adjustment enabled or not.
"""
return pulumi.get(self, "enable_automatic_unit_adjustment") |
Automatic unit adjustment enabled or not.
| Automatic unit adjustment enabled or not. | [
"Automatic",
"unit",
"adjustment",
"enabled",
"or",
"not",
"."
] | def enable_automatic_unit_adjustment(self) -> Optional[bool]:
return pulumi.get(self, "enable_automatic_unit_adjustment") | [
"def",
"enable_automatic_unit_adjustment",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_automatic_unit_adjustment\"",
")"
] | Automatic unit adjustment enabled or not. | [
"Automatic",
"unit",
"adjustment",
"enabled",
"or",
"not",
"."
] | [
"\"\"\"\n Automatic unit adjustment enabled or not.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5bbb01d905ce2196ff2c1ad0fc3edf60f80d25b5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datacatalog/latest/get_adc_catalog.py | [
"Apache-2.0"
] | Python | successfully_provisioned | Optional[bool] | def successfully_provisioned(self) -> Optional[bool]:
"""
Azure data catalog provision status.
"""
return pulumi.get(self, "successfully_provisioned") |
Azure data catalog provision status.
| Azure data catalog provision status. | [
"Azure",
"data",
"catalog",
"provision",
"status",
"."
] | def successfully_provisioned(self) -> Optional[bool]:
return pulumi.get(self, "successfully_provisioned") | [
"def",
"successfully_provisioned",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"successfully_provisioned\"",
")"
] | Azure data catalog provision status. | [
"Azure",
"data",
"catalog",
"provision",
"status",
"."
] | [
"\"\"\"\n Azure data catalog provision status.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
5bbb01d905ce2196ff2c1ad0fc3edf60f80d25b5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datacatalog/latest/get_adc_catalog.py | [
"Apache-2.0"
] | Python | users | Optional[Sequence['outputs.PrincipalsResponse']] | def users(self) -> Optional[Sequence['outputs.PrincipalsResponse']]:
"""
Azure data catalog user list.
"""
return pulumi.get(self, "users") |
Azure data catalog user list.
| Azure data catalog user list. | [
"Azure",
"data",
"catalog",
"user",
"list",
"."
] | def users(self) -> Optional[Sequence['outputs.PrincipalsResponse']]:
return pulumi.get(self, "users") | [
"def",
"users",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.PrincipalsResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"users\"",
")"
] | Azure data catalog user list. | [
"Azure",
"data",
"catalog",
"user",
"list",
"."
] | [
"\"\"\"\n Azure data catalog user list.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7b25dfed36595560b07c788843b6bd9c87200049 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/get_snapshot.py | [
"Apache-2.0"
] | Python | incremental | Optional[bool] | def incremental(self) -> Optional[bool]:
"""
Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed.
"""
return pulumi.get(self, "incremental") |
Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed.
| Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed. | [
"Whether",
"a",
"snapshot",
"is",
"incremental",
".",
"Incremental",
"snapshots",
"on",
"the",
"same",
"disk",
"occupy",
"less",
"space",
"than",
"full",
"snapshots",
"and",
"can",
"be",
"diffed",
"."
] | def incremental(self) -> Optional[bool]:
return pulumi.get(self, "incremental") | [
"def",
"incremental",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"incremental\"",
")"
] | Whether a snapshot is incremental. | [
"Whether",
"a",
"snapshot",
"is",
"incremental",
"."
] | [
"\"\"\"\n Whether a snapshot is incremental. Incremental snapshots on the same disk occupy less space than full snapshots and can be diffed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7b25dfed36595560b07c788843b6bd9c87200049 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/get_snapshot.py | [
"Apache-2.0"
] | Python | purchase_plan | Optional['outputs.PurchasePlanResponse'] | def purchase_plan(self) -> Optional['outputs.PurchasePlanResponse']:
"""
Purchase plan information for the image from which the source disk for the snapshot was originally created.
"""
return pulumi.get(self, "purchase_plan") |
Purchase plan information for the image from which the source disk for the snapshot was originally created.
| Purchase plan information for the image from which the source disk for the snapshot was originally created. | [
"Purchase",
"plan",
"information",
"for",
"the",
"image",
"from",
"which",
"the",
"source",
"disk",
"for",
"the",
"snapshot",
"was",
"originally",
"created",
"."
] | def purchase_plan(self) -> Optional['outputs.PurchasePlanResponse']:
return pulumi.get(self, "purchase_plan") | [
"def",
"purchase_plan",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PurchasePlanResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"purchase_plan\"",
")"
] | Purchase plan information for the image from which the source disk for the snapshot was originally created. | [
"Purchase",
"plan",
"information",
"for",
"the",
"image",
"from",
"which",
"the",
"source",
"disk",
"for",
"the",
"snapshot",
"was",
"originally",
"created",
"."
] | [
"\"\"\"\n Purchase plan information for the image from which the source disk for the snapshot was originally created.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7b2e3c3be9b372e5d3414225f7ba5abd24125ff1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_prediction_model_status.py | [
"Apache-2.0"
] | Python | training_set_count | int | def training_set_count(self) -> int:
"""
Count of the training set.
"""
return pulumi.get(self, "training_set_count") |
Count of the training set.
| Count of the training set. | [
"Count",
"of",
"the",
"training",
"set",
"."
] | def training_set_count(self) -> int:
return pulumi.get(self, "training_set_count") | [
"def",
"training_set_count",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"training_set_count\"",
")"
] | Count of the training set. | [
"Count",
"of",
"the",
"training",
"set",
"."
] | [
"\"\"\"\n Count of the training set.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7b2e3c3be9b372e5d3414225f7ba5abd24125ff1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/latest/get_prediction_model_status.py | [
"Apache-2.0"
] | Python | validation_set_count | int | def validation_set_count(self) -> int:
"""
Count of the validation set.
"""
return pulumi.get(self, "validation_set_count") |
Count of the validation set.
| Count of the validation set. | [
"Count",
"of",
"the",
"validation",
"set",
"."
] | def validation_set_count(self) -> int:
return pulumi.get(self, "validation_set_count") | [
"def",
"validation_set_count",
"(",
"self",
")",
"->",
"int",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"validation_set_count\"",
")"
] | Count of the validation set. | [
"Count",
"of",
"the",
"validation",
"set",
"."
] | [
"\"\"\"\n Count of the validation set.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | agent_public_key_certificate | pulumi.Output[str] | def agent_public_key_certificate(self) -> pulumi.Output[str]:
"""
Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
"""
return pulumi.get(self, "agent_public_key_certificate") |
Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.
| Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure. | [
"Base64",
"encoded",
"public",
"certificate",
"used",
"by",
"the",
"agent",
"to",
"do",
"the",
"initial",
"handshake",
"to",
"the",
"backend",
"services",
"in",
"Azure",
"."
] | def agent_public_key_certificate(self) -> pulumi.Output[str]:
return pulumi.get(self, "agent_public_key_certificate") | [
"def",
"agent_public_key_certificate",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"agent_public_key_certificate\"",
")"
] | Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure. | [
"Base64",
"encoded",
"public",
"certificate",
"used",
"by",
"the",
"agent",
"to",
"do",
"the",
"initial",
"handshake",
"to",
"the",
"backend",
"services",
"in",
"Azure",
"."
] | [
"\"\"\"\n Base64 encoded public certificate used by the agent to do the initial handshake to the backend services in Azure.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | connectivity_status | pulumi.Output[str] | def connectivity_status(self) -> pulumi.Output[str]:
"""
Represents the connectivity status of the connected cluster.
"""
return pulumi.get(self, "connectivity_status") |
Represents the connectivity status of the connected cluster.
| Represents the connectivity status of the connected cluster. | [
"Represents",
"the",
"connectivity",
"status",
"of",
"the",
"connected",
"cluster",
"."
] | def connectivity_status(self) -> pulumi.Output[str]:
return pulumi.get(self, "connectivity_status") | [
"def",
"connectivity_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connectivity_status\"",
")"
] | Represents the connectivity status of the connected cluster. | [
"Represents",
"the",
"connectivity",
"status",
"of",
"the",
"connected",
"cluster",
"."
] | [
"\"\"\"\n Represents the connectivity status of the connected cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | identity | pulumi.Output['outputs.ConnectedClusterIdentityResponse'] | def identity(self) -> pulumi.Output['outputs.ConnectedClusterIdentityResponse']:
"""
The identity of the connected cluster.
"""
return pulumi.get(self, "identity") |
The identity of the connected cluster.
| The identity of the connected cluster. | [
"The",
"identity",
"of",
"the",
"connected",
"cluster",
"."
] | def identity(self) -> pulumi.Output['outputs.ConnectedClusterIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.ConnectedClusterIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The identity of the connected cluster. | [
"The",
"identity",
"of",
"the",
"connected",
"cluster",
"."
] | [
"\"\"\"\n The identity of the connected cluster.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | infrastructure | pulumi.Output[Optional[str]] | def infrastructure(self) -> pulumi.Output[Optional[str]]:
"""
The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
"""
return pulumi.get(self, "infrastructure") |
The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on.
| The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on. | [
"The",
"infrastructure",
"on",
"which",
"the",
"Kubernetes",
"cluster",
"represented",
"by",
"this",
"connected",
"cluster",
"is",
"running",
"on",
"."
] | def infrastructure(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "infrastructure") | [
"def",
"infrastructure",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"infrastructure\"",
")"
] | The infrastructure on which the Kubernetes cluster represented by this connected cluster is running on. | [
"The",
"infrastructure",
"on",
"which",
"the",
"Kubernetes",
"cluster",
"represented",
"by",
"this",
"connected",
"cluster",
"is",
"running",
"on",
"."
] | [
"\"\"\"\n The infrastructure on which the Kubernetes cluster represented by this connected cluster is running 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": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | last_connectivity_time | pulumi.Output[str] | def last_connectivity_time(self) -> pulumi.Output[str]:
"""
Time representing the last instance when heart beat was received from the cluster
"""
return pulumi.get(self, "last_connectivity_time") |
Time representing the last instance when heart beat was received from the cluster
| Time representing the last instance when heart beat was received from the cluster | [
"Time",
"representing",
"the",
"last",
"instance",
"when",
"heart",
"beat",
"was",
"received",
"from",
"the",
"cluster"
] | def last_connectivity_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_connectivity_time") | [
"def",
"last_connectivity_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_connectivity_time\"",
")"
] | Time representing the last instance when heart beat was received from the cluster | [
"Time",
"representing",
"the",
"last",
"instance",
"when",
"heart",
"beat",
"was",
"received",
"from",
"the",
"cluster"
] | [
"\"\"\"\n Time representing the last instance when heart beat was received from the cluster\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | managed_identity_certificate_expiration_time | pulumi.Output[str] | def managed_identity_certificate_expiration_time(self) -> pulumi.Output[str]:
"""
Expiration time of the managed identity certificate
"""
return pulumi.get(self, "managed_identity_certificate_expiration_time") |
Expiration time of the managed identity certificate
| Expiration time of the managed identity certificate | [
"Expiration",
"time",
"of",
"the",
"managed",
"identity",
"certificate"
] | def managed_identity_certificate_expiration_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "managed_identity_certificate_expiration_time") | [
"def",
"managed_identity_certificate_expiration_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_identity_certificate_expiration_time\"",
")"
] | Expiration time of the managed identity certificate | [
"Expiration",
"time",
"of",
"the",
"managed",
"identity",
"certificate"
] | [
"\"\"\"\n Expiration time of the managed identity certificate\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | total_core_count | pulumi.Output[int] | def total_core_count(self) -> pulumi.Output[int]:
"""
Number of CPU cores present in the connected cluster resource
"""
return pulumi.get(self, "total_core_count") |
Number of CPU cores present in the connected cluster resource
| Number of CPU cores present in the connected cluster resource | [
"Number",
"of",
"CPU",
"cores",
"present",
"in",
"the",
"connected",
"cluster",
"resource"
] | def total_core_count(self) -> pulumi.Output[int]:
return pulumi.get(self, "total_core_count") | [
"def",
"total_core_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"total_core_count\"",
")"
] | Number of CPU cores present in the connected cluster resource | [
"Number",
"of",
"CPU",
"cores",
"present",
"in",
"the",
"connected",
"cluster",
"resource"
] | [
"\"\"\"\n Number of CPU cores present in the connected cluster resource\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
839935c2cf8584aa18f8a780fd99ca5062438f97 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/kubernetes/latest/connected_cluster.py | [
"Apache-2.0"
] | Python | total_node_count | pulumi.Output[int] | def total_node_count(self) -> pulumi.Output[int]:
"""
Number of nodes present in the connected cluster resource
"""
return pulumi.get(self, "total_node_count") |
Number of nodes present in the connected cluster resource
| Number of nodes present in the connected cluster resource | [
"Number",
"of",
"nodes",
"present",
"in",
"the",
"connected",
"cluster",
"resource"
] | def total_node_count(self) -> pulumi.Output[int]:
return pulumi.get(self, "total_node_count") | [
"def",
"total_node_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"total_node_count\"",
")"
] | Number of nodes present in the connected cluster resource | [
"Number",
"of",
"nodes",
"present",
"in",
"the",
"connected",
"cluster",
"resource"
] | [
"\"\"\"\n Number of nodes present in the connected cluster resource\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
83b01f19f30b4c148584933cd1cbca79293bf69d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/insights/v20150501/get_my_workbook.py | [
"Apache-2.0"
] | Python | source_id | Optional[str] | def source_id(self) -> Optional[str]:
"""
Optional resourceId for a source resource.
"""
return pulumi.get(self, "source_id") |
Optional resourceId for a source resource.
| Optional resourceId for a source resource. | [
"Optional",
"resourceId",
"for",
"a",
"source",
"resource",
"."
] | def source_id(self) -> Optional[str]:
return pulumi.get(self, "source_id") | [
"def",
"source_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_id\"",
")"
] | Optional resourceId for a source resource. | [
"Optional",
"resourceId",
"for",
"a",
"source",
"resource",
"."
] | [
"\"\"\"\n Optional resourceId for a source resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | access_tier | pulumi.Output[str] | def access_tier(self) -> pulumi.Output[str]:
"""
Required for storage accounts where kind = BlobStorage. The access tier used for billing.
"""
return pulumi.get(self, "access_tier") |
Required for storage accounts where kind = BlobStorage. The access tier used for billing.
| Required for storage accounts where kind = BlobStorage. The access tier used for billing. | [
"Required",
"for",
"storage",
"accounts",
"where",
"kind",
"=",
"BlobStorage",
".",
"The",
"access",
"tier",
"used",
"for",
"billing",
"."
] | def access_tier(self) -> pulumi.Output[str]:
return pulumi.get(self, "access_tier") | [
"def",
"access_tier",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"access_tier\"",
")"
] | Required for storage accounts where kind = BlobStorage. | [
"Required",
"for",
"storage",
"accounts",
"where",
"kind",
"=",
"BlobStorage",
"."
] | [
"\"\"\"\n Required for storage accounts where kind = BlobStorage. The access tier used for billing.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | allow_blob_public_access | pulumi.Output[Optional[bool]] | def allow_blob_public_access(self) -> pulumi.Output[Optional[bool]]:
"""
Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property.
"""
return pulumi.get(self, "allow_blob_public_access") |
Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property.
| Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. | [
"Allow",
"or",
"disallow",
"public",
"access",
"to",
"all",
"blobs",
"or",
"containers",
"in",
"the",
"storage",
"account",
".",
"The",
"default",
"interpretation",
"is",
"true",
"for",
"this",
"property",
"."
] | def allow_blob_public_access(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "allow_blob_public_access") | [
"def",
"allow_blob_public_access",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_blob_public_access\"",
")"
] | Allow or disallow public access to all blobs or containers in the storage account. | [
"Allow",
"or",
"disallow",
"public",
"access",
"to",
"all",
"blobs",
"or",
"containers",
"in",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | allow_shared_key_access | pulumi.Output[Optional[bool]] | def allow_shared_key_access(self) -> pulumi.Output[Optional[bool]]:
"""
Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azu... |
Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true.
| Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. | [
"Indicates",
"whether",
"the",
"storage",
"account",
"permits",
"requests",
"to",
"be",
"authorized",
"with",
"the",
"account",
"access",
"key",
"via",
"Shared",
"Key",
".",
"If",
"false",
"then",
"all",
"requests",
"including",
"shared",
"access",
"signatures",... | def allow_shared_key_access(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "allow_shared_key_access") | [
"def",
"allow_shared_key_access",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"allow_shared_key_access\"",
")"
] | Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. | [
"Indicates",
"whether",
"the",
"storage",
"account",
"permits",
"requests",
"to",
"be",
"authorized",
"with",
"the",
"account",
"access",
"key",
"via",
"Shared",
"Key",
"."
] | [
"\"\"\"\n Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent 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": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | azure_files_identity_based_authentication | pulumi.Output[Optional['outputs.AzureFilesIdentityBasedAuthenticationResponse']] | def azure_files_identity_based_authentication(self) -> pulumi.Output[Optional['outputs.AzureFilesIdentityBasedAuthenticationResponse']]:
"""
Provides the identity based authentication settings for Azure Files.
"""
return pulumi.get(self, "azure_files_identity_based_authentication") |
Provides the identity based authentication settings for Azure Files.
| Provides the identity based authentication settings for Azure Files. | [
"Provides",
"the",
"identity",
"based",
"authentication",
"settings",
"for",
"Azure",
"Files",
"."
] | def azure_files_identity_based_authentication(self) -> pulumi.Output[Optional['outputs.AzureFilesIdentityBasedAuthenticationResponse']]:
return pulumi.get(self, "azure_files_identity_based_authentication") | [
"def",
"azure_files_identity_based_authentication",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.AzureFilesIdentityBasedAuthenticationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_files_identity... | Provides the identity based authentication settings for Azure Files. | [
"Provides",
"the",
"identity",
"based",
"authentication",
"settings",
"for",
"Azure",
"Files",
"."
] | [
"\"\"\"\n Provides the identity based authentication settings for Azure Files.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | custom_domain | pulumi.Output['outputs.CustomDomainResponse'] | def custom_domain(self) -> pulumi.Output['outputs.CustomDomainResponse']:
"""
Gets the custom domain the user assigned to this storage account.
"""
return pulumi.get(self, "custom_domain") |
Gets the custom domain the user assigned to this storage account.
| Gets the custom domain the user assigned to this storage account. | [
"Gets",
"the",
"custom",
"domain",
"the",
"user",
"assigned",
"to",
"this",
"storage",
"account",
"."
] | def custom_domain(self) -> pulumi.Output['outputs.CustomDomainResponse']:
return pulumi.get(self, "custom_domain") | [
"def",
"custom_domain",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.CustomDomainResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_domain\"",
")"
] | Gets the custom domain the user assigned to this storage account. | [
"Gets",
"the",
"custom",
"domain",
"the",
"user",
"assigned",
"to",
"this",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the custom domain the user assigned to this storage account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | enable_https_traffic_only | pulumi.Output[Optional[bool]] | def enable_https_traffic_only(self) -> pulumi.Output[Optional[bool]]:
"""
Allows https traffic only to storage service if sets to true.
"""
return pulumi.get(self, "enable_https_traffic_only") |
Allows https traffic only to storage service if sets to true.
| Allows https traffic only to storage service if sets to true. | [
"Allows",
"https",
"traffic",
"only",
"to",
"storage",
"service",
"if",
"sets",
"to",
"true",
"."
] | def enable_https_traffic_only(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_https_traffic_only") | [
"def",
"enable_https_traffic_only",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_https_traffic_only\"",
")"
] | Allows https traffic only to storage service if sets to true. | [
"Allows",
"https",
"traffic",
"only",
"to",
"storage",
"service",
"if",
"sets",
"to",
"true",
"."
] | [
"\"\"\"\n Allows https traffic only to storage service if sets to true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | enable_nfs_v3 | pulumi.Output[Optional[bool]] | def enable_nfs_v3(self) -> pulumi.Output[Optional[bool]]:
"""
NFS 3.0 protocol support enabled if set to true.
"""
return pulumi.get(self, "enable_nfs_v3") |
NFS 3.0 protocol support enabled if set to true.
| NFS 3.0 protocol support enabled if set to true. | [
"NFS",
"3",
".",
"0",
"protocol",
"support",
"enabled",
"if",
"set",
"to",
"true",
"."
] | def enable_nfs_v3(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "enable_nfs_v3") | [
"def",
"enable_nfs_v3",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_nfs_v3\"",
")"
] | NFS 3.0 protocol support enabled if set to true. | [
"NFS",
"3",
".",
"0",
"protocol",
"support",
"enabled",
"if",
"set",
"to",
"true",
"."
] | [
"\"\"\"\n NFS 3.0 protocol support enabled if 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": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | encryption | pulumi.Output['outputs.EncryptionResponse'] | def encryption(self) -> pulumi.Output['outputs.EncryptionResponse']:
"""
Gets the encryption settings on the account. If unspecified, the account is unencrypted.
"""
return pulumi.get(self, "encryption") |
Gets the encryption settings on the account. If unspecified, the account is unencrypted.
| Gets the encryption settings on the account. If unspecified, the account is unencrypted. | [
"Gets",
"the",
"encryption",
"settings",
"on",
"the",
"account",
".",
"If",
"unspecified",
"the",
"account",
"is",
"unencrypted",
"."
] | def encryption(self) -> pulumi.Output['outputs.EncryptionResponse']:
return pulumi.get(self, "encryption") | [
"def",
"encryption",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.EncryptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption\"",
")"
] | Gets the encryption settings on the account. | [
"Gets",
"the",
"encryption",
"settings",
"on",
"the",
"account",
"."
] | [
"\"\"\"\n Gets the encryption settings on the account. If unspecified, the account is unencrypted.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | failover_in_progress | pulumi.Output[bool] | def failover_in_progress(self) -> pulumi.Output[bool]:
"""
If the failover is in progress, the value will be true, otherwise, it will be null.
"""
return pulumi.get(self, "failover_in_progress") |
If the failover is in progress, the value will be true, otherwise, it will be null.
| If the failover is in progress, the value will be true, otherwise, it will be null. | [
"If",
"the",
"failover",
"is",
"in",
"progress",
"the",
"value",
"will",
"be",
"true",
"otherwise",
"it",
"will",
"be",
"null",
"."
] | def failover_in_progress(self) -> pulumi.Output[bool]:
return pulumi.get(self, "failover_in_progress") | [
"def",
"failover_in_progress",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"failover_in_progress\"",
")"
] | If the failover is in progress, the value will be true, otherwise, it will be null. | [
"If",
"the",
"failover",
"is",
"in",
"progress",
"the",
"value",
"will",
"be",
"true",
"otherwise",
"it",
"will",
"be",
"null",
"."
] | [
"\"\"\"\n If the failover is in progress, the value will be true, otherwise, it will be 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": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | is_hns_enabled | pulumi.Output[Optional[bool]] | def is_hns_enabled(self) -> pulumi.Output[Optional[bool]]:
"""
Account HierarchicalNamespace enabled if sets to true.
"""
return pulumi.get(self, "is_hns_enabled") |
Account HierarchicalNamespace enabled if sets to true.
| Account HierarchicalNamespace enabled if sets to true. | [
"Account",
"HierarchicalNamespace",
"enabled",
"if",
"sets",
"to",
"true",
"."
] | def is_hns_enabled(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "is_hns_enabled") | [
"def",
"is_hns_enabled",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_hns_enabled\"",
")"
] | Account HierarchicalNamespace enabled if sets to true. | [
"Account",
"HierarchicalNamespace",
"enabled",
"if",
"sets",
"to",
"true",
"."
] | [
"\"\"\"\n Account HierarchicalNamespace enabled if sets to true.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | large_file_shares_state | pulumi.Output[Optional[str]] | def large_file_shares_state(self) -> pulumi.Output[Optional[str]]:
"""
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.
"""
return pulumi.get(self, "large_file_shares_state") |
Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.
| Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. | [
"Allow",
"large",
"file",
"shares",
"if",
"sets",
"to",
"Enabled",
".",
"It",
"cannot",
"be",
"disabled",
"once",
"it",
"is",
"enabled",
"."
] | def large_file_shares_state(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "large_file_shares_state") | [
"def",
"large_file_shares_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"large_file_shares_state\"",
")"
] | Allow large file shares if sets to Enabled. | [
"Allow",
"large",
"file",
"shares",
"if",
"sets",
"to",
"Enabled",
"."
] | [
"\"\"\"\n Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | last_geo_failover_time | pulumi.Output[str] | def last_geo_failover_time(self) -> pulumi.Output[str]:
"""
Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is S... |
Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.
| Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS. | [
"Gets",
"the",
"timestamp",
"of",
"the",
"most",
"recent",
"instance",
"of",
"a",
"failover",
"to",
"the",
"secondary",
"location",
".",
"Only",
"the",
"most",
"recent",
"timestamp",
"is",
"retained",
".",
"This",
"element",
"is",
"not",
"returned",
"if",
... | def last_geo_failover_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "last_geo_failover_time") | [
"def",
"last_geo_failover_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_geo_failover_time\"",
")"
] | Gets the timestamp of the most recent instance of a failover to the secondary location. | [
"Gets",
"the",
"timestamp",
"of",
"the",
"most",
"recent",
"instance",
"of",
"a",
"failover",
"to",
"the",
"secondary",
"location",
"."
] | [
"\"\"\"\n Gets the timestamp of the most recent instance of a failover to the secondary location. Only the most recent timestamp is retained. This element is not returned if there has never been a failover instance. Only available if the accountType is Standard_GRS or Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | primary_endpoints | pulumi.Output['outputs.EndpointsResponse'] | def primary_endpoints(self) -> pulumi.Output['outputs.EndpointsResponse']:
"""
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
"""
return pulumi.get(self, "primary_... |
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.
| Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
".",
"Note",
"that",
"Standard_ZRS",
"and",
"Premium_LRS",
"accounts",
"only",
"return",
"the",
"blob",
"endpoint"... | def primary_endpoints(self) -> pulumi.Output['outputs.EndpointsResponse']:
return pulumi.get(self, "primary_endpoints") | [
"def",
"primary_endpoints",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.EndpointsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_endpoints\"",
")"
] | Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"."
] | [
"\"\"\"\n Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | primary_location | pulumi.Output[str] | def primary_location(self) -> pulumi.Output[str]:
"""
Gets the location of the primary data center for the storage account.
"""
return pulumi.get(self, "primary_location") |
Gets the location of the primary data center for the storage account.
| Gets the location of the primary data center for the storage account. | [
"Gets",
"the",
"location",
"of",
"the",
"primary",
"data",
"center",
"for",
"the",
"storage",
"account",
"."
] | def primary_location(self) -> pulumi.Output[str]:
return pulumi.get(self, "primary_location") | [
"def",
"primary_location",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_location\"",
")"
] | Gets the location of the primary data center for the storage account. | [
"Gets",
"the",
"location",
"of",
"the",
"primary",
"data",
"center",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the location of the primary data center for the storage account.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | routing_preference | pulumi.Output[Optional['outputs.RoutingPreferenceResponse']] | def routing_preference(self) -> pulumi.Output[Optional['outputs.RoutingPreferenceResponse']]:
"""
Maintains information about the network routing choice opted by the user for data transfer
"""
return pulumi.get(self, "routing_preference") |
Maintains information about the network routing choice opted by the user for data transfer
| Maintains information about the network routing choice opted by the user for data transfer | [
"Maintains",
"information",
"about",
"the",
"network",
"routing",
"choice",
"opted",
"by",
"the",
"user",
"for",
"data",
"transfer"
] | def routing_preference(self) -> pulumi.Output[Optional['outputs.RoutingPreferenceResponse']]:
return pulumi.get(self, "routing_preference") | [
"def",
"routing_preference",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.RoutingPreferenceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"routing_preference\"",
")"
] | Maintains information about the network routing choice opted by the user for data transfer | [
"Maintains",
"information",
"about",
"the",
"network",
"routing",
"choice",
"opted",
"by",
"the",
"user",
"for",
"data",
"transfer"
] | [
"\"\"\"\n Maintains information about the network routing choice opted by the user for data transfer\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | secondary_endpoints | pulumi.Output['outputs.EndpointsResponse'] | def secondary_endpoints(self) -> pulumi.Output['outputs.EndpointsResponse']:
"""
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
"""
return pu... |
Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.
| Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"from",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
".",
"Only",
"available",
"if",
"the"... | def secondary_endpoints(self) -> pulumi.Output['outputs.EndpointsResponse']:
return pulumi.get(self, "secondary_endpoints") | [
"def",
"secondary_endpoints",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.EndpointsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_endpoints\"",
")"
] | Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. | [
"Gets",
"the",
"URLs",
"that",
"are",
"used",
"to",
"perform",
"a",
"retrieval",
"of",
"a",
"public",
"blob",
"queue",
"or",
"table",
"object",
"from",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | secondary_location | pulumi.Output[str] | def secondary_location(self) -> pulumi.Output[str]:
"""
Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
"""
return pulumi.get(self, "secondary_location") |
Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.
| Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS. | [
"Gets",
"the",
"location",
"of",
"the",
"geo",
"-",
"replicated",
"secondary",
"for",
"the",
"storage",
"account",
".",
"Only",
"available",
"if",
"the",
"accountType",
"is",
"Standard_GRS",
"or",
"Standard_RAGRS",
"."
] | def secondary_location(self) -> pulumi.Output[str]:
return pulumi.get(self, "secondary_location") | [
"def",
"secondary_location",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_location\"",
")"
] | Gets the location of the geo-replicated secondary for the storage account. | [
"Gets",
"the",
"location",
"of",
"the",
"geo",
"-",
"replicated",
"secondary",
"for",
"the",
"storage",
"account",
"."
] | [
"\"\"\"\n Gets the location of the geo-replicated secondary for the storage account. Only available if the accountType is Standard_GRS or Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | status_of_primary | pulumi.Output[str] | def status_of_primary(self) -> pulumi.Output[str]:
"""
Gets the status indicating whether the primary location of the storage account is available or unavailable.
"""
return pulumi.get(self, "status_of_primary") |
Gets the status indicating whether the primary location of the storage account is available or unavailable.
| Gets the status indicating whether the primary location of the storage account is available or unavailable. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"primary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | def status_of_primary(self) -> pulumi.Output[str]:
return pulumi.get(self, "status_of_primary") | [
"def",
"status_of_primary",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_of_primary\"",
")"
] | Gets the status indicating whether the primary location of the storage account is available or unavailable. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"primary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | [
"\"\"\"\n Gets the status indicating whether the primary location of the storage account is available or unavailable.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c4d4f5ffa47929e6cff58804dc83b61d719e9e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/storage_account.py | [
"Apache-2.0"
] | Python | status_of_secondary | pulumi.Output[str] | def status_of_secondary(self) -> pulumi.Output[str]:
"""
Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
"""
return pulumi.get(self, "status_of_secondary") |
Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.
| Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
".",
"Only",
"available",
"if",
"the",
"SKU",
"name",
"is",
"Standard_GRS",
"or",
"Standard_RAGRS",
"."
] | def status_of_secondary(self) -> pulumi.Output[str]:
return pulumi.get(self, "status_of_secondary") | [
"def",
"status_of_secondary",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_of_secondary\"",
")"
] | Gets the status indicating whether the secondary location of the storage account is available or unavailable. | [
"Gets",
"the",
"status",
"indicating",
"whether",
"the",
"secondary",
"location",
"of",
"the",
"storage",
"account",
"is",
"available",
"or",
"unavailable",
"."
] | [
"\"\"\"\n Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
9c5d6df2c80219fe8b9af331671411e2d35b07f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_custom_image.py | [
"Apache-2.0"
] | Python | custom_image_plan | Optional['outputs.CustomImagePropertiesFromPlanResponse'] | def custom_image_plan(self) -> Optional['outputs.CustomImagePropertiesFromPlanResponse']:
"""
Storage information about the plan related to this custom image
"""
return pulumi.get(self, "custom_image_plan") |
Storage information about the plan related to this custom image
| Storage information about the plan related to this custom image | [
"Storage",
"information",
"about",
"the",
"plan",
"related",
"to",
"this",
"custom",
"image"
] | def custom_image_plan(self) -> Optional['outputs.CustomImagePropertiesFromPlanResponse']:
return pulumi.get(self, "custom_image_plan") | [
"def",
"custom_image_plan",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.CustomImagePropertiesFromPlanResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_image_plan\"",
")"
] | Storage information about the plan related to this custom image | [
"Storage",
"information",
"about",
"the",
"plan",
"related",
"to",
"this",
"custom",
"image"
] | [
"\"\"\"\n Storage information about the plan related to this custom 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": []
} |
9c5d6df2c80219fe8b9af331671411e2d35b07f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/latest/get_custom_image.py | [
"Apache-2.0"
] | Python | data_disk_storage_info | Optional[Sequence['outputs.DataDiskStorageTypeInfoResponse']] | def data_disk_storage_info(self) -> Optional[Sequence['outputs.DataDiskStorageTypeInfoResponse']]:
"""
Storage information about the data disks present in the custom image
"""
return pulumi.get(self, "data_disk_storage_info") |
Storage information about the data disks present in the custom image
| Storage information about the data disks present in the custom image | [
"Storage",
"information",
"about",
"the",
"data",
"disks",
"present",
"in",
"the",
"custom",
"image"
] | def data_disk_storage_info(self) -> Optional[Sequence['outputs.DataDiskStorageTypeInfoResponse']]:
return pulumi.get(self, "data_disk_storage_info") | [
"def",
"data_disk_storage_info",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.DataDiskStorageTypeInfoResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"data_disk_storage_info\"",
")"
] | Storage information about the data disks present in the custom image | [
"Storage",
"information",
"about",
"the",
"data",
"disks",
"present",
"in",
"the",
"custom",
"image"
] | [
"\"\"\"\n Storage information about the data disks present in the custom 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": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.