Get App Service Result
data class GetAppServiceResult(val appServicePlanId: String, val appSettings: Map<String, String>, val clientAffinityEnabled: Boolean, val clientCertEnabled: Boolean, val connectionStrings: List<GetAppServiceConnectionString>, val customDomainVerificationId: String, val defaultSiteHostname: String, val enabled: Boolean, val httpsOnly: Boolean, val id: String, val location: String, val name: String, val outboundIpAddressLists: List<String>, val outboundIpAddresses: String, val possibleOutboundIpAddressLists: List<String>, val possibleOutboundIpAddresses: String, val resourceGroupName: String, val siteConfigs: List<GetAppServiceSiteConfig>, val siteCredentials: List<GetAppServiceSiteCredential>, val sourceControls: List<GetAppServiceSourceControl>, val tags: Map<String, String>)
A collection of values returned by getAppService.
Constructors
Link copied to clipboard
fun GetAppServiceResult(appServicePlanId: String, appSettings: Map<String, String>, clientAffinityEnabled: Boolean, clientCertEnabled: Boolean, connectionStrings: List<GetAppServiceConnectionString>, customDomainVerificationId: String, defaultSiteHostname: String, enabled: Boolean, httpsOnly: Boolean, id: String, location: String, name: String, outboundIpAddressLists: List<String>, outboundIpAddresses: String, possibleOutboundIpAddressLists: List<String>, possibleOutboundIpAddresses: String, resourceGroupName: String, siteConfigs: List<GetAppServiceSiteConfig>, siteCredentials: List<GetAppServiceSiteCredential>, sourceControls: List<GetAppServiceSourceControl>, tags: Map<String, String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard