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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | hub_ip_addresses | pulumi.Output['outputs.HubIPAddressesResponse'] | def hub_ip_addresses(self) -> pulumi.Output['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['outputs.HubIPAddressesResponse']:
return pulumi.get(self, "hub_ip_addresses") | [
"def",
"hub_ip_addresses",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'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": []
} |
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | ip_configurations | pulumi.Output[Optional[Sequence['outputs.AzureFirewallIPConfigurationResponse']]] | def ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallIPConfigurationResponse']]]:
"""
IP configuration of the Azure Firewall resource.
"""
return pulumi.get(self, "ip_configurations") |
IP configuration of the Azure Firewall resource.
| IP configuration of the Azure Firewall resource. | [
"IP",
"configuration",
"of",
"the",
"Azure",
"Firewall",
"resource",
"."
] | def ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallIPConfigurationResponse']]]:
return pulumi.get(self, "ip_configurations") | [
"def",
"ip_configurations",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AzureFirewallIPConfigurationResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ip_configurations\"",
"... | IP configuration of the Azure Firewall resource. | [
"IP",
"configuration",
"of",
"the",
"Azure",
"Firewall",
"resource",
"."
] | [
"\"\"\"\n IP configuration of the Azure Firewall 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": []
} |
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | nat_rule_collections | pulumi.Output[Optional[Sequence['outputs.AzureFirewallNatRuleCollectionResponse']]] | def nat_rule_collections(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallNatRuleCollectionResponse']]]:
"""
Collection of NAT rule collections used by Azure Firewall.
"""
return pulumi.get(self, "nat_rule_collections") |
Collection of NAT rule collections used by Azure Firewall.
| Collection of NAT rule collections used by Azure Firewall. | [
"Collection",
"of",
"NAT",
"rule",
"collections",
"used",
"by",
"Azure",
"Firewall",
"."
] | def nat_rule_collections(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallNatRuleCollectionResponse']]]:
return pulumi.get(self, "nat_rule_collections") | [
"def",
"nat_rule_collections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AzureFirewallNatRuleCollectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"nat_rule_collections... | Collection of NAT rule collections used by Azure Firewall. | [
"Collection",
"of",
"NAT",
"rule",
"collections",
"used",
"by",
"Azure",
"Firewall",
"."
] | [
"\"\"\"\n Collection of NAT rule collections used by Azure Firewall.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | network_rule_collections | pulumi.Output[Optional[Sequence['outputs.AzureFirewallNetworkRuleCollectionResponse']]] | def network_rule_collections(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallNetworkRuleCollectionResponse']]]:
"""
Collection of network rule collections used by Azure Firewall.
"""
return pulumi.get(self, "network_rule_collections") |
Collection of network rule collections used by Azure Firewall.
| Collection of network rule collections used by Azure Firewall. | [
"Collection",
"of",
"network",
"rule",
"collections",
"used",
"by",
"Azure",
"Firewall",
"."
] | def network_rule_collections(self) -> pulumi.Output[Optional[Sequence['outputs.AzureFirewallNetworkRuleCollectionResponse']]]:
return pulumi.get(self, "network_rule_collections") | [
"def",
"network_rule_collections",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"'outputs.AzureFirewallNetworkRuleCollectionResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_rule... | Collection of network rule collections used by Azure Firewall. | [
"Collection",
"of",
"network",
"rule",
"collections",
"used",
"by",
"Azure",
"Firewall",
"."
] | [
"\"\"\"\n Collection of network rule collections used by Azure Firewall.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
dfee13bd671e390b77cc72c5243c64c91c532872 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190601/azure_firewall.py | [
"Apache-2.0"
] | Python | threat_intel_mode | pulumi.Output[Optional[str]] | def threat_intel_mode(self) -> pulumi.Output[Optional[str]]:
"""
The operation mode for Threat Intelligence.
"""
return pulumi.get(self, "threat_intel_mode") |
The operation mode for Threat Intelligence.
| The operation mode for Threat Intelligence. | [
"The",
"operation",
"mode",
"for",
"Threat",
"Intelligence",
"."
] | def threat_intel_mode(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "threat_intel_mode") | [
"def",
"threat_intel_mode",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"threat_intel_mode\"",
")"
] | The operation mode for Threat Intelligence. | [
"The",
"operation",
"mode",
"for",
"Threat",
"Intelligence",
"."
] | [
"\"\"\"\n The operation mode for Threat Intelligence.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | debug_params | Optional[str] | def debug_params(self) -> Optional[str]:
"""
Internal - used by Visual Studio to setup the debugging session on the local development environment.
"""
return pulumi.get(self, "debug_params") |
Internal - used by Visual Studio to setup the debugging session on the local development environment.
| used by Visual Studio to setup the debugging session on the local development environment. | [
"used",
"by",
"Visual",
"Studio",
"to",
"setup",
"the",
"debugging",
"session",
"on",
"the",
"local",
"development",
"environment",
"."
] | def debug_params(self) -> Optional[str]:
return pulumi.get(self, "debug_params") | [
"def",
"debug_params",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"debug_params\"",
")"
] | Internal - used by Visual Studio to setup the debugging session on the local development environment. | [
"Internal",
"-",
"used",
"by",
"Visual",
"Studio",
"to",
"setup",
"the",
"debugging",
"session",
"on",
"the",
"local",
"development",
"environment",
"."
] | [
"\"\"\"\n Internal - used by Visual Studio to setup the debugging session on the local development environment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | diagnostics | Optional['outputs.DiagnosticsDescriptionResponse'] | def diagnostics(self) -> Optional['outputs.DiagnosticsDescriptionResponse']:
"""
Describes the diagnostics definition and usage for an application resource.
"""
return pulumi.get(self, "diagnostics") |
Describes the diagnostics definition and usage for an application resource.
| Describes the diagnostics definition and usage for an application resource. | [
"Describes",
"the",
"diagnostics",
"definition",
"and",
"usage",
"for",
"an",
"application",
"resource",
"."
] | def diagnostics(self) -> Optional['outputs.DiagnosticsDescriptionResponse']:
return pulumi.get(self, "diagnostics") | [
"def",
"diagnostics",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.DiagnosticsDescriptionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"diagnostics\"",
")"
] | Describes the diagnostics definition and usage for an application resource. | [
"Describes",
"the",
"diagnostics",
"definition",
"and",
"usage",
"for",
"an",
"application",
"resource",
"."
] | [
"\"\"\"\n Describes the diagnostics definition and usage for an application 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": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | health_state | str | def health_state(self) -> str:
"""
Describes the health state of an application resource.
"""
return pulumi.get(self, "health_state") |
Describes the health state of an application resource.
| Describes the health state of an application resource. | [
"Describes",
"the",
"health",
"state",
"of",
"an",
"application",
"resource",
"."
] | def health_state(self) -> str:
return pulumi.get(self, "health_state") | [
"def",
"health_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"health_state\"",
")"
] | Describes the health state of an application resource. | [
"Describes",
"the",
"health",
"state",
"of",
"an",
"application",
"resource",
"."
] | [
"\"\"\"\n Describes the health state of an application 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": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | service_names | Sequence[str] | def service_names(self) -> Sequence[str]:
"""
Names of the services in the application.
"""
return pulumi.get(self, "service_names") |
Names of the services in the application.
| Names of the services in the application. | [
"Names",
"of",
"the",
"services",
"in",
"the",
"application",
"."
] | def service_names(self) -> Sequence[str]:
return pulumi.get(self, "service_names") | [
"def",
"service_names",
"(",
"self",
")",
"->",
"Sequence",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_names\"",
")"
] | Names of the services in the application. | [
"Names",
"of",
"the",
"services",
"in",
"the",
"application",
"."
] | [
"\"\"\"\n Names of the services in the application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | services | Optional[Sequence['outputs.ServiceResourceDescriptionResponse']] | def services(self) -> Optional[Sequence['outputs.ServiceResourceDescriptionResponse']]:
"""
Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by queryi... |
Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource.
| Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service resource. | [
"Describes",
"the",
"services",
"in",
"the",
"application",
".",
"This",
"property",
"is",
"used",
"to",
"create",
"or",
"modify",
"services",
"of",
"the",
"application",
".",
"On",
"get",
"only",
"the",
"name",
"of",
"the",
"service",
"is",
"returned",
".... | def services(self) -> Optional[Sequence['outputs.ServiceResourceDescriptionResponse']]:
return pulumi.get(self, "services") | [
"def",
"services",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.ServiceResourceDescriptionResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"services\"",
")"
] | Describes the services in the application. | [
"Describes",
"the",
"services",
"in",
"the",
"application",
"."
] | [
"\"\"\"\n Describes the services in the application. This property is used to create or modify services of the application. On get only the name of the service is returned. The service description can be obtained by querying for the service 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": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | status_details | str | def status_details(self) -> str:
"""
Gives additional information about the current status of the application.
"""
return pulumi.get(self, "status_details") |
Gives additional information about the current status of the application.
| Gives additional information about the current status of the application. | [
"Gives",
"additional",
"information",
"about",
"the",
"current",
"status",
"of",
"the",
"application",
"."
] | def status_details(self) -> str:
return pulumi.get(self, "status_details") | [
"def",
"status_details",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"status_details\"",
")"
] | Gives additional information about the current status of the application. | [
"Gives",
"additional",
"information",
"about",
"the",
"current",
"status",
"of",
"the",
"application",
"."
] | [
"\"\"\"\n Gives additional information about the current status of the application.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d8b8dfaafe7a7d9c2966ff66ffd48db5970c44bf | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/servicefabricmesh/get_application.py | [
"Apache-2.0"
] | Python | unhealthy_evaluation | str | def unhealthy_evaluation(self) -> str:
"""
When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy.
"""
return pulumi.get(self, "unhealthy_evaluation") |
When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy.
| When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy. | [
"When",
"the",
"application",
"'",
"s",
"health",
"state",
"is",
"not",
"'",
"Ok",
"'",
"this",
"additional",
"details",
"from",
"service",
"fabric",
"Health",
"Manager",
"for",
"the",
"user",
"to",
"know",
"why",
"the",
"application",
"is",
"marked",
"unh... | def unhealthy_evaluation(self) -> str:
return pulumi.get(self, "unhealthy_evaluation") | [
"def",
"unhealthy_evaluation",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"unhealthy_evaluation\"",
")"
] | When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy. | [
"When",
"the",
"application",
"'",
"s",
"health",
"state",
"is",
"not",
"'",
"Ok",
"'",
"this",
"additional",
"details",
"from",
"service",
"fabric",
"Health",
"Manager",
"for",
"the",
"user",
"to",
"know",
"why",
"the",
"application",
"is",
"marked",
"unh... | [
"\"\"\"\n When the application's health state is not 'Ok', this additional details from service fabric Health Manager for the user to know why the application is marked unhealthy.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
0170427e40c3a46f2d4753d64d1af27d64f0c9aa | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/cdn/v20200901/get_security_policy.py | [
"Apache-2.0"
] | Python | parameters | Optional['outputs.SecurityPolicyWebApplicationFirewallParametersResponse'] | def parameters(self) -> Optional['outputs.SecurityPolicyWebApplicationFirewallParametersResponse']:
"""
object which contains security policy parameters
"""
return pulumi.get(self, "parameters") |
object which contains security policy parameters
| object which contains security policy parameters | [
"object",
"which",
"contains",
"security",
"policy",
"parameters"
] | def parameters(self) -> Optional['outputs.SecurityPolicyWebApplicationFirewallParametersResponse']:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.SecurityPolicyWebApplicationFirewallParametersResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"
] | object which contains security policy parameters | [
"object",
"which",
"contains",
"security",
"policy",
"parameters"
] | [
"\"\"\"\n object which contains security policy parameters\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
01855e426e7f24d6ebb847953d702e5dbbbe0f5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/notebooks/v20191011preview/list_notebook_proxy_credentials.py | [
"Apache-2.0"
] | Python | primary_access_key | Optional[str] | def primary_access_key(self) -> Optional[str]:
"""
The primary key of the NotebookProxy resource.
"""
return pulumi.get(self, "primary_access_key") |
The primary key of the NotebookProxy resource.
| The primary key of the NotebookProxy resource. | [
"The",
"primary",
"key",
"of",
"the",
"NotebookProxy",
"resource",
"."
] | def primary_access_key(self) -> Optional[str]:
return pulumi.get(self, "primary_access_key") | [
"def",
"primary_access_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"primary_access_key\"",
")"
] | The primary key of the NotebookProxy resource. | [
"The",
"primary",
"key",
"of",
"the",
"NotebookProxy",
"resource",
"."
] | [
"\"\"\"\n The primary key of the NotebookProxy 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": []
} |
01855e426e7f24d6ebb847953d702e5dbbbe0f5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/notebooks/v20191011preview/list_notebook_proxy_credentials.py | [
"Apache-2.0"
] | Python | secondary_access_key | Optional[str] | def secondary_access_key(self) -> Optional[str]:
"""
The secondary key of the NotebookProxy resource.
"""
return pulumi.get(self, "secondary_access_key") |
The secondary key of the NotebookProxy resource.
| The secondary key of the NotebookProxy resource. | [
"The",
"secondary",
"key",
"of",
"the",
"NotebookProxy",
"resource",
"."
] | def secondary_access_key(self) -> Optional[str]:
return pulumi.get(self, "secondary_access_key") | [
"def",
"secondary_access_key",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"secondary_access_key\"",
")"
] | The secondary key of the NotebookProxy resource. | [
"The",
"secondary",
"key",
"of",
"the",
"NotebookProxy",
"resource",
"."
] | [
"\"\"\"\n The secondary key of the NotebookProxy 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": []
} |
01855e426e7f24d6ebb847953d702e5dbbbe0f5b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/notebooks/v20191011preview/list_notebook_proxy_credentials.py | [
"Apache-2.0"
] | Python | list_notebook_proxy_credentials | AwaitableListNotebookProxyCredentialsResult | def list_notebook_proxy_credentials(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListNotebookProxyCredentialsResult:
"""
Credentials and other prope... |
Credentials and other properties of NotebookProxy resource
:param str resource_group_name: The name of the resource group. The name is case insensitive.
:param str resource_name: The name of the resource.
| Credentials and other properties of NotebookProxy resource | [
"Credentials",
"and",
"other",
"properties",
"of",
"NotebookProxy",
"resource"
] | def list_notebook_proxy_credentials(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListNotebookProxyCredentialsResult:
__args__ = dict()
__args__['res... | [
"def",
"list_notebook_proxy_credentials",
"(",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
":",
"Optional",
"[",
"pulumi",
".",
"InvokeOptions",
"]",
... | Credentials and other properties of NotebookProxy resource | [
"Credentials",
"and",
"other",
"properties",
"of",
"NotebookProxy",
"resource"
] | [
"\"\"\"\n Credentials and other properties of NotebookProxy resource\n\n\n :param str resource_group_name: The name of the resource group. The name is case insensitive.\n :param str resource_name: The name of the resource.\n \"\"\""
] | [
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "resource_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "resource_group_name",
"type": "Optional[str]",
"docstring": "The name of the resource group. The name is case insensitive.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"resource",... |
5a91811c57094a09714e2ea413e61e86322fea2d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_instance_failover_group.py | [
"Apache-2.0"
] | Python | managed_instance_pairs | Sequence['outputs.ManagedInstancePairInfoResponse'] | def managed_instance_pairs(self) -> Sequence['outputs.ManagedInstancePairInfoResponse']:
"""
List of managed instance pairs in the failover group.
"""
return pulumi.get(self, "managed_instance_pairs") |
List of managed instance pairs in the failover group.
| List of managed instance pairs in the failover group. | [
"List",
"of",
"managed",
"instance",
"pairs",
"in",
"the",
"failover",
"group",
"."
] | def managed_instance_pairs(self) -> Sequence['outputs.ManagedInstancePairInfoResponse']:
return pulumi.get(self, "managed_instance_pairs") | [
"def",
"managed_instance_pairs",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ManagedInstancePairInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"managed_instance_pairs\"",
")"
] | List of managed instance pairs in the failover group. | [
"List",
"of",
"managed",
"instance",
"pairs",
"in",
"the",
"failover",
"group",
"."
] | [
"\"\"\"\n List of managed instance pairs in the failover 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": []
} |
5a91811c57094a09714e2ea413e61e86322fea2d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_instance_failover_group.py | [
"Apache-2.0"
] | Python | partner_regions | Sequence['outputs.PartnerRegionInfoResponse'] | def partner_regions(self) -> Sequence['outputs.PartnerRegionInfoResponse']:
"""
Partner region information for the failover group.
"""
return pulumi.get(self, "partner_regions") |
Partner region information for the failover group.
| Partner region information for the failover group. | [
"Partner",
"region",
"information",
"for",
"the",
"failover",
"group",
"."
] | def partner_regions(self) -> Sequence['outputs.PartnerRegionInfoResponse']:
return pulumi.get(self, "partner_regions") | [
"def",
"partner_regions",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PartnerRegionInfoResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_regions\"",
")"
] | Partner region information for the failover group. | [
"Partner",
"region",
"information",
"for",
"the",
"failover",
"group",
"."
] | [
"\"\"\"\n Partner region information for the failover 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": []
} |
5a91811c57094a09714e2ea413e61e86322fea2d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_instance_failover_group.py | [
"Apache-2.0"
] | Python | read_only_endpoint | Optional['outputs.InstanceFailoverGroupReadOnlyEndpointResponse'] | def read_only_endpoint(self) -> Optional['outputs.InstanceFailoverGroupReadOnlyEndpointResponse']:
"""
Read-only endpoint of the failover group instance.
"""
return pulumi.get(self, "read_only_endpoint") |
Read-only endpoint of the failover group instance.
| Read-only endpoint of the failover group instance. | [
"Read",
"-",
"only",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def read_only_endpoint(self) -> Optional['outputs.InstanceFailoverGroupReadOnlyEndpointResponse']:
return pulumi.get(self, "read_only_endpoint") | [
"def",
"read_only_endpoint",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.InstanceFailoverGroupReadOnlyEndpointResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_only_endpoint\"",
")"
] | Read-only endpoint of the failover group instance. | [
"Read",
"-",
"only",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Read-only endpoint of the failover group 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": []
} |
5a91811c57094a09714e2ea413e61e86322fea2d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_instance_failover_group.py | [
"Apache-2.0"
] | Python | read_write_endpoint | 'outputs.InstanceFailoverGroupReadWriteEndpointResponse' | def read_write_endpoint(self) -> 'outputs.InstanceFailoverGroupReadWriteEndpointResponse':
"""
Read-write endpoint of the failover group instance.
"""
return pulumi.get(self, "read_write_endpoint") |
Read-write endpoint of the failover group instance.
| Read-write endpoint of the failover group instance. | [
"Read",
"-",
"write",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def read_write_endpoint(self) -> 'outputs.InstanceFailoverGroupReadWriteEndpointResponse':
return pulumi.get(self, "read_write_endpoint") | [
"def",
"read_write_endpoint",
"(",
"self",
")",
"->",
"'outputs.InstanceFailoverGroupReadWriteEndpointResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_write_endpoint\"",
")"
] | Read-write endpoint of the failover group instance. | [
"Read",
"-",
"write",
"endpoint",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Read-write endpoint of the failover group 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": []
} |
5a91811c57094a09714e2ea413e61e86322fea2d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_instance_failover_group.py | [
"Apache-2.0"
] | Python | replication_role | str | def replication_role(self) -> str:
"""
Local replication role of the failover group instance.
"""
return pulumi.get(self, "replication_role") |
Local replication role of the failover group instance.
| Local replication role of the failover group instance. | [
"Local",
"replication",
"role",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def replication_role(self) -> str:
return pulumi.get(self, "replication_role") | [
"def",
"replication_role",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replication_role\"",
")"
] | Local replication role of the failover group instance. | [
"Local",
"replication",
"role",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Local replication role of the failover group 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": []
} |
5a91811c57094a09714e2ea413e61e86322fea2d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200801preview/get_instance_failover_group.py | [
"Apache-2.0"
] | Python | replication_state | str | def replication_state(self) -> str:
"""
Replication state of the failover group instance.
"""
return pulumi.get(self, "replication_state") |
Replication state of the failover group instance.
| Replication state of the failover group instance. | [
"Replication",
"state",
"of",
"the",
"failover",
"group",
"instance",
"."
] | def replication_state(self) -> str:
return pulumi.get(self, "replication_state") | [
"def",
"replication_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replication_state\"",
")"
] | Replication state of the failover group instance. | [
"Replication",
"state",
"of",
"the",
"failover",
"group",
"instance",
"."
] | [
"\"\"\"\n Replication state of the failover group 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": []
} |
4f049ee47d4c445123426d70d4dd70f665c6ca0e | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/botservice/v20180712/list_channel_with_keys.py | [
"Apache-2.0"
] | Python | properties | Any | def properties(self) -> Any:
"""
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) -> Any:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"Any",
":",
"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": []
} |
4f1ef6c264c487f995059b43a737c0bb8bafd47b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/latest/get_open_shift_cluster.py | [
"Apache-2.0"
] | Python | apiserver_profile | Optional['outputs.APIServerProfileResponse'] | def apiserver_profile(self) -> Optional['outputs.APIServerProfileResponse']:
"""
The cluster API server profile.
"""
return pulumi.get(self, "apiserver_profile") |
The cluster API server profile.
| The cluster API server profile. | [
"The",
"cluster",
"API",
"server",
"profile",
"."
] | def apiserver_profile(self) -> Optional['outputs.APIServerProfileResponse']:
return pulumi.get(self, "apiserver_profile") | [
"def",
"apiserver_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.APIServerProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"apiserver_profile\"",
")"
] | The cluster API server profile. | [
"The",
"cluster",
"API",
"server",
"profile",
"."
] | [
"\"\"\"\n The cluster API server profile.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
4f1ef6c264c487f995059b43a737c0bb8bafd47b | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/redhatopenshift/latest/get_open_shift_cluster.py | [
"Apache-2.0"
] | Python | service_principal_profile | Optional['outputs.ServicePrincipalProfileResponse'] | def service_principal_profile(self) -> Optional['outputs.ServicePrincipalProfileResponse']:
"""
The cluster service principal profile.
"""
return pulumi.get(self, "service_principal_profile") |
The cluster service principal profile.
| The cluster service principal profile. | [
"The",
"cluster",
"service",
"principal",
"profile",
"."
] | def service_principal_profile(self) -> Optional['outputs.ServicePrincipalProfileResponse']:
return pulumi.get(self, "service_principal_profile") | [
"def",
"service_principal_profile",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ServicePrincipalProfileResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"service_principal_profile\"",
")"
] | The cluster service principal profile. | [
"The",
"cluster",
"service",
"principal",
"profile",
"."
] | [
"\"\"\"\n The cluster service principal profile.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8b9227d23cc147e42cecbe56d5b11760659b11 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/api_release.py | [
"Apache-2.0"
] | Python | created_date_time | pulumi.Output[str] | def created_date_time(self) -> pulumi.Output[str]:
"""
The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
"""
return pulumi.get(self, "created_date_time") |
The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.
| The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard. | [
"The",
"time",
"the",
"API",
"was",
"released",
".",
"The",
"date",
"conforms",
"to",
"the",
"following",
"format",
":",
"yyyy",
"-",
"MM",
"-",
"ddTHH",
":",
"mm",
":",
"ssZ",
"as",
"specified",
"by",
"the",
"ISO",
"8601",
"standard",
"."
] | def created_date_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "created_date_time") | [
"def",
"created_date_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"created_date_time\"",
")"
] | The time the API was released. | [
"The",
"time",
"the",
"API",
"was",
"released",
"."
] | [
"\"\"\"\n The time the API was released. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8b9227d23cc147e42cecbe56d5b11760659b11 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/apimanagement/latest/api_release.py | [
"Apache-2.0"
] | Python | updated_date_time | pulumi.Output[str] | def updated_date_time(self) -> pulumi.Output[str]:
"""
The time the API release was updated.
"""
return pulumi.get(self, "updated_date_time") |
The time the API release was updated.
| The time the API release was updated. | [
"The",
"time",
"the",
"API",
"release",
"was",
"updated",
"."
] | def updated_date_time(self) -> pulumi.Output[str]:
return pulumi.get(self, "updated_date_time") | [
"def",
"updated_date_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"updated_date_time\"",
")"
] | The time the API release was updated. | [
"The",
"time",
"the",
"API",
"release",
"was",
"updated",
"."
] | [
"\"\"\"\n The time the API release was updated.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8c70559c1863a3ac8bee9225f4ca2809fcb24c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_configuration.py | [
"Apache-2.0"
] | Python | job_count | pulumi.Output[Optional[int]] | def job_count(self) -> pulumi.Output[Optional[int]]:
"""
Gets or sets the job count of the configuration.
"""
return pulumi.get(self, "job_count") |
Gets or sets the job count of the configuration.
| Gets or sets the job count of the configuration. | [
"Gets",
"or",
"sets",
"the",
"job",
"count",
"of",
"the",
"configuration",
"."
] | def job_count(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "job_count") | [
"def",
"job_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"job_count\"",
")"
] | Gets or sets the job count of the configuration. | [
"Gets",
"or",
"sets",
"the",
"job",
"count",
"of",
"the",
"configuration",
"."
] | [
"\"\"\"\n Gets or sets the job count of the configuration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8c70559c1863a3ac8bee9225f4ca2809fcb24c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_configuration.py | [
"Apache-2.0"
] | Python | last_modified_time | pulumi.Output[Optional[str]] | def last_modified_time(self) -> pulumi.Output[Optional[str]]:
"""
Gets or sets the last modified time.
"""
return pulumi.get(self, "last_modified_time") |
Gets or sets the last modified time.
| Gets or sets the last modified time. | [
"Gets",
"or",
"sets",
"the",
"last",
"modified",
"time",
"."
] | def last_modified_time(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "last_modified_time") | [
"def",
"last_modified_time",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"last_modified_time\"",
")"
] | Gets or sets the last modified time. | [
"Gets",
"or",
"sets",
"the",
"last",
"modified",
"time",
"."
] | [
"\"\"\"\n Gets or sets the last modified time.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8c70559c1863a3ac8bee9225f4ca2809fcb24c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_configuration.py | [
"Apache-2.0"
] | Python | log_verbose | pulumi.Output[Optional[bool]] | def log_verbose(self) -> pulumi.Output[Optional[bool]]:
"""
Gets or sets verbose log option.
"""
return pulumi.get(self, "log_verbose") |
Gets or sets verbose log option.
| Gets or sets verbose log option. | [
"Gets",
"or",
"sets",
"verbose",
"log",
"option",
"."
] | def log_verbose(self) -> pulumi.Output[Optional[bool]]:
return pulumi.get(self, "log_verbose") | [
"def",
"log_verbose",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"bool",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"log_verbose\"",
")"
] | Gets or sets verbose log option. | [
"Gets",
"or",
"sets",
"verbose",
"log",
"option",
"."
] | [
"\"\"\"\n Gets or sets verbose log option.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8c70559c1863a3ac8bee9225f4ca2809fcb24c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_configuration.py | [
"Apache-2.0"
] | Python | node_configuration_count | pulumi.Output[Optional[int]] | def node_configuration_count(self) -> pulumi.Output[Optional[int]]:
"""
Gets the number of compiled node configurations.
"""
return pulumi.get(self, "node_configuration_count") |
Gets the number of compiled node configurations.
| Gets the number of compiled node configurations. | [
"Gets",
"the",
"number",
"of",
"compiled",
"node",
"configurations",
"."
] | def node_configuration_count(self) -> pulumi.Output[Optional[int]]:
return pulumi.get(self, "node_configuration_count") | [
"def",
"node_configuration_count",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"int",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"node_configuration_count\"",
")"
] | Gets the number of compiled node configurations. | [
"Gets",
"the",
"number",
"of",
"compiled",
"node",
"configurations",
"."
] | [
"\"\"\"\n Gets the number of compiled node configurations.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8c70559c1863a3ac8bee9225f4ca2809fcb24c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_configuration.py | [
"Apache-2.0"
] | Python | parameters | pulumi.Output[Optional[Mapping[str, 'outputs.DscConfigurationParameterResponse']]] | def parameters(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.DscConfigurationParameterResponse']]]:
"""
Gets or sets the configuration parameters.
"""
return pulumi.get(self, "parameters") |
Gets or sets the configuration parameters.
| Gets or sets the configuration parameters. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"parameters",
"."
] | def parameters(self) -> pulumi.Output[Optional[Mapping[str, 'outputs.DscConfigurationParameterResponse']]]:
return pulumi.get(self, "parameters") | [
"def",
"parameters",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Mapping",
"[",
"str",
",",
"'outputs.DscConfigurationParameterResponse'",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"parameters\"",
")"... | Gets or sets the configuration parameters. | [
"Gets",
"or",
"sets",
"the",
"configuration",
"parameters",
"."
] | [
"\"\"\"\n Gets or sets the configuration parameters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c8c70559c1863a3ac8bee9225f4ca2809fcb24c | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/automation/v20190601/dsc_configuration.py | [
"Apache-2.0"
] | Python | source | pulumi.Output[Optional['outputs.ContentSourceResponse']] | def source(self) -> pulumi.Output[Optional['outputs.ContentSourceResponse']]:
"""
Gets or sets the source.
"""
return pulumi.get(self, "source") |
Gets or sets the source.
| Gets or sets the source. | [
"Gets",
"or",
"sets",
"the",
"source",
"."
] | def source(self) -> pulumi.Output[Optional['outputs.ContentSourceResponse']]:
return pulumi.get(self, "source") | [
"def",
"source",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"'outputs.ContentSourceResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"source\"",
")"
] | Gets or sets the source. | [
"Gets",
"or",
"sets",
"the",
"source",
"."
] | [
"\"\"\"\n Gets or sets the source.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9a5653a2f872a4c7193ab3390024724b7e66e9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_elastic_pool.py | [
"Apache-2.0"
] | Python | max_size_bytes | Optional[float] | def max_size_bytes(self) -> Optional[float]:
"""
The storage limit for the database elastic pool in bytes.
"""
return pulumi.get(self, "max_size_bytes") |
The storage limit for the database elastic pool in bytes.
| The storage limit for the database elastic pool in bytes. | [
"The",
"storage",
"limit",
"for",
"the",
"database",
"elastic",
"pool",
"in",
"bytes",
"."
] | def max_size_bytes(self) -> Optional[float]:
return pulumi.get(self, "max_size_bytes") | [
"def",
"max_size_bytes",
"(",
"self",
")",
"->",
"Optional",
"[",
"float",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"max_size_bytes\"",
")"
] | The storage limit for the database elastic pool in bytes. | [
"The",
"storage",
"limit",
"for",
"the",
"database",
"elastic",
"pool",
"in",
"bytes",
"."
] | [
"\"\"\"\n The storage limit for the database elastic pool in bytes.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9a5653a2f872a4c7193ab3390024724b7e66e9 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/v20200202preview/get_elastic_pool.py | [
"Apache-2.0"
] | Python | per_database_settings | Optional['outputs.ElasticPoolPerDatabaseSettingsResponse'] | def per_database_settings(self) -> Optional['outputs.ElasticPoolPerDatabaseSettingsResponse']:
"""
The per database settings for the elastic pool.
"""
return pulumi.get(self, "per_database_settings") |
The per database settings for the elastic pool.
| The per database settings for the elastic pool. | [
"The",
"per",
"database",
"settings",
"for",
"the",
"elastic",
"pool",
"."
] | def per_database_settings(self) -> Optional['outputs.ElasticPoolPerDatabaseSettingsResponse']:
return pulumi.get(self, "per_database_settings") | [
"def",
"per_database_settings",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ElasticPoolPerDatabaseSettingsResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"per_database_settings\"",
")"
] | The per database settings for the elastic pool. | [
"The",
"per",
"database",
"settings",
"for",
"the",
"elastic",
"pool",
"."
] | [
"\"\"\"\n The per database settings for the elastic pool.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9e1cfa87250c9ba60ec053e08c6f4a4de6f3f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/signalrservice/v20180301preview/signal_r.py | [
"Apache-2.0"
] | Python | external_ip | pulumi.Output[str] | def external_ip(self) -> pulumi.Output[str]:
"""
The publicly accessible IP of the SignalR service.
"""
return pulumi.get(self, "external_ip") |
The publicly accessible IP of the SignalR service.
| The publicly accessible IP of the SignalR service. | [
"The",
"publicly",
"accessible",
"IP",
"of",
"the",
"SignalR",
"service",
"."
] | def external_ip(self) -> pulumi.Output[str]:
return pulumi.get(self, "external_ip") | [
"def",
"external_ip",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"external_ip\"",
")"
] | The publicly accessible IP of the SignalR service. | [
"The",
"publicly",
"accessible",
"IP",
"of",
"the",
"SignalR",
"service",
"."
] | [
"\"\"\"\n The publicly accessible IP of the SignalR service.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9e1cfa87250c9ba60ec053e08c6f4a4de6f3f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/signalrservice/v20180301preview/signal_r.py | [
"Apache-2.0"
] | Python | host_name_prefix | pulumi.Output[Optional[str]] | def host_name_prefix(self) -> pulumi.Output[Optional[str]]:
"""
Prefix for the hostName of the SignalR service. Retained for future use.
The hostname will be of format: <hostNamePrefix>.service.signalr.net.
"""
return pulumi.get(self, "host_name_prefix") |
Prefix for the hostName of the SignalR service. Retained for future use.
The hostname will be of format: <hostNamePrefix>.service.signalr.net.
| Prefix for the hostName of the SignalR service. Retained for future use.
The hostname will be of format: <hostNamePrefix>.service.signalr.net. | [
"Prefix",
"for",
"the",
"hostName",
"of",
"the",
"SignalR",
"service",
".",
"Retained",
"for",
"future",
"use",
".",
"The",
"hostname",
"will",
"be",
"of",
"format",
":",
"<hostNamePrefix",
">",
".",
"service",
".",
"signalr",
".",
"net",
"."
] | def host_name_prefix(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "host_name_prefix") | [
"def",
"host_name_prefix",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"host_name_prefix\"",
")"
] | Prefix for the hostName of the SignalR service. | [
"Prefix",
"for",
"the",
"hostName",
"of",
"the",
"SignalR",
"service",
"."
] | [
"\"\"\"\n Prefix for the hostName of the SignalR service. Retained for future use.\r\n The hostname will be of format: <hostNamePrefix>.service.signalr.net.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9e1cfa87250c9ba60ec053e08c6f4a4de6f3f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/signalrservice/v20180301preview/signal_r.py | [
"Apache-2.0"
] | Python | public_port | pulumi.Output[int] | def public_port(self) -> pulumi.Output[int]:
"""
The publicly accessibly port of the SignalR service which is designed for browser/client side usage.
"""
return pulumi.get(self, "public_port") |
The publicly accessibly port of the SignalR service which is designed for browser/client side usage.
| The publicly accessibly port of the SignalR service which is designed for browser/client side usage. | [
"The",
"publicly",
"accessibly",
"port",
"of",
"the",
"SignalR",
"service",
"which",
"is",
"designed",
"for",
"browser",
"/",
"client",
"side",
"usage",
"."
] | def public_port(self) -> pulumi.Output[int]:
return pulumi.get(self, "public_port") | [
"def",
"public_port",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_port\"",
")"
] | The publicly accessibly port of the SignalR service which is designed for browser/client side usage. | [
"The",
"publicly",
"accessibly",
"port",
"of",
"the",
"SignalR",
"service",
"which",
"is",
"designed",
"for",
"browser",
"/",
"client",
"side",
"usage",
"."
] | [
"\"\"\"\n The publicly accessibly port of the SignalR service which is designed for browser/client side usage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9e1cfa87250c9ba60ec053e08c6f4a4de6f3f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/signalrservice/v20180301preview/signal_r.py | [
"Apache-2.0"
] | Python | server_port | pulumi.Output[int] | def server_port(self) -> pulumi.Output[int]:
"""
The publicly accessibly port of the SignalR service which is designed for customer server side usage.
"""
return pulumi.get(self, "server_port") |
The publicly accessibly port of the SignalR service which is designed for customer server side usage.
| The publicly accessibly port of the SignalR service which is designed for customer server side usage. | [
"The",
"publicly",
"accessibly",
"port",
"of",
"the",
"SignalR",
"service",
"which",
"is",
"designed",
"for",
"customer",
"server",
"side",
"usage",
"."
] | def server_port(self) -> pulumi.Output[int]:
return pulumi.get(self, "server_port") | [
"def",
"server_port",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"server_port\"",
")"
] | The publicly accessibly port of the SignalR service which is designed for customer server side usage. | [
"The",
"publicly",
"accessibly",
"port",
"of",
"the",
"SignalR",
"service",
"which",
"is",
"designed",
"for",
"customer",
"server",
"side",
"usage",
"."
] | [
"\"\"\"\n The publicly accessibly port of the SignalR service which is designed for customer server side usage.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2c9e1cfa87250c9ba60ec053e08c6f4a4de6f3f0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/signalrservice/v20180301preview/signal_r.py | [
"Apache-2.0"
] | Python | version | pulumi.Output[Optional[str]] | def version(self) -> pulumi.Output[Optional[str]]:
"""
Version of the SignalR resource. Probably you need the same or higher version of client SDKs.
"""
return pulumi.get(self, "version") |
Version of the SignalR resource. Probably you need the same or higher version of client SDKs.
| Version of the SignalR resource. Probably you need the same or higher version of client SDKs. | [
"Version",
"of",
"the",
"SignalR",
"resource",
".",
"Probably",
"you",
"need",
"the",
"same",
"or",
"higher",
"version",
"of",
"client",
"SDKs",
"."
] | def version(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "version") | [
"def",
"version",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"version\"",
")"
] | Version of the SignalR resource. | [
"Version",
"of",
"the",
"SignalR",
"resource",
"."
] | [
"\"\"\"\n Version of the SignalR resource. Probably you need the same or higher version of client SDKs.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2cb61a213b719a4a1f87d247aaeaaa8f257c0568 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/list_webhook_events.py | [
"Apache-2.0"
] | Python | value | Optional[Sequence['outputs.EventResponseResult']] | def value(self) -> Optional[Sequence['outputs.EventResponseResult']]:
"""
The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events.
"""
return pulumi.get(self, "value") |
The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events.
| The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events. | [
"The",
"list",
"of",
"events",
".",
"Since",
"this",
"list",
"may",
"be",
"incomplete",
"the",
"nextLink",
"field",
"should",
"be",
"used",
"to",
"request",
"the",
"next",
"list",
"of",
"events",
"."
] | def value(self) -> Optional[Sequence['outputs.EventResponseResult']]:
return pulumi.get(self, "value") | [
"def",
"value",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.EventResponseResult'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"value\"",
")"
] | The list of events. | [
"The",
"list",
"of",
"events",
"."
] | [
"\"\"\"\n The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2cb61a213b719a4a1f87d247aaeaaa8f257c0568 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/containerregistry/v20201101preview/list_webhook_events.py | [
"Apache-2.0"
] | Python | list_webhook_events | AwaitableListWebhookEventsResult | def list_webhook_events(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
webhook_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebhookEventsResult:
"""
The result of ... |
The result of a request to list events for a webhook.
:param str registry_name: The name of the container registry.
:param str resource_group_name: The name of the resource group to which the container registry belongs.
:param str webhook_name: The name of the webhook.
| The result of a request to list events for a webhook. | [
"The",
"result",
"of",
"a",
"request",
"to",
"list",
"events",
"for",
"a",
"webhook",
"."
] | def list_webhook_events(registry_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
webhook_name: Optional[str] = None,
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableListWebhookEventsResult:
__args__ = dict()
... | [
"def",
"list_webhook_events",
"(",
"registry_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"resource_group_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"webhook_name",
":",
"Optional",
"[",
"str",
"]",
"=",
"None",
",",
"opts",
... | The result of a request to list events for a webhook. | [
"The",
"result",
"of",
"a",
"request",
"to",
"list",
"events",
"for",
"a",
"webhook",
"."
] | [
"\"\"\"\n The result of a request to list events for a webhook.\n\n\n :param str registry_name: The name of the container registry.\n :param str resource_group_name: The name of the resource group to which the container registry belongs.\n :param str webhook_name: The name of the webhook.\n \"\"\""
] | [
{
"param": "registry_name",
"type": "Optional[str]"
},
{
"param": "resource_group_name",
"type": "Optional[str]"
},
{
"param": "webhook_name",
"type": "Optional[str]"
},
{
"param": "opts",
"type": "Optional[pulumi.InvokeOptions]"
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "registry_name",
"type": "Optional[str]",
"docstring": "The name of the container registry.",
"docstring_tokens": [
"The",
"name",
"of",
"the",
"container",
"registry",
".... |
2cb90e005e9f1ca02b983099f83e4d9d74f6ecdc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_public_ip_prefix.py | [
"Apache-2.0"
] | Python | load_balancer_frontend_ip_configuration | 'outputs.SubResourceResponse' | def load_balancer_frontend_ip_configuration(self) -> 'outputs.SubResourceResponse':
"""
The reference to load balancer frontend IP configuration associated with the public IP prefix.
"""
return pulumi.get(self, "load_balancer_frontend_ip_configuration") |
The reference to load balancer frontend IP configuration associated with the public IP prefix.
| The reference to load balancer frontend IP configuration associated with the public IP prefix. | [
"The",
"reference",
"to",
"load",
"balancer",
"frontend",
"IP",
"configuration",
"associated",
"with",
"the",
"public",
"IP",
"prefix",
"."
] | def load_balancer_frontend_ip_configuration(self) -> 'outputs.SubResourceResponse':
return pulumi.get(self, "load_balancer_frontend_ip_configuration") | [
"def",
"load_balancer_frontend_ip_configuration",
"(",
"self",
")",
"->",
"'outputs.SubResourceResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"load_balancer_frontend_ip_configuration\"",
")"
] | The reference to load balancer frontend IP configuration associated with the public IP prefix. | [
"The",
"reference",
"to",
"load",
"balancer",
"frontend",
"IP",
"configuration",
"associated",
"with",
"the",
"public",
"IP",
"prefix",
"."
] | [
"\"\"\"\n The reference to load balancer frontend IP configuration associated with the public IP prefix.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2cb90e005e9f1ca02b983099f83e4d9d74f6ecdc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_public_ip_prefix.py | [
"Apache-2.0"
] | Python | prefix_length | Optional[int] | def prefix_length(self) -> Optional[int]:
"""
The Length of the Public IP Prefix.
"""
return pulumi.get(self, "prefix_length") |
The Length of the Public IP Prefix.
| The Length of the Public IP Prefix. | [
"The",
"Length",
"of",
"the",
"Public",
"IP",
"Prefix",
"."
] | def prefix_length(self) -> Optional[int]:
return pulumi.get(self, "prefix_length") | [
"def",
"prefix_length",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"prefix_length\"",
")"
] | The Length of the Public IP Prefix. | [
"The",
"Length",
"of",
"the",
"Public",
"IP",
"Prefix",
"."
] | [
"\"\"\"\n The Length of the Public IP Prefix.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
2cb90e005e9f1ca02b983099f83e4d9d74f6ecdc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_public_ip_prefix.py | [
"Apache-2.0"
] | Python | public_ip_addresses | Optional[Sequence['outputs.ReferencedPublicIpAddressResponse']] | def public_ip_addresses(self) -> Optional[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) -> Optional[Sequence['outputs.ReferencedPublicIpAddressResponse']]:
return pulumi.get(self, "public_ip_addresses") | [
"def",
"public_ip_addresses",
"(",
"self",
")",
"->",
"Optional",
"[",
"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": []
} |
2cb90e005e9f1ca02b983099f83e4d9d74f6ecdc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/network/v20190401/get_public_ip_prefix.py | [
"Apache-2.0"
] | Python | sku | Optional['outputs.PublicIPPrefixSkuResponse'] | def sku(self) -> Optional['outputs.PublicIPPrefixSkuResponse']:
"""
The public IP prefix SKU.
"""
return pulumi.get(self, "sku") |
The public IP prefix SKU.
| The public IP prefix SKU. | [
"The",
"public",
"IP",
"prefix",
"SKU",
"."
] | def sku(self) -> Optional['outputs.PublicIPPrefixSkuResponse']:
return pulumi.get(self, "sku") | [
"def",
"sku",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.PublicIPPrefixSkuResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"sku\"",
")"
] | The public IP prefix SKU. | [
"The",
"public",
"IP",
"prefix",
"SKU",
"."
] | [
"\"\"\"\n The public IP prefix 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": []
} |
d6f4ae47bc1d07ac55522ee0e113c45fd6a93a5d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/notificationhubs/v20140901/namespace.py | [
"Apache-2.0"
] | Python | properties | pulumi.Output['outputs.NamespacePropertiesResponse'] | def properties(self) -> pulumi.Output['outputs.NamespacePropertiesResponse']:
"""
Gets or sets properties of the Namespace.
"""
return pulumi.get(self, "properties") |
Gets or sets properties of the Namespace.
| Gets or sets properties of the Namespace. | [
"Gets",
"or",
"sets",
"properties",
"of",
"the",
"Namespace",
"."
] | def properties(self) -> pulumi.Output['outputs.NamespacePropertiesResponse']:
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"'outputs.NamespacePropertiesResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Gets or sets properties of the Namespace. | [
"Gets",
"or",
"sets",
"properties",
"of",
"the",
"Namespace",
"."
] | [
"\"\"\"\n Gets or sets properties of the Namespace.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | backup_policy | Optional[Any] | def backup_policy(self) -> Optional[Any]:
"""
The object representing the policy for taking backups on an account.
"""
return pulumi.get(self, "backup_policy") |
The object representing the policy for taking backups on an account.
| The object representing the policy for taking backups on an account. | [
"The",
"object",
"representing",
"the",
"policy",
"for",
"taking",
"backups",
"on",
"an",
"account",
"."
] | def backup_policy(self) -> Optional[Any]:
return pulumi.get(self, "backup_policy") | [
"def",
"backup_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"Any",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"backup_policy\"",
")"
] | The object representing the policy for taking backups on an account. | [
"The",
"object",
"representing",
"the",
"policy",
"for",
"taking",
"backups",
"on",
"an",
"account",
"."
] | [
"\"\"\"\n The object representing the policy for taking backups on an 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | capabilities | Optional[Sequence['outputs.CapabilityResponse']] | def capabilities(self) -> Optional[Sequence['outputs.CapabilityResponse']]:
"""
List of Cosmos DB capabilities for the account
"""
return pulumi.get(self, "capabilities") |
List of Cosmos DB capabilities for the account
| List of Cosmos DB capabilities for the account | [
"List",
"of",
"Cosmos",
"DB",
"capabilities",
"for",
"the",
"account"
] | def capabilities(self) -> Optional[Sequence['outputs.CapabilityResponse']]:
return pulumi.get(self, "capabilities") | [
"def",
"capabilities",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CapabilityResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"capabilities\"",
")"
] | List of Cosmos DB capabilities for the account | [
"List",
"of",
"Cosmos",
"DB",
"capabilities",
"for",
"the",
"account"
] | [
"\"\"\"\n List of Cosmos DB capabilities for the 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | connector_offer | Optional[str] | def connector_offer(self) -> Optional[str]:
"""
The cassandra connector offer type for the Cosmos DB database C* account.
"""
return pulumi.get(self, "connector_offer") |
The cassandra connector offer type for the Cosmos DB database C* account.
| The cassandra connector offer type for the Cosmos DB database C* account. | [
"The",
"cassandra",
"connector",
"offer",
"type",
"for",
"the",
"Cosmos",
"DB",
"database",
"C",
"*",
"account",
"."
] | def connector_offer(self) -> Optional[str]:
return pulumi.get(self, "connector_offer") | [
"def",
"connector_offer",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"connector_offer\"",
")"
] | The cassandra connector offer type for the Cosmos DB database C* account. | [
"The",
"cassandra",
"connector",
"offer",
"type",
"for",
"the",
"Cosmos",
"DB",
"database",
"C",
"*",
"account",
"."
] | [
"\"\"\"\n The cassandra connector offer type for the Cosmos DB database C* 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | consistency_policy | Optional['outputs.ConsistencyPolicyResponse'] | def consistency_policy(self) -> Optional['outputs.ConsistencyPolicyResponse']:
"""
The consistency policy for the Cosmos DB database account.
"""
return pulumi.get(self, "consistency_policy") |
The consistency policy for the Cosmos DB database account.
| The consistency policy for the Cosmos DB database account. | [
"The",
"consistency",
"policy",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | def consistency_policy(self) -> Optional['outputs.ConsistencyPolicyResponse']:
return pulumi.get(self, "consistency_policy") | [
"def",
"consistency_policy",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ConsistencyPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"consistency_policy\"",
")"
] | The consistency policy for the Cosmos DB database account. | [
"The",
"consistency",
"policy",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | [
"\"\"\"\n The consistency policy for the Cosmos DB database 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | cors | Optional[Sequence['outputs.CorsPolicyResponse']] | def cors(self) -> Optional[Sequence['outputs.CorsPolicyResponse']]:
"""
The CORS policy for the Cosmos DB database account.
"""
return pulumi.get(self, "cors") |
The CORS policy for the Cosmos DB database account.
| The CORS policy for the Cosmos DB database account. | [
"The",
"CORS",
"policy",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | def cors(self) -> Optional[Sequence['outputs.CorsPolicyResponse']]:
return pulumi.get(self, "cors") | [
"def",
"cors",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.CorsPolicyResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"cors\"",
")"
] | The CORS policy for the Cosmos DB database account. | [
"The",
"CORS",
"policy",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | [
"\"\"\"\n The CORS policy for the Cosmos DB database 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | database_account_offer_type | str | def database_account_offer_type(self) -> str:
"""
The offer type for the Cosmos DB database account. Default value: Standard.
"""
return pulumi.get(self, "database_account_offer_type") |
The offer type for the Cosmos DB database account. Default value: Standard.
| The offer type for the Cosmos DB database account. Default value: Standard. | [
"The",
"offer",
"type",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
".",
"Default",
"value",
":",
"Standard",
"."
] | def database_account_offer_type(self) -> str:
return pulumi.get(self, "database_account_offer_type") | [
"def",
"database_account_offer_type",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"database_account_offer_type\"",
")"
] | The offer type for the Cosmos DB database account. | [
"The",
"offer",
"type",
"for",
"the",
"Cosmos",
"DB",
"database",
"account",
"."
] | [
"\"\"\"\n The offer type for the Cosmos DB database account. Default value: Standard.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | disable_key_based_metadata_write_access | Optional[bool] | def disable_key_based_metadata_write_access(self) -> Optional[bool]:
"""
Disable write operations on metadata resources (databases, containers, throughput) via account keys
"""
return pulumi.get(self, "disable_key_based_metadata_write_access") |
Disable write operations on metadata resources (databases, containers, throughput) via account keys
| Disable write operations on metadata resources (databases, containers, throughput) via account keys | [
"Disable",
"write",
"operations",
"on",
"metadata",
"resources",
"(",
"databases",
"containers",
"throughput",
")",
"via",
"account",
"keys"
] | def disable_key_based_metadata_write_access(self) -> Optional[bool]:
return pulumi.get(self, "disable_key_based_metadata_write_access") | [
"def",
"disable_key_based_metadata_write_access",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"disable_key_based_metadata_write_access\"",
")"
] | Disable write operations on metadata resources (databases, containers, throughput) via account keys | [
"Disable",
"write",
"operations",
"on",
"metadata",
"resources",
"(",
"databases",
"containers",
"throughput",
")",
"via",
"account",
"keys"
] | [
"\"\"\"\n Disable write operations on metadata resources (databases, containers, throughput) via account keys\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | enable_analytical_storage | Optional[bool] | def enable_analytical_storage(self) -> Optional[bool]:
"""
Flag to indicate whether to enable storage analytics.
"""
return pulumi.get(self, "enable_analytical_storage") |
Flag to indicate whether to enable storage analytics.
| Flag to indicate whether to enable storage analytics. | [
"Flag",
"to",
"indicate",
"whether",
"to",
"enable",
"storage",
"analytics",
"."
] | def enable_analytical_storage(self) -> Optional[bool]:
return pulumi.get(self, "enable_analytical_storage") | [
"def",
"enable_analytical_storage",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_analytical_storage\"",
")"
] | Flag to indicate whether to enable storage analytics. | [
"Flag",
"to",
"indicate",
"whether",
"to",
"enable",
"storage",
"analytics",
"."
] | [
"\"\"\"\n Flag to indicate whether to enable storage analytics.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | enable_automatic_failover | Optional[bool] | def enable_automatic_failover(self) -> Optional[bool]:
"""
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for ... |
Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account.
| Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the account. | [
"Enables",
"automatic",
"failover",
"of",
"the",
"write",
"region",
"in",
"the",
"rare",
"event",
"that",
"the",
"region",
"is",
"unavailable",
"due",
"to",
"an",
"outage",
".",
"Automatic",
"failover",
"will",
"result",
"in",
"a",
"new",
"write",
"region",
... | def enable_automatic_failover(self) -> Optional[bool]:
return pulumi.get(self, "enable_automatic_failover") | [
"def",
"enable_automatic_failover",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_automatic_failover\"",
")"
] | Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. | [
"Enables",
"automatic",
"failover",
"of",
"the",
"write",
"region",
"in",
"the",
"rare",
"event",
"that",
"the",
"region",
"is",
"unavailable",
"due",
"to",
"an",
"outage",
"."
] | [
"\"\"\"\n Enables automatic failover of the write region in the rare event that the region is unavailable due to an outage. Automatic failover will result in a new write region for the account and is chosen based on the failover priorities configured for the 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | enable_cassandra_connector | Optional[bool] | def enable_cassandra_connector(self) -> Optional[bool]:
"""
Enables the cassandra connector on the Cosmos DB C* account
"""
return pulumi.get(self, "enable_cassandra_connector") |
Enables the cassandra connector on the Cosmos DB C* account
| Enables the cassandra connector on the Cosmos DB C* account | [
"Enables",
"the",
"cassandra",
"connector",
"on",
"the",
"Cosmos",
"DB",
"C",
"*",
"account"
] | def enable_cassandra_connector(self) -> Optional[bool]:
return pulumi.get(self, "enable_cassandra_connector") | [
"def",
"enable_cassandra_connector",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_cassandra_connector\"",
")"
] | Enables the cassandra connector on the Cosmos DB C* account | [
"Enables",
"the",
"cassandra",
"connector",
"on",
"the",
"Cosmos",
"DB",
"C",
"*",
"account"
] | [
"\"\"\"\n Enables the cassandra connector on the Cosmos DB C* 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | enable_free_tier | Optional[bool] | def enable_free_tier(self) -> Optional[bool]:
"""
Flag to indicate whether Free Tier is enabled.
"""
return pulumi.get(self, "enable_free_tier") |
Flag to indicate whether Free Tier is enabled.
| Flag to indicate whether Free Tier is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"Free",
"Tier",
"is",
"enabled",
"."
] | def enable_free_tier(self) -> Optional[bool]:
return pulumi.get(self, "enable_free_tier") | [
"def",
"enable_free_tier",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_free_tier\"",
")"
] | Flag to indicate whether Free Tier is enabled. | [
"Flag",
"to",
"indicate",
"whether",
"Free",
"Tier",
"is",
"enabled",
"."
] | [
"\"\"\"\n Flag to indicate whether Free Tier is enabled.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | enable_multiple_write_locations | Optional[bool] | def enable_multiple_write_locations(self) -> Optional[bool]:
"""
Enables the account to write in multiple locations
"""
return pulumi.get(self, "enable_multiple_write_locations") |
Enables the account to write in multiple locations
| Enables the account to write in multiple locations | [
"Enables",
"the",
"account",
"to",
"write",
"in",
"multiple",
"locations"
] | def enable_multiple_write_locations(self) -> Optional[bool]:
return pulumi.get(self, "enable_multiple_write_locations") | [
"def",
"enable_multiple_write_locations",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enable_multiple_write_locations\"",
")"
] | Enables the account to write in multiple locations | [
"Enables",
"the",
"account",
"to",
"write",
"in",
"multiple",
"locations"
] | [
"\"\"\"\n Enables the account to write in multiple locations\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | failover_policies | Sequence['outputs.FailoverPolicyResponse'] | def failover_policies(self) -> Sequence['outputs.FailoverPolicyResponse']:
"""
An array that contains the regions ordered by their failover priorities.
"""
return pulumi.get(self, "failover_policies") |
An array that contains the regions ordered by their failover priorities.
| An array that contains the regions ordered by their failover priorities. | [
"An",
"array",
"that",
"contains",
"the",
"regions",
"ordered",
"by",
"their",
"failover",
"priorities",
"."
] | def failover_policies(self) -> Sequence['outputs.FailoverPolicyResponse']:
return pulumi.get(self, "failover_policies") | [
"def",
"failover_policies",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.FailoverPolicyResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"failover_policies\"",
")"
] | An array that contains the regions ordered by their failover priorities. | [
"An",
"array",
"that",
"contains",
"the",
"regions",
"ordered",
"by",
"their",
"failover",
"priorities",
"."
] | [
"\"\"\"\n An array that contains the regions ordered by their failover priorities.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | is_virtual_network_filter_enabled | Optional[bool] | def is_virtual_network_filter_enabled(self) -> Optional[bool]:
"""
Flag to indicate whether to enable/disable Virtual Network ACL rules.
"""
return pulumi.get(self, "is_virtual_network_filter_enabled") |
Flag to indicate whether to enable/disable Virtual Network ACL rules.
| Flag to indicate whether to enable/disable Virtual Network ACL rules. | [
"Flag",
"to",
"indicate",
"whether",
"to",
"enable",
"/",
"disable",
"Virtual",
"Network",
"ACL",
"rules",
"."
] | def is_virtual_network_filter_enabled(self) -> Optional[bool]:
return pulumi.get(self, "is_virtual_network_filter_enabled") | [
"def",
"is_virtual_network_filter_enabled",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"is_virtual_network_filter_enabled\"",
")"
] | Flag to indicate whether to enable/disable Virtual Network ACL rules. | [
"Flag",
"to",
"indicate",
"whether",
"to",
"enable",
"/",
"disable",
"Virtual",
"Network",
"ACL",
"rules",
"."
] | [
"\"\"\"\n Flag to indicate whether to enable/disable Virtual Network ACL 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | key_vault_key_uri | Optional[str] | def key_vault_key_uri(self) -> Optional[str]:
"""
The URI of the key vault
"""
return pulumi.get(self, "key_vault_key_uri") |
The URI of the key vault
| The URI of the key vault | [
"The",
"URI",
"of",
"the",
"key",
"vault"
] | def key_vault_key_uri(self) -> Optional[str]:
return pulumi.get(self, "key_vault_key_uri") | [
"def",
"key_vault_key_uri",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"key_vault_key_uri\"",
")"
] | The URI of the key vault | [
"The",
"URI",
"of",
"the",
"key",
"vault"
] | [
"\"\"\"\n The URI of the key vault\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | locations | Sequence['outputs.LocationResponse'] | def locations(self) -> Sequence['outputs.LocationResponse']:
"""
An array that contains all of the locations enabled for the Cosmos DB account.
"""
return pulumi.get(self, "locations") |
An array that contains all of the locations enabled for the Cosmos DB account.
| An array that contains all of the locations enabled for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"all",
"of",
"the",
"locations",
"enabled",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def locations(self) -> Sequence['outputs.LocationResponse']:
return pulumi.get(self, "locations") | [
"def",
"locations",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.LocationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"locations\"",
")"
] | An array that contains all of the locations enabled for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"all",
"of",
"the",
"locations",
"enabled",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n An array that contains all of the locations enabled for the Cosmos DB 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | network_acl_bypass | Optional[str] | def network_acl_bypass(self) -> Optional[str]:
"""
Indicates what services are allowed to bypass firewall checks.
"""
return pulumi.get(self, "network_acl_bypass") |
Indicates what services are allowed to bypass firewall checks.
| Indicates what services are allowed to bypass firewall checks. | [
"Indicates",
"what",
"services",
"are",
"allowed",
"to",
"bypass",
"firewall",
"checks",
"."
] | def network_acl_bypass(self) -> Optional[str]:
return pulumi.get(self, "network_acl_bypass") | [
"def",
"network_acl_bypass",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_acl_bypass\"",
")"
] | Indicates what services are allowed to bypass firewall checks. | [
"Indicates",
"what",
"services",
"are",
"allowed",
"to",
"bypass",
"firewall",
"checks",
"."
] | [
"\"\"\"\n Indicates what services are allowed to bypass firewall checks.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | network_acl_bypass_resource_ids | Optional[Sequence[str]] | def network_acl_bypass_resource_ids(self) -> Optional[Sequence[str]]:
"""
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
"""
return pulumi.get(self, "network_acl_bypass_resource_ids") |
An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account.
| An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"the",
"Resource",
"Ids",
"for",
"Network",
"Acl",
"Bypass",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def network_acl_bypass_resource_ids(self) -> Optional[Sequence[str]]:
return pulumi.get(self, "network_acl_bypass_resource_ids") | [
"def",
"network_acl_bypass_resource_ids",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"network_acl_bypass_resource_ids\"",
")"
] | An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"the",
"Resource",
"Ids",
"for",
"Network",
"Acl",
"Bypass",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n An array that contains the Resource Ids for Network Acl Bypass for the Cosmos DB 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | private_endpoint_connections | Sequence['outputs.PrivateEndpointConnectionResponse'] | def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
"""
List of Private Endpoint Connections configured for the Cosmos DB account.
"""
return pulumi.get(self, "private_endpoint_connections") |
List of Private Endpoint Connections configured for the Cosmos DB account.
| List of Private Endpoint Connections configured for the Cosmos DB account. | [
"List",
"of",
"Private",
"Endpoint",
"Connections",
"configured",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
return pulumi.get(self, "private_endpoint_connections") | [
"def",
"private_endpoint_connections",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.PrivateEndpointConnectionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint_connections\"",
")"
] | List of Private Endpoint Connections configured for the Cosmos DB account. | [
"List",
"of",
"Private",
"Endpoint",
"Connections",
"configured",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n List of Private Endpoint Connections configured for the Cosmos DB 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | public_network_access | str | def public_network_access(self) -> str:
"""
Whether requests from Public Network are allowed
"""
return pulumi.get(self, "public_network_access") |
Whether requests from Public Network are allowed
| Whether requests from Public Network are allowed | [
"Whether",
"requests",
"from",
"Public",
"Network",
"are",
"allowed"
] | def public_network_access(self) -> str:
return pulumi.get(self, "public_network_access") | [
"def",
"public_network_access",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_network_access\"",
")"
] | Whether requests from Public Network are allowed | [
"Whether",
"requests",
"from",
"Public",
"Network",
"are",
"allowed"
] | [
"\"\"\"\n Whether requests from Public Network are 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | read_locations | Sequence['outputs.LocationResponse'] | def read_locations(self) -> Sequence['outputs.LocationResponse']:
"""
An array that contains of the read locations enabled for the Cosmos DB account.
"""
return pulumi.get(self, "read_locations") |
An array that contains of the read locations enabled for the Cosmos DB account.
| An array that contains of the read locations enabled for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"of",
"the",
"read",
"locations",
"enabled",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def read_locations(self) -> Sequence['outputs.LocationResponse']:
return pulumi.get(self, "read_locations") | [
"def",
"read_locations",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.LocationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"read_locations\"",
")"
] | An array that contains of the read locations enabled for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"of",
"the",
"read",
"locations",
"enabled",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n An array that contains of the read locations enabled for the Cosmos DB 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | virtual_network_rules | Optional[Sequence['outputs.VirtualNetworkRuleResponse']] | def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
"""
List of Virtual Network ACL rules configured for the Cosmos DB account.
"""
return pulumi.get(self, "virtual_network_rules") |
List of Virtual Network ACL rules configured for the Cosmos DB account.
| List of Virtual Network ACL rules configured for the Cosmos DB account. | [
"List",
"of",
"Virtual",
"Network",
"ACL",
"rules",
"configured",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def virtual_network_rules(self) -> Optional[Sequence['outputs.VirtualNetworkRuleResponse']]:
return pulumi.get(self, "virtual_network_rules") | [
"def",
"virtual_network_rules",
"(",
"self",
")",
"->",
"Optional",
"[",
"Sequence",
"[",
"'outputs.VirtualNetworkRuleResponse'",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"virtual_network_rules\"",
")"
] | List of Virtual Network ACL rules configured for the Cosmos DB account. | [
"List",
"of",
"Virtual",
"Network",
"ACL",
"rules",
"configured",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n List of Virtual Network ACL rules configured for the Cosmos DB 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": []
} |
d6fe494f7a00537378e6bf0b29ac399017ec78b0 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/documentdb/latest/get_database_account.py | [
"Apache-2.0"
] | Python | write_locations | Sequence['outputs.LocationResponse'] | def write_locations(self) -> Sequence['outputs.LocationResponse']:
"""
An array that contains the write location for the Cosmos DB account.
"""
return pulumi.get(self, "write_locations") |
An array that contains the write location for the Cosmos DB account.
| An array that contains the write location for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"the",
"write",
"location",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | def write_locations(self) -> Sequence['outputs.LocationResponse']:
return pulumi.get(self, "write_locations") | [
"def",
"write_locations",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.LocationResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"write_locations\"",
")"
] | An array that contains the write location for the Cosmos DB account. | [
"An",
"array",
"that",
"contains",
"the",
"write",
"location",
"for",
"the",
"Cosmos",
"DB",
"account",
"."
] | [
"\"\"\"\n An array that contains the write location for the Cosmos DB 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": []
} |
00b50c2b9fe6091de327158fa50cdfc0a4917974 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/guestconfiguration/get_guest_configuration_assignment.py | [
"Apache-2.0"
] | Python | properties | 'outputs.GuestConfigurationAssignmentPropertiesResponse' | def properties(self) -> 'outputs.GuestConfigurationAssignmentPropertiesResponse':
"""
Properties of the Guest configuration assignment.
"""
return pulumi.get(self, "properties") |
Properties of the Guest configuration assignment.
| Properties of the Guest configuration assignment. | [
"Properties",
"of",
"the",
"Guest",
"configuration",
"assignment",
"."
] | def properties(self) -> 'outputs.GuestConfigurationAssignmentPropertiesResponse':
return pulumi.get(self, "properties") | [
"def",
"properties",
"(",
"self",
")",
"->",
"'outputs.GuestConfigurationAssignmentPropertiesResponse'",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"properties\"",
")"
] | Properties of the Guest configuration assignment. | [
"Properties",
"of",
"the",
"Guest",
"configuration",
"assignment",
"."
] | [
"\"\"\"\n Properties of the Guest configuration assignment.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
00dcf21ce0fb25293d86cd2df1f7e854e45ba9bc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/sql/get_server_communication_link.py | [
"Apache-2.0"
] | Python | partner_server | str | def partner_server(self) -> str:
"""
The name of the partner server.
"""
return pulumi.get(self, "partner_server") |
The name of the partner server.
| The name of the partner server. | [
"The",
"name",
"of",
"the",
"partner",
"server",
"."
] | def partner_server(self) -> str:
return pulumi.get(self, "partner_server") | [
"def",
"partner_server",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_server\"",
")"
] | The name of the partner server. | [
"The",
"name",
"of",
"the",
"partner",
"server",
"."
] | [
"\"\"\"\n The name of the partner server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
00de1b19227f453292d36d498d0a95d606de3d8d | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/portal/v20200901preview/get_tenant_configuration.py | [
"Apache-2.0"
] | Python | enforce_private_markdown_storage | Optional[bool] | def enforce_private_markdown_storage(self) -> Optional[bool]:
"""
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
"""
return pulumi.get(self, "enforce_private_markdown_storage") |
When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.
| When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited. | [
"When",
"flag",
"is",
"set",
"to",
"true",
"Markdown",
"tile",
"will",
"require",
"external",
"storage",
"configuration",
"(",
"URI",
")",
".",
"The",
"inline",
"content",
"configuration",
"will",
"be",
"prohibited",
"."
] | def enforce_private_markdown_storage(self) -> Optional[bool]:
return pulumi.get(self, "enforce_private_markdown_storage") | [
"def",
"enforce_private_markdown_storage",
"(",
"self",
")",
"->",
"Optional",
"[",
"bool",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"enforce_private_markdown_storage\"",
")"
] | When flag is set to true Markdown tile will require external storage configuration (URI). | [
"When",
"flag",
"is",
"set",
"to",
"true",
"Markdown",
"tile",
"will",
"require",
"external",
"storage",
"configuration",
"(",
"URI",
")",
"."
] | [
"\"\"\"\n When flag is set to true Markdown tile will require external storage configuration (URI). The inline content configuration will be prohibited.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | authorized_azure_subscription_ids | pulumi.Output[Optional[Sequence[str]]] | def authorized_azure_subscription_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
"""
List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. This is an optional property. Creating
partner namespaces is always per... |
List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. This is an optional property. Creating
partner namespaces is always permitted under the same Azure subscription as the one used
for creating the partner registr... | List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. This is an optional property. Creating
partner namespaces is always permitted under the same Azure subscription as the one used
for creating the partner registration. | [
"List",
"of",
"Azure",
"subscription",
"Ids",
"that",
"are",
"authorized",
"to",
"create",
"a",
"partner",
"namespace",
"associated",
"with",
"this",
"partner",
"registration",
".",
"This",
"is",
"an",
"optional",
"property",
".",
"Creating",
"partner",
"namespa... | def authorized_azure_subscription_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
return pulumi.get(self, "authorized_azure_subscription_ids") | [
"def",
"authorized_azure_subscription_ids",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"Sequence",
"[",
"str",
"]",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"authorized_azure_subscription_ids\"",
")"
] | List of Azure subscription Ids that are authorized to create a partner namespace
associated with this partner registration. | [
"List",
"of",
"Azure",
"subscription",
"Ids",
"that",
"are",
"authorized",
"to",
"create",
"a",
"partner",
"namespace",
"associated",
"with",
"this",
"partner",
"registration",
"."
] | [
"\"\"\"\n List of Azure subscription Ids that are authorized to create a partner namespace\r\n associated with this partner registration. This is an optional property. Creating\r\n partner namespaces is always permitted under the same Azure subscription as the one used\r\n for creating t... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | customer_service_uri | pulumi.Output[Optional[str]] | def customer_service_uri(self) -> pulumi.Output[Optional[str]]:
"""
The extension of the customer service URI of the publisher.
"""
return pulumi.get(self, "customer_service_uri") |
The extension of the customer service URI of the publisher.
| The extension of the customer service URI of the publisher. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"URI",
"of",
"the",
"publisher",
"."
] | def customer_service_uri(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "customer_service_uri") | [
"def",
"customer_service_uri",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"customer_service_uri\"",
")"
] | The extension of the customer service URI of the publisher. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"URI",
"of",
"the",
"publisher",
"."
] | [
"\"\"\"\n The extension of the customer service URI of the publisher.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | long_description | pulumi.Output[Optional[str]] | def long_description(self) -> pulumi.Output[Optional[str]]:
"""
Long description for the custom scenarios and integration to be displayed in the portal if needed.
Length of this description should not exceed 2048 characters.
"""
return pulumi.get(self, "long_description") |
Long description for the custom scenarios and integration to be displayed in the portal if needed.
Length of this description should not exceed 2048 characters.
| Long description for the custom scenarios and integration to be displayed in the portal if needed.
Length of this description should not exceed 2048 characters. | [
"Long",
"description",
"for",
"the",
"custom",
"scenarios",
"and",
"integration",
"to",
"be",
"displayed",
"in",
"the",
"portal",
"if",
"needed",
".",
"Length",
"of",
"this",
"description",
"should",
"not",
"exceed",
"2048",
"characters",
"."
] | def long_description(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "long_description") | [
"def",
"long_description",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"long_description\"",
")"
] | Long description for the custom scenarios and integration to be displayed in the portal if needed. | [
"Long",
"description",
"for",
"the",
"custom",
"scenarios",
"and",
"integration",
"to",
"be",
"displayed",
"in",
"the",
"portal",
"if",
"needed",
"."
] | [
"\"\"\"\n Long description for the custom scenarios and integration to be displayed in the portal if needed.\r\n Length of this description should not exceed 2048 characters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | partner_customer_service_extension | pulumi.Output[Optional[str]] | def partner_customer_service_extension(self) -> pulumi.Output[Optional[str]]:
"""
The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.
"""
return pulumi.get(self, "partner_customer_service_extension") |
The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10.
| The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 10. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"number",
"of",
"the",
"publisher",
".",
"Only",
"digits",
"are",
"allowed",
"and",
"number",
"of",
"digits",
"should",
"not",
"exceed",
"10",
"."
] | def partner_customer_service_extension(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "partner_customer_service_extension") | [
"def",
"partner_customer_service_extension",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_customer_service_extension\"",
")"
] | The extension of the customer service number of the publisher. | [
"The",
"extension",
"of",
"the",
"customer",
"service",
"number",
"of",
"the",
"publisher",
"."
] | [
"\"\"\"\n The extension of the customer service number of the publisher. Only digits are allowed and number of digits should not exceed 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": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | partner_customer_service_number | pulumi.Output[Optional[str]] | def partner_customer_service_number(self) -> pulumi.Output[Optional[str]]:
"""
The customer service number of the publisher. The expected phone format should start with a '+' sign
followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
... |
The customer service number of the publisher. The expected phone format should start with a '+' sign
followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
length cannot exceed 16 digits including country code. Examples of valid phone... | The customer service number of the publisher. The expected phone format should start with a '+' sign
followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its
length cannot exceed 16 digits including country code. | [
"The",
"customer",
"service",
"number",
"of",
"the",
"publisher",
".",
"The",
"expected",
"phone",
"format",
"should",
"start",
"with",
"a",
"'",
"+",
"'",
"sign",
"followed",
"by",
"the",
"country",
"code",
".",
"The",
"remaining",
"digits",
"are",
"then"... | def partner_customer_service_number(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "partner_customer_service_number") | [
"def",
"partner_customer_service_number",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_customer_service_number\"",
")"
] | The customer service number of the publisher. | [
"The",
"customer",
"service",
"number",
"of",
"the",
"publisher",
"."
] | [
"\"\"\"\n The customer service number of the publisher. The expected phone format should start with a '+' sign \r\n followed by the country code. The remaining digits are then followed. Only digits and spaces are allowed and its\r\n length cannot exceed 16 digits including country code. Example... | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | partner_resource_type_description | pulumi.Output[Optional[str]] | def partner_resource_type_description(self) -> pulumi.Output[Optional[str]]:
"""
Short description of the partner resource type. The length of this description should not exceed 256 characters.
"""
return pulumi.get(self, "partner_resource_type_description") |
Short description of the partner resource type. The length of this description should not exceed 256 characters.
| Short description of the partner resource type. The length of this description should not exceed 256 characters. | [
"Short",
"description",
"of",
"the",
"partner",
"resource",
"type",
".",
"The",
"length",
"of",
"this",
"description",
"should",
"not",
"exceed",
"256",
"characters",
"."
] | def partner_resource_type_description(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "partner_resource_type_description") | [
"def",
"partner_resource_type_description",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_resource_type_description\"",
")"
] | Short description of the partner resource type. | [
"Short",
"description",
"of",
"the",
"partner",
"resource",
"type",
"."
] | [
"\"\"\"\n Short description of the partner resource type. The length of this description should not exceed 256 characters.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | partner_resource_type_display_name | pulumi.Output[Optional[str]] | def partner_resource_type_display_name(self) -> pulumi.Output[Optional[str]]:
"""
Display name of the partner resource type.
"""
return pulumi.get(self, "partner_resource_type_display_name") |
Display name of the partner resource type.
| Display name of the partner resource type. | [
"Display",
"name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | def partner_resource_type_display_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "partner_resource_type_display_name") | [
"def",
"partner_resource_type_display_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_resource_type_display_name\"",
")"
] | Display name of the partner resource type. | [
"Display",
"name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | [
"\"\"\"\n Display name of the partner resource type.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | partner_resource_type_name | pulumi.Output[Optional[str]] | def partner_resource_type_name(self) -> pulumi.Output[Optional[str]]:
"""
Name of the partner resource type.
"""
return pulumi.get(self, "partner_resource_type_name") |
Name of the partner resource type.
| Name of the partner resource type. | [
"Name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | def partner_resource_type_name(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "partner_resource_type_name") | [
"def",
"partner_resource_type_name",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"partner_resource_type_name\"",
")"
] | Name of the partner resource type. | [
"Name",
"of",
"the",
"partner",
"resource",
"type",
"."
] | [
"\"\"\"\n Name of the partner resource type.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
f1dda025fb42bb8c4508c0a6e0e6ba75f67f8ffc | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/eventgrid/v20201015preview/partner_registration.py | [
"Apache-2.0"
] | Python | visibility_state | pulumi.Output[Optional[str]] | def visibility_state(self) -> pulumi.Output[Optional[str]]:
"""
Visibility state of the partner registration.
"""
return pulumi.get(self, "visibility_state") |
Visibility state of the partner registration.
| Visibility state of the partner registration. | [
"Visibility",
"state",
"of",
"the",
"partner",
"registration",
"."
] | def visibility_state(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "visibility_state") | [
"def",
"visibility_state",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"visibility_state\"",
")"
] | Visibility state of the partner registration. | [
"Visibility",
"state",
"of",
"the",
"partner",
"registration",
"."
] | [
"\"\"\"\n Visibility state of the partner registration.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bcdad56848e12e51b55865dcef95b36d62401b34 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20190501preview/get_live_output.py | [
"Apache-2.0"
] | Python | archive_window_length | str | def archive_window_length(self) -> str:
"""
ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
"""
return pulumi.get(self, "archive_window_length") |
ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.
| ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content. | [
"ISO",
"8601",
"timespan",
"duration",
"of",
"the",
"archive",
"window",
"length",
".",
"This",
"is",
"duration",
"that",
"customer",
"want",
"to",
"retain",
"the",
"recorded",
"content",
"."
] | def archive_window_length(self) -> str:
return pulumi.get(self, "archive_window_length") | [
"def",
"archive_window_length",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"archive_window_length\"",
")"
] | ISO 8601 timespan duration of the archive window length. | [
"ISO",
"8601",
"timespan",
"duration",
"of",
"the",
"archive",
"window",
"length",
"."
] | [
"\"\"\"\n ISO 8601 timespan duration of the archive window length. This is duration that customer want to retain the recorded content.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bcdad56848e12e51b55865dcef95b36d62401b34 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20190501preview/get_live_output.py | [
"Apache-2.0"
] | Python | manifest_name | Optional[str] | def manifest_name(self) -> Optional[str]:
"""
The manifest file name. If not provided, the service will generate one automatically.
"""
return pulumi.get(self, "manifest_name") |
The manifest file name. If not provided, the service will generate one automatically.
| The manifest file name. If not provided, the service will generate one automatically. | [
"The",
"manifest",
"file",
"name",
".",
"If",
"not",
"provided",
"the",
"service",
"will",
"generate",
"one",
"automatically",
"."
] | def manifest_name(self) -> Optional[str]:
return pulumi.get(self, "manifest_name") | [
"def",
"manifest_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"manifest_name\"",
")"
] | The manifest file name. | [
"The",
"manifest",
"file",
"name",
"."
] | [
"\"\"\"\n The manifest file name. If not provided, the service will generate one automatically.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
bcdad56848e12e51b55865dcef95b36d62401b34 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/media/v20190501preview/get_live_output.py | [
"Apache-2.0"
] | Python | resource_state | str | def resource_state(self) -> str:
"""
The resource state of the Live Output.
"""
return pulumi.get(self, "resource_state") |
The resource state of the Live Output.
| The resource state of the Live Output. | [
"The",
"resource",
"state",
"of",
"the",
"Live",
"Output",
"."
] | def resource_state(self) -> str:
return pulumi.get(self, "resource_state") | [
"def",
"resource_state",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"resource_state\"",
")"
] | The resource state of the Live Output. | [
"The",
"resource",
"state",
"of",
"the",
"Live",
"Output",
"."
] | [
"\"\"\"\n The resource state of the Live Output.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56be69a227b8dc0d0ba02b726930dc29d865a158 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbformysql/v20200701privatepreview/database.py | [
"Apache-2.0"
] | Python | charset | pulumi.Output[Optional[str]] | def charset(self) -> pulumi.Output[Optional[str]]:
"""
The charset of the database.
"""
return pulumi.get(self, "charset") |
The charset of the database.
| The charset of the database. | [
"The",
"charset",
"of",
"the",
"database",
"."
] | def charset(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "charset") | [
"def",
"charset",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"charset\"",
")"
] | The charset of the database. | [
"The",
"charset",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The charset of the database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56be69a227b8dc0d0ba02b726930dc29d865a158 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbformysql/v20200701privatepreview/database.py | [
"Apache-2.0"
] | Python | collation | pulumi.Output[Optional[str]] | def collation(self) -> pulumi.Output[Optional[str]]:
"""
The collation of the database.
"""
return pulumi.get(self, "collation") |
The collation of the database.
| The collation of the database. | [
"The",
"collation",
"of",
"the",
"database",
"."
] | def collation(self) -> pulumi.Output[Optional[str]]:
return pulumi.get(self, "collation") | [
"def",
"collation",
"(",
"self",
")",
"->",
"pulumi",
".",
"Output",
"[",
"Optional",
"[",
"str",
"]",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"collation\"",
")"
] | The collation of the database. | [
"The",
"collation",
"of",
"the",
"database",
"."
] | [
"\"\"\"\n The collation of the database.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | administrator_login | Optional[str] | def administrator_login(self) -> Optional[str]:
"""
The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
"""
return pulumi.get(self, "administrator_login") |
The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
| The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). | [
"The",
"administrator",
"'",
"s",
"login",
"name",
"of",
"a",
"server",
".",
"Can",
"only",
"be",
"specified",
"when",
"the",
"server",
"is",
"being",
"created",
"(",
"and",
"is",
"required",
"for",
"creation",
")",
"."
] | def administrator_login(self) -> Optional[str]:
return pulumi.get(self, "administrator_login") | [
"def",
"administrator_login",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"administrator_login\"",
")"
] | The administrator's login name of a server. | [
"The",
"administrator",
"'",
"s",
"login",
"name",
"of",
"a",
"server",
"."
] | [
"\"\"\"\n The administrator's login name of a server. Can only be specified when the server is being created (and is required for 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": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | byok_enforcement | str | def byok_enforcement(self) -> str:
"""
Status showing whether the server data encryption is enabled with customer-managed keys.
"""
return pulumi.get(self, "byok_enforcement") |
Status showing whether the server data encryption is enabled with customer-managed keys.
| Status showing whether the server data encryption is enabled with customer-managed keys. | [
"Status",
"showing",
"whether",
"the",
"server",
"data",
"encryption",
"is",
"enabled",
"with",
"customer",
"-",
"managed",
"keys",
"."
] | def byok_enforcement(self) -> str:
return pulumi.get(self, "byok_enforcement") | [
"def",
"byok_enforcement",
"(",
"self",
")",
"->",
"str",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"byok_enforcement\"",
")"
] | Status showing whether the server data encryption is enabled with customer-managed keys. | [
"Status",
"showing",
"whether",
"the",
"server",
"data",
"encryption",
"is",
"enabled",
"with",
"customer",
"-",
"managed",
"keys",
"."
] | [
"\"\"\"\n Status showing whether the server data encryption is enabled with customer-managed keys.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | earliest_restore_date | Optional[str] | def earliest_restore_date(self) -> Optional[str]:
"""
Earliest restore point creation time (ISO8601 format)
"""
return pulumi.get(self, "earliest_restore_date") |
Earliest restore point creation time (ISO8601 format)
| Earliest restore point creation time (ISO8601 format) | [
"Earliest",
"restore",
"point",
"creation",
"time",
"(",
"ISO8601",
"format",
")"
] | def earliest_restore_date(self) -> Optional[str]:
return pulumi.get(self, "earliest_restore_date") | [
"def",
"earliest_restore_date",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"earliest_restore_date\"",
")"
] | Earliest restore point creation time (ISO8601 format) | [
"Earliest",
"restore",
"point",
"creation",
"time",
"(",
"ISO8601",
"format",
")"
] | [
"\"\"\"\n Earliest restore point creation time (ISO8601 format)\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | fully_qualified_domain_name | Optional[str] | def fully_qualified_domain_name(self) -> Optional[str]:
"""
The fully qualified domain name of a server.
"""
return pulumi.get(self, "fully_qualified_domain_name") |
The fully qualified domain name of a server.
| The fully qualified domain name of a server. | [
"The",
"fully",
"qualified",
"domain",
"name",
"of",
"a",
"server",
"."
] | def fully_qualified_domain_name(self) -> Optional[str]:
return pulumi.get(self, "fully_qualified_domain_name") | [
"def",
"fully_qualified_domain_name",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"fully_qualified_domain_name\"",
")"
] | The fully qualified domain name of a server. | [
"The",
"fully",
"qualified",
"domain",
"name",
"of",
"a",
"server",
"."
] | [
"\"\"\"\n The fully qualified domain name of a server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | identity | Optional['outputs.ResourceIdentityResponse'] | def identity(self) -> Optional['outputs.ResourceIdentityResponse']:
"""
The Azure Active Directory identity of the server.
"""
return pulumi.get(self, "identity") |
The Azure Active Directory identity of the server.
| The Azure Active Directory identity of the server. | [
"The",
"Azure",
"Active",
"Directory",
"identity",
"of",
"the",
"server",
"."
] | def identity(self) -> Optional['outputs.ResourceIdentityResponse']:
return pulumi.get(self, "identity") | [
"def",
"identity",
"(",
"self",
")",
"->",
"Optional",
"[",
"'outputs.ResourceIdentityResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"identity\"",
")"
] | The Azure Active Directory identity of the server. | [
"The",
"Azure",
"Active",
"Directory",
"identity",
"of",
"the",
"server",
"."
] | [
"\"\"\"\n The Azure Active Directory identity of the server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | infrastructure_encryption | Optional[str] | def infrastructure_encryption(self) -> Optional[str]:
"""
Status showing whether the server enabled infrastructure encryption.
"""
return pulumi.get(self, "infrastructure_encryption") |
Status showing whether the server enabled infrastructure encryption.
| Status showing whether the server enabled infrastructure encryption. | [
"Status",
"showing",
"whether",
"the",
"server",
"enabled",
"infrastructure",
"encryption",
"."
] | def infrastructure_encryption(self) -> Optional[str]:
return pulumi.get(self, "infrastructure_encryption") | [
"def",
"infrastructure_encryption",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"infrastructure_encryption\"",
")"
] | Status showing whether the server enabled infrastructure encryption. | [
"Status",
"showing",
"whether",
"the",
"server",
"enabled",
"infrastructure",
"encryption",
"."
] | [
"\"\"\"\n Status showing whether the server enabled infrastructure encryption.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | master_server_id | Optional[str] | def master_server_id(self) -> Optional[str]:
"""
The master server id of a replica server.
"""
return pulumi.get(self, "master_server_id") |
The master server id of a replica server.
| The master server id of a replica server. | [
"The",
"master",
"server",
"id",
"of",
"a",
"replica",
"server",
"."
] | def master_server_id(self) -> Optional[str]:
return pulumi.get(self, "master_server_id") | [
"def",
"master_server_id",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"master_server_id\"",
")"
] | The master server id of a replica server. | [
"The",
"master",
"server",
"id",
"of",
"a",
"replica",
"server",
"."
] | [
"\"\"\"\n The master server id of a replica server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | minimal_tls_version | Optional[str] | def minimal_tls_version(self) -> Optional[str]:
"""
Enforce a minimal Tls version for the server.
"""
return pulumi.get(self, "minimal_tls_version") |
Enforce a minimal Tls version for the server.
| Enforce a minimal Tls version for the server. | [
"Enforce",
"a",
"minimal",
"Tls",
"version",
"for",
"the",
"server",
"."
] | def minimal_tls_version(self) -> Optional[str]:
return pulumi.get(self, "minimal_tls_version") | [
"def",
"minimal_tls_version",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"minimal_tls_version\"",
")"
] | Enforce a minimal Tls version for the server. | [
"Enforce",
"a",
"minimal",
"Tls",
"version",
"for",
"the",
"server",
"."
] | [
"\"\"\"\n Enforce a minimal Tls version for the server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | private_endpoint_connections | Sequence['outputs.ServerPrivateEndpointConnectionResponse'] | def private_endpoint_connections(self) -> Sequence['outputs.ServerPrivateEndpointConnectionResponse']:
"""
List of private endpoint connections on a server
"""
return pulumi.get(self, "private_endpoint_connections") |
List of private endpoint connections on a server
| List of private endpoint connections on a server | [
"List",
"of",
"private",
"endpoint",
"connections",
"on",
"a",
"server"
] | def private_endpoint_connections(self) -> Sequence['outputs.ServerPrivateEndpointConnectionResponse']:
return pulumi.get(self, "private_endpoint_connections") | [
"def",
"private_endpoint_connections",
"(",
"self",
")",
"->",
"Sequence",
"[",
"'outputs.ServerPrivateEndpointConnectionResponse'",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"private_endpoint_connections\"",
")"
] | List of private endpoint connections on a server | [
"List",
"of",
"private",
"endpoint",
"connections",
"on",
"a",
"server"
] | [
"\"\"\"\n List of private endpoint connections on a server\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | public_network_access | Optional[str] | def public_network_access(self) -> Optional[str]:
"""
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
"""
return pulumi.get(self, "public_network_access") |
Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'
| Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled' | [
"Whether",
"or",
"not",
"public",
"network",
"access",
"is",
"allowed",
"for",
"this",
"server",
".",
"Value",
"is",
"optional",
"but",
"if",
"passed",
"in",
"must",
"be",
"'",
"Enabled",
"'",
"or",
"'",
"Disabled",
"'"
] | def public_network_access(self) -> Optional[str]:
return pulumi.get(self, "public_network_access") | [
"def",
"public_network_access",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"public_network_access\"",
")"
] | Whether or not public network access is allowed for this server. | [
"Whether",
"or",
"not",
"public",
"network",
"access",
"is",
"allowed",
"for",
"this",
"server",
"."
] | [
"\"\"\"\n Whether or not public network access is allowed for this server. Value is optional but if passed in, must be 'Enabled' or 'Disabled'\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | replica_capacity | Optional[int] | def replica_capacity(self) -> Optional[int]:
"""
The maximum number of replicas that a master server can have.
"""
return pulumi.get(self, "replica_capacity") |
The maximum number of replicas that a master server can have.
| The maximum number of replicas that a master server can have. | [
"The",
"maximum",
"number",
"of",
"replicas",
"that",
"a",
"master",
"server",
"can",
"have",
"."
] | def replica_capacity(self) -> Optional[int]:
return pulumi.get(self, "replica_capacity") | [
"def",
"replica_capacity",
"(",
"self",
")",
"->",
"Optional",
"[",
"int",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replica_capacity\"",
")"
] | The maximum number of replicas that a master server can have. | [
"The",
"maximum",
"number",
"of",
"replicas",
"that",
"a",
"master",
"server",
"can",
"have",
"."
] | [
"\"\"\"\n The maximum number of replicas that a master server can have.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | replication_role | Optional[str] | def replication_role(self) -> Optional[str]:
"""
The replication role of the server.
"""
return pulumi.get(self, "replication_role") |
The replication role of the server.
| The replication role of the server. | [
"The",
"replication",
"role",
"of",
"the",
"server",
"."
] | def replication_role(self) -> Optional[str]:
return pulumi.get(self, "replication_role") | [
"def",
"replication_role",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"replication_role\"",
")"
] | The replication role of the server. | [
"The",
"replication",
"role",
"of",
"the",
"server",
"."
] | [
"\"\"\"\n The replication role of the server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
56c674c60f21cdeddf51ae1f19b0741354d5d513 | pulumi/pulumi-azure-nextgen | sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py | [
"Apache-2.0"
] | Python | ssl_enforcement | Optional[str] | def ssl_enforcement(self) -> Optional[str]:
"""
Enable ssl enforcement or not when connect to server.
"""
return pulumi.get(self, "ssl_enforcement") |
Enable ssl enforcement or not when connect to server.
| Enable ssl enforcement or not when connect to server. | [
"Enable",
"ssl",
"enforcement",
"or",
"not",
"when",
"connect",
"to",
"server",
"."
] | def ssl_enforcement(self) -> Optional[str]:
return pulumi.get(self, "ssl_enforcement") | [
"def",
"ssl_enforcement",
"(",
"self",
")",
"->",
"Optional",
"[",
"str",
"]",
":",
"return",
"pulumi",
".",
"get",
"(",
"self",
",",
"\"ssl_enforcement\"",
")"
] | Enable ssl enforcement or not when connect to server. | [
"Enable",
"ssl",
"enforcement",
"or",
"not",
"when",
"connect",
"to",
"server",
"."
] | [
"\"\"\"\n Enable ssl enforcement or not when connect to server.\n \"\"\""
] | [
{
"param": "self",
"type": null
}
] | {
"returns": [],
"raises": [],
"params": [
{
"identifier": "self",
"type": null,
"docstring": null,
"docstring_tokens": [],
"default": null,
"is_optional": null
}
],
"outlier_params": [],
"others": []
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.