Get Standard Result
data class GetStandardResult(val appServicePlanId: String, val appSettings: Map<String, String>, val bundleVersion: String, val clientAffinityEnabled: Boolean, val clientCertificateMode: String, val connectionStrings: List<GetStandardConnectionString>, val customDomainVerificationId: String, val defaultHostname: String, val enabled: Boolean, val httpsOnly: Boolean, val id: String, val identities: List<GetStandardIdentity>, val kind: String, val location: String, val name: String, val outboundIpAddresses: String, val possibleOutboundIpAddresses: String, val resourceGroupName: String, val siteConfig: GetStandardSiteConfig, val siteCredentials: List<GetStandardSiteCredential>, val storageAccountAccessKey: String, val storageAccountName: String, val storageAccountShareName: String, val tags: Map<String, String>? = null, val useExtensionBundle: Boolean, val version: String, val virtualNetworkSubnetId: String)
A collection of values returned by getStandard.
Constructors
Link copied to clipboard
constructor(appServicePlanId: String, appSettings: Map<String, String>, bundleVersion: String, clientAffinityEnabled: Boolean, clientCertificateMode: String, connectionStrings: List<GetStandardConnectionString>, customDomainVerificationId: String, defaultHostname: String, enabled: Boolean, httpsOnly: Boolean, id: String, identities: List<GetStandardIdentity>, kind: String, location: String, name: String, outboundIpAddresses: String, possibleOutboundIpAddresses: String, resourceGroupName: String, siteConfig: GetStandardSiteConfig, siteCredentials: List<GetStandardSiteCredential>, storageAccountAccessKey: String, storageAccountName: String, storageAccountShareName: String, tags: Map<String, String>? = null, useExtensionBundle: Boolean, version: String, virtualNetworkSubnetId: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An identity
block as defined below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard