Get App Service Result
A collection of values returned by getAppService.
Constructors
Properties
The ID of the App Service Plan within which the App Service exists.
A key-value pair of App Settings for the App Service.
Does the App Service send session affinity cookies, which route client requests in the same session to the same instance?
Does the App Service require client certificates for incoming requests?
An connection_string
block as defined below.
An identifier used by App Service to perform domain ownership verification via DNS TXT record.
The Default Hostname associated with the App Service - such as mysite.azurewebsites.net
A comma separated list of outbound IP addresses - such as 52.23.25.3,52.143.43.12
A list of outbound IP addresses - such as ["52.23.25.3", "52.143.43.12"]
A comma separated list of outbound IP addresses - such as 52.23.25.3,52.143.43.12,52.143.43.17
- not all of which are necessarily in use. Superset of outbound_ip_addresses
.
A list of outbound IP addresses - such as ["52.23.25.3", "52.143.43.12", "52.143.43.17"]
- not all of which are necessarily in use. Superset of outbound_ip_address_list
.
A site_config
block as defined below.
A source_control
block as defined below.