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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | is_http_allowed | Optional[bool] | def is_http_allowed(self) -> Optional[bool]:
"""
Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.
"""
return pulumi.get(self, "is_http_allowed") |
Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.
| Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. | [
"Indicates",
"whether",
"HTTP",
"traffic",
"is",
"allowed",
"on",
"the",
"endpoint",
".",
"Default",
"value",
"is",
"true",
".",
"At",
"least",
"one",
"protocol",
"(",
"HTTP",
"or",
"HTTPS",
")",
"must",
"be",
"allowed",
"."
] | def is_http_allowed(self) -> Optional[bool]:
return pulumi.get(self, "is_http_allowed") | [
"def",
"is_http_allowed",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_http_allowed\"",
")"
] | Indicates whether HTTP traffic is allowed on the endpoint. | [
"Indicates",
"whether",
"HTTP",
"traffic",
"is",
"allowed",
"on",
"the",
"endpoint",
"."
] | [
"\"\"\"\n Indicates whether HTTP traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | is_https_allowed | Optional[bool] | def is_https_allowed(self) -> Optional[bool]:
"""
Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.
"""
return pulumi.get(self, "is_https_allowed") |
Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.
| Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed. | [
"Indicates",
"whether",
"HTTPS",
"traffic",
"is",
"allowed",
"on",
"the",
"endpoint",
".",
"Default",
"value",
"is",
"true",
".",
"At",
"least",
"one",
"protocol",
"(",
"HTTP",
"or",
"HTTPS",
")",
"must",
"be",
"allowed",
"."
] | def is_https_allowed(self) -> Optional[bool]:
return pulumi.get(self, "is_https_allowed") | [
"def",
"is_https_allowed",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_https_allowed\"",
")"
] | Indicates whether HTTPS traffic is allowed on the endpoint. | [
"Indicates",
"whether",
"HTTPS",
"traffic",
"is",
"allowed",
"on",
"the",
"endpoint",
"."
] | [
"\"\"\"\n Indicates whether HTTPS traffic is allowed on the endpoint. Default value is true. At least one protocol (HTTP or HTTPS) must be allowed.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | optimization_type | Optional[str] | def optimization_type(self) -> Optional[str]:
"""
Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization.
"""
return pulumi.get(self, "optimization_type") |
Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization.
| Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. | [
"Specifies",
"what",
"scenario",
"the",
"customer",
"wants",
"this",
"CDN",
"endpoint",
"to",
"optimize",
"for",
"e",
".",
"g",
".",
"Download",
"Media",
"services",
".",
"With",
"this",
"information",
"CDN",
"can",
"apply",
"scenario",
"driven",
"optimization... | def optimization_type(self) -> Optional[str]:
return pulumi.get(self, "optimization_type") | [
"def",
"optimization_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"optimization_type\"",
")"
] | Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. | [
"Specifies",
"what",
"scenario",
"the",
"customer",
"wants",
"this",
"CDN",
"endpoint",
"to",
"optimize",
"for",
"e",
".",
"g",
"."
] | [
"\"\"\"\n Specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | origin_host_header | Optional[str] | def origin_host_header(self) -> Optional[str]:
"""
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hos... |
The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default.
| The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default. | [
"The",
"host",
"header",
"value",
"sent",
"to",
"the",
"origin",
"with",
"each",
"request",
".",
"If",
"you",
"leave",
"this",
"blank",
"the",
"request",
"hostname",
"determines",
"this",
"value",
".",
"Azure",
"CDN",
"origins",
"such",
"as",
"Web",
"Apps"... | def origin_host_header(self) -> Optional[str]:
return pulumi.get(self, "origin_host_header") | [
"def",
"origin_host_header",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origin_host_header\"",
")"
] | The host header value sent to the origin with each request. | [
"The",
"host",
"header",
"value",
"sent",
"to",
"the",
"origin",
"with",
"each",
"request",
"."
] | [
"\"\"\"\n The host header value sent to the origin with each request. If you leave this blank, the request hostname determines this value. Azure CDN origins, such as Web Apps, Blob Storage, and Cloud Services require this host header value to match the origin hostname by default.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | origin_path | Optional[str] | def origin_path(self) -> Optional[str]:
"""
A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
"""
return pulumi.get(self, "origin_path") |
A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.
| A directory path on the origin that CDN can use to retrieve content from, e.g. | [
"A",
"directory",
"path",
"on",
"the",
"origin",
"that",
"CDN",
"can",
"use",
"to",
"retrieve",
"content",
"from",
"e",
".",
"g",
"."
] | def origin_path(self) -> Optional[str]:
return pulumi.get(self, "origin_path") | [
"def",
"origin_path",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origin_path\"",
")"
] | A directory path on the origin that CDN can use to retrieve content from, e.g. | [
"A",
"directory",
"path",
"on",
"the",
"origin",
"that",
"CDN",
"can",
"use",
"to",
"retrieve",
"content",
"from",
"e",
".",
"g",
"."
] | [
"\"\"\"\n A directory path on the origin that CDN can use to retrieve content from, e.g. contoso.cloudapp.net/originpath.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | origins | Sequence['outputs.DeepCreatedOriginResponse'] | def origins(self) -> Sequence['outputs.DeepCreatedOriginResponse']:
"""
The source of the content being delivered via CDN.
"""
return pulumi.get(self, "origins") |
The source of the content being delivered via CDN.
| The source of the content being delivered via CDN. | [
"The",
"source",
"of",
"the",
"content",
"being",
"delivered",
"via",
"CDN",
"."
] | def origins(self) -> Sequence['outputs.DeepCreatedOriginResponse']:
return pulumi.get(self, "origins") | [
"def",
"origins",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.DeepCreatedOriginResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"origins\"",
")"
] | The source of the content being delivered via CDN. | [
"The",
"source",
"of",
"the",
"content",
"being",
"delivered",
"via",
"CDN",
"."
] | [
"\"\"\"\n The source of the content being delivered via CDN.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | probe_path | Optional[str] | def probe_path(self) -> Optional[str]:
"""
Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path.
"""
return pulumi.get(self, "probe_path") |
Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path.
| Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path. | [
"Path",
"to",
"a",
"file",
"hosted",
"on",
"the",
"origin",
"which",
"helps",
"accelerate",
"delivery",
"of",
"the",
"dynamic",
"content",
"and",
"calculate",
"the",
"most",
"optimal",
"routes",
"for",
"the",
"CDN",
".",
"This",
"is",
"relative",
"to",
"th... | def probe_path(self) -> Optional[str]:
return pulumi.get(self, "probe_path") | [
"def",
"probe_path",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"probe_path\"",
")"
] | Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. | [
"Path",
"to",
"a",
"file",
"hosted",
"on",
"the",
"origin",
"which",
"helps",
"accelerate",
"delivery",
"of",
"the",
"dynamic",
"content",
"and",
"calculate",
"the",
"most",
"optimal",
"routes",
"for",
"the",
"CDN",
"."
] | [
"\"\"\"\n Path to a file hosted on the origin which helps accelerate delivery of the dynamic content and calculate the most optimal routes for the CDN. This is relative to the origin path.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
1b9e77054e1214efd23a5d0fdca71688e8143104 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20170402/get_endpoint.py | [
"Apache-2.0"
] | Python | query_string_caching_behavior | Optional[str] | def query_string_caching_behavior(self) -> Optional[str]:
"""
Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL.
"""
... |
Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL.
| Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique URL. | [
"Defines",
"how",
"CDN",
"caches",
"requests",
"that",
"include",
"query",
"strings",
".",
"You",
"can",
"ignore",
"any",
"query",
"strings",
"when",
"caching",
"bypass",
"caching",
"to",
"prevent",
"requests",
"that",
"contain",
"query",
"strings",
"from",
"b... | def query_string_caching_behavior(self) -> Optional[str]:
return pulumi.get(self, "query_string_caching_behavior") | [
"def",
"query_string_caching_behavior",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"query_string_caching_behavior\"",
")"
] | Defines how CDN caches requests that include query strings. | [
"Defines",
"how",
"CDN",
"caches",
"requests",
"that",
"include",
"query",
"strings",
"."
] | [
"\"\"\"\n Defines how CDN caches requests that include query strings. You can ignore any query strings when caching, bypass caching to prevent requests that contain query strings from being cached, or cache every request with a unique 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": []
} |
1bc8589687e2da4ac4b4c07d9800871c38dad604 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/latest/geo_backup_policy.py | [
"Apache-2.0"
] | Python | storage_type | pulumi.Output[str] | def storage_type(self) -> pulumi.Output[str]:
"""
The storage type of the geo backup policy.
"""
return pulumi.get(self, "storage_type") |
The storage type of the geo backup policy.
| The storage type of the geo backup policy. | [
"The",
"storage",
"type",
"of",
"the",
"geo",
"backup",
"policy",
"."
] | def storage_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "storage_type") | [
"def",
"storage_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"storage_type\"",
")"
] | The storage type of the geo backup policy. | [
"The",
"storage",
"type",
"of",
"the",
"geo",
"backup",
"policy",
"."
] | [
"\"\"\"\n The storage type of the geo backup policy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
149f3fe6e0c1752713d71b92c0331bc53523b4be | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/azure_firewall.py | [
"Apache-2.0"
] | Python | hub_ip_addresses | pulumi.Output[Optional['outputs.HubIPAddressesResponse']] | def hub_ip_addresses(self) -> pulumi.Output[Optional['outputs.HubIPAddressesResponse']]:
"""
IP addresses associated with AzureFirewall.
"""
return pulumi.get(self, "hub_ip_addresses") |
IP addresses associated with AzureFirewall.
| IP addresses associated with AzureFirewall. | [
"IP",
"addresses",
"associated",
"with",
"AzureFirewall",
"."
] | def hub_ip_addresses(self) -> pulumi.Output[Optional['outputs.HubIPAddressesResponse']]:
return pulumi.get(self, "hub_ip_addresses") | [
"def",
"hub_ip_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.HubIPAddressesResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hub_ip_addresses\"",
")"
] | IP addresses associated with AzureFirewall. | [
"IP",
"addresses",
"associated",
"with",
"AzureFirewall",
"."
] | [
"\"\"\"\n IP addresses associated with AzureFirewall.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
149f3fe6e0c1752713d71b92c0331bc53523b4be | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/azure_firewall.py | [
"Apache-2.0"
] | Python | management_ip_configuration | pulumi.Output[Optional['outputs.AzureFirewallIPConfigurationResponse']] | def management_ip_configuration(self) -> pulumi.Output[Optional['outputs.AzureFirewallIPConfigurationResponse']]:
"""
IP configuration of the Azure Firewall used for management traffic.
"""
return pulumi.get(self, "management_ip_configuration") |
IP configuration of the Azure Firewall used for management traffic.
| IP configuration of the Azure Firewall used for management traffic. | [
"IP",
"configuration",
"of",
"the",
"Azure",
"Firewall",
"used",
"for",
"management",
"traffic",
"."
] | def management_ip_configuration(self) -> pulumi.Output[Optional['outputs.AzureFirewallIPConfigurationResponse']]:
return pulumi.get(self, "management_ip_configuration") | [
"def",
"management_ip_configuration",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.AzureFirewallIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"management_ip_configuration\"",
")"
] | IP configuration of the Azure Firewall used for management traffic. | [
"IP",
"configuration",
"of",
"the",
"Azure",
"Firewall",
"used",
"for",
"management",
"traffic",
"."
] | [
"\"\"\"\n IP configuration of the Azure Firewall used for management traffic.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
149f3fe6e0c1752713d71b92c0331bc53523b4be | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/azure_firewall.py | [
"Apache-2.0"
] | Python | sku | pulumi.Output[Optional['outputs.AzureFirewallSkuResponse']] | def sku(self) -> pulumi.Output[Optional['outputs.AzureFirewallSkuResponse']]:
"""
The Azure Firewall Resource SKU.
"""
return pulumi.get(self, "sku") |
The Azure Firewall Resource SKU.
| The Azure Firewall Resource SKU. | [
"The",
"Azure",
"Firewall",
"Resource",
"SKU",
"."
] | def sku(self) -> pulumi.Output[Optional['outputs.AzureFirewallSkuResponse']]:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.AzureFirewallSkuResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The Azure Firewall Resource SKU. | [
"The",
"Azure",
"Firewall",
"Resource",
"SKU",
"."
] | [
"\"\"\"\n The Azure Firewall Resource SKU.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a522730999326a461249d6f7ea4e3f6f46387a85 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20180901preview/get_service_unit.py | [
"Apache-2.0"
] | Python | artifacts | Optional['outputs.ServiceUnitArtifactsResponse'] | def artifacts(self) -> Optional['outputs.ServiceUnitArtifactsResponse']:
"""
The artifacts for the service unit.
"""
return pulumi.get(self, "artifacts") |
The artifacts for the service unit.
| The artifacts for the service unit. | [
"The",
"artifacts",
"for",
"the",
"service",
"unit",
"."
] | def artifacts(self) -> Optional['outputs.ServiceUnitArtifactsResponse']:
return pulumi.get(self, "artifacts") | [
"def",
"artifacts",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ServiceUnitArtifactsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"artifacts\"",
")"
] | The artifacts for the service unit. | [
"The",
"artifacts",
"for",
"the",
"service",
"unit",
"."
] | [
"\"\"\"\n The artifacts for the service unit.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a522730999326a461249d6f7ea4e3f6f46387a85 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/deploymentmanager/v20180901preview/get_service_unit.py | [
"Apache-2.0"
] | Python | deployment_mode | str | def deployment_mode(self) -> str:
"""
Describes the type of ARM deployment to be performed on the resource.
"""
return pulumi.get(self, "deployment_mode") |
Describes the type of ARM deployment to be performed on the resource.
| Describes the type of ARM deployment to be performed on the resource. | [
"Describes",
"the",
"type",
"of",
"ARM",
"deployment",
"to",
"be",
"performed",
"on",
"the",
"resource",
"."
] | def deployment_mode(self) -> str:
return pulumi.get(self, "deployment_mode") | [
"def",
"deployment_mode",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deployment_mode\"",
")"
] | Describes the type of ARM deployment to be performed on the resource. | [
"Describes",
"the",
"type",
"of",
"ARM",
"deployment",
"to",
"be",
"performed",
"on",
"the",
"resource",
"."
] | [
"\"\"\"\n Describes the type of ARM deployment to be performed on the resource.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a538d713c8965e48e598dae7a8f2ce64684cc65b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20180930/disk.py | [
"Apache-2.0"
] | Python | disk_iops_read_write | pulumi.Output[Optional[float]] | def disk_iops_read_write(self) -> pulumi.Output[Optional[float]]:
"""
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
"""
return pulumi.get(self, "disk_iops_read_write") |
The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.
| The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes. | [
"The",
"number",
"of",
"IOPS",
"allowed",
"for",
"this",
"disk",
";",
"only",
"settable",
"for",
"UltraSSD",
"disks",
".",
"One",
"operation",
"can",
"transfer",
"between",
"4k",
"and",
"256k",
"bytes",
"."
] | def disk_iops_read_write(self) -> pulumi.Output[Optional[float]]:
return pulumi.get(self, "disk_iops_read_write") | [
"def",
"disk_iops_read_write",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"float",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_iops_read_write\"",
")"
] | The number of IOPS allowed for this disk; only settable for UltraSSD disks. | [
"The",
"number",
"of",
"IOPS",
"allowed",
"for",
"this",
"disk",
";",
"only",
"settable",
"for",
"UltraSSD",
"disks",
"."
] | [
"\"\"\"\n The number of IOPS allowed for this disk; only settable for UltraSSD disks. One operation can transfer between 4k and 256k bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
a538d713c8965e48e598dae7a8f2ce64684cc65b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20180930/disk.py | [
"Apache-2.0"
] | Python | disk_m_bps_read_write | pulumi.Output[Optional[int]] | def disk_m_bps_read_write(self) -> pulumi.Output[Optional[int]]:
"""
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[int]]:
return pulumi.get(self, "disk_m_bps_read_write") | [
"def",
"disk_m_bps_read_write",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"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": []
} |
a538d713c8965e48e598dae7a8f2ce64684cc65b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20180930/disk.py | [
"Apache-2.0"
] | Python | disk_state | pulumi.Output[str] | def disk_state(self) -> pulumi.Output[str]:
"""
The state of the disk.
"""
return pulumi.get(self, "disk_state") |
The state of the disk.
| The state of the disk. | [
"The",
"state",
"of",
"the",
"disk",
"."
] | def disk_state(self) -> pulumi.Output[str]:
return pulumi.get(self, "disk_state") | [
"def",
"disk_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disk_state\"",
")"
] | The state of the disk. | [
"The",
"state",
"of",
"the",
"disk",
"."
] | [
"\"\"\"\n The state of the disk.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4362f55f4de3dc0f1e0ff7b982dead6483e4ddc1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/management/v20200501/get_management_group_subscription.py | [
"Apache-2.0"
] | Python | parent | Optional['outputs.DescendantParentGroupInfoResponse'] | def parent(self) -> Optional['outputs.DescendantParentGroupInfoResponse']:
"""
The ID of the parent management group.
"""
return pulumi.get(self, "parent") |
The ID of the parent management group.
| The ID of the parent management group. | [
"The",
"ID",
"of",
"the",
"parent",
"management",
"group",
"."
] | def parent(self) -> Optional['outputs.DescendantParentGroupInfoResponse']:
return pulumi.get(self, "parent") | [
"def",
"parent",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DescendantParentGroupInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parent\"",
")"
] | The ID of the parent management group. | [
"The",
"ID",
"of",
"the",
"parent",
"management",
"group",
"."
] | [
"\"\"\"\n The ID of the parent management group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4362f55f4de3dc0f1e0ff7b982dead6483e4ddc1 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/management/v20200501/get_management_group_subscription.py | [
"Apache-2.0"
] | Python | tenant | Optional[str] | def tenant(self) -> Optional[str]:
"""
The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000
"""
return pulumi.get(self, "tenant") |
The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000
| The AAD Tenant ID associated with the subscription. | [
"The",
"AAD",
"Tenant",
"ID",
"associated",
"with",
"the",
"subscription",
"."
] | def tenant(self) -> Optional[str]:
return pulumi.get(self, "tenant") | [
"def",
"tenant",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"tenant\"",
")"
] | The AAD Tenant ID associated with the subscription. | [
"The",
"AAD",
"Tenant",
"ID",
"associated",
"with",
"the",
"subscription",
"."
] | [
"\"\"\"\n The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
436e16f77e26ab5d7d7ac7c6075018ae7c7c6f6b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/aad/v20170601/domain_service.py | [
"Apache-2.0"
] | Python | domain_controller_ip_address | pulumi.Output[Sequence[str]] | def domain_controller_ip_address(self) -> pulumi.Output[Sequence[str]]:
"""
List of Domain Controller IP Address
"""
return pulumi.get(self, "domain_controller_ip_address") |
List of Domain Controller IP Address
| List of Domain Controller IP Address | [
"List",
"of",
"Domain",
"Controller",
"IP",
"Address"
] | def domain_controller_ip_address(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "domain_controller_ip_address") | [
"def",
"domain_controller_ip_address",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"domain_controller_ip_address\"",
")"
] | List of Domain Controller IP Address | [
"List",
"of",
"Domain",
"Controller",
"IP",
"Address"
] | [
"\"\"\"\n List of Domain Controller IP Address\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
436e16f77e26ab5d7d7ac7c6075018ae7c7c6f6b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/aad/v20170601/domain_service.py | [
"Apache-2.0"
] | Python | filtered_sync | pulumi.Output[Optional[str]] | def filtered_sync(self) -> pulumi.Output[Optional[str]]:
"""
Enabled or Disabled flag to turn on Group-based filtered sync
"""
return pulumi.get(self, "filtered_sync") |
Enabled or Disabled flag to turn on Group-based filtered sync
| Enabled or Disabled flag to turn on Group-based filtered sync | [
"Enabled",
"or",
"Disabled",
"flag",
"to",
"turn",
"on",
"Group",
"-",
"based",
"filtered",
"sync"
] | def filtered_sync(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "filtered_sync") | [
"def",
"filtered_sync",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"filtered_sync\"",
")"
] | Enabled or Disabled flag to turn on Group-based filtered sync | [
"Enabled",
"or",
"Disabled",
"flag",
"to",
"turn",
"on",
"Group",
"-",
"based",
"filtered",
"sync"
] | [
"\"\"\"\n Enabled or Disabled flag to turn on Group-based filtered sync\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
43749ec9de108ed4969b9e2928c6e4a2a4050070 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_schedule_resource.py | [
"Apache-2.0"
] | Python | daily_recurrence | Optional['outputs.DayDetailsResponse'] | def daily_recurrence(self) -> Optional['outputs.DayDetailsResponse']:
"""
The daily recurrence of the schedule.
"""
return pulumi.get(self, "daily_recurrence") |
The daily recurrence of the schedule.
| The daily recurrence of the schedule. | [
"The",
"daily",
"recurrence",
"of",
"the",
"schedule",
"."
] | def daily_recurrence(self) -> Optional['outputs.DayDetailsResponse']:
return pulumi.get(self, "daily_recurrence") | [
"def",
"daily_recurrence",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DayDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"daily_recurrence\"",
")"
] | The daily recurrence of the schedule. | [
"The",
"daily",
"recurrence",
"of",
"the",
"schedule",
"."
] | [
"\"\"\"\n The daily recurrence of the schedule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
43749ec9de108ed4969b9e2928c6e4a2a4050070 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_schedule_resource.py | [
"Apache-2.0"
] | Python | hourly_recurrence | Optional['outputs.HourDetailsResponse'] | def hourly_recurrence(self) -> Optional['outputs.HourDetailsResponse']:
"""
The hourly recurrence of the schedule.
"""
return pulumi.get(self, "hourly_recurrence") |
The hourly recurrence of the schedule.
| The hourly recurrence of the schedule. | [
"The",
"hourly",
"recurrence",
"of",
"the",
"schedule",
"."
] | def hourly_recurrence(self) -> Optional['outputs.HourDetailsResponse']:
return pulumi.get(self, "hourly_recurrence") | [
"def",
"hourly_recurrence",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.HourDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"hourly_recurrence\"",
")"
] | The hourly recurrence of the schedule. | [
"The",
"hourly",
"recurrence",
"of",
"the",
"schedule",
"."
] | [
"\"\"\"\n The hourly recurrence of the schedule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
43749ec9de108ed4969b9e2928c6e4a2a4050070 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_schedule_resource.py | [
"Apache-2.0"
] | Python | task_type | Optional[str] | def task_type(self) -> Optional[str]:
"""
The task type of the schedule.
"""
return pulumi.get(self, "task_type") |
The task type of the schedule.
| The task type of the schedule. | [
"The",
"task",
"type",
"of",
"the",
"schedule",
"."
] | def task_type(self) -> Optional[str]:
return pulumi.get(self, "task_type") | [
"def",
"task_type",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"task_type\"",
")"
] | The task type of the schedule. | [
"The",
"task",
"type",
"of",
"the",
"schedule",
"."
] | [
"\"\"\"\n The task type of the schedule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
43749ec9de108ed4969b9e2928c6e4a2a4050070 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/devtestlab/v20150521preview/get_schedule_resource.py | [
"Apache-2.0"
] | Python | weekly_recurrence | Optional['outputs.WeekDetailsResponse'] | def weekly_recurrence(self) -> Optional['outputs.WeekDetailsResponse']:
"""
The weekly recurrence of the schedule.
"""
return pulumi.get(self, "weekly_recurrence") |
The weekly recurrence of the schedule.
| The weekly recurrence of the schedule. | [
"The",
"weekly",
"recurrence",
"of",
"the",
"schedule",
"."
] | def weekly_recurrence(self) -> Optional['outputs.WeekDetailsResponse']:
return pulumi.get(self, "weekly_recurrence") | [
"def",
"weekly_recurrence",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.WeekDetailsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"weekly_recurrence\"",
")"
] | The weekly recurrence of the schedule. | [
"The",
"weekly",
"recurrence",
"of",
"the",
"schedule",
"."
] | [
"\"\"\"\n The weekly recurrence of the schedule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
437a4222c723fe980beec74b62364bc0b45e20ae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20170330/get_snapshot.py | [
"Apache-2.0"
] | Python | creation_data | 'outputs.CreationDataResponse' | def creation_data(self) -> 'outputs.CreationDataResponse':
"""
Disk source information. CreationData information cannot be changed after the disk has been created.
"""
return pulumi.get(self, "creation_data") |
Disk source information. CreationData information cannot be changed after the disk has been created.
| Disk source information. CreationData information cannot be changed after the disk has been created. | [
"Disk",
"source",
"information",
".",
"CreationData",
"information",
"cannot",
"be",
"changed",
"after",
"the",
"disk",
"has",
"been",
"created",
"."
] | def creation_data(self) -> 'outputs.CreationDataResponse':
return pulumi.get(self, "creation_data") | [
"def",
"creation_data",
"(",
"self",
")",
"->",
"'outputs.CreationDataResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"creation_data\"",
")"
] | Disk source information. | [
"Disk",
"source",
"information",
"."
] | [
"\"\"\"\n Disk source information. CreationData information cannot be changed after the disk has been 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": []
} |
437a4222c723fe980beec74b62364bc0b45e20ae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20170330/get_snapshot.py | [
"Apache-2.0"
] | Python | encryption_settings | Optional['outputs.EncryptionSettingsResponse'] | def encryption_settings(self) -> Optional['outputs.EncryptionSettingsResponse']:
"""
Encryption settings for disk or snapshot
"""
return pulumi.get(self, "encryption_settings") |
Encryption settings for disk or snapshot
| Encryption settings for disk or snapshot | [
"Encryption",
"settings",
"for",
"disk",
"or",
"snapshot"
] | def encryption_settings(self) -> Optional['outputs.EncryptionSettingsResponse']:
return pulumi.get(self, "encryption_settings") | [
"def",
"encryption_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.EncryptionSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_settings\"",
")"
] | Encryption settings for disk or snapshot | [
"Encryption",
"settings",
"for",
"disk",
"or",
"snapshot"
] | [
"\"\"\"\n Encryption settings for disk or snapshot\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
437a4222c723fe980beec74b62364bc0b45e20ae | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20170330/get_snapshot.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.DiskSkuResponse'] | def sku(self) -> Optional['outputs.DiskSkuResponse']:
"""
The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.
"""
return pulumi.get(self, "sku") |
The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.
| The disks and snapshots sku name. | [
"The",
"disks",
"and",
"snapshots",
"sku",
"name",
"."
] | def sku(self) -> Optional['outputs.DiskSkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DiskSkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The disks and snapshots sku name. | [
"The",
"disks",
"and",
"snapshots",
"sku",
"name",
"."
] | [
"\"\"\"\n The disks and snapshots sku name. Can be Standard_LRS or Premium_LRS.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7e118ad23f751f6ea34f2e1493b1e83a24fc956a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20161001/manager_extended_info.py | [
"Apache-2.0"
] | Python | encryption_key_thumbprint | pulumi.Output[Optional[str]] | def encryption_key_thumbprint(self) -> pulumi.Output[Optional[str]]:
"""
Represents the Cert thumbprint that was used to encrypt the CEK
"""
return pulumi.get(self, "encryption_key_thumbprint") |
Represents the Cert thumbprint that was used to encrypt the CEK
| Represents the Cert thumbprint that was used to encrypt the CEK | [
"Represents",
"the",
"Cert",
"thumbprint",
"that",
"was",
"used",
"to",
"encrypt",
"the",
"CEK"
] | def encryption_key_thumbprint(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "encryption_key_thumbprint") | [
"def",
"encryption_key_thumbprint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"encryption_key_thumbprint\"",
")"
] | Represents the Cert thumbprint that was used to encrypt the CEK | [
"Represents",
"the",
"Cert",
"thumbprint",
"that",
"was",
"used",
"to",
"encrypt",
"the",
"CEK"
] | [
"\"\"\"\n Represents the Cert thumbprint that was used to encrypt the CEK\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7e118ad23f751f6ea34f2e1493b1e83a24fc956a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20161001/manager_extended_info.py | [
"Apache-2.0"
] | Python | integrity_key | pulumi.Output[str] | def integrity_key(self) -> pulumi.Output[str]:
"""
Represents the CIK of the resource
"""
return pulumi.get(self, "integrity_key") |
Represents the CIK of the resource
| Represents the CIK of the resource | [
"Represents",
"the",
"CIK",
"of",
"the",
"resource"
] | def integrity_key(self) -> pulumi.Output[str]:
return pulumi.get(self, "integrity_key") | [
"def",
"integrity_key",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"integrity_key\"",
")"
] | Represents the CIK of the resource | [
"Represents",
"the",
"CIK",
"of",
"the",
"resource"
] | [
"\"\"\"\n Represents the CIK of the resource\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
7e118ad23f751f6ea34f2e1493b1e83a24fc956a | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storsimple/v20161001/manager_extended_info.py | [
"Apache-2.0"
] | Python | portal_certificate_thumbprint | pulumi.Output[Optional[str]] | def portal_certificate_thumbprint(self) -> pulumi.Output[Optional[str]]:
"""
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
"""
return pulumi.get(self, "portal_certificate_thumbprint") |
Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.
| Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. | [
"Represents",
"the",
"portal",
"thumbprint",
"which",
"can",
"be",
"used",
"optionally",
"to",
"encrypt",
"the",
"entire",
"data",
"before",
"storing",
"it",
"."
] | def portal_certificate_thumbprint(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "portal_certificate_thumbprint") | [
"def",
"portal_certificate_thumbprint",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"portal_certificate_thumbprint\"",
")"
] | Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it. | [
"Represents",
"the",
"portal",
"thumbprint",
"which",
"can",
"be",
"used",
"optionally",
"to",
"encrypt",
"the",
"entire",
"data",
"before",
"storing",
"it",
"."
] | [
"\"\"\"\n Represents the portal thumbprint which can be used optionally to encrypt the entire data before storing it.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
46acbba0a326e989ce22c6616234faccc4fa3ada | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20200401preview/get_system_topic_event_subscription_full_url.py | [
"Apache-2.0"
] | Python | endpoint_url | Optional[str] | def endpoint_url(self) -> Optional[str]:
"""
The URL that represents the endpoint of the destination of an event subscription.
"""
return pulumi.get(self, "endpoint_url") |
The URL that represents the endpoint of the destination of an event subscription.
| The URL that represents the endpoint of the destination of an event subscription. | [
"The",
"URL",
"that",
"represents",
"the",
"endpoint",
"of",
"the",
"destination",
"of",
"an",
"event",
"subscription",
"."
] | def endpoint_url(self) -> Optional[str]:
return pulumi.get(self, "endpoint_url") | [
"def",
"endpoint_url",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"endpoint_url\"",
")"
] | The URL that represents the endpoint of the destination of an event subscription. | [
"The",
"URL",
"that",
"represents",
"the",
"endpoint",
"of",
"the",
"destination",
"of",
"an",
"event",
"subscription",
"."
] | [
"\"\"\"\n The URL that represents the endpoint of the destination of an event subscription.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
46ba70857a86cded28957b7652b87299d9e2cb40 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_connector.py | [
"Apache-2.0"
] | Python | is_internal | Optional[bool] | def is_internal(self) -> Optional[bool]:
"""
If this is an internal connector.
"""
return pulumi.get(self, "is_internal") |
If this is an internal connector.
| If this is an internal connector. | [
"If",
"this",
"is",
"an",
"internal",
"connector",
"."
] | def is_internal(self) -> Optional[bool]:
return pulumi.get(self, "is_internal") | [
"def",
"is_internal",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_internal\"",
")"
] | If this is an internal connector. | [
"If",
"this",
"is",
"an",
"internal",
"connector",
"."
] | [
"\"\"\"\n If this is an internal connector.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab16098f15ee0bb8839607c2cc6769ddff1e07e5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/botservice/v20171201/get_bot_connection.py | [
"Apache-2.0"
] | Python | properties | 'outputs.ConnectionSettingPropertiesResponse' | def properties(self) -> 'outputs.ConnectionSettingPropertiesResponse':
"""
The set of properties specific to bot channel resource
"""
return pulumi.get(self, "properties") |
The set of properties specific to bot channel resource
| The set of properties specific to bot channel resource | [
"The",
"set",
"of",
"properties",
"specific",
"to",
"bot",
"channel",
"resource"
] | def properties(self) -> 'outputs.ConnectionSettingPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.ConnectionSettingPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | The set of properties specific to bot channel resource | [
"The",
"set",
"of",
"properties",
"specific",
"to",
"bot",
"channel",
"resource"
] | [
"\"\"\"\n The set of properties specific to bot channel 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": []
} |
ab3106b3a2a309fcf28bed203f55a15ac94b6353 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/databoxedge/v20190801/get_user.py | [
"Apache-2.0"
] | Python | share_access_rights | Optional[Sequence['outputs.ShareAccessRightResponse']] | def share_access_rights(self) -> Optional[Sequence['outputs.ShareAccessRightResponse']]:
"""
List of shares that the user has rights on. This field should not be specified during user creation.
"""
return pulumi.get(self, "share_access_rights") |
List of shares that the user has rights on. This field should not be specified during user creation.
| List of shares that the user has rights on. This field should not be specified during user creation. | [
"List",
"of",
"shares",
"that",
"the",
"user",
"has",
"rights",
"on",
".",
"This",
"field",
"should",
"not",
"be",
"specified",
"during",
"user",
"creation",
"."
] | def share_access_rights(self) -> Optional[Sequence['outputs.ShareAccessRightResponse']]:
return pulumi.get(self, "share_access_rights") | [
"def",
"share_access_rights",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ShareAccessRightResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"share_access_rights\"",
")"
] | List of shares that the user has rights on. | [
"List",
"of",
"shares",
"that",
"the",
"user",
"has",
"rights",
"on",
"."
] | [
"\"\"\"\n List of shares that the user has rights on. This field should not be specified during user creation.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab35d7631a81287c8847f286528aace3aed54cd4 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/logic/v20190501/list_workflow_trigger_callback_url.py | [
"Apache-2.0"
] | Python | list_workflow_trigger_callback_url | AwaitableListWorkflowTriggerCallbackUrlResult | def list_workflow_trigger_callback_url(resource_group_name: Optional[str] = None,
trigger_name: Optional[str] = None,
workflow_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> ... |
The workflow trigger callback URL.
:param str resource_group_name: The resource group name.
:param str trigger_name: The workflow trigger name.
:param str workflow_name: The workflow name.
| The workflow trigger callback URL. | [
"The",
"workflow",
"trigger",
"callback",
"URL",
"."
] | def list_workflow_trigger_callback_url(resource_group_name: Optional[str] = None,
trigger_name: Optional[str] = None,
workflow_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> ... | [
"def",
"list_workflow_trigger_callback_url",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"trigger_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"workflow_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
"... | The workflow trigger callback URL. | [
"The",
"workflow",
"trigger",
"callback",
"URL",
"."
] | [
"\"\"\"\n The workflow trigger callback URL.\n\n\n :param str resource_group_name: The resource group name.\n :param str trigger_name: The workflow trigger name.\n :param str workflow_name: The workflow name.\n \"\"\""
] | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "trigger_name",
"type": "Optional[str]"
},
{
"param": "workflow_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The resource group name.",
"docstring_tokens": [
"The",
"resource",
"group",
"name",
"."
],
"default": null,
... |
ab38d9d35ecd71f7f5cf1a6e78633b162040a034 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/dedicated_host.py | [
"Apache-2.0"
] | Python | auto_replace_on_failure | pulumi.Output[Optional[bool]] | def auto_replace_on_failure(self) -> pulumi.Output[Optional[bool]]:
"""
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
"""
return pulumi.get(self, "auto_replace_on_failure") |
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.
| Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. | [
"Specifies",
"whether",
"the",
"dedicated",
"host",
"should",
"be",
"replaced",
"automatically",
"in",
"case",
"of",
"a",
"failure",
".",
"The",
"value",
"is",
"defaulted",
"to",
"'",
"true",
"'",
"when",
"not",
"provided",
"."
] | def auto_replace_on_failure(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "auto_replace_on_failure") | [
"def",
"auto_replace_on_failure",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"auto_replace_on_failure\"",
")"
] | Specifies whether the dedicated host should be replaced automatically in case of a failure. | [
"Specifies",
"whether",
"the",
"dedicated",
"host",
"should",
"be",
"replaced",
"automatically",
"in",
"case",
"of",
"a",
"failure",
"."
] | [
"\"\"\"\n Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab38d9d35ecd71f7f5cf1a6e78633b162040a034 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/dedicated_host.py | [
"Apache-2.0"
] | Python | instance_view | pulumi.Output['outputs.DedicatedHostInstanceViewResponse'] | def instance_view(self) -> pulumi.Output['outputs.DedicatedHostInstanceViewResponse']:
"""
The dedicated host instance view.
"""
return pulumi.get(self, "instance_view") |
The dedicated host instance view.
| The dedicated host instance view. | [
"The",
"dedicated",
"host",
"instance",
"view",
"."
] | def instance_view(self) -> pulumi.Output['outputs.DedicatedHostInstanceViewResponse']:
return pulumi.get(self, "instance_view") | [
"def",
"instance_view",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.DedicatedHostInstanceViewResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"instance_view\"",
")"
] | The dedicated host instance view. | [
"The",
"dedicated",
"host",
"instance",
"view",
"."
] | [
"\"\"\"\n The dedicated host instance view.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab38d9d35ecd71f7f5cf1a6e78633b162040a034 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/dedicated_host.py | [
"Apache-2.0"
] | Python | platform_fault_domain | pulumi.Output[Optional[int]] | def platform_fault_domain(self) -> pulumi.Output[Optional[int]]:
"""
Fault domain of the dedicated host within a dedicated host group.
"""
return pulumi.get(self, "platform_fault_domain") |
Fault domain of the dedicated host within a dedicated host group.
| Fault domain of the dedicated host within a dedicated host group. | [
"Fault",
"domain",
"of",
"the",
"dedicated",
"host",
"within",
"a",
"dedicated",
"host",
"group",
"."
] | def platform_fault_domain(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "platform_fault_domain") | [
"def",
"platform_fault_domain",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"platform_fault_domain\"",
")"
] | Fault domain of the dedicated host within a dedicated host group. | [
"Fault",
"domain",
"of",
"the",
"dedicated",
"host",
"within",
"a",
"dedicated",
"host",
"group",
"."
] | [
"\"\"\"\n Fault domain of the dedicated host within a dedicated host group.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab38d9d35ecd71f7f5cf1a6e78633b162040a034 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/dedicated_host.py | [
"Apache-2.0"
] | Python | provisioning_time | pulumi.Output[str] | def provisioning_time(self) -> pulumi.Output[str]:
"""
The date when the host was first provisioned.
"""
return pulumi.get(self, "provisioning_time") |
The date when the host was first provisioned.
| The date when the host was first provisioned. | [
"The",
"date",
"when",
"the",
"host",
"was",
"first",
"provisioned",
"."
] | def provisioning_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "provisioning_time") | [
"def",
"provisioning_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"provisioning_time\"",
")"
] | The date when the host was first provisioned. | [
"The",
"date",
"when",
"the",
"host",
"was",
"first",
"provisioned",
"."
] | [
"\"\"\"\n The date when the host was first provisioned.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab38d9d35ecd71f7f5cf1a6e78633b162040a034 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/dedicated_host.py | [
"Apache-2.0"
] | Python | sku | pulumi.Output['outputs.SkuResponse'] | def sku(self) -> pulumi.Output['outputs.SkuResponse']:
"""
SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
"""
return pulumi.get(self, "sku") |
SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
| SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values. | [
"SKU",
"of",
"the",
"dedicated",
"host",
"for",
"Hardware",
"Generation",
"and",
"VM",
"family",
".",
"Only",
"name",
"is",
"required",
"to",
"be",
"set",
".",
"List",
"Microsoft",
".",
"Compute",
"SKUs",
"for",
"a",
"list",
"of",
"possible",
"values",
"... | def sku(self) -> pulumi.Output['outputs.SkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.SkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | SKU of the dedicated host for Hardware Generation and VM family. | [
"SKU",
"of",
"the",
"dedicated",
"host",
"for",
"Hardware",
"Generation",
"and",
"VM",
"family",
"."
] | [
"\"\"\"\n SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab38d9d35ecd71f7f5cf1a6e78633b162040a034 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/compute/v20190301/dedicated_host.py | [
"Apache-2.0"
] | Python | virtual_machines | pulumi.Output[Sequence['outputs.SubResourceReadOnlyResponse']] | def virtual_machines(self) -> pulumi.Output[Sequence['outputs.SubResourceReadOnlyResponse']]:
"""
A list of references to all virtual machines in the Dedicated Host.
"""
return pulumi.get(self, "virtual_machines") |
A list of references to all virtual machines in the Dedicated Host.
| A list of references to all virtual machines in the Dedicated Host. | [
"A",
"list",
"of",
"references",
"to",
"all",
"virtual",
"machines",
"in",
"the",
"Dedicated",
"Host",
"."
] | def virtual_machines(self) -> pulumi.Output[Sequence['outputs.SubResourceReadOnlyResponse']]:
return pulumi.get(self, "virtual_machines") | [
"def",
"virtual_machines",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"'outputs.SubResourceReadOnlyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_machines\"",
")"
] | A list of references to all virtual machines in the Dedicated Host. | [
"A",
"list",
"of",
"references",
"to",
"all",
"virtual",
"machines",
"in",
"the",
"Dedicated",
"Host",
"."
] | [
"\"\"\"\n A list of references to all virtual machines in the Dedicated Host.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab396acdb9276ab9991e00f5e429fa21cf174446 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180501/zone.py | [
"Apache-2.0"
] | Python | max_number_of_record_sets | pulumi.Output[float] | def max_number_of_record_sets(self) -> pulumi.Output[float]:
"""
The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
"""
return pulumi.get(self, "max_number_of_record_sets") |
The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
| The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. | [
"The",
"maximum",
"number",
"of",
"record",
"sets",
"that",
"can",
"be",
"created",
"in",
"this",
"DNS",
"zone",
".",
"This",
"is",
"a",
"read",
"-",
"only",
"property",
"and",
"any",
"attempt",
"to",
"set",
"this",
"value",
"will",
"be",
"ignored",
".... | def max_number_of_record_sets(self) -> pulumi.Output[float]:
return pulumi.get(self, "max_number_of_record_sets") | [
"def",
"max_number_of_record_sets",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_number_of_record_sets\"",
")"
] | The maximum number of record sets that can be created in this DNS zone. | [
"The",
"maximum",
"number",
"of",
"record",
"sets",
"that",
"can",
"be",
"created",
"in",
"this",
"DNS",
"zone",
"."
] | [
"\"\"\"\n The maximum number of record sets that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab396acdb9276ab9991e00f5e429fa21cf174446 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180501/zone.py | [
"Apache-2.0"
] | Python | max_number_of_records_per_record_set | pulumi.Output[float] | def max_number_of_records_per_record_set(self) -> pulumi.Output[float]:
"""
The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
"""
return pulumi.get(self, "max_number_of_recor... |
The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
| The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. | [
"The",
"maximum",
"number",
"of",
"records",
"per",
"record",
"set",
"that",
"can",
"be",
"created",
"in",
"this",
"DNS",
"zone",
".",
"This",
"is",
"a",
"read",
"-",
"only",
"property",
"and",
"any",
"attempt",
"to",
"set",
"this",
"value",
"will",
"b... | def max_number_of_records_per_record_set(self) -> pulumi.Output[float]:
return pulumi.get(self, "max_number_of_records_per_record_set") | [
"def",
"max_number_of_records_per_record_set",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_number_of_records_per_record_set\"",
")"
] | The maximum number of records per record set that can be created in this DNS zone. | [
"The",
"maximum",
"number",
"of",
"records",
"per",
"record",
"set",
"that",
"can",
"be",
"created",
"in",
"this",
"DNS",
"zone",
"."
] | [
"\"\"\"\n The maximum number of records per record set that can be created in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab396acdb9276ab9991e00f5e429fa21cf174446 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180501/zone.py | [
"Apache-2.0"
] | Python | number_of_record_sets | pulumi.Output[float] | def number_of_record_sets(self) -> pulumi.Output[float]:
"""
The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
"""
return pulumi.get(self, "number_of_record_sets") |
The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.
| The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored. | [
"The",
"current",
"number",
"of",
"record",
"sets",
"in",
"this",
"DNS",
"zone",
".",
"This",
"is",
"a",
"read",
"-",
"only",
"property",
"and",
"any",
"attempt",
"to",
"set",
"this",
"value",
"will",
"be",
"ignored",
"."
] | def number_of_record_sets(self) -> pulumi.Output[float]:
return pulumi.get(self, "number_of_record_sets") | [
"def",
"number_of_record_sets",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"number_of_record_sets\"",
")"
] | The current number of record sets in this DNS zone. | [
"The",
"current",
"number",
"of",
"record",
"sets",
"in",
"this",
"DNS",
"zone",
"."
] | [
"\"\"\"\n The current number of record sets in this DNS zone. This is a read-only property and any attempt to set this value will be ignored.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab396acdb9276ab9991e00f5e429fa21cf174446 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180501/zone.py | [
"Apache-2.0"
] | Python | registration_virtual_networks | pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]] | def registration_virtual_networks(self) -> pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]]:
"""
A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.
"""
return pulumi.get(self, "registration_virtual_n... |
A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.
| A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private. | [
"A",
"list",
"of",
"references",
"to",
"virtual",
"networks",
"that",
"register",
"hostnames",
"in",
"this",
"DNS",
"zone",
".",
"This",
"is",
"a",
"only",
"when",
"ZoneType",
"is",
"Private",
"."
] | def registration_virtual_networks(self) -> pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]]:
return pulumi.get(self, "registration_virtual_networks") | [
"def",
"registration_virtual_networks",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"registration_virtual_networks\... | A list of references to virtual networks that register hostnames in this DNS zone. | [
"A",
"list",
"of",
"references",
"to",
"virtual",
"networks",
"that",
"register",
"hostnames",
"in",
"this",
"DNS",
"zone",
"."
] | [
"\"\"\"\n A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab396acdb9276ab9991e00f5e429fa21cf174446 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180501/zone.py | [
"Apache-2.0"
] | Python | resolution_virtual_networks | pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]] | def resolution_virtual_networks(self) -> pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]]:
"""
A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.
"""
return pulumi.get(self, "resolution_virtual_networks... |
A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.
| A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private. | [
"A",
"list",
"of",
"references",
"to",
"virtual",
"networks",
"that",
"resolve",
"records",
"in",
"this",
"DNS",
"zone",
".",
"This",
"is",
"a",
"only",
"when",
"ZoneType",
"is",
"Private",
"."
] | def resolution_virtual_networks(self) -> pulumi.Output[Optional[Sequence['outputs.SubResourceResponse']]]:
return pulumi.get(self, "resolution_virtual_networks") | [
"def",
"resolution_virtual_networks",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.SubResourceResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resolution_virtual_networks\"",
... | A list of references to virtual networks that resolve records in this DNS zone. | [
"A",
"list",
"of",
"references",
"to",
"virtual",
"networks",
"that",
"resolve",
"records",
"in",
"this",
"DNS",
"zone",
"."
] | [
"\"\"\"\n A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab396acdb9276ab9991e00f5e429fa21cf174446 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20180501/zone.py | [
"Apache-2.0"
] | Python | zone_type | pulumi.Output[Optional[str]] | def zone_type(self) -> pulumi.Output[Optional[str]]:
"""
The type of this DNS zone (Public or Private).
"""
return pulumi.get(self, "zone_type") |
The type of this DNS zone (Public or Private).
| The type of this DNS zone (Public or Private). | [
"The",
"type",
"of",
"this",
"DNS",
"zone",
"(",
"Public",
"or",
"Private",
")",
"."
] | def zone_type(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "zone_type") | [
"def",
"zone_type",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"zone_type\"",
")"
] | The type of this DNS zone (Public or Private). | [
"The",
"type",
"of",
"this",
"DNS",
"zone",
"(",
"Public",
"or",
"Private",
")",
"."
] | [
"\"\"\"\n The type of this DNS zone (Public or Private).\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab3bd6cb3dda678f3892d35cdb9e840e39ec9225 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190901/get_bastion_shareable_link.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.BastionShareableLinkResponseResult']] | def value(self) -> Optional[Sequence['outputs.BastionShareableLinkResponseResult']]:
"""
List of Bastion Shareable Links for the request.
"""
return pulumi.get(self, "value") |
List of Bastion Shareable Links for the request.
| List of Bastion Shareable Links for the request. | [
"List",
"of",
"Bastion",
"Shareable",
"Links",
"for",
"the",
"request",
"."
] | def value(self) -> Optional[Sequence['outputs.BastionShareableLinkResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.BastionShareableLinkResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | List of Bastion Shareable Links for the request. | [
"List",
"of",
"Bastion",
"Shareable",
"Links",
"for",
"the",
"request",
"."
] | [
"\"\"\"\n List of Bastion Shareable Links for the request.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab42dcb9b972f184fc704d8d512590dcb4bf2680 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20190801preview/cache.py | [
"Apache-2.0"
] | Python | cache_size_gb | pulumi.Output[Optional[int]] | def cache_size_gb(self) -> pulumi.Output[Optional[int]]:
"""
The size of this cache's cache, in GB.
"""
return pulumi.get(self, "cache_size_gb") |
The size of this cache's cache, in GB.
| The size of this cache's cache, in GB. | [
"The",
"size",
"of",
"this",
"cache",
"'",
"s",
"cache",
"in",
"GB",
"."
] | def cache_size_gb(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "cache_size_gb") | [
"def",
"cache_size_gb",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cache_size_gb\"",
")"
] | The size of this cache's cache, in GB. | [
"The",
"size",
"of",
"this",
"cache",
"'",
"s",
"cache",
"in",
"GB",
"."
] | [
"\"\"\"\n The size of this cache's cache, in GB.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab42dcb9b972f184fc704d8d512590dcb4bf2680 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20190801preview/cache.py | [
"Apache-2.0"
] | Python | mount_addresses | pulumi.Output[Sequence[str]] | def mount_addresses(self) -> pulumi.Output[Sequence[str]]:
"""
Array of IP addresses that can be used by clients mounting this Cache.
"""
return pulumi.get(self, "mount_addresses") |
Array of IP addresses that can be used by clients mounting this Cache.
| Array of IP addresses that can be used by clients mounting this Cache. | [
"Array",
"of",
"IP",
"addresses",
"that",
"can",
"be",
"used",
"by",
"clients",
"mounting",
"this",
"Cache",
"."
] | def mount_addresses(self) -> pulumi.Output[Sequence[str]]:
return pulumi.get(self, "mount_addresses") | [
"def",
"mount_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"mount_addresses\"",
")"
] | Array of IP addresses that can be used by clients mounting this Cache. | [
"Array",
"of",
"IP",
"addresses",
"that",
"can",
"be",
"used",
"by",
"clients",
"mounting",
"this",
"Cache",
"."
] | [
"\"\"\"\n Array of IP addresses that can be used by clients mounting this Cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab42dcb9b972f184fc704d8d512590dcb4bf2680 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20190801preview/cache.py | [
"Apache-2.0"
] | Python | subnet | pulumi.Output[Optional[str]] | def subnet(self) -> pulumi.Output[Optional[str]]:
"""
Subnet used for the cache.
"""
return pulumi.get(self, "subnet") |
Subnet used for the cache.
| Subnet used for the cache. | [
"Subnet",
"used",
"for",
"the",
"cache",
"."
] | def subnet(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "subnet") | [
"def",
"subnet",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"subnet\"",
")"
] | Subnet used for the cache. | [
"Subnet",
"used",
"for",
"the",
"cache",
"."
] | [
"\"\"\"\n Subnet used for the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
ab42dcb9b972f184fc704d8d512590dcb4bf2680 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storagecache/v20190801preview/cache.py | [
"Apache-2.0"
] | Python | upgrade_status | pulumi.Output[Optional['outputs.CacheUpgradeStatusResponse']] | def upgrade_status(self) -> pulumi.Output[Optional['outputs.CacheUpgradeStatusResponse']]:
"""
Upgrade status of the cache.
"""
return pulumi.get(self, "upgrade_status") |
Upgrade status of the cache.
| Upgrade status of the cache. | [
"Upgrade",
"status",
"of",
"the",
"cache",
"."
] | def upgrade_status(self) -> pulumi.Output[Optional['outputs.CacheUpgradeStatusResponse']]:
return pulumi.get(self, "upgrade_status") | [
"def",
"upgrade_status",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.CacheUpgradeStatusResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"upgrade_status\"",
")"
] | Upgrade status of the cache. | [
"Upgrade",
"status",
"of",
"the",
"cache",
"."
] | [
"\"\"\"\n Upgrade status of the cache.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | backend_address_pools | Optional[Sequence['outputs.BackendAddressPoolResponse']] | def backend_address_pools(self) -> Optional[Sequence['outputs.BackendAddressPoolResponse']]:
"""
Gets or sets Pools of backend IP addresses
"""
return pulumi.get(self, "backend_address_pools") |
Gets or sets Pools of backend IP addresses
| Gets or sets Pools of backend IP addresses | [
"Gets",
"or",
"sets",
"Pools",
"of",
"backend",
"IP",
"addresses"
] | def backend_address_pools(self) -> Optional[Sequence['outputs.BackendAddressPoolResponse']]:
return pulumi.get(self, "backend_address_pools") | [
"def",
"backend_address_pools",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.BackendAddressPoolResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backend_address_pools\"",
")"
] | Gets or sets Pools of backend IP addresses | [
"Gets",
"or",
"sets",
"Pools",
"of",
"backend",
"IP",
"addresses"
] | [
"\"\"\"\n Gets or sets Pools of backend IP addresses\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | frontend_ip_configurations | Optional[Sequence['outputs.FrontendIPConfigurationResponse']] | def frontend_ip_configurations(self) -> Optional[Sequence['outputs.FrontendIPConfigurationResponse']]:
"""
Gets or sets frontend IP addresses of the load balancer
"""
return pulumi.get(self, "frontend_ip_configurations") |
Gets or sets frontend IP addresses of the load balancer
| Gets or sets frontend IP addresses of the load balancer | [
"Gets",
"or",
"sets",
"frontend",
"IP",
"addresses",
"of",
"the",
"load",
"balancer"
] | def frontend_ip_configurations(self) -> Optional[Sequence['outputs.FrontendIPConfigurationResponse']]:
return pulumi.get(self, "frontend_ip_configurations") | [
"def",
"frontend_ip_configurations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.FrontendIPConfigurationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"frontend_ip_configurations\"",
")"
] | Gets or sets frontend IP addresses of the load balancer | [
"Gets",
"or",
"sets",
"frontend",
"IP",
"addresses",
"of",
"the",
"load",
"balancer"
] | [
"\"\"\"\n Gets or sets frontend IP addresses of the load balancer\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | inbound_nat_pools | Optional[Sequence['outputs.InboundNatPoolResponse']] | def inbound_nat_pools(self) -> Optional[Sequence['outputs.InboundNatPoolResponse']]:
"""
Gets or sets inbound NAT pools
"""
return pulumi.get(self, "inbound_nat_pools") |
Gets or sets inbound NAT pools
| Gets or sets inbound NAT pools | [
"Gets",
"or",
"sets",
"inbound",
"NAT",
"pools"
] | def inbound_nat_pools(self) -> Optional[Sequence['outputs.InboundNatPoolResponse']]:
return pulumi.get(self, "inbound_nat_pools") | [
"def",
"inbound_nat_pools",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.InboundNatPoolResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inbound_nat_pools\"",
")"
] | Gets or sets inbound NAT pools | [
"Gets",
"or",
"sets",
"inbound",
"NAT",
"pools"
] | [
"\"\"\"\n Gets or sets inbound NAT pools\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | inbound_nat_rules | Optional[Sequence['outputs.InboundNatRuleResponse']] | def inbound_nat_rules(self) -> Optional[Sequence['outputs.InboundNatRuleResponse']]:
"""
Gets or sets list of inbound rules
"""
return pulumi.get(self, "inbound_nat_rules") |
Gets or sets list of inbound rules
| Gets or sets list of inbound rules | [
"Gets",
"or",
"sets",
"list",
"of",
"inbound",
"rules"
] | def inbound_nat_rules(self) -> Optional[Sequence['outputs.InboundNatRuleResponse']]:
return pulumi.get(self, "inbound_nat_rules") | [
"def",
"inbound_nat_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.InboundNatRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"inbound_nat_rules\"",
")"
] | Gets or sets list of inbound rules | [
"Gets",
"or",
"sets",
"list",
"of",
"inbound",
"rules"
] | [
"\"\"\"\n Gets or sets list of inbound rules\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | load_balancing_rules | Optional[Sequence['outputs.LoadBalancingRuleResponse']] | def load_balancing_rules(self) -> Optional[Sequence['outputs.LoadBalancingRuleResponse']]:
"""
Gets or sets load balancing rules
"""
return pulumi.get(self, "load_balancing_rules") |
Gets or sets load balancing rules
| Gets or sets load balancing rules | [
"Gets",
"or",
"sets",
"load",
"balancing",
"rules"
] | def load_balancing_rules(self) -> Optional[Sequence['outputs.LoadBalancingRuleResponse']]:
return pulumi.get(self, "load_balancing_rules") | [
"def",
"load_balancing_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.LoadBalancingRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancing_rules\"",
")"
] | Gets or sets load balancing rules | [
"Gets",
"or",
"sets",
"load",
"balancing",
"rules"
] | [
"\"\"\"\n Gets or sets load balancing rules\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | outbound_nat_rules | Optional[Sequence['outputs.OutboundNatRuleResponse']] | def outbound_nat_rules(self) -> Optional[Sequence['outputs.OutboundNatRuleResponse']]:
"""
Gets or sets outbound NAT rules
"""
return pulumi.get(self, "outbound_nat_rules") |
Gets or sets outbound NAT rules
| Gets or sets outbound NAT rules | [
"Gets",
"or",
"sets",
"outbound",
"NAT",
"rules"
] | def outbound_nat_rules(self) -> Optional[Sequence['outputs.OutboundNatRuleResponse']]:
return pulumi.get(self, "outbound_nat_rules") | [
"def",
"outbound_nat_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.OutboundNatRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"outbound_nat_rules\"",
")"
] | Gets or sets outbound NAT rules | [
"Gets",
"or",
"sets",
"outbound",
"NAT",
"rules"
] | [
"\"\"\"\n Gets or sets outbound NAT rules\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8646dd7e0f4219d061e8ac71455ff27c81032376 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20160601/get_load_balancer.py | [
"Apache-2.0"
] | Python | probes | Optional[Sequence['outputs.ProbeResponse']] | def probes(self) -> Optional[Sequence['outputs.ProbeResponse']]:
"""
Gets or sets list of Load balancer probes
"""
return pulumi.get(self, "probes") |
Gets or sets list of Load balancer probes
| Gets or sets list of Load balancer probes | [
"Gets",
"or",
"sets",
"list",
"of",
"Load",
"balancer",
"probes"
] | def probes(self) -> Optional[Sequence['outputs.ProbeResponse']]:
return pulumi.get(self, "probes") | [
"def",
"probes",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ProbeResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"probes\"",
")"
] | Gets or sets list of Load balancer probes | [
"Gets",
"or",
"sets",
"list",
"of",
"Load",
"balancer",
"probes"
] | [
"\"\"\"\n Gets or sets list of Load balancer probes\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
3ba8f401b4f7016c6dcc980b62b66e4c15ef2c04 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/get_incident_relation.py | [
"Apache-2.0"
] | Python | related_resource_id | str | def related_resource_id(self) -> str:
"""
The resource ID of the related resource
"""
return pulumi.get(self, "related_resource_id") |
The resource ID of the related resource
| The resource ID of the related resource | [
"The",
"resource",
"ID",
"of",
"the",
"related",
"resource"
] | def related_resource_id(self) -> str:
return pulumi.get(self, "related_resource_id") | [
"def",
"related_resource_id",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_id\"",
")"
] | The resource ID of the related resource | [
"The",
"resource",
"ID",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The resource ID of the related 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": []
} |
3ba8f401b4f7016c6dcc980b62b66e4c15ef2c04 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/get_incident_relation.py | [
"Apache-2.0"
] | Python | related_resource_kind | str | def related_resource_kind(self) -> str:
"""
The resource kind of the related resource
"""
return pulumi.get(self, "related_resource_kind") |
The resource kind of the related resource
| The resource kind of the related resource | [
"The",
"resource",
"kind",
"of",
"the",
"related",
"resource"
] | def related_resource_kind(self) -> str:
return pulumi.get(self, "related_resource_kind") | [
"def",
"related_resource_kind",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_kind\"",
")"
] | The resource kind of the related resource | [
"The",
"resource",
"kind",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The resource kind of the related 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": []
} |
3ba8f401b4f7016c6dcc980b62b66e4c15ef2c04 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/get_incident_relation.py | [
"Apache-2.0"
] | Python | related_resource_name | str | def related_resource_name(self) -> str:
"""
The name of the related resource
"""
return pulumi.get(self, "related_resource_name") |
The name of the related resource
| The name of the related resource | [
"The",
"name",
"of",
"the",
"related",
"resource"
] | def related_resource_name(self) -> str:
return pulumi.get(self, "related_resource_name") | [
"def",
"related_resource_name",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_name\"",
")"
] | The name of the related resource | [
"The",
"name",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The name of the related 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": []
} |
3ba8f401b4f7016c6dcc980b62b66e4c15ef2c04 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/securityinsights/v20190101preview/get_incident_relation.py | [
"Apache-2.0"
] | Python | related_resource_type | str | def related_resource_type(self) -> str:
"""
The resource type of the related resource
"""
return pulumi.get(self, "related_resource_type") |
The resource type of the related resource
| The resource type of the related resource | [
"The",
"resource",
"type",
"of",
"the",
"related",
"resource"
] | def related_resource_type(self) -> str:
return pulumi.get(self, "related_resource_type") | [
"def",
"related_resource_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"related_resource_type\"",
")"
] | The resource type of the related resource | [
"The",
"resource",
"type",
"of",
"the",
"related",
"resource"
] | [
"\"\"\"\n The resource type of the related 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": []
} |
0650bf95b0c0762fb32e193641d4719a68cf4095 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/get_public_ip_prefix.py | [
"Apache-2.0"
] | Python | custom_ip_prefix | Optional['outputs.SubResourceResponse'] | def custom_ip_prefix(self) -> Optional['outputs.SubResourceResponse']:
"""
The customIpPrefix that this prefix is associated with.
"""
return pulumi.get(self, "custom_ip_prefix") |
The customIpPrefix that this prefix is associated with.
| The customIpPrefix that this prefix is associated with. | [
"The",
"customIpPrefix",
"that",
"this",
"prefix",
"is",
"associated",
"with",
"."
] | def custom_ip_prefix(self) -> Optional['outputs.SubResourceResponse']:
return pulumi.get(self, "custom_ip_prefix") | [
"def",
"custom_ip_prefix",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SubResourceResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"custom_ip_prefix\"",
")"
] | The customIpPrefix that this prefix is associated with. | [
"The",
"customIpPrefix",
"that",
"this",
"prefix",
"is",
"associated",
"with",
"."
] | [
"\"\"\"\n The customIpPrefix that this prefix is associated with.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0650bf95b0c0762fb32e193641d4719a68cf4095 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/latest/get_public_ip_prefix.py | [
"Apache-2.0"
] | Python | public_ip_addresses | Sequence['outputs.ReferencedPublicIpAddressResponse'] | def public_ip_addresses(self) -> Sequence['outputs.ReferencedPublicIpAddressResponse']:
"""
The list of all referenced PublicIPAddresses.
"""
return pulumi.get(self, "public_ip_addresses") |
The list of all referenced PublicIPAddresses.
| The list of all referenced PublicIPAddresses. | [
"The",
"list",
"of",
"all",
"referenced",
"PublicIPAddresses",
"."
] | def public_ip_addresses(self) -> Sequence['outputs.ReferencedPublicIpAddressResponse']:
return pulumi.get(self, "public_ip_addresses") | [
"def",
"public_ip_addresses",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ReferencedPublicIpAddressResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_ip_addresses\"",
")"
] | The list of all referenced PublicIPAddresses. | [
"The",
"list",
"of",
"all",
"referenced",
"PublicIPAddresses",
"."
] | [
"\"\"\"\n The list of all referenced PublicIPAddresses.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0708ed91f23311a3012f92cc817dec76c9165eb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160801/list_web_app_publishing_credentials.py | [
"Apache-2.0"
] | Python | publishing_password_hash | Optional[str] | def publishing_password_hash(self) -> Optional[str]:
"""
Password hash used for publishing.
"""
return pulumi.get(self, "publishing_password_hash") |
Password hash used for publishing.
| Password hash used for publishing. | [
"Password",
"hash",
"used",
"for",
"publishing",
"."
] | def publishing_password_hash(self) -> Optional[str]:
return pulumi.get(self, "publishing_password_hash") | [
"def",
"publishing_password_hash",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"publishing_password_hash\"",
")"
] | Password hash used for publishing. | [
"Password",
"hash",
"used",
"for",
"publishing",
"."
] | [
"\"\"\"\n Password hash used for publishing.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0708ed91f23311a3012f92cc817dec76c9165eb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160801/list_web_app_publishing_credentials.py | [
"Apache-2.0"
] | Python | publishing_password_hash_salt | Optional[str] | def publishing_password_hash_salt(self) -> Optional[str]:
"""
Password hash salt used for publishing.
"""
return pulumi.get(self, "publishing_password_hash_salt") |
Password hash salt used for publishing.
| Password hash salt used for publishing. | [
"Password",
"hash",
"salt",
"used",
"for",
"publishing",
"."
] | def publishing_password_hash_salt(self) -> Optional[str]:
return pulumi.get(self, "publishing_password_hash_salt") | [
"def",
"publishing_password_hash_salt",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"publishing_password_hash_salt\"",
")"
] | Password hash salt used for publishing. | [
"Password",
"hash",
"salt",
"used",
"for",
"publishing",
"."
] | [
"\"\"\"\n Password hash salt used for publishing.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0708ed91f23311a3012f92cc817dec76c9165eb7 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/v20160801/list_web_app_publishing_credentials.py | [
"Apache-2.0"
] | Python | list_web_app_publishing_credentials | AwaitableListWebAppPublishingCredentialsResult | def list_web_app_publishing_credentials(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppPublishingCredentialsResult:
"""
User credentials used... |
User credentials used for publishing activity.
:param str name: Name of the app.
:param str resource_group_name: Name of the resource group to which the resource belongs.
| User credentials used for publishing activity. | [
"User",
"credentials",
"used",
"for",
"publishing",
"activity",
"."
] | def list_web_app_publishing_credentials(name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebAppPublishingCredentialsResult:
__args__ = dict()
__args_... | [
"def",
"list_web_app_publishing_credentials",
"(",
"name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
"=",
... | User credentials used for publishing activity. | [
"User",
"credentials",
"used",
"for",
"publishing",
"activity",
"."
] | [
"\"\"\"\n User credentials used for publishing activity.\n\n\n :param str name: Name of the app.\n :param str resource_group_name: Name of the resource group to which the resource belongs.\n \"\"\""
] | [
{
"param": "name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "name",
"type": "Optional[str]",
"docstring": "Name of the app.",
"docstring_tokens": [
"Name",
"of",
"the",
"app",
"."
],
"default": null,
"is_optional": false
},
... |
07231c96c0f453799cd056c274152d21c901ce77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/get_pipeline.py | [
"Apache-2.0"
] | Python | activities | Optional[Sequence[Any]] | def activities(self) -> Optional[Sequence[Any]]:
"""
List of activities in pipeline.
"""
return pulumi.get(self, "activities") |
List of activities in pipeline.
| List of activities in pipeline. | [
"List",
"of",
"activities",
"in",
"pipeline",
"."
] | def activities(self) -> Optional[Sequence[Any]]:
return pulumi.get(self, "activities") | [
"def",
"activities",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"activities\"",
")"
] | List of activities in pipeline. | [
"List",
"of",
"activities",
"in",
"pipeline",
"."
] | [
"\"\"\"\n List of activities in pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
07231c96c0f453799cd056c274152d21c901ce77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/get_pipeline.py | [
"Apache-2.0"
] | Python | annotations | Optional[Sequence[Any]] | def annotations(self) -> Optional[Sequence[Any]]:
"""
List of tags that can be used for describing the Pipeline.
"""
return pulumi.get(self, "annotations") |
List of tags that can be used for describing the Pipeline.
| List of tags that can be used for describing the Pipeline. | [
"List",
"of",
"tags",
"that",
"can",
"be",
"used",
"for",
"describing",
"the",
"Pipeline",
"."
] | def annotations(self) -> Optional[Sequence[Any]]:
return pulumi.get(self, "annotations") | [
"def",
"annotations",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"Any",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"annotations\"",
")"
] | List of tags that can be used for describing the Pipeline. | [
"List",
"of",
"tags",
"that",
"can",
"be",
"used",
"for",
"describing",
"the",
"Pipeline",
"."
] | [
"\"\"\"\n List of tags that can be used for describing the Pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
07231c96c0f453799cd056c274152d21c901ce77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/get_pipeline.py | [
"Apache-2.0"
] | Python | concurrency | Optional[int] | def concurrency(self) -> Optional[int]:
"""
The max number of concurrent runs for the pipeline.
"""
return pulumi.get(self, "concurrency") |
The max number of concurrent runs for the pipeline.
| The max number of concurrent runs for the pipeline. | [
"The",
"max",
"number",
"of",
"concurrent",
"runs",
"for",
"the",
"pipeline",
"."
] | def concurrency(self) -> Optional[int]:
return pulumi.get(self, "concurrency") | [
"def",
"concurrency",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"concurrency\"",
")"
] | The max number of concurrent runs for the pipeline. | [
"The",
"max",
"number",
"of",
"concurrent",
"runs",
"for",
"the",
"pipeline",
"."
] | [
"\"\"\"\n The max number of concurrent runs for the pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
07231c96c0f453799cd056c274152d21c901ce77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/get_pipeline.py | [
"Apache-2.0"
] | Python | folder | Optional['outputs.PipelineResponseFolder'] | def folder(self) -> Optional['outputs.PipelineResponseFolder']:
"""
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
"""
return pulumi.get(self, "folder") |
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
| The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level. | [
"The",
"folder",
"that",
"this",
"Pipeline",
"is",
"in",
".",
"If",
"not",
"specified",
"Pipeline",
"will",
"appear",
"at",
"the",
"root",
"level",
"."
] | def folder(self) -> Optional['outputs.PipelineResponseFolder']:
return pulumi.get(self, "folder") | [
"def",
"folder",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PipelineResponseFolder'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"folder\"",
")"
] | The folder that this Pipeline is in. | [
"The",
"folder",
"that",
"this",
"Pipeline",
"is",
"in",
"."
] | [
"\"\"\"\n The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
07231c96c0f453799cd056c274152d21c901ce77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/get_pipeline.py | [
"Apache-2.0"
] | Python | parameters | Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']] | def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
"""
List of parameters for pipeline.
"""
return pulumi.get(self, "parameters") |
List of parameters for pipeline.
| List of parameters for pipeline. | [
"List",
"of",
"parameters",
"for",
"pipeline",
"."
] | def parameters(self) -> Optional[Mapping[str, 'outputs.ParameterSpecificationResponse']]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.ParameterSpecificationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | List of parameters for pipeline. | [
"List",
"of",
"parameters",
"for",
"pipeline",
"."
] | [
"\"\"\"\n List of parameters for pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
07231c96c0f453799cd056c274152d21c901ce77 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/datafactory/v20180601/get_pipeline.py | [
"Apache-2.0"
] | Python | variables | Optional[Mapping[str, 'outputs.VariableSpecificationResponse']] | def variables(self) -> Optional[Mapping[str, 'outputs.VariableSpecificationResponse']]:
"""
List of variables for pipeline.
"""
return pulumi.get(self, "variables") |
List of variables for pipeline.
| List of variables for pipeline. | [
"List",
"of",
"variables",
"for",
"pipeline",
"."
] | def variables(self) -> Optional[Mapping[str, 'outputs.VariableSpecificationResponse']]:
return pulumi.get(self, "variables") | [
"def",
"variables",
"(",
"self",
")",
"->",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.VariableSpecificationResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"variables\"",
")"
] | List of variables for pipeline. | [
"List",
"of",
"variables",
"for",
"pipeline",
"."
] | [
"\"\"\"\n List of variables for pipeline.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
65b616fc4755ad374726dcaf74b01048c2ef7dbe | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventhub/latest/list_event_hub_keys.py | [
"Apache-2.0"
] | Python | list_event_hub_keys | AwaitableListEventHubKeysResult | def list_event_hub_keys(authorization_rule_name: Optional[str] = None,
event_hub_name: Optional[str] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOption... |
Namespace/EventHub Connection String
Latest API Version: 2017-04-01.
:param str authorization_rule_name: The authorization rule name.
:param str event_hub_name: The Event Hub name
:param str namespace_name: The Namespace name
:param str resource_group_name: Name of the resource group within t... | Namespace/EventHub Connection String
Latest API Version: 2017-04-01. | [
"Namespace",
"/",
"EventHub",
"Connection",
"String",
"Latest",
"API",
"Version",
":",
"2017",
"-",
"04",
"-",
"01",
"."
] | def list_event_hub_keys(authorization_rule_name: Optional[str] = None,
event_hub_name: Optional[str] = None,
namespace_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOption... | [
"def",
"list_event_hub_keys",
"(",
"authorization_rule_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"event_hub_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"namespace_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"r... | Namespace/EventHub Connection String
Latest API Version: 2017-04-01. | [
"Namespace",
"/",
"EventHub",
"Connection",
"String",
"Latest",
"API",
"Version",
":",
"2017",
"-",
"04",
"-",
"01",
"."
] | [
"\"\"\"\n Namespace/EventHub Connection String\n Latest API Version: 2017-04-01.\n\n\n :param str authorization_rule_name: The authorization rule name.\n :param str event_hub_name: The Event Hub name\n :param str namespace_name: The Namespace name\n :param str resource_group_name: Name of the reso... | [
{
"param": "authorization_rule_name",
"type": "Optional[str]"
},
{
"param": "event_hub_name",
"type": "Optional[str]"
},
{
"param": "namespace_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "opts",
"ty... | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "authorization_rule_name",
"type": "Optional[str]",
"docstring": "The authorization rule name.",
"docstring_tokens": [
"The",
"authorization",
"rule",
"name",
"."
],
"default"... |
65cdf1612f19d320588d6c58b03b7c4b487dff3f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/get_web_app_slot_configuration_names.py | [
"Apache-2.0"
] | Python | app_setting_names | Optional[Sequence[str]] | def app_setting_names(self) -> Optional[Sequence[str]]:
"""
List of application settings names.
"""
return pulumi.get(self, "app_setting_names") |
List of application settings names.
| List of application settings names. | [
"List",
"of",
"application",
"settings",
"names",
"."
] | def app_setting_names(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "app_setting_names") | [
"def",
"app_setting_names",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"app_setting_names\"",
")"
] | List of application settings names. | [
"List",
"of",
"application",
"settings",
"names",
"."
] | [
"\"\"\"\n List of application settings names.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
65cdf1612f19d320588d6c58b03b7c4b487dff3f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/get_web_app_slot_configuration_names.py | [
"Apache-2.0"
] | Python | azure_storage_config_names | Optional[Sequence[str]] | def azure_storage_config_names(self) -> Optional[Sequence[str]]:
"""
List of external Azure storage account identifiers.
"""
return pulumi.get(self, "azure_storage_config_names") |
List of external Azure storage account identifiers.
| List of external Azure storage account identifiers. | [
"List",
"of",
"external",
"Azure",
"storage",
"account",
"identifiers",
"."
] | def azure_storage_config_names(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "azure_storage_config_names") | [
"def",
"azure_storage_config_names",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_storage_config_names\"",
")"
] | List of external Azure storage account identifiers. | [
"List",
"of",
"external",
"Azure",
"storage",
"account",
"identifiers",
"."
] | [
"\"\"\"\n List of external Azure storage account identifiers.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
65cdf1612f19d320588d6c58b03b7c4b487dff3f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/web/latest/get_web_app_slot_configuration_names.py | [
"Apache-2.0"
] | Python | connection_string_names | Optional[Sequence[str]] | def connection_string_names(self) -> Optional[Sequence[str]]:
"""
List of connection string names.
"""
return pulumi.get(self, "connection_string_names") |
List of connection string names.
| List of connection string names. | [
"List",
"of",
"connection",
"string",
"names",
"."
] | def connection_string_names(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "connection_string_names") | [
"def",
"connection_string_names",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connection_string_names\"",
")"
] | List of connection string names. | [
"List",
"of",
"connection",
"string",
"names",
"."
] | [
"\"\"\"\n List of connection string names.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
efecc0c920dbd0f1e94b2b391c1d10499767d95f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20190801/get_agent_pool.py | [
"Apache-2.0"
] | Python | availability_zones | Optional[Sequence[str]] | def availability_zones(self) -> Optional[Sequence[str]]:
"""
(PREVIEW) Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
"""
return pulumi.get(self, "availability_zones") |
(PREVIEW) Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.
| (PREVIEW) Availability zones for nodes. | [
"(",
"PREVIEW",
")",
"Availability",
"zones",
"for",
"nodes",
"."
] | def availability_zones(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "availability_zones") | [
"def",
"availability_zones",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"availability_zones\"",
")"
] | (PREVIEW) Availability zones for nodes. | [
"(",
"PREVIEW",
")",
"Availability",
"zones",
"for",
"nodes",
"."
] | [
"\"\"\"\n (PREVIEW) Availability zones for nodes. Must use VirtualMachineScaleSets AgentPoolType.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
efecc0c920dbd0f1e94b2b391c1d10499767d95f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20190801/get_agent_pool.py | [
"Apache-2.0"
] | Python | node_taints | Optional[Sequence[str]] | def node_taints(self) -> Optional[Sequence[str]]:
"""
Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
"""
return pulumi.get(self, "node_taints") |
Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.
| Taints added to new nodes during node pool create and scale. | [
"Taints",
"added",
"to",
"new",
"nodes",
"during",
"node",
"pool",
"create",
"and",
"scale",
"."
] | def node_taints(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "node_taints") | [
"def",
"node_taints",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_taints\"",
")"
] | Taints added to new nodes during node pool create and scale. | [
"Taints",
"added",
"to",
"new",
"nodes",
"during",
"node",
"pool",
"create",
"and",
"scale",
"."
] | [
"\"\"\"\n Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
efecc0c920dbd0f1e94b2b391c1d10499767d95f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20190801/get_agent_pool.py | [
"Apache-2.0"
] | Python | orchestrator_version | Optional[str] | def orchestrator_version(self) -> Optional[str]:
"""
Version of orchestrator specified when creating the managed cluster.
"""
return pulumi.get(self, "orchestrator_version") |
Version of orchestrator specified when creating the managed cluster.
| Version of orchestrator specified when creating the managed cluster. | [
"Version",
"of",
"orchestrator",
"specified",
"when",
"creating",
"the",
"managed",
"cluster",
"."
] | def orchestrator_version(self) -> Optional[str]:
return pulumi.get(self, "orchestrator_version") | [
"def",
"orchestrator_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"orchestrator_version\"",
")"
] | Version of orchestrator specified when creating the managed cluster. | [
"Version",
"of",
"orchestrator",
"specified",
"when",
"creating",
"the",
"managed",
"cluster",
"."
] | [
"\"\"\"\n Version of orchestrator specified when creating the managed 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": []
} |
efecc0c920dbd0f1e94b2b391c1d10499767d95f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20190801/get_agent_pool.py | [
"Apache-2.0"
] | Python | scale_set_eviction_policy | Optional[str] | def scale_set_eviction_policy(self) -> Optional[str]:
"""
ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. Default to Delete.
"""
return pulumi.get(self, "scale_set_eviction_policy") |
ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. Default to Delete.
| ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. Default to Delete. | [
"ScaleSetEvictionPolicy",
"to",
"be",
"used",
"to",
"specify",
"eviction",
"policy",
"for",
"low",
"priority",
"virtual",
"machine",
"scale",
"set",
".",
"Default",
"to",
"Delete",
"."
] | def scale_set_eviction_policy(self) -> Optional[str]:
return pulumi.get(self, "scale_set_eviction_policy") | [
"def",
"scale_set_eviction_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_set_eviction_policy\"",
")"
] | ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. | [
"ScaleSetEvictionPolicy",
"to",
"be",
"used",
"to",
"specify",
"eviction",
"policy",
"for",
"low",
"priority",
"virtual",
"machine",
"scale",
"set",
"."
] | [
"\"\"\"\n ScaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set. Default to Delete.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
efecc0c920dbd0f1e94b2b391c1d10499767d95f | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerservice/v20190801/get_agent_pool.py | [
"Apache-2.0"
] | Python | scale_set_priority | Optional[str] | def scale_set_priority(self) -> Optional[str]:
"""
ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
"""
return pulumi.get(self, "scale_set_priority") |
ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.
| ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular. | [
"ScaleSetPriority",
"to",
"be",
"used",
"to",
"specify",
"virtual",
"machine",
"scale",
"set",
"priority",
".",
"Default",
"to",
"regular",
"."
] | def scale_set_priority(self) -> Optional[str]:
return pulumi.get(self, "scale_set_priority") | [
"def",
"scale_set_priority",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"scale_set_priority\"",
")"
] | ScaleSetPriority to be used to specify virtual machine scale set priority. | [
"ScaleSetPriority",
"to",
"be",
"used",
"to",
"specify",
"virtual",
"machine",
"scale",
"set",
"priority",
"."
] | [
"\"\"\"\n ScaleSetPriority to be used to specify virtual machine scale set priority. Default to regular.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8086f6662f13c541a0fbcf0224ccac61d738cd66 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20190924preview/get_application_group.py | [
"Apache-2.0"
] | Python | workspace_arm_path | str | def workspace_arm_path(self) -> str:
"""
Workspace arm path of ApplicationGroup.
"""
return pulumi.get(self, "workspace_arm_path") |
Workspace arm path of ApplicationGroup.
| Workspace arm path of ApplicationGroup. | [
"Workspace",
"arm",
"path",
"of",
"ApplicationGroup",
"."
] | def workspace_arm_path(self) -> str:
return pulumi.get(self, "workspace_arm_path") | [
"def",
"workspace_arm_path",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"workspace_arm_path\"",
")"
] | Workspace arm path of ApplicationGroup. | [
"Workspace",
"arm",
"path",
"of",
"ApplicationGroup",
"."
] | [
"\"\"\"\n Workspace arm path of ApplicationGroup.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80897195e87c4547037cdb46b5d60b2c8d708622 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/v20180701preview/volume.py | [
"Apache-2.0"
] | Python | azure_file_parameters | pulumi.Output[Optional['outputs.VolumeProviderParametersAzureFileResponse']] | def azure_file_parameters(self) -> pulumi.Output[Optional['outputs.VolumeProviderParametersAzureFileResponse']]:
"""
This type describes a volume provided by an Azure Files file share.
"""
return pulumi.get(self, "azure_file_parameters") |
This type describes a volume provided by an Azure Files file share.
| This type describes a volume provided by an Azure Files file share. | [
"This",
"type",
"describes",
"a",
"volume",
"provided",
"by",
"an",
"Azure",
"Files",
"file",
"share",
"."
] | def azure_file_parameters(self) -> pulumi.Output[Optional['outputs.VolumeProviderParametersAzureFileResponse']]:
return pulumi.get(self, "azure_file_parameters") | [
"def",
"azure_file_parameters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.VolumeProviderParametersAzureFileResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"azure_file_parameters\"",
")"
] | This type describes a volume provided by an Azure Files file share. | [
"This",
"type",
"describes",
"a",
"volume",
"provided",
"by",
"an",
"Azure",
"Files",
"file",
"share",
"."
] | [
"\"\"\"\n This type describes a volume provided by an Azure Files file 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": []
} |
8094612682ac3e938e3e7ae9c0dea85e46ebae25 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/azuredata/get_sql_server_instance.py | [
"Apache-2.0"
] | Python | v_core | str | def v_core(self) -> str:
"""
The number of logical processors used by the SQL Server instance.
"""
return pulumi.get(self, "v_core") |
The number of logical processors used by the SQL Server instance.
| The number of logical processors used by the SQL Server instance. | [
"The",
"number",
"of",
"logical",
"processors",
"used",
"by",
"the",
"SQL",
"Server",
"instance",
"."
] | def v_core(self) -> str:
return pulumi.get(self, "v_core") | [
"def",
"v_core",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"v_core\"",
")"
] | The number of logical processors used by the SQL Server instance. | [
"The",
"number",
"of",
"logical",
"processors",
"used",
"by",
"the",
"SQL",
"Server",
"instance",
"."
] | [
"\"\"\"\n The number of logical processors used by the SQL Server instance.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80946955e2a31261d6be6ab6a5b343fca3721cf5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/get_adaptive_application_control.py | [
"Apache-2.0"
] | Python | configuration_status | str | def configuration_status(self) -> str:
"""
The configuration status of the machines group or machine or rule
"""
return pulumi.get(self, "configuration_status") |
The configuration status of the machines group or machine or rule
| The configuration status of the machines group or machine or rule | [
"The",
"configuration",
"status",
"of",
"the",
"machines",
"group",
"or",
"machine",
"or",
"rule"
] | def configuration_status(self) -> str:
return pulumi.get(self, "configuration_status") | [
"def",
"configuration_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"configuration_status\"",
")"
] | The configuration status of the machines group or machine or rule | [
"The",
"configuration",
"status",
"of",
"the",
"machines",
"group",
"or",
"machine",
"or",
"rule"
] | [
"\"\"\"\n The configuration status of the machines group or machine or rule\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80946955e2a31261d6be6ab6a5b343fca3721cf5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/get_adaptive_application_control.py | [
"Apache-2.0"
] | Python | protection_mode | Optional['outputs.ProtectionModeResponse'] | def protection_mode(self) -> Optional['outputs.ProtectionModeResponse']:
"""
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
"""
return pulumi.get(self, "protection_mode") |
The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.
| The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux. | [
"The",
"protection",
"mode",
"of",
"the",
"collection",
"/",
"file",
"types",
".",
"Exe",
"/",
"Msi",
"/",
"Script",
"are",
"used",
"for",
"Windows",
"Executable",
"is",
"used",
"for",
"Linux",
"."
] | def protection_mode(self) -> Optional['outputs.ProtectionModeResponse']:
return pulumi.get(self, "protection_mode") | [
"def",
"protection_mode",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ProtectionModeResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"protection_mode\"",
")"
] | The protection mode of the collection/file types. | [
"The",
"protection",
"mode",
"of",
"the",
"collection",
"/",
"file",
"types",
"."
] | [
"\"\"\"\n The protection mode of the collection/file types. Exe/Msi/Script are used for Windows, Executable is used for Linux.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
80946955e2a31261d6be6ab6a5b343fca3721cf5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/get_adaptive_application_control.py | [
"Apache-2.0"
] | Python | recommendation_status | str | def recommendation_status(self) -> str:
"""
The initial recommendation status of the machine group or machine
"""
return pulumi.get(self, "recommendation_status") |
The initial recommendation status of the machine group or machine
| The initial recommendation status of the machine group or machine | [
"The",
"initial",
"recommendation",
"status",
"of",
"the",
"machine",
"group",
"or",
"machine"
] | def recommendation_status(self) -> str:
return pulumi.get(self, "recommendation_status") | [
"def",
"recommendation_status",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"recommendation_status\"",
")"
] | The initial recommendation status of the machine group or machine | [
"The",
"initial",
"recommendation",
"status",
"of",
"the",
"machine",
"group",
"or",
"machine"
] | [
"\"\"\"\n The initial recommendation status of the machine group or 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": []
} |
80946955e2a31261d6be6ab6a5b343fca3721cf5 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/security/get_adaptive_application_control.py | [
"Apache-2.0"
] | Python | source_system | str | def source_system(self) -> str:
"""
The source type of the machine group
"""
return pulumi.get(self, "source_system") |
The source type of the machine group
| The source type of the machine group | [
"The",
"source",
"type",
"of",
"the",
"machine",
"group"
] | def source_system(self) -> str:
return pulumi.get(self, "source_system") | [
"def",
"source_system",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source_system\"",
")"
] | The source type of the machine group | [
"The",
"source",
"type",
"of",
"the",
"machine",
"group"
] | [
"\"\"\"\n The source type of the machine group\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8095bceb057658381cdc2b7ce61a2dace318e325 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/machine.py | [
"Apache-2.0"
] | Python | ad_fqdn | pulumi.Output[str] | def ad_fqdn(self) -> pulumi.Output[str]:
"""
Specifies the AD fully qualified display name.
"""
return pulumi.get(self, "ad_fqdn") |
Specifies the AD fully qualified display name.
| Specifies the AD fully qualified display name. | [
"Specifies",
"the",
"AD",
"fully",
"qualified",
"display",
"name",
"."
] | def ad_fqdn(self) -> pulumi.Output[str]:
return pulumi.get(self, "ad_fqdn") | [
"def",
"ad_fqdn",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ad_fqdn\"",
")"
] | Specifies the AD fully qualified display name. | [
"Specifies",
"the",
"AD",
"fully",
"qualified",
"display",
"name",
"."
] | [
"\"\"\"\n Specifies the AD fully qualified display name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8095bceb057658381cdc2b7ce61a2dace318e325 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/machine.py | [
"Apache-2.0"
] | Python | dns_fqdn | pulumi.Output[str] | def dns_fqdn(self) -> pulumi.Output[str]:
"""
Specifies the DNS fully qualified display name.
"""
return pulumi.get(self, "dns_fqdn") |
Specifies the DNS fully qualified display name.
| Specifies the DNS fully qualified display name. | [
"Specifies",
"the",
"DNS",
"fully",
"qualified",
"display",
"name",
"."
] | def dns_fqdn(self) -> pulumi.Output[str]:
return pulumi.get(self, "dns_fqdn") | [
"def",
"dns_fqdn",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"dns_fqdn\"",
")"
] | Specifies the DNS fully qualified display name. | [
"Specifies",
"the",
"DNS",
"fully",
"qualified",
"display",
"name",
"."
] | [
"\"\"\"\n Specifies the DNS fully qualified display name.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
8095bceb057658381cdc2b7ce61a2dace318e325 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/hybridcompute/machine.py | [
"Apache-2.0"
] | Python | vm_uuid | pulumi.Output[str] | def vm_uuid(self) -> pulumi.Output[str]:
"""
Specifies the Arc Machine's unique SMBIOS ID
"""
return pulumi.get(self, "vm_uuid") |
Specifies the Arc Machine's unique SMBIOS ID
| Specifies the Arc Machine's unique SMBIOS ID | [
"Specifies",
"the",
"Arc",
"Machine",
"'",
"s",
"unique",
"SMBIOS",
"ID"
] | def vm_uuid(self) -> pulumi.Output[str]:
return pulumi.get(self, "vm_uuid") | [
"def",
"vm_uuid",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"vm_uuid\"",
")"
] | Specifies the Arc Machine's unique SMBIOS ID | [
"Specifies",
"the",
"Arc",
"Machine",
"'",
"s",
"unique",
"SMBIOS",
"ID"
] | [
"\"\"\"\n Specifies the Arc Machine's unique SMBIOS ID\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | default_encryption_scope | Optional[str] | def default_encryption_scope(self) -> Optional[str]:
"""
Default the container to use specified encryption scope for all writes.
"""
return pulumi.get(self, "default_encryption_scope") |
Default the container to use specified encryption scope for all writes.
| Default the container to use specified encryption scope for all writes. | [
"Default",
"the",
"container",
"to",
"use",
"specified",
"encryption",
"scope",
"for",
"all",
"writes",
"."
] | def default_encryption_scope(self) -> Optional[str]:
return pulumi.get(self, "default_encryption_scope") | [
"def",
"default_encryption_scope",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"default_encryption_scope\"",
")"
] | Default the container to use specified encryption scope for all writes. | [
"Default",
"the",
"container",
"to",
"use",
"specified",
"encryption",
"scope",
"for",
"all",
"writes",
"."
] | [
"\"\"\"\n Default the container to use specified encryption scope for all writes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | deny_encryption_scope_override | Optional[bool] | def deny_encryption_scope_override(self) -> Optional[bool]:
"""
Block override of encryption scope from the container default.
"""
return pulumi.get(self, "deny_encryption_scope_override") |
Block override of encryption scope from the container default.
| Block override of encryption scope from the container default. | [
"Block",
"override",
"of",
"encryption",
"scope",
"from",
"the",
"container",
"default",
"."
] | def deny_encryption_scope_override(self) -> Optional[bool]:
return pulumi.get(self, "deny_encryption_scope_override") | [
"def",
"deny_encryption_scope_override",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"deny_encryption_scope_override\"",
")"
] | Block override of encryption scope from the container default. | [
"Block",
"override",
"of",
"encryption",
"scope",
"from",
"the",
"container",
"default",
"."
] | [
"\"\"\"\n Block override of encryption scope from the container default.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | has_immutability_policy | bool | def has_immutability_policy(self) -> bool:
"""
The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
... |
The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.
| The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. | [
"The",
"hasImmutabilityPolicy",
"public",
"property",
"is",
"set",
"to",
"true",
"by",
"SRP",
"if",
"ImmutabilityPolicy",
"has",
"been",
"created",
"for",
"this",
"container",
".",
"The",
"hasImmutabilityPolicy",
"public",
"property",
"is",
"set",
"to",
"false",
... | def has_immutability_policy(self) -> bool:
return pulumi.get(self, "has_immutability_policy") | [
"def",
"has_immutability_policy",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"has_immutability_policy\"",
")"
] | The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. | [
"The",
"hasImmutabilityPolicy",
"public",
"property",
"is",
"set",
"to",
"true",
"by",
"SRP",
"if",
"ImmutabilityPolicy",
"has",
"been",
"created",
"for",
"this",
"container",
"."
] | [
"\"\"\"\n The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | has_legal_hold | bool | def has_legal_hold(self) -> bool:
"""
The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=t... |
The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account.
| The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. | [
"The",
"hasLegalHold",
"public",
"property",
"is",
"set",
"to",
"true",
"by",
"SRP",
"if",
"there",
"are",
"at",
"least",
"one",
"existing",
"tag",
".",
"The",
"hasLegalHold",
"public",
"property",
"is",
"set",
"to",
"false",
"by",
"SRP",
"if",
"all",
"e... | def has_legal_hold(self) -> bool:
return pulumi.get(self, "has_legal_hold") | [
"def",
"has_legal_hold",
"(",
"self",
")",
"->",
"bool",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"has_legal_hold\"",
")"
] | The hasLegalHold public property is set to true by SRP if there are at least one existing tag. | [
"The",
"hasLegalHold",
"public",
"property",
"is",
"set",
"to",
"true",
"by",
"SRP",
"if",
"there",
"are",
"at",
"least",
"one",
"existing",
"tag",
"."
] | [
"\"\"\"\n The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given 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": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | immutability_policy | 'outputs.ImmutabilityPolicyPropertiesResponse' | def immutability_policy(self) -> 'outputs.ImmutabilityPolicyPropertiesResponse':
"""
The ImmutabilityPolicy property of the container.
"""
return pulumi.get(self, "immutability_policy") |
The ImmutabilityPolicy property of the container.
| The ImmutabilityPolicy property of the container. | [
"The",
"ImmutabilityPolicy",
"property",
"of",
"the",
"container",
"."
] | def immutability_policy(self) -> 'outputs.ImmutabilityPolicyPropertiesResponse':
return pulumi.get(self, "immutability_policy") | [
"def",
"immutability_policy",
"(",
"self",
")",
"->",
"'outputs.ImmutabilityPolicyPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"immutability_policy\"",
")"
] | The ImmutabilityPolicy property of the container. | [
"The",
"ImmutabilityPolicy",
"property",
"of",
"the",
"container",
"."
] | [
"\"\"\"\n The ImmutabilityPolicy property of the container.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
809918affcf6aa22fa20f2f421c61f932882b378 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/storage/latest/get_blob_container.py | [
"Apache-2.0"
] | Python | lease_duration | str | def lease_duration(self) -> str:
"""
Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
"""
return pulumi.get(self, "lease_duration") |
Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.
| Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. | [
"Specifies",
"whether",
"the",
"lease",
"on",
"a",
"container",
"is",
"of",
"infinite",
"or",
"fixed",
"duration",
"only",
"when",
"the",
"container",
"is",
"leased",
"."
] | def lease_duration(self) -> str:
return pulumi.get(self, "lease_duration") | [
"def",
"lease_duration",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"lease_duration\"",
")"
] | Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. | [
"Specifies",
"whether",
"the",
"lease",
"on",
"a",
"container",
"is",
"of",
"infinite",
"or",
"fixed",
"duration",
"only",
"when",
"the",
"container",
"is",
"leased",
"."
] | [
"\"\"\"\n Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.\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.