Get App Service Environment Result
data class GetAppServiceEnvironmentResult(val clusterSettings: List<NameValuePairResponse>? = null, val customDnsSuffixConfiguration: CustomDnsSuffixConfigurationResponse? = null, val dedicatedHostCount: Int? = null, val dnsSuffix: String? = null, val frontEndScaleFactor: Int? = null, val hasLinuxWorkers: Boolean, val id: String, val internalLoadBalancingMode: String? = null, val ipsslAddressCount: Int? = null, val kind: String? = null, val location: String, val maximumNumberOfMachines: Int, val multiRoleCount: Int, val multiSize: String? = null, val name: String, val networkingConfiguration: AseV3NetworkingConfigurationResponse? = null, val provisioningState: String, val status: String, val suspended: Boolean, val tags: Map<String, String>? = null, val type: String, val upgradeAvailability: String, val upgradePreference: String? = null, val userWhitelistedIpRanges: List<String>? = null, val virtualNetwork: VirtualNetworkProfileResponse, val zoneRedundant: Boolean? = null)
App Service Environment ARM resource.
Constructors
Link copied to clipboard
fun GetAppServiceEnvironmentResult(clusterSettings: List<NameValuePairResponse>? = null, customDnsSuffixConfiguration: CustomDnsSuffixConfigurationResponse? = null, dedicatedHostCount: Int? = null, dnsSuffix: String? = null, frontEndScaleFactor: Int? = null, hasLinuxWorkers: Boolean, id: String, internalLoadBalancingMode: String? = null, ipsslAddressCount: Int? = null, kind: String? = null, location: String, maximumNumberOfMachines: Int, multiRoleCount: Int, multiSize: String? = null, name: String, networkingConfiguration: AseV3NetworkingConfigurationResponse? = null, provisioningState: String, status: String, suspended: Boolean, tags: Map<String, String>? = null, type: String, upgradeAvailability: String, upgradePreference: String? = null, userWhitelistedIpRanges: List<String>? = null, virtualNetwork: VirtualNetworkProfileResponse, zoneRedundant: Boolean? = null)
Types
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
Link copied to clipboard
Link copied to clipboard