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
56c674c60f21cdeddf51ae1f19b0741354d5d513
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/get_server.py
[ "Apache-2.0" ]
Python
user_visible_state
Optional[str]
def user_visible_state(self) -> Optional[str]: """ A state of a server that is visible to user. """ return pulumi.get(self, "user_visible_state")
A state of a server that is visible to user.
A state of a server that is visible to user.
[ "A", "state", "of", "a", "server", "that", "is", "visible", "to", "user", "." ]
def user_visible_state(self) -> Optional[str]: return pulumi.get(self, "user_visible_state")
[ "def", "user_visible_state", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_visible_state\"", ")" ]
A state of a server that is visible to user.
[ "A", "state", "of", "a", "server", "that", "is", "visible", "to", "user", "." ]
[ "\"\"\"\n A state of a server that is visible to user.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
containers
pulumi.Output[Sequence['outputs.ContainerResponse']]
def containers(self) -> pulumi.Output[Sequence['outputs.ContainerResponse']]: """ The containers within the container group. """ return pulumi.get(self, "containers")
The containers within the container group.
The containers within the container group.
[ "The", "containers", "within", "the", "container", "group", "." ]
def containers(self) -> pulumi.Output[Sequence['outputs.ContainerResponse']]: return pulumi.get(self, "containers")
[ "def", "containers", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ContainerResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"containers\"", ")" ]
The containers within the container group.
[ "The", "containers", "within", "the", "container", "group", "." ]
[ "\"\"\"\n The containers within the container 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": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
image_registry_credentials
pulumi.Output[Optional[Sequence['outputs.ImageRegistryCredentialResponse']]]
def image_registry_credentials(self) -> pulumi.Output[Optional[Sequence['outputs.ImageRegistryCredentialResponse']]]: """ The image registry credentials by which the container group is created from. """ return pulumi.get(self, "image_registry_credentials")
The image registry credentials by which the container group is created from.
The image registry credentials by which the container group is created from.
[ "The", "image", "registry", "credentials", "by", "which", "the", "container", "group", "is", "created", "from", "." ]
def image_registry_credentials(self) -> pulumi.Output[Optional[Sequence['outputs.ImageRegistryCredentialResponse']]]: return pulumi.get(self, "image_registry_credentials")
[ "def", "image_registry_credentials", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ImageRegistryCredentialResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"image_registry_creden...
The image registry credentials by which the container group is created from.
[ "The", "image", "registry", "credentials", "by", "which", "the", "container", "group", "is", "created", "from", "." ]
[ "\"\"\"\n The image registry credentials by which the container group is created from.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
instance_view
pulumi.Output['outputs.ContainerGroupResponseInstanceView']
def instance_view(self) -> pulumi.Output['outputs.ContainerGroupResponseInstanceView']: """ The instance view of the container group. Only valid in response. """ return pulumi.get(self, "instance_view")
The instance view of the container group. Only valid in response.
The instance view of the container group. Only valid in response.
[ "The", "instance", "view", "of", "the", "container", "group", ".", "Only", "valid", "in", "response", "." ]
def instance_view(self) -> pulumi.Output['outputs.ContainerGroupResponseInstanceView']: return pulumi.get(self, "instance_view")
[ "def", "instance_view", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.ContainerGroupResponseInstanceView'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"instance_view\"", ")" ]
The instance view of the container group.
[ "The", "instance", "view", "of", "the", "container", "group", "." ]
[ "\"\"\"\n The instance view of the container group. Only valid in response.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
ip_address
pulumi.Output[Optional['outputs.IpAddressResponse']]
def ip_address(self) -> pulumi.Output[Optional['outputs.IpAddressResponse']]: """ The IP address type of the container group. """ return pulumi.get(self, "ip_address")
The IP address type of the container group.
The IP address type of the container group.
[ "The", "IP", "address", "type", "of", "the", "container", "group", "." ]
def ip_address(self) -> pulumi.Output[Optional['outputs.IpAddressResponse']]: return pulumi.get(self, "ip_address")
[ "def", "ip_address", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.IpAddressResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ip_address\"", ")" ]
The IP address type of the container group.
[ "The", "IP", "address", "type", "of", "the", "container", "group", "." ]
[ "\"\"\"\n The IP address type of the container 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": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
os_type
pulumi.Output[str]
def os_type(self) -> pulumi.Output[str]: """ The operating system type required by the containers in the container group. """ return pulumi.get(self, "os_type")
The operating system type required by the containers in the container group.
The operating system type required by the containers in the container group.
[ "The", "operating", "system", "type", "required", "by", "the", "containers", "in", "the", "container", "group", "." ]
def os_type(self) -> pulumi.Output[str]: return pulumi.get(self, "os_type")
[ "def", "os_type", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"os_type\"", ")" ]
The operating system type required by the containers in the container group.
[ "The", "operating", "system", "type", "required", "by", "the", "containers", "in", "the", "container", "group", "." ]
[ "\"\"\"\n The operating system type required by the containers in the container 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": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
restart_policy
pulumi.Output[Optional[str]]
def restart_policy(self) -> pulumi.Output[Optional[str]]: """ Restart policy for all containers within the container group. - `Always` Always restart - `OnFailure` Restart on failure - `Never` Never restart """ return pulumi.get(self, "restart_policy")
Restart policy for all containers within the container group. - `Always` Always restart - `OnFailure` Restart on failure - `Never` Never restart
Restart policy for all containers within the container group.
[ "Restart", "policy", "for", "all", "containers", "within", "the", "container", "group", "." ]
def restart_policy(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "restart_policy")
[ "def", "restart_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"restart_policy\"", ")" ]
Restart policy for all containers within the container group.
[ "Restart", "policy", "for", "all", "containers", "within", "the", "container", "group", "." ]
[ "\"\"\"\n Restart policy for all containers within the container group. \n - `Always` Always restart\n - `OnFailure` Restart on failure\n - `Never` Never restart\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cbee554012bea31f391347976b2d564615a514
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/containerinstance/v20171201preview/container_group.py
[ "Apache-2.0" ]
Python
volumes
pulumi.Output[Optional[Sequence['outputs.VolumeResponse']]]
def volumes(self) -> pulumi.Output[Optional[Sequence['outputs.VolumeResponse']]]: """ The list of volumes that can be mounted by containers in this container group. """ return pulumi.get(self, "volumes")
The list of volumes that can be mounted by containers in this container group.
The list of volumes that can be mounted by containers in this container group.
[ "The", "list", "of", "volumes", "that", "can", "be", "mounted", "by", "containers", "in", "this", "container", "group", "." ]
def volumes(self) -> pulumi.Output[Optional[Sequence['outputs.VolumeResponse']]]: return pulumi.get(self, "volumes")
[ "def", "volumes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.VolumeResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volumes\"", ")" ]
The list of volumes that can be mounted by containers in this container group.
[ "The", "list", "of", "volumes", "that", "can", "be", "mounted", "by", "containers", "in", "this", "container", "group", "." ]
[ "\"\"\"\n The list of volumes that can be mounted by containers in this container 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
authentication_certificates
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']]]
def authentication_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']]]: """ Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subs...
Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Authentication", "certificates", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def authentication_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayAuthenticationCertificateResponse']]]: return pulumi.get(self, "authentication_certificates")
[ "def", "authentication_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayAuthenticationCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"...
Authentication certificates of the application gateway resource.
[ "Authentication", "certificates", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
backend_address_pools
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']]]
def backend_address_pools(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']]]: """ Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-lim...
Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Backend", "address", "pool", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def backend_address_pools(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayBackendAddressPoolResponse']]]: return pulumi.get(self, "backend_address_pools")
[ "def", "backend_address_pools", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayBackendAddressPoolResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"backend_addre...
Backend address pool of the application gateway resource.
[ "Backend", "address", "pool", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Backend address pool of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
backend_http_settings_collection
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']]]
def backend_http_settings_collection(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']]]: """ Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscriptio...
Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Backend", "http", "settings", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def backend_http_settings_collection(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayBackendHttpSettingsResponse']]]: return pulumi.get(self, "backend_http_settings_collection")
[ "def", "backend_http_settings_collection", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayBackendHttpSettingsResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"b...
Backend http settings of the application gateway resource.
[ "Backend", "http", "settings", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Backend http settings of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
custom_error_configurations
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayCustomErrorResponse']]]
def custom_error_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayCustomErrorResponse']]]: """ Custom error configurations of the application gateway resource. """ return pulumi.get(self, "custom_error_configurations")
Custom error configurations of the application gateway resource.
Custom error configurations of the application gateway resource.
[ "Custom", "error", "configurations", "of", "the", "application", "gateway", "resource", "." ]
def custom_error_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayCustomErrorResponse']]]: return pulumi.get(self, "custom_error_configurations")
[ "def", "custom_error_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayCustomErrorResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_error_c...
Custom error configurations of the application gateway resource.
[ "Custom", "error", "configurations", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Custom error configurations of the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
enable_fips
pulumi.Output[Optional[bool]]
def enable_fips(self) -> pulumi.Output[Optional[bool]]: """ Whether FIPS is enabled on the application gateway resource. """ return pulumi.get(self, "enable_fips")
Whether FIPS is enabled on the application gateway resource.
Whether FIPS is enabled on the application gateway resource.
[ "Whether", "FIPS", "is", "enabled", "on", "the", "application", "gateway", "resource", "." ]
def enable_fips(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "enable_fips")
[ "def", "enable_fips", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_fips\"", ")" ]
Whether FIPS is enabled on the application gateway resource.
[ "Whether", "FIPS", "is", "enabled", "on", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Whether FIPS is enabled on the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
enable_http2
pulumi.Output[Optional[bool]]
def enable_http2(self) -> pulumi.Output[Optional[bool]]: """ Whether HTTP2 is enabled on the application gateway resource. """ return pulumi.get(self, "enable_http2")
Whether HTTP2 is enabled on the application gateway resource.
Whether HTTP2 is enabled on the application gateway resource.
[ "Whether", "HTTP2", "is", "enabled", "on", "the", "application", "gateway", "resource", "." ]
def enable_http2(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "enable_http2")
[ "def", "enable_http2", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enable_http2\"", ")" ]
Whether HTTP2 is enabled on the application gateway resource.
[ "Whether", "HTTP2", "is", "enabled", "on", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Whether HTTP2 is enabled on the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
force_firewall_policy_association
pulumi.Output[Optional[bool]]
def force_firewall_policy_association(self) -> pulumi.Output[Optional[bool]]: """ If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config. """ return pulumi.get(self, "force_firewall_policy_association")
If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.
If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.
[ "If", "true", "associates", "a", "firewall", "policy", "with", "an", "application", "gateway", "regardless", "whether", "the", "policy", "differs", "from", "the", "WAF", "Config", "." ]
def force_firewall_policy_association(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "force_firewall_policy_association")
[ "def", "force_firewall_policy_association", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"force_firewall_policy_association\"", ")" ]
If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.
[ "If", "true", "associates", "a", "firewall", "policy", "with", "an", "application", "gateway", "regardless", "whether", "the", "policy", "differs", "from", "the", "WAF", "Config", "." ]
[ "\"\"\"\n If true, associates a firewall policy with an application gateway regardless whether the policy differs from the WAF Config.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
frontend_ip_configurations
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']]]
def frontend_ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']]]: """ Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-...
Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Frontend", "IP", "addresses", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def frontend_ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayFrontendIPConfigurationResponse']]]: return pulumi.get(self, "frontend_ip_configurations")
[ "def", "frontend_ip_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayFrontendIPConfigurationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"fro...
Frontend IP addresses of the application gateway resource.
[ "Frontend", "IP", "addresses", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Frontend IP addresses of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
frontend_ports
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']]]
def frontend_ports(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']]]: """ Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gat...
Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Frontend", "ports", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def frontend_ports(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayFrontendPortResponse']]]: return pulumi.get(self, "frontend_ports")
[ "def", "frontend_ports", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayFrontendPortResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"frontend_ports\"", ")" ]
Frontend ports of the application gateway resource.
[ "Frontend", "ports", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Frontend ports of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
gateway_ip_configurations
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']]]
def gateway_ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']]]: """ Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#applicat...
Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Subnets of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Subnets", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def gateway_ip_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayIPConfigurationResponse']]]: return pulumi.get(self, "gateway_ip_configurations")
[ "def", "gateway_ip_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayIPConfigurationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"gateway_ip_c...
Subnets of the application gateway resource.
[ "Subnets", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Subnets of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
http_listeners
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']]]
def http_listeners(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']]]: """ Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gat...
Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Http listeners of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Http", "listeners", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def http_listeners(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayHttpListenerResponse']]]: return pulumi.get(self, "http_listeners")
[ "def", "http_listeners", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayHttpListenerResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"http_listeners\"", ")" ]
Http listeners of the application gateway resource.
[ "Http", "listeners", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Http listeners of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
identity
pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]: """ The identity of the application gateway, if configured. """ return pulumi.get(self, "identity")
The identity of the application gateway, if configured.
The identity of the application gateway, if configured.
[ "The", "identity", "of", "the", "application", "gateway", "if", "configured", "." ]
def identity(self) -> pulumi.Output[Optional['outputs.ManagedServiceIdentityResponse']]: return pulumi.get(self, "identity")
[ "def", "identity", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ManagedServiceIdentityResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"identity\"", ")" ]
The identity of the application gateway, if configured.
[ "The", "identity", "of", "the", "application", "gateway", "if", "configured", "." ]
[ "\"\"\"\n The identity of the application gateway, if configured.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
operational_state
pulumi.Output[str]
def operational_state(self) -> pulumi.Output[str]: """ Operational state of the application gateway resource. """ return pulumi.get(self, "operational_state")
Operational state of the application gateway resource.
Operational state of the application gateway resource.
[ "Operational", "state", "of", "the", "application", "gateway", "resource", "." ]
def operational_state(self) -> pulumi.Output[str]: return pulumi.get(self, "operational_state")
[ "def", "operational_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"operational_state\"", ")" ]
Operational state of the application gateway resource.
[ "Operational", "state", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Operational state of the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
private_endpoint_connections
pulumi.Output[Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse']]
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse']]: """ Private Endpoint connections on application gateway. """ return pulumi.get(self, "private_endpoint_connections")
Private Endpoint connections on application gateway.
Private Endpoint connections on application gateway.
[ "Private", "Endpoint", "connections", "on", "application", "gateway", "." ]
def private_endpoint_connections(self) -> pulumi.Output[Sequence['outputs.ApplicationGatewayPrivateEndpointConnectionResponse']]: return pulumi.get(self, "private_endpoint_connections")
[ "def", "private_endpoint_connections", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.ApplicationGatewayPrivateEndpointConnectionResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_endpoint_connection...
Private Endpoint connections on application gateway.
[ "Private", "Endpoint", "connections", "on", "application", "gateway", "." ]
[ "\"\"\"\n Private Endpoint connections on application gateway.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
private_link_configurations
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']]]
def private_link_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']]]: """ PrivateLink configurations on application gateway. """ return pulumi.get(self, "private_link_configurations")
PrivateLink configurations on application gateway.
PrivateLink configurations on application gateway.
[ "PrivateLink", "configurations", "on", "application", "gateway", "." ]
def private_link_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayPrivateLinkConfigurationResponse']]]: return pulumi.get(self, "private_link_configurations")
[ "def", "private_link_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayPrivateLinkConfigurationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"p...
PrivateLink configurations on application gateway.
[ "PrivateLink", "configurations", "on", "application", "gateway", "." ]
[ "\"\"\"\n PrivateLink configurations on application gateway.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
probes
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayProbeResponse']]]
def probes(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayProbeResponse']]]: """ Probes of the application gateway resource. """ return pulumi.get(self, "probes")
Probes of the application gateway resource.
Probes of the application gateway resource.
[ "Probes", "of", "the", "application", "gateway", "resource", "." ]
def probes(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayProbeResponse']]]: return pulumi.get(self, "probes")
[ "def", "probes", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayProbeResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"probes\"", ")" ]
Probes of the application gateway resource.
[ "Probes", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Probes of the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
redirect_configurations
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']]]
def redirect_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']]]: """ Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-ser...
Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Redirect", "configurations", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def redirect_configurations(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRedirectConfigurationResponse']]]: return pulumi.get(self, "redirect_configurations")
[ "def", "redirect_configurations", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayRedirectConfigurationResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"redirect...
Redirect configurations of the application gateway resource.
[ "Redirect", "configurations", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Redirect configurations of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
request_routing_rules
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']]]
def request_routing_rules(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']]]: """ Request routing rules of the application gateway resource. """ return pulumi.get(self, "request_routing_rules")
Request routing rules of the application gateway resource.
Request routing rules of the application gateway resource.
[ "Request", "routing", "rules", "of", "the", "application", "gateway", "resource", "." ]
def request_routing_rules(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRequestRoutingRuleResponse']]]: return pulumi.get(self, "request_routing_rules")
[ "def", "request_routing_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayRequestRoutingRuleResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"request_routi...
Request routing rules of the application gateway resource.
[ "Request", "routing", "rules", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Request routing rules of the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
rewrite_rule_sets
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']]]
def rewrite_rule_sets(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']]]: """ Rewrite rules for the application gateway resource. """ return pulumi.get(self, "rewrite_rule_sets")
Rewrite rules for the application gateway resource.
Rewrite rules for the application gateway resource.
[ "Rewrite", "rules", "for", "the", "application", "gateway", "resource", "." ]
def rewrite_rule_sets(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayRewriteRuleSetResponse']]]: return pulumi.get(self, "rewrite_rule_sets")
[ "def", "rewrite_rule_sets", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayRewriteRuleSetResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"rewrite_rule_sets\"",...
Rewrite rules for the application gateway resource.
[ "Rewrite", "rules", "for", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Rewrite rules for the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
sku
pulumi.Output[Optional['outputs.ApplicationGatewaySkuResponse']]
def sku(self) -> pulumi.Output[Optional['outputs.ApplicationGatewaySkuResponse']]: """ SKU of the application gateway resource. """ return pulumi.get(self, "sku")
SKU of the application gateway resource.
SKU of the application gateway resource.
[ "SKU", "of", "the", "application", "gateway", "resource", "." ]
def sku(self) -> pulumi.Output[Optional['outputs.ApplicationGatewaySkuResponse']]: return pulumi.get(self, "sku")
[ "def", "sku", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationGatewaySkuResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"sku\"", ")" ]
SKU of the application gateway resource.
[ "SKU", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n SKU of the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
ssl_certificates
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']]]
def ssl_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']]]: """ SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#applicati...
SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits].
[ "SSL", "certificates", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def ssl_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewaySslCertificateResponse']]]: return pulumi.get(self, "ssl_certificates")
[ "def", "ssl_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewaySslCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ssl_certificates\"", ...
SSL certificates of the application gateway resource.
[ "SSL", "certificates", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n SSL certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
ssl_policy
pulumi.Output[Optional['outputs.ApplicationGatewaySslPolicyResponse']]
def ssl_policy(self) -> pulumi.Output[Optional['outputs.ApplicationGatewaySslPolicyResponse']]: """ SSL policy of the application gateway resource. """ return pulumi.get(self, "ssl_policy")
SSL policy of the application gateway resource.
SSL policy of the application gateway resource.
[ "SSL", "policy", "of", "the", "application", "gateway", "resource", "." ]
def ssl_policy(self) -> pulumi.Output[Optional['outputs.ApplicationGatewaySslPolicyResponse']]: return pulumi.get(self, "ssl_policy")
[ "def", "ssl_policy", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.ApplicationGatewaySslPolicyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ssl_policy\"", ")" ]
SSL policy of the application gateway resource.
[ "SSL", "policy", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n SSL policy of the application gateway 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": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
ssl_profiles
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']]]
def ssl_profiles(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']]]: """ SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-l...
SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits].
[ "SSL", "profiles", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def ssl_profiles(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewaySslProfileResponse']]]: return pulumi.get(self, "ssl_profiles")
[ "def", "ssl_profiles", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewaySslProfileResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ssl_profiles\"", ")" ]
SSL profiles of the application gateway resource.
[ "SSL", "profiles", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n SSL profiles of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
trusted_client_certificates
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']]]
def trusted_client_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']]]: """ Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subsc...
Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Trusted", "client", "certificates", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def trusted_client_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayTrustedClientCertificateResponse']]]: return pulumi.get(self, "trusted_client_certificates")
[ "def", "trusted_client_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayTrustedClientCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"t...
Trusted client certificates of the application gateway resource.
[ "Trusted", "client", "certificates", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Trusted client certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
trusted_root_certificates
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']]]
def trusted_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']]]: """ Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscriptio...
Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits].
[ "Trusted", "Root", "certificates", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def trusted_root_certificates(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayTrustedRootCertificateResponse']]]: return pulumi.get(self, "trusted_root_certificates")
[ "def", "trusted_root_certificates", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayTrustedRootCertificateResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"trust...
Trusted Root certificates of the application gateway resource.
[ "Trusted", "Root", "certificates", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n Trusted Root certificates of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56cd9e884d26dd168c15dd92e649b8a91ba331fd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200701/application_gateway.py
[ "Apache-2.0" ]
Python
url_path_maps
pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']]]
def url_path_maps(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']]]: """ URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-...
URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
URL path map of the application gateway resource. For default limits, see [Application Gateway limits].
[ "URL", "path", "map", "of", "the", "application", "gateway", "resource", ".", "For", "default", "limits", "see", "[", "Application", "Gateway", "limits", "]", "." ]
def url_path_maps(self) -> pulumi.Output[Optional[Sequence['outputs.ApplicationGatewayUrlPathMapResponse']]]: return pulumi.get(self, "url_path_maps")
[ "def", "url_path_maps", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.ApplicationGatewayUrlPathMapResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"url_path_maps\"", ")" ]
URL path map of the application gateway resource.
[ "URL", "path", "map", "of", "the", "application", "gateway", "resource", "." ]
[ "\"\"\"\n URL path map of the application gateway resource. For default limits, see [Application Gateway limits](https://docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56d08b4dedea5340b62fc48bb324840a689bd2cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/network_security_group.py
[ "Apache-2.0" ]
Python
default_security_rules
pulumi.Output[Sequence['outputs.SecurityRuleResponse']]
def default_security_rules(self) -> pulumi.Output[Sequence['outputs.SecurityRuleResponse']]: """ The default security rules of network security group. """ return pulumi.get(self, "default_security_rules")
The default security rules of network security group.
The default security rules of network security group.
[ "The", "default", "security", "rules", "of", "network", "security", "group", "." ]
def default_security_rules(self) -> pulumi.Output[Sequence['outputs.SecurityRuleResponse']]: return pulumi.get(self, "default_security_rules")
[ "def", "default_security_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.SecurityRuleResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_security_rules\"", ")" ]
The default security rules of network security group.
[ "The", "default", "security", "rules", "of", "network", "security", "group", "." ]
[ "\"\"\"\n The default security rules of network security 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": [] }
56d08b4dedea5340b62fc48bb324840a689bd2cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/network_security_group.py
[ "Apache-2.0" ]
Python
flow_logs
pulumi.Output[Sequence['outputs.FlowLogResponse']]
def flow_logs(self) -> pulumi.Output[Sequence['outputs.FlowLogResponse']]: """ A collection of references to flow log resources. """ return pulumi.get(self, "flow_logs")
A collection of references to flow log resources.
A collection of references to flow log resources.
[ "A", "collection", "of", "references", "to", "flow", "log", "resources", "." ]
def flow_logs(self) -> pulumi.Output[Sequence['outputs.FlowLogResponse']]: return pulumi.get(self, "flow_logs")
[ "def", "flow_logs", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "'outputs.FlowLogResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"flow_logs\"", ")" ]
A collection of references to flow log resources.
[ "A", "collection", "of", "references", "to", "flow", "log", "resources", "." ]
[ "\"\"\"\n A collection of references to flow log resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56d08b4dedea5340b62fc48bb324840a689bd2cd
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/latest/network_security_group.py
[ "Apache-2.0" ]
Python
security_rules
pulumi.Output[Optional[Sequence['outputs.SecurityRuleResponse']]]
def security_rules(self) -> pulumi.Output[Optional[Sequence['outputs.SecurityRuleResponse']]]: """ A collection of security rules of the network security group. """ return pulumi.get(self, "security_rules")
A collection of security rules of the network security group.
A collection of security rules of the network security group.
[ "A", "collection", "of", "security", "rules", "of", "the", "network", "security", "group", "." ]
def security_rules(self) -> pulumi.Output[Optional[Sequence['outputs.SecurityRuleResponse']]]: return pulumi.get(self, "security_rules")
[ "def", "security_rules", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.SecurityRuleResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"security_rules\"", ")" ]
A collection of security rules of the network security group.
[ "A", "collection", "of", "security", "rules", "of", "the", "network", "security", "group", "." ]
[ "\"\"\"\n A collection of security rules of the network security 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": [] }
56d0d830955dcd0c2821c5a6117837560e898b99
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/storsimple/bandwidth_setting.py
[ "Apache-2.0" ]
Python
volume_count
pulumi.Output[int]
def volume_count(self) -> pulumi.Output[int]: """ The number of volumes that uses the bandwidth setting. """ return pulumi.get(self, "volume_count")
The number of volumes that uses the bandwidth setting.
The number of volumes that uses the bandwidth setting.
[ "The", "number", "of", "volumes", "that", "uses", "the", "bandwidth", "setting", "." ]
def volume_count(self) -> pulumi.Output[int]: return pulumi.get(self, "volume_count")
[ "def", "volume_count", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"volume_count\"", ")" ]
The number of volumes that uses the bandwidth setting.
[ "The", "number", "of", "volumes", "that", "uses", "the", "bandwidth", "setting", "." ]
[ "\"\"\"\n The number of volumes that uses the bandwidth setting.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56d0df117da81718d529e23148624442ddb9be06
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/private_endpoint_connection.py
[ "Apache-2.0" ]
Python
private_endpoint
pulumi.Output[Optional['outputs.PrivateEndpointPropertyResponse']]
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointPropertyResponse']]: """ Private endpoint which the connection belongs to. """ return pulumi.get(self, "private_endpoint")
Private endpoint which the connection belongs to.
Private endpoint which the connection belongs to.
[ "Private", "endpoint", "which", "the", "connection", "belongs", "to", "." ]
def private_endpoint(self) -> pulumi.Output[Optional['outputs.PrivateEndpointPropertyResponse']]: return pulumi.get(self, "private_endpoint")
[ "def", "private_endpoint", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.PrivateEndpointPropertyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_endpoint\"", ")" ]
Private endpoint which the connection belongs to.
[ "Private", "endpoint", "which", "the", "connection", "belongs", "to", "." ]
[ "\"\"\"\n Private endpoint which the connection belongs to.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56d0df117da81718d529e23148624442ddb9be06
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/dbforpostgresql/latest/private_endpoint_connection.py
[ "Apache-2.0" ]
Python
private_link_service_connection_state
pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']]
def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']]: """ Connection state of the private endpoint connection. """ return pulumi.get(self, "private_link_service_connection_state")
Connection state of the private endpoint connection.
Connection state of the private endpoint connection.
[ "Connection", "state", "of", "the", "private", "endpoint", "connection", "." ]
def private_link_service_connection_state(self) -> pulumi.Output[Optional['outputs.PrivateLinkServiceConnectionStatePropertyResponse']]: return pulumi.get(self, "private_link_service_connection_state")
[ "def", "private_link_service_connection_state", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.PrivateLinkServiceConnectionStatePropertyResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"private_link_service...
Connection state of the private endpoint connection.
[ "Connection", "state", "of", "the", "private", "endpoint", "connection", "." ]
[ "\"\"\"\n Connection state of the private endpoint connection.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56e464a358a48ce1d6b1201a0f9156dfa4b7ad25
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/gateway_hostname_configuration.py
[ "Apache-2.0" ]
Python
hostname
pulumi.Output[Optional[str]]
def hostname(self) -> pulumi.Output[Optional[str]]: """ Hostname value. Supports valid domain name, partial or full wildcard """ return pulumi.get(self, "hostname")
Hostname value. Supports valid domain name, partial or full wildcard
Hostname value. Supports valid domain name, partial or full wildcard
[ "Hostname", "value", ".", "Supports", "valid", "domain", "name", "partial", "or", "full", "wildcard" ]
def hostname(self) -> pulumi.Output[Optional[str]]: return pulumi.get(self, "hostname")
[ "def", "hostname", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hostname\"", ")" ]
Hostname value.
[ "Hostname", "value", "." ]
[ "\"\"\"\n Hostname value. Supports valid domain name, partial or full wildcard\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
56e464a358a48ce1d6b1201a0f9156dfa4b7ad25
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/apimanagement/gateway_hostname_configuration.py
[ "Apache-2.0" ]
Python
negotiate_client_certificate
pulumi.Output[Optional[bool]]
def negotiate_client_certificate(self) -> pulumi.Output[Optional[bool]]: """ Determines whether gateway requests client certificate """ return pulumi.get(self, "negotiate_client_certificate")
Determines whether gateway requests client certificate
Determines whether gateway requests client certificate
[ "Determines", "whether", "gateway", "requests", "client", "certificate" ]
def negotiate_client_certificate(self) -> pulumi.Output[Optional[bool]]: return pulumi.get(self, "negotiate_client_certificate")
[ "def", "negotiate_client_certificate", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "bool", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"negotiate_client_certificate\"", ")" ]
Determines whether gateway requests client certificate
[ "Determines", "whether", "gateway", "requests", "client", "certificate" ]
[ "\"\"\"\n Determines whether gateway requests client certificate\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc151c5baf81584d364e0875fafcf45348e19e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/connector.py
[ "Apache-2.0" ]
Python
authentication_details
pulumi.Output[Optional[Any]]
def authentication_details(self) -> pulumi.Output[Optional[Any]]: """ Settings for authentication management, these settings are relevant only for the cloud connector. """ return pulumi.get(self, "authentication_details")
Settings for authentication management, these settings are relevant only for the cloud connector.
Settings for authentication management, these settings are relevant only for the cloud connector.
[ "Settings", "for", "authentication", "management", "these", "settings", "are", "relevant", "only", "for", "the", "cloud", "connector", "." ]
def authentication_details(self) -> pulumi.Output[Optional[Any]]: return pulumi.get(self, "authentication_details")
[ "def", "authentication_details", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Any", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"authentication_details\"", ")" ]
Settings for authentication management, these settings are relevant only for the cloud connector.
[ "Settings", "for", "authentication", "management", "these", "settings", "are", "relevant", "only", "for", "the", "cloud", "connector", "." ]
[ "\"\"\"\n Settings for authentication management, these settings are relevant only for the cloud connector.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc151c5baf81584d364e0875fafcf45348e19e3
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/connector.py
[ "Apache-2.0" ]
Python
hybrid_compute_settings
pulumi.Output[Optional['outputs.HybridComputeSettingsPropertiesResponse']]
def hybrid_compute_settings(self) -> pulumi.Output[Optional['outputs.HybridComputeSettingsPropertiesResponse']]: """ Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute). """ return pulumi.get(self, "hybrid_compute_settings")
Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).
Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).
[ "Settings", "for", "hybrid", "compute", "management", ".", "These", "settings", "are", "relevant", "only", "for", "Arc", "autoProvision", "(", "Hybrid", "Compute", ")", "." ]
def hybrid_compute_settings(self) -> pulumi.Output[Optional['outputs.HybridComputeSettingsPropertiesResponse']]: return pulumi.get(self, "hybrid_compute_settings")
[ "def", "hybrid_compute_settings", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.HybridComputeSettingsPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hybrid_compute_settings\"", ")" ]
Settings for hybrid compute management.
[ "Settings", "for", "hybrid", "compute", "management", "." ]
[ "\"\"\"\n Settings for hybrid compute management. These settings are relevant only for Arc autoProvision (Hybrid Compute).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc374027c4e6dff052e8458d5b2e0385d0c449f
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/appplatform/v20201101preview/get_custom_domain.py
[ "Apache-2.0" ]
Python
properties
'outputs.CustomDomainPropertiesResponse'
def properties(self) -> 'outputs.CustomDomainPropertiesResponse': """ Properties of the custom domain resource. """ return pulumi.get(self, "properties")
Properties of the custom domain resource.
Properties of the custom domain resource.
[ "Properties", "of", "the", "custom", "domain", "resource", "." ]
def properties(self) -> 'outputs.CustomDomainPropertiesResponse': return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "'outputs.CustomDomainPropertiesResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Properties of the custom domain resource.
[ "Properties", "of", "the", "custom", "domain", "resource", "." ]
[ "\"\"\"\n Properties of the custom domain 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": [] }
7dc8359e953bfc01f0e74ed5ac69d61a55952bc4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190801/iot_security_solution.py
[ "Apache-2.0" ]
Python
auto_discovered_resources
pulumi.Output[Sequence[str]]
def auto_discovered_resources(self) -> pulumi.Output[Sequence[str]]: """ List of resources that were automatically discovered as relevant to the security solution. """ return pulumi.get(self, "auto_discovered_resources")
List of resources that were automatically discovered as relevant to the security solution.
List of resources that were automatically discovered as relevant to the security solution.
[ "List", "of", "resources", "that", "were", "automatically", "discovered", "as", "relevant", "to", "the", "security", "solution", "." ]
def auto_discovered_resources(self) -> pulumi.Output[Sequence[str]]: return pulumi.get(self, "auto_discovered_resources")
[ "def", "auto_discovered_resources", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Sequence", "[", "str", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"auto_discovered_resources\"", ")" ]
List of resources that were automatically discovered as relevant to the security solution.
[ "List", "of", "resources", "that", "were", "automatically", "discovered", "as", "relevant", "to", "the", "security", "solution", "." ]
[ "\"\"\"\n List of resources that were automatically discovered as relevant to the security solution.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc8359e953bfc01f0e74ed5ac69d61a55952bc4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190801/iot_security_solution.py
[ "Apache-2.0" ]
Python
disabled_data_sources
pulumi.Output[Optional[Sequence[str]]]
def disabled_data_sources(self) -> pulumi.Output[Optional[Sequence[str]]]: """ Disabled data sources. Disabling these data sources compromises the system. """ return pulumi.get(self, "disabled_data_sources")
Disabled data sources. Disabling these data sources compromises the system.
Disabled data sources. Disabling these data sources compromises the system.
[ "Disabled", "data", "sources", ".", "Disabling", "these", "data", "sources", "compromises", "the", "system", "." ]
def disabled_data_sources(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "disabled_data_sources")
[ "def", "disabled_data_sources", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"disabled_data_sources\"", ")" ]
Disabled data sources.
[ "Disabled", "data", "sources", "." ]
[ "\"\"\"\n Disabled data sources. Disabling these data sources compromises the system.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc8359e953bfc01f0e74ed5ac69d61a55952bc4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190801/iot_security_solution.py
[ "Apache-2.0" ]
Python
export
pulumi.Output[Optional[Sequence[str]]]
def export(self) -> pulumi.Output[Optional[Sequence[str]]]: """ List of additional options for exporting to workspace data. """ return pulumi.get(self, "export")
List of additional options for exporting to workspace data.
List of additional options for exporting to workspace data.
[ "List", "of", "additional", "options", "for", "exporting", "to", "workspace", "data", "." ]
def export(self) -> pulumi.Output[Optional[Sequence[str]]]: return pulumi.get(self, "export")
[ "def", "export", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "str", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"export\"", ")" ]
List of additional options for exporting to workspace data.
[ "List", "of", "additional", "options", "for", "exporting", "to", "workspace", "data", "." ]
[ "\"\"\"\n List of additional options for exporting to workspace data.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc8359e953bfc01f0e74ed5ac69d61a55952bc4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190801/iot_security_solution.py
[ "Apache-2.0" ]
Python
recommendations_configuration
pulumi.Output[Optional[Sequence['outputs.RecommendationConfigurationPropertiesResponse']]]
def recommendations_configuration(self) -> pulumi.Output[Optional[Sequence['outputs.RecommendationConfigurationPropertiesResponse']]]: """ List of the configuration status for each recommendation type. """ return pulumi.get(self, "recommendations_configuration")
List of the configuration status for each recommendation type.
List of the configuration status for each recommendation type.
[ "List", "of", "the", "configuration", "status", "for", "each", "recommendation", "type", "." ]
def recommendations_configuration(self) -> pulumi.Output[Optional[Sequence['outputs.RecommendationConfigurationPropertiesResponse']]]: return pulumi.get(self, "recommendations_configuration")
[ "def", "recommendations_configuration", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "Sequence", "[", "'outputs.RecommendationConfigurationPropertiesResponse'", "]", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"reco...
List of the configuration status for each recommendation type.
[ "List", "of", "the", "configuration", "status", "for", "each", "recommendation", "type", "." ]
[ "\"\"\"\n List of the configuration status for each recommendation 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": [] }
7dc8359e953bfc01f0e74ed5ac69d61a55952bc4
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/security/v20190801/iot_security_solution.py
[ "Apache-2.0" ]
Python
user_defined_resources
pulumi.Output[Optional['outputs.UserDefinedResourcesPropertiesResponse']]
def user_defined_resources(self) -> pulumi.Output[Optional['outputs.UserDefinedResourcesPropertiesResponse']]: """ Properties of the IoT Security solution's user defined resources. """ return pulumi.get(self, "user_defined_resources")
Properties of the IoT Security solution's user defined resources.
Properties of the IoT Security solution's user defined resources.
[ "Properties", "of", "the", "IoT", "Security", "solution", "'", "s", "user", "defined", "resources", "." ]
def user_defined_resources(self) -> pulumi.Output[Optional['outputs.UserDefinedResourcesPropertiesResponse']]: return pulumi.get(self, "user_defined_resources")
[ "def", "user_defined_resources", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "Optional", "[", "'outputs.UserDefinedResourcesPropertiesResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"user_defined_resources\"", ")" ]
Properties of the IoT Security solution's user defined resources.
[ "Properties", "of", "the", "IoT", "Security", "solution", "'", "s", "user", "defined", "resources", "." ]
[ "\"\"\"\n Properties of the IoT Security solution's user defined resources.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc97b48b82a27ee902cfba9d5ac51be683f0bf2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210114preview/outputs.py
[ "Apache-2.0" ]
Python
ramp_down_notification_minutes
Optional[int]
def ramp_down_notification_minutes(self) -> Optional[int]: """ Number of minutes to wait to stop hosts during ramp down period. """ return pulumi.get(self, "ramp_down_notification_minutes")
Number of minutes to wait to stop hosts during ramp down period.
Number of minutes to wait to stop hosts during ramp down period.
[ "Number", "of", "minutes", "to", "wait", "to", "stop", "hosts", "during", "ramp", "down", "period", "." ]
def ramp_down_notification_minutes(self) -> Optional[int]: return pulumi.get(self, "ramp_down_notification_minutes")
[ "def", "ramp_down_notification_minutes", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_down_notification_minutes\"", ")" ]
Number of minutes to wait to stop hosts during ramp down period.
[ "Number", "of", "minutes", "to", "wait", "to", "stop", "hosts", "during", "ramp", "down", "period", "." ]
[ "\"\"\"\n Number of minutes to wait to stop hosts during ramp down period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc97b48b82a27ee902cfba9d5ac51be683f0bf2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210114preview/outputs.py
[ "Apache-2.0" ]
Python
ramp_up_algorithm
Optional[str]
def ramp_up_algorithm(self) -> Optional[str]: """ Load balancing algorithm for ramp up period. """ return pulumi.get(self, "ramp_up_algorithm")
Load balancing algorithm for ramp up period.
Load balancing algorithm for ramp up period.
[ "Load", "balancing", "algorithm", "for", "ramp", "up", "period", "." ]
def ramp_up_algorithm(self) -> Optional[str]: return pulumi.get(self, "ramp_up_algorithm")
[ "def", "ramp_up_algorithm", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_up_algorithm\"", ")" ]
Load balancing algorithm for ramp up period.
[ "Load", "balancing", "algorithm", "for", "ramp", "up", "period", "." ]
[ "\"\"\"\n Load balancing algorithm for ramp up period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dc97b48b82a27ee902cfba9d5ac51be683f0bf2
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/desktopvirtualization/v20210114preview/outputs.py
[ "Apache-2.0" ]
Python
ramp_up_minimum_host_pct
Optional[int]
def ramp_up_minimum_host_pct(self) -> Optional[int]: """ Minimum host percentage for ramp up period. """ return pulumi.get(self, "ramp_up_minimum_host_pct")
Minimum host percentage for ramp up period.
Minimum host percentage for ramp up period.
[ "Minimum", "host", "percentage", "for", "ramp", "up", "period", "." ]
def ramp_up_minimum_host_pct(self) -> Optional[int]: return pulumi.get(self, "ramp_up_minimum_host_pct")
[ "def", "ramp_up_minimum_host_pct", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ramp_up_minimum_host_pct\"", ")" ]
Minimum host percentage for ramp up period.
[ "Minimum", "host", "percentage", "for", "ramp", "up", "period", "." ]
[ "\"\"\"\n Minimum host percentage for ramp up period.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
availability_state
str
def availability_state(self) -> str: """ Management information availability state for the app. """ return pulumi.get(self, "availability_state")
Management information availability state for the app.
Management information availability state for the app.
[ "Management", "information", "availability", "state", "for", "the", "app", "." ]
def availability_state(self) -> str: return pulumi.get(self, "availability_state")
[ "def", "availability_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"availability_state\"", ")" ]
Management information availability state for the app.
[ "Management", "information", "availability", "state", "for", "the", "app", "." ]
[ "\"\"\"\n Management information availability state for the app.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
client_affinity_enabled
Optional[bool]
def client_affinity_enabled(self) -> Optional[bool]: """ <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>. """ return pulumi.get(sel...
<code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
true to enable client affinity; false to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is true.
[ "true", "to", "enable", "client", "affinity", ";", "false", "to", "stop", "sending", "session", "affinity", "cookies", "which", "route", "client", "requests", "in", "the", "same", "session", "to", "the", "same", "instance", ".", "Default", "is", "true", "." ...
def client_affinity_enabled(self) -> Optional[bool]: return pulumi.get(self, "client_affinity_enabled")
[ "def", "client_affinity_enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_affinity_enabled\"", ")" ]
<code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance.
[ "<code", ">", "true<", "/", "code", ">", "to", "enable", "client", "affinity", ";", "<code", ">", "false<", "/", "code", ">", "to", "stop", "sending", "session", "affinity", "cookies", "which", "route", "client", "requests", "in", "the", "same", "session",...
[ "\"\"\"\n <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
client_cert_enabled
Optional[bool]
def client_cert_enabled(self) -> Optional[bool]: """ <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>. """ return pulumi.get(self, "client_cert_enabled")
<code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
true to enable client certificate authentication (TLS mutual authentication); otherwise, false. Default is false.
[ "true", "to", "enable", "client", "certificate", "authentication", "(", "TLS", "mutual", "authentication", ")", ";", "otherwise", "false", ".", "Default", "is", "false", "." ]
def client_cert_enabled(self) -> Optional[bool]: return pulumi.get(self, "client_cert_enabled")
[ "def", "client_cert_enabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_cert_enabled\"", ")" ]
<code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>.
[ "<code", ">", "true<", "/", "code", ">", "to", "enable", "client", "certificate", "authentication", "(", "TLS", "mutual", "authentication", ")", ";", "otherwise", "<code", ">", "false<", "/", "code", ">", "." ]
[ "\"\"\"\n <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
client_cert_exclusion_paths
Optional[str]
def client_cert_exclusion_paths(self) -> Optional[str]: """ client certificate authentication comma-separated exclusion paths """ return pulumi.get(self, "client_cert_exclusion_paths")
client certificate authentication comma-separated exclusion paths
client certificate authentication comma-separated exclusion paths
[ "client", "certificate", "authentication", "comma", "-", "separated", "exclusion", "paths" ]
def client_cert_exclusion_paths(self) -> Optional[str]: return pulumi.get(self, "client_cert_exclusion_paths")
[ "def", "client_cert_exclusion_paths", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_cert_exclusion_paths\"", ")" ]
client certificate authentication comma-separated exclusion paths
[ "client", "certificate", "authentication", "comma", "-", "separated", "exclusion", "paths" ]
[ "\"\"\"\n client certificate authentication comma-separated exclusion paths\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
client_cert_mode
Optional[str]
def client_cert_mode(self) -> Optional[str]: """ This composes with ClientCertEnabled setting. - ClientCertEnabled: false means ClientCert is ignored. - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required. - ClientCertEnabled: true and ClientCertMode...
This composes with ClientCertEnabled setting. - ClientCertEnabled: false means ClientCert is ignored. - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required. - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional or accepted. ...
This composes with ClientCertEnabled setting.
[ "This", "composes", "with", "ClientCertEnabled", "setting", "." ]
def client_cert_mode(self) -> Optional[str]: return pulumi.get(self, "client_cert_mode")
[ "def", "client_cert_mode", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_cert_mode\"", ")" ]
This composes with ClientCertEnabled setting.
[ "This", "composes", "with", "ClientCertEnabled", "setting", "." ]
[ "\"\"\"\n This composes with ClientCertEnabled setting.\n - ClientCertEnabled: false means ClientCert is ignored.\n - ClientCertEnabled: true and ClientCertMode: Required means ClientCert is required.\n - ClientCertEnabled: true and ClientCertMode: Optional means ClientCert is optional o...
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
cloning_info
Optional['outputs.CloningInfoResponse']
def cloning_info(self) -> Optional['outputs.CloningInfoResponse']: """ If specified during app creation, the app is cloned from a source app. """ return pulumi.get(self, "cloning_info")
If specified during app creation, the app is cloned from a source app.
If specified during app creation, the app is cloned from a source app.
[ "If", "specified", "during", "app", "creation", "the", "app", "is", "cloned", "from", "a", "source", "app", "." ]
def cloning_info(self) -> Optional['outputs.CloningInfoResponse']: return pulumi.get(self, "cloning_info")
[ "def", "cloning_info", "(", "self", ")", "->", "Optional", "[", "'outputs.CloningInfoResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"cloning_info\"", ")" ]
If specified during app creation, the app is cloned from a source app.
[ "If", "specified", "during", "app", "creation", "the", "app", "is", "cloned", "from", "a", "source", "app", "." ]
[ "\"\"\"\n If specified during app creation, the app is cloned from a source app.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
container_size
Optional[int]
def container_size(self) -> Optional[int]: """ Size of the function container. """ return pulumi.get(self, "container_size")
Size of the function container.
Size of the function container.
[ "Size", "of", "the", "function", "container", "." ]
def container_size(self) -> Optional[int]: return pulumi.get(self, "container_size")
[ "def", "container_size", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"container_size\"", ")" ]
Size of the function container.
[ "Size", "of", "the", "function", "container", "." ]
[ "\"\"\"\n Size of the function container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
custom_domain_verification_id
Optional[str]
def custom_domain_verification_id(self) -> Optional[str]: """ Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification. """ return pulumi.get(self, "custom_domain_verification_id")
Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.
Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.
[ "Unique", "identifier", "that", "verifies", "the", "custom", "domains", "assigned", "to", "the", "app", ".", "Customer", "will", "add", "this", "id", "to", "a", "txt", "record", "for", "verification", "." ]
def custom_domain_verification_id(self) -> Optional[str]: return pulumi.get(self, "custom_domain_verification_id")
[ "def", "custom_domain_verification_id", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"custom_domain_verification_id\"", ")" ]
Unique identifier that verifies the custom domains assigned to the app.
[ "Unique", "identifier", "that", "verifies", "the", "custom", "domains", "assigned", "to", "the", "app", "." ]
[ "\"\"\"\n Unique identifier that verifies the custom domains assigned to the app. Customer will add this id to a txt record for verification.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
daily_memory_time_quota
Optional[int]
def daily_memory_time_quota(self) -> Optional[int]: """ Maximum allowed daily memory-time quota (applicable on dynamic apps only). """ return pulumi.get(self, "daily_memory_time_quota")
Maximum allowed daily memory-time quota (applicable on dynamic apps only).
Maximum allowed daily memory-time quota (applicable on dynamic apps only).
[ "Maximum", "allowed", "daily", "memory", "-", "time", "quota", "(", "applicable", "on", "dynamic", "apps", "only", ")", "." ]
def daily_memory_time_quota(self) -> Optional[int]: return pulumi.get(self, "daily_memory_time_quota")
[ "def", "daily_memory_time_quota", "(", "self", ")", "->", "Optional", "[", "int", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"daily_memory_time_quota\"", ")" ]
Maximum allowed daily memory-time quota (applicable on dynamic apps only).
[ "Maximum", "allowed", "daily", "memory", "-", "time", "quota", "(", "applicable", "on", "dynamic", "apps", "only", ")", "." ]
[ "\"\"\"\n Maximum allowed daily memory-time quota (applicable on dynamic apps only).\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
default_host_name
str
def default_host_name(self) -> str: """ Default hostname of the app. Read-only. """ return pulumi.get(self, "default_host_name")
Default hostname of the app. Read-only.
Default hostname of the app. Read-only.
[ "Default", "hostname", "of", "the", "app", ".", "Read", "-", "only", "." ]
def default_host_name(self) -> str: return pulumi.get(self, "default_host_name")
[ "def", "default_host_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_host_name\"", ")" ]
Default hostname of the app.
[ "Default", "hostname", "of", "the", "app", "." ]
[ "\"\"\"\n Default hostname of the app. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
enabled_host_names
Sequence[str]
def enabled_host_names(self) -> Sequence[str]: """ Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise, the app is not served on those hostnames. """ return pulumi.get(self, "enabled_host_names")
Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise, the app is not served on those hostnames.
Enabled hostnames for the app.Hostnames need to be assigned AND enabled. Otherwise, the app is not served on those hostnames.
[ "Enabled", "hostnames", "for", "the", "app", ".", "Hostnames", "need", "to", "be", "assigned", "AND", "enabled", ".", "Otherwise", "the", "app", "is", "not", "served", "on", "those", "hostnames", "." ]
def enabled_host_names(self) -> Sequence[str]: return pulumi.get(self, "enabled_host_names")
[ "def", "enabled_host_names", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"enabled_host_names\"", ")" ]
Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled.
[ "Enabled", "hostnames", "for", "the", "app", ".", "Hostnames", "need", "to", "be", "assigned", "(", "see", "HostNames", ")", "AND", "enabled", "." ]
[ "\"\"\"\n Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,\n the app is not served on those hostnames.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
host_name_ssl_states
Optional[Sequence['outputs.HostNameSslStateResponse']]
def host_name_ssl_states(self) -> Optional[Sequence['outputs.HostNameSslStateResponse']]: """ Hostname SSL states are used to manage the SSL bindings for app's hostnames. """ return pulumi.get(self, "host_name_ssl_states")
Hostname SSL states are used to manage the SSL bindings for app's hostnames.
Hostname SSL states are used to manage the SSL bindings for app's hostnames.
[ "Hostname", "SSL", "states", "are", "used", "to", "manage", "the", "SSL", "bindings", "for", "app", "'", "s", "hostnames", "." ]
def host_name_ssl_states(self) -> Optional[Sequence['outputs.HostNameSslStateResponse']]: return pulumi.get(self, "host_name_ssl_states")
[ "def", "host_name_ssl_states", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.HostNameSslStateResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_name_ssl_states\"", ")" ]
Hostname SSL states are used to manage the SSL bindings for app's hostnames.
[ "Hostname", "SSL", "states", "are", "used", "to", "manage", "the", "SSL", "bindings", "for", "app", "'", "s", "hostnames", "." ]
[ "\"\"\"\n Hostname SSL states are used to manage the SSL bindings for app's hostnames.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
host_names
Sequence[str]
def host_names(self) -> Sequence[str]: """ Hostnames associated with the app. """ return pulumi.get(self, "host_names")
Hostnames associated with the app.
Hostnames associated with the app.
[ "Hostnames", "associated", "with", "the", "app", "." ]
def host_names(self) -> Sequence[str]: return pulumi.get(self, "host_names")
[ "def", "host_names", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_names\"", ")" ]
Hostnames associated with the app.
[ "Hostnames", "associated", "with", "the", "app", "." ]
[ "\"\"\"\n Hostnames associated with the app.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
host_names_disabled
Optional[bool]
def host_names_disabled(self) -> Optional[bool]: """ <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process. """ return pulumi.get(self, "host_names_disabled")
<code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>. If <code>true</code>, the app is only accessible via API management process.
true to disable the public hostnames of the app; otherwise, false. If true, the app is only accessible via API management process.
[ "true", "to", "disable", "the", "public", "hostnames", "of", "the", "app", ";", "otherwise", "false", ".", "If", "true", "the", "app", "is", "only", "accessible", "via", "API", "management", "process", "." ]
def host_names_disabled(self) -> Optional[bool]: return pulumi.get(self, "host_names_disabled")
[ "def", "host_names_disabled", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"host_names_disabled\"", ")" ]
<code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
[ "<code", ">", "true<", "/", "code", ">", "to", "disable", "the", "public", "hostnames", "of", "the", "app", ";", "otherwise", "<code", ">", "false<", "/", "code", ">", "." ]
[ "\"\"\"\n <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.\n If <code>true</code>, the app is only accessible via API management process.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
hosting_environment_profile
Optional['outputs.HostingEnvironmentProfileResponse']
def hosting_environment_profile(self) -> Optional['outputs.HostingEnvironmentProfileResponse']: """ App Service Environment to use for the app. """ return pulumi.get(self, "hosting_environment_profile")
App Service Environment to use for the app.
App Service Environment to use for the app.
[ "App", "Service", "Environment", "to", "use", "for", "the", "app", "." ]
def hosting_environment_profile(self) -> Optional['outputs.HostingEnvironmentProfileResponse']: return pulumi.get(self, "hosting_environment_profile")
[ "def", "hosting_environment_profile", "(", "self", ")", "->", "Optional", "[", "'outputs.HostingEnvironmentProfileResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"hosting_environment_profile\"", ")" ]
App Service Environment to use for the app.
[ "App", "Service", "Environment", "to", "use", "for", "the", "app", "." ]
[ "\"\"\"\n App Service Environment to use for the app.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
https_only
Optional[bool]
def https_only(self) -> Optional[bool]: """ HttpsOnly: configures a web site to accept only https requests. Issues redirect for http requests """ return pulumi.get(self, "https_only")
HttpsOnly: configures a web site to accept only https requests. Issues redirect for http requests
configures a web site to accept only https requests. Issues redirect for http requests
[ "configures", "a", "web", "site", "to", "accept", "only", "https", "requests", ".", "Issues", "redirect", "for", "http", "requests" ]
def https_only(self) -> Optional[bool]: return pulumi.get(self, "https_only")
[ "def", "https_only", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"https_only\"", ")" ]
HttpsOnly: configures a web site to accept only https requests.
[ "HttpsOnly", ":", "configures", "a", "web", "site", "to", "accept", "only", "https", "requests", "." ]
[ "\"\"\"\n HttpsOnly: configures a web site to accept only https requests. Issues redirect for\n http requests\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
in_progress_operation_id
str
def in_progress_operation_id(self) -> str: """ Specifies an operation id if this site has a pending operation. """ return pulumi.get(self, "in_progress_operation_id")
Specifies an operation id if this site has a pending operation.
Specifies an operation id if this site has a pending operation.
[ "Specifies", "an", "operation", "id", "if", "this", "site", "has", "a", "pending", "operation", "." ]
def in_progress_operation_id(self) -> str: return pulumi.get(self, "in_progress_operation_id")
[ "def", "in_progress_operation_id", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"in_progress_operation_id\"", ")" ]
Specifies an operation id if this site has a pending operation.
[ "Specifies", "an", "operation", "id", "if", "this", "site", "has", "a", "pending", "operation", "." ]
[ "\"\"\"\n Specifies an operation id if this site has a pending operation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
is_default_container
bool
def is_default_container(self) -> bool: """ <code>true</code> if the app is a default container; otherwise, <code>false</code>. """ return pulumi.get(self, "is_default_container")
<code>true</code> if the app is a default container; otherwise, <code>false</code>.
true if the app is a default container; otherwise, false.
[ "true", "if", "the", "app", "is", "a", "default", "container", ";", "otherwise", "false", "." ]
def is_default_container(self) -> bool: return pulumi.get(self, "is_default_container")
[ "def", "is_default_container", "(", "self", ")", "->", "bool", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"is_default_container\"", ")" ]
<code>true</code> if the app is a default container; otherwise, <code>false</code>.
[ "<code", ">", "true<", "/", "code", ">", "if", "the", "app", "is", "a", "default", "container", ";", "otherwise", "<code", ">", "false<", "/", "code", ">", "." ]
[ "\"\"\"\n <code>true</code> if the app is a default container; otherwise, <code>false</code>.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
last_modified_time_utc
str
def last_modified_time_utc(self) -> str: """ Last time the app was modified, in UTC. Read-only. """ return pulumi.get(self, "last_modified_time_utc")
Last time the app was modified, in UTC. Read-only.
Last time the app was modified, in UTC. Read-only.
[ "Last", "time", "the", "app", "was", "modified", "in", "UTC", ".", "Read", "-", "only", "." ]
def last_modified_time_utc(self) -> str: return pulumi.get(self, "last_modified_time_utc")
[ "def", "last_modified_time_utc", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_modified_time_utc\"", ")" ]
Last time the app was modified, in UTC.
[ "Last", "time", "the", "app", "was", "modified", "in", "UTC", "." ]
[ "\"\"\"\n Last time the app was modified, in UTC. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
max_number_of_workers
int
def max_number_of_workers(self) -> int: """ Maximum number of workers. This only applies to Functions container. """ return pulumi.get(self, "max_number_of_workers")
Maximum number of workers. This only applies to Functions container.
Maximum number of workers. This only applies to Functions container.
[ "Maximum", "number", "of", "workers", ".", "This", "only", "applies", "to", "Functions", "container", "." ]
def max_number_of_workers(self) -> int: return pulumi.get(self, "max_number_of_workers")
[ "def", "max_number_of_workers", "(", "self", ")", "->", "int", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"max_number_of_workers\"", ")" ]
Maximum number of workers.
[ "Maximum", "number", "of", "workers", "." ]
[ "\"\"\"\n Maximum number of workers.\n This only applies to Functions container.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
outbound_ip_addresses
str
def outbound_ip_addresses(self) -> str: """ List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only. """ return pulumi.get(self, "outbound_ip_addresses")
List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
List of IP addresses that the app uses for outbound connections . Includes VIPs from tenants that site can be hosted with current settings. Read-only.
[ "List", "of", "IP", "addresses", "that", "the", "app", "uses", "for", "outbound", "connections", ".", "Includes", "VIPs", "from", "tenants", "that", "site", "can", "be", "hosted", "with", "current", "settings", ".", "Read", "-", "only", "." ]
def outbound_ip_addresses(self) -> str: return pulumi.get(self, "outbound_ip_addresses")
[ "def", "outbound_ip_addresses", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"outbound_ip_addresses\"", ")" ]
List of IP addresses that the app uses for outbound connections (e.g.
[ "List", "of", "IP", "addresses", "that", "the", "app", "uses", "for", "outbound", "connections", "(", "e", ".", "g", "." ]
[ "\"\"\"\n List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
possible_outbound_ip_addresses
str
def possible_outbound_ip_addresses(self) -> str: """ List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only. """ return pulumi.get(self, "possible_outbound_ip_addresses")
List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.
List of IP addresses that the app uses for outbound connections . Includes VIPs from all tenants except dataComponent. Read-only.
[ "List", "of", "IP", "addresses", "that", "the", "app", "uses", "for", "outbound", "connections", ".", "Includes", "VIPs", "from", "all", "tenants", "except", "dataComponent", ".", "Read", "-", "only", "." ]
def possible_outbound_ip_addresses(self) -> str: return pulumi.get(self, "possible_outbound_ip_addresses")
[ "def", "possible_outbound_ip_addresses", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"possible_outbound_ip_addresses\"", ")" ]
List of IP addresses that the app uses for outbound connections (e.g.
[ "List", "of", "IP", "addresses", "that", "the", "app", "uses", "for", "outbound", "connections", "(", "e", ".", "g", "." ]
[ "\"\"\"\n List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants except dataComponent. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
repository_site_name
str
def repository_site_name(self) -> str: """ Name of the repository site. """ return pulumi.get(self, "repository_site_name")
Name of the repository site.
Name of the repository site.
[ "Name", "of", "the", "repository", "site", "." ]
def repository_site_name(self) -> str: return pulumi.get(self, "repository_site_name")
[ "def", "repository_site_name", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"repository_site_name\"", ")" ]
Name of the repository site.
[ "Name", "of", "the", "repository", "site", "." ]
[ "\"\"\"\n Name of the repository site.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
reserved
Optional[bool]
def reserved(self) -> Optional[bool]: """ <code>true</code> if reserved; otherwise, <code>false</code>. """ return pulumi.get(self, "reserved")
<code>true</code> if reserved; otherwise, <code>false</code>.
true if reserved; otherwise, false.
[ "true", "if", "reserved", ";", "otherwise", "false", "." ]
def reserved(self) -> Optional[bool]: return pulumi.get(self, "reserved")
[ "def", "reserved", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"reserved\"", ")" ]
<code>true</code> if reserved; otherwise, <code>false</code>.
[ "<code", ">", "true<", "/", "code", ">", "if", "reserved", ";", "otherwise", "<code", ">", "false<", "/", "code", ">", "." ]
[ "\"\"\"\n <code>true</code> if reserved; otherwise, <code>false</code>.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
scm_site_also_stopped
Optional[bool]
def scm_site_also_stopped(self) -> Optional[bool]: """ <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>. """ return pulumi.get(self, "scm_site_also_stopped")
<code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
true to stop SCM (KUDU) site when the app is stopped; otherwise, false. The default is false.
[ "true", "to", "stop", "SCM", "(", "KUDU", ")", "site", "when", "the", "app", "is", "stopped", ";", "otherwise", "false", ".", "The", "default", "is", "false", "." ]
def scm_site_also_stopped(self) -> Optional[bool]: return pulumi.get(self, "scm_site_also_stopped")
[ "def", "scm_site_also_stopped", "(", "self", ")", "->", "Optional", "[", "bool", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"scm_site_also_stopped\"", ")" ]
<code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>.
[ "<code", ">", "true<", "/", "code", ">", "to", "stop", "SCM", "(", "KUDU", ")", "site", "when", "the", "app", "is", "stopped", ";", "otherwise", "<code", ">", "false<", "/", "code", ">", "." ]
[ "\"\"\"\n <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
slot_swap_status
'outputs.SlotSwapStatusResponse'
def slot_swap_status(self) -> 'outputs.SlotSwapStatusResponse': """ Status of the last deployment slot swap operation. """ return pulumi.get(self, "slot_swap_status")
Status of the last deployment slot swap operation.
Status of the last deployment slot swap operation.
[ "Status", "of", "the", "last", "deployment", "slot", "swap", "operation", "." ]
def slot_swap_status(self) -> 'outputs.SlotSwapStatusResponse': return pulumi.get(self, "slot_swap_status")
[ "def", "slot_swap_status", "(", "self", ")", "->", "'outputs.SlotSwapStatusResponse'", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"slot_swap_status\"", ")" ]
Status of the last deployment slot swap operation.
[ "Status", "of", "the", "last", "deployment", "slot", "swap", "operation", "." ]
[ "\"\"\"\n Status of the last deployment slot swap operation.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
suspended_till
str
def suspended_till(self) -> str: """ App suspended till in case memory-time quota is exceeded. """ return pulumi.get(self, "suspended_till")
App suspended till in case memory-time quota is exceeded.
App suspended till in case memory-time quota is exceeded.
[ "App", "suspended", "till", "in", "case", "memory", "-", "time", "quota", "is", "exceeded", "." ]
def suspended_till(self) -> str: return pulumi.get(self, "suspended_till")
[ "def", "suspended_till", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"suspended_till\"", ")" ]
App suspended till in case memory-time quota is exceeded.
[ "App", "suspended", "till", "in", "case", "memory", "-", "time", "quota", "is", "exceeded", "." ]
[ "\"\"\"\n App suspended till in case memory-time quota is exceeded.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
target_swap_slot
str
def target_swap_slot(self) -> str: """ Specifies which deployment slot this app will swap into. Read-only. """ return pulumi.get(self, "target_swap_slot")
Specifies which deployment slot this app will swap into. Read-only.
Specifies which deployment slot this app will swap into. Read-only.
[ "Specifies", "which", "deployment", "slot", "this", "app", "will", "swap", "into", ".", "Read", "-", "only", "." ]
def target_swap_slot(self) -> str: return pulumi.get(self, "target_swap_slot")
[ "def", "target_swap_slot", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"target_swap_slot\"", ")" ]
Specifies which deployment slot this app will swap into.
[ "Specifies", "which", "deployment", "slot", "this", "app", "will", "swap", "into", "." ]
[ "\"\"\"\n Specifies which deployment slot this app will swap into. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
traffic_manager_host_names
Sequence[str]
def traffic_manager_host_names(self) -> Sequence[str]: """ Azure Traffic Manager hostnames associated with the app. Read-only. """ return pulumi.get(self, "traffic_manager_host_names")
Azure Traffic Manager hostnames associated with the app. Read-only.
Azure Traffic Manager hostnames associated with the app. Read-only.
[ "Azure", "Traffic", "Manager", "hostnames", "associated", "with", "the", "app", ".", "Read", "-", "only", "." ]
def traffic_manager_host_names(self) -> Sequence[str]: return pulumi.get(self, "traffic_manager_host_names")
[ "def", "traffic_manager_host_names", "(", "self", ")", "->", "Sequence", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"traffic_manager_host_names\"", ")" ]
Azure Traffic Manager hostnames associated with the app.
[ "Azure", "Traffic", "Manager", "hostnames", "associated", "with", "the", "app", "." ]
[ "\"\"\"\n Azure Traffic Manager hostnames associated with the app. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcbade534a628f0569169f40bd3f8384ceab5bb
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/web/v20200901/get_web_app_slot.py
[ "Apache-2.0" ]
Python
usage_state
str
def usage_state(self) -> str: """ State indicating whether the app has exceeded its quota usage. Read-only. """ return pulumi.get(self, "usage_state")
State indicating whether the app has exceeded its quota usage. Read-only.
State indicating whether the app has exceeded its quota usage. Read-only.
[ "State", "indicating", "whether", "the", "app", "has", "exceeded", "its", "quota", "usage", ".", "Read", "-", "only", "." ]
def usage_state(self) -> str: return pulumi.get(self, "usage_state")
[ "def", "usage_state", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"usage_state\"", ")" ]
State indicating whether the app has exceeded its quota usage.
[ "State", "indicating", "whether", "the", "app", "has", "exceeded", "its", "quota", "usage", "." ]
[ "\"\"\"\n State indicating whether the app has exceeded its quota usage. Read-only.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dcd6d790412912fa2d379b3c303bceed64efcfc
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20200601/get_virtual_network_gateway_vpnclient_connection_health.py
[ "Apache-2.0" ]
Python
value
Optional[Sequence['outputs.VpnClientConnectionHealthDetailResponseResult']]
def value(self) -> Optional[Sequence['outputs.VpnClientConnectionHealthDetailResponseResult']]: """ List of vpn client connection health. """ return pulumi.get(self, "value")
List of vpn client connection health.
List of vpn client connection health.
[ "List", "of", "vpn", "client", "connection", "health", "." ]
def value(self) -> Optional[Sequence['outputs.VpnClientConnectionHealthDetailResponseResult']]: return pulumi.get(self, "value")
[ "def", "value", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.VpnClientConnectionHealthDetailResponseResult'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"value\"", ")" ]
List of vpn client connection health.
[ "List", "of", "vpn", "client", "connection", "health", "." ]
[ "\"\"\"\n List of vpn client connection health.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dce48eda7beb6dc5f8de65c93980d9d3c5e315d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_image_upload_url_for_data.py
[ "Apache-2.0" ]
Python
content_url
Optional[str]
def content_url(self) -> Optional[str]: """ Content URL for the image blob. """ return pulumi.get(self, "content_url")
Content URL for the image blob.
Content URL for the image blob.
[ "Content", "URL", "for", "the", "image", "blob", "." ]
def content_url(self) -> Optional[str]: return pulumi.get(self, "content_url")
[ "def", "content_url", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"content_url\"", ")" ]
Content URL for the image blob.
[ "Content", "URL", "for", "the", "image", "blob", "." ]
[ "\"\"\"\n Content URL for the image blob.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dce48eda7beb6dc5f8de65c93980d9d3c5e315d
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/customerinsights/v20170426/get_image_upload_url_for_data.py
[ "Apache-2.0" ]
Python
relative_path
Optional[str]
def relative_path(self) -> Optional[str]: """ Relative path of the image. """ return pulumi.get(self, "relative_path")
Relative path of the image.
Relative path of the image.
[ "Relative", "path", "of", "the", "image", "." ]
def relative_path(self) -> Optional[str]: return pulumi.get(self, "relative_path")
[ "def", "relative_path", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"relative_path\"", ")" ]
Relative path of the image.
[ "Relative", "path", "of", "the", "image", "." ]
[ "\"\"\"\n Relative path of the image.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dd8b35c1052d6a6c6b73b56e2691d097f838db1
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/avs/v20210101preview/get_workload_network_dhcp.py
[ "Apache-2.0" ]
Python
dhcp_type
str
def dhcp_type(self) -> str: """ Type of DHCP: SERVER or RELAY. """ return pulumi.get(self, "dhcp_type")
Type of DHCP: SERVER or RELAY.
Type of DHCP: SERVER or RELAY.
[ "Type", "of", "DHCP", ":", "SERVER", "or", "RELAY", "." ]
def dhcp_type(self) -> str: return pulumi.get(self, "dhcp_type")
[ "def", "dhcp_type", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"dhcp_type\"", ")" ]
Type of DHCP: SERVER or RELAY.
[ "Type", "of", "DHCP", ":", "SERVER", "or", "RELAY", "." ]
[ "\"\"\"\n Type of DHCP: SERVER or RELAY.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
7dea0d3c6bd7372eae5afb834b13ae59d48a584c
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/recoveryservices/v20160810/replication_storage_classification_mapping.py
[ "Apache-2.0" ]
Python
properties
pulumi.Output['outputs.StorageClassificationMappingPropertiesResponse']
def properties(self) -> pulumi.Output['outputs.StorageClassificationMappingPropertiesResponse']: """ Properties of the storage mapping object. """ return pulumi.get(self, "properties")
Properties of the storage mapping object.
Properties of the storage mapping object.
[ "Properties", "of", "the", "storage", "mapping", "object", "." ]
def properties(self) -> pulumi.Output['outputs.StorageClassificationMappingPropertiesResponse']: return pulumi.get(self, "properties")
[ "def", "properties", "(", "self", ")", "->", "pulumi", ".", "Output", "[", "'outputs.StorageClassificationMappingPropertiesResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"properties\"", ")" ]
Properties of the storage mapping object.
[ "Properties", "of", "the", "storage", "mapping", "object", "." ]
[ "\"\"\"\n Properties of the storage mapping object.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d26553d0e90e4f771fd987546e0bbfe501ace387
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20170701preview/get_application_type_version.py
[ "Apache-2.0" ]
Python
app_package_url
str
def app_package_url(self) -> str: """ The URL to the application package """ return pulumi.get(self, "app_package_url")
The URL to the application package
The URL to the application package
[ "The", "URL", "to", "the", "application", "package" ]
def app_package_url(self) -> str: return pulumi.get(self, "app_package_url")
[ "def", "app_package_url", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"app_package_url\"", ")" ]
The URL to the application package
[ "The", "URL", "to", "the", "application", "package" ]
[ "\"\"\"\n The URL to the application package\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d26553d0e90e4f771fd987546e0bbfe501ace387
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/servicefabric/v20170701preview/get_application_type_version.py
[ "Apache-2.0" ]
Python
default_parameter_list
Mapping[str, str]
def default_parameter_list(self) -> Mapping[str, str]: """ List of application type parameters that can be overridden when creating or updating the application. """ return pulumi.get(self, "default_parameter_list")
List of application type parameters that can be overridden when creating or updating the application.
List of application type parameters that can be overridden when creating or updating the application.
[ "List", "of", "application", "type", "parameters", "that", "can", "be", "overridden", "when", "creating", "or", "updating", "the", "application", "." ]
def default_parameter_list(self) -> Mapping[str, str]: return pulumi.get(self, "default_parameter_list")
[ "def", "default_parameter_list", "(", "self", ")", "->", "Mapping", "[", "str", ",", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"default_parameter_list\"", ")" ]
List of application type parameters that can be overridden when creating or updating the application.
[ "List", "of", "application", "type", "parameters", "that", "can", "be", "overridden", "when", "creating", "or", "updating", "the", "application", "." ]
[ "\"\"\"\n List of application type parameters that can be overridden when creating or updating 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": [] }
d278ebbb4a5b90624cc14288c3914e5286f49a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/get_virtual_network_gateway_connection.py
[ "Apache-2.0" ]
Python
egress_bytes_transferred
Optional[float]
def egress_bytes_transferred(self) -> Optional[float]: """ The Egress Bytes Transferred in this connection """ return pulumi.get(self, "egress_bytes_transferred")
The Egress Bytes Transferred in this connection
The Egress Bytes Transferred in this connection
[ "The", "Egress", "Bytes", "Transferred", "in", "this", "connection" ]
def egress_bytes_transferred(self) -> Optional[float]: return pulumi.get(self, "egress_bytes_transferred")
[ "def", "egress_bytes_transferred", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"egress_bytes_transferred\"", ")" ]
The Egress Bytes Transferred in this connection
[ "The", "Egress", "Bytes", "Transferred", "in", "this", "connection" ]
[ "\"\"\"\n The Egress Bytes Transferred in this connection\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d278ebbb4a5b90624cc14288c3914e5286f49a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/get_virtual_network_gateway_connection.py
[ "Apache-2.0" ]
Python
ingress_bytes_transferred
Optional[float]
def ingress_bytes_transferred(self) -> Optional[float]: """ The Ingress Bytes Transferred in this connection """ return pulumi.get(self, "ingress_bytes_transferred")
The Ingress Bytes Transferred in this connection
The Ingress Bytes Transferred in this connection
[ "The", "Ingress", "Bytes", "Transferred", "in", "this", "connection" ]
def ingress_bytes_transferred(self) -> Optional[float]: return pulumi.get(self, "ingress_bytes_transferred")
[ "def", "ingress_bytes_transferred", "(", "self", ")", "->", "Optional", "[", "float", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"ingress_bytes_transferred\"", ")" ]
The Ingress Bytes Transferred in this connection
[ "The", "Ingress", "Bytes", "Transferred", "in", "this", "connection" ]
[ "\"\"\"\n The Ingress Bytes Transferred in this connection\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d278ebbb4a5b90624cc14288c3914e5286f49a78
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160601/get_virtual_network_gateway_connection.py
[ "Apache-2.0" ]
Python
peer
Optional['outputs.SubResourceResponse']
def peer(self) -> Optional['outputs.SubResourceResponse']: """ The reference to peerings resource. """ return pulumi.get(self, "peer")
The reference to peerings resource.
The reference to peerings resource.
[ "The", "reference", "to", "peerings", "resource", "." ]
def peer(self) -> Optional['outputs.SubResourceResponse']: return pulumi.get(self, "peer")
[ "def", "peer", "(", "self", ")", "->", "Optional", "[", "'outputs.SubResourceResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"peer\"", ")" ]
The reference to peerings resource.
[ "The", "reference", "to", "peerings", "resource", "." ]
[ "\"\"\"\n The reference to peerings 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": [] }
d285365fad90b7f19914cf6010012f01a116b62a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160330/get_network_security_group.py
[ "Apache-2.0" ]
Python
network_interfaces
Optional[Sequence['outputs.NetworkInterfaceResponse']]
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResponse']]: """ Gets collection of references to Network Interfaces """ return pulumi.get(self, "network_interfaces")
Gets collection of references to Network Interfaces
Gets collection of references to Network Interfaces
[ "Gets", "collection", "of", "references", "to", "Network", "Interfaces" ]
def network_interfaces(self) -> Optional[Sequence['outputs.NetworkInterfaceResponse']]: return pulumi.get(self, "network_interfaces")
[ "def", "network_interfaces", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.NetworkInterfaceResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"network_interfaces\"", ")" ]
Gets collection of references to Network Interfaces
[ "Gets", "collection", "of", "references", "to", "Network", "Interfaces" ]
[ "\"\"\"\n Gets collection of references to Network Interfaces\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
d285365fad90b7f19914cf6010012f01a116b62a
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/network/v20160330/get_network_security_group.py
[ "Apache-2.0" ]
Python
subnets
Optional[Sequence['outputs.SubnetResponse']]
def subnets(self) -> Optional[Sequence['outputs.SubnetResponse']]: """ Gets collection of references to subnets """ return pulumi.get(self, "subnets")
Gets collection of references to subnets
Gets collection of references to subnets
[ "Gets", "collection", "of", "references", "to", "subnets" ]
def subnets(self) -> Optional[Sequence['outputs.SubnetResponse']]: return pulumi.get(self, "subnets")
[ "def", "subnets", "(", "self", ")", "->", "Optional", "[", "Sequence", "[", "'outputs.SubnetResponse'", "]", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"subnets\"", ")" ]
Gets collection of references to subnets
[ "Gets", "collection", "of", "references", "to", "subnets" ]
[ "\"\"\"\n Gets collection of references to subnets\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
agent_version
str
def agent_version(self) -> str: """ The hybrid machine agent full version. """ return pulumi.get(self, "agent_version")
The hybrid machine agent full version.
The hybrid machine agent full version.
[ "The", "hybrid", "machine", "agent", "full", "version", "." ]
def agent_version(self) -> str: return pulumi.get(self, "agent_version")
[ "def", "agent_version", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"agent_version\"", ")" ]
The hybrid machine agent full version.
[ "The", "hybrid", "machine", "agent", "full", "version", "." ]
[ "\"\"\"\n The hybrid machine agent full version.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
client_public_key
Optional[str]
def client_public_key(self) -> Optional[str]: """ Public Key that the client provides to be used during initial resource onboarding """ return pulumi.get(self, "client_public_key")
Public Key that the client provides to be used during initial resource onboarding
Public Key that the client provides to be used during initial resource onboarding
[ "Public", "Key", "that", "the", "client", "provides", "to", "be", "used", "during", "initial", "resource", "onboarding" ]
def client_public_key(self) -> Optional[str]: return pulumi.get(self, "client_public_key")
[ "def", "client_public_key", "(", "self", ")", "->", "Optional", "[", "str", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"client_public_key\"", ")" ]
Public Key that the client provides to be used during initial resource onboarding
[ "Public", "Key", "that", "the", "client", "provides", "to", "be", "used", "during", "initial", "resource", "onboarding" ]
[ "\"\"\"\n Public Key that the client provides to be used during initial resource onboarding\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
error_details
Sequence['outputs.ErrorDetailResponse']
def error_details(self) -> Sequence['outputs.ErrorDetailResponse']: """ Details about the error state. """ return pulumi.get(self, "error_details")
Details about the error state.
Details about the error state.
[ "Details", "about", "the", "error", "state", "." ]
def error_details(self) -> Sequence['outputs.ErrorDetailResponse']: return pulumi.get(self, "error_details")
[ "def", "error_details", "(", "self", ")", "->", "Sequence", "[", "'outputs.ErrorDetailResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"error_details\"", ")" ]
Details about the error state.
[ "Details", "about", "the", "error", "state", "." ]
[ "\"\"\"\n Details about the error state.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
last_status_change
str
def last_status_change(self) -> str: """ The time of the last status change. """ return pulumi.get(self, "last_status_change")
The time of the last status change.
The time of the last status change.
[ "The", "time", "of", "the", "last", "status", "change", "." ]
def last_status_change(self) -> str: return pulumi.get(self, "last_status_change")
[ "def", "last_status_change", "(", "self", ")", "->", "str", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"last_status_change\"", ")" ]
The time of the last status change.
[ "The", "time", "of", "the", "last", "status", "change", "." ]
[ "\"\"\"\n The time of the last status change.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }
db1d4967f6b77802493c4037317310d93dd590a8
pulumi/pulumi-azure-nextgen
sdk/python/pulumi_azure_nextgen/hybridcompute/v20191212/get_machine.py
[ "Apache-2.0" ]
Python
location_data
Optional['outputs.LocationDataResponse']
def location_data(self) -> Optional['outputs.LocationDataResponse']: """ Metadata pertaining to the geographic location of the resource. """ return pulumi.get(self, "location_data")
Metadata pertaining to the geographic location of the resource.
Metadata pertaining to the geographic location of the resource.
[ "Metadata", "pertaining", "to", "the", "geographic", "location", "of", "the", "resource", "." ]
def location_data(self) -> Optional['outputs.LocationDataResponse']: return pulumi.get(self, "location_data")
[ "def", "location_data", "(", "self", ")", "->", "Optional", "[", "'outputs.LocationDataResponse'", "]", ":", "return", "pulumi", ".", "get", "(", "self", ",", "\"location_data\"", ")" ]
Metadata pertaining to the geographic location of the resource.
[ "Metadata", "pertaining", "to", "the", "geographic", "location", "of", "the", "resource", "." ]
[ "\"\"\"\n Metadata pertaining to the geographic location of the resource.\n \"\"\"" ]
[ { "param": "self", "type": null } ]
{ "returns": [], "raises": [], "params": [ { "identifier": "self", "type": null, "docstring": null, "docstring_tokens": [], "default": null, "is_optional": null } ], "outlier_params": [], "others": [] }