Get Kubernetes Cluster Feature Result
data class GetKubernetesClusterFeatureResult(val availabilityLifecycle: String, val azureApiVersion: String, val detailedStatus: String, val detailedStatusMessage: String, val etag: String, val id: String, val location: String, val name: String, val options: List<StringKeyValuePairResponse>? = null, val provisioningState: String, val required: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String)
Constructors
Link copied to clipboard
constructor(availabilityLifecycle: String, azureApiVersion: String, detailedStatus: String, detailedStatusMessage: String, etag: String, id: String, location: String, name: String, options: List<StringKeyValuePairResponse>? = null, provisioningState: String, required: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String)
Properties
Link copied to clipboard
The lifecycle indicator of the feature.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The detailed status of the feature.
Link copied to clipboard
The descriptive message for the detailed status of the feature.
Link copied to clipboard
The configured options for the feature.
Link copied to clipboard
The provisioning state of the Kubernetes cluster feature.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.