Get App Service Plan Result
data class GetAppServicePlanResult(val freeOfferExpirationTime: String? = null, val geoRegion: String, val hostingEnvironmentProfile: HostingEnvironmentProfileResponse? = null, val hyperV: Boolean? = null, val id: String, val isSpot: Boolean? = null, val isXenon: Boolean? = null, val kind: String? = null, val kubeEnvironmentProfile: KubeEnvironmentProfileResponse? = null, val location: String, val maximumElasticWorkerCount: Int? = null, val maximumNumberOfWorkers: Int, val name: String, val numberOfSites: Int, val perSiteScaling: Boolean? = null, val provisioningState: String, val reserved: Boolean? = null, val resourceGroup: String, val sku: SkuDescriptionResponse? = null, val spotExpirationTime: String? = null, val status: String, val subscription: String, val tags: Map<String, String>? = null, val targetWorkerCount: Int? = null, val targetWorkerSizeId: Int? = null, val type: String, val workerTierName: String? = null)
App Service plan.
Constructors
Link copied to clipboard
fun GetAppServicePlanResult(freeOfferExpirationTime: String? = null, geoRegion: String, hostingEnvironmentProfile: HostingEnvironmentProfileResponse? = null, hyperV: Boolean? = null, id: String, isSpot: Boolean? = null, isXenon: Boolean? = null, kind: String? = null, kubeEnvironmentProfile: KubeEnvironmentProfileResponse? = null, location: String, maximumElasticWorkerCount: Int? = null, maximumNumberOfWorkers: Int, name: String, numberOfSites: Int, perSiteScaling: Boolean? = null, provisioningState: String, reserved: Boolean? = null, resourceGroup: String, sku: SkuDescriptionResponse? = null, spotExpirationTime: String? = null, status: String, subscription: String, tags: Map<String, String>? = null, targetWorkerCount: Int? = null, targetWorkerSizeId: Int? = null, type: String, workerTierName: String? = 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