Service Resource Description Response
data class ServiceResourceDescriptionResponse(val autoScalingPolicies: List<AutoScalingPolicyResponse>? = null, val codePackages: List<ContainerCodePackagePropertiesResponse>, val description: String? = null, val diagnostics: DiagnosticsRefResponse? = null, val healthState: String, val id: String, val name: String? = null, val networkRefs: List<NetworkRefResponse>? = null, val osType: String, val provisioningState: String, val replicaCount: Int? = null, val status: String, val statusDetails: String, val type: String, val unhealthyEvaluation: String)
This type describes a service resource.
Constructors
Link copied to clipboard
fun ServiceResourceDescriptionResponse(autoScalingPolicies: List<AutoScalingPolicyResponse>? = null, codePackages: List<ContainerCodePackagePropertiesResponse>, description: String? = null, diagnostics: DiagnosticsRefResponse? = null, healthState: String, id: String, name: String? = null, networkRefs: List<NetworkRefResponse>? = null, osType: String, provisioningState: String, replicaCount: Int? = null, status: String, statusDetails: String, type: String, unhealthyEvaluation: String)