GetKubernetesClusterFeatureResult

data class GetKubernetesClusterFeatureResult(val availabilityLifecycle: String, val detailedStatus: String, val detailedStatusMessage: 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, detailedStatus: String, detailedStatusMessage: 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The lifecycle indicator of the feature.

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
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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

The indicator of if the feature is required or optional. Optional features may be deleted by the user, while required features are managed with the kubernetes cluster lifecycle.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The version of the feature.