46 строки
3.2 KiB
YAML
46 строки
3.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile"
|
|
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile"
|
|
name: "KubernetesClusterUpgradeProfile"
|
|
nameWithType: "KubernetesClusterUpgradeProfile"
|
|
summary: "The result of checking for the Kubernetes cluster's upgrade profile."
|
|
syntax: "public interface **KubernetesClusterUpgradeProfile**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerservice.implementation.ManagedClusterUpgradeProfileInner?alt=com.microsoft.azure.management.containerservice.implementation.ManagedClusterUpgradeProfileInner&text=ManagedClusterUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile.id()"
|
|
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile.id()"
|
|
name: "id()"
|
|
nameWithType: "KubernetesClusterUpgradeProfile.id()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
returns:
|
|
description: "the ID of the Kubernetes cluster upgrade profile"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile.name()"
|
|
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile.name()"
|
|
name: "name()"
|
|
nameWithType: "KubernetesClusterUpgradeProfile.name()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
returns:
|
|
description: "the name of the Kubernetes cluster upgrade profile"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile.type()"
|
|
fullName: "com.microsoft.azure.management.containerservice.KubernetesClusterUpgradeProfile.type()"
|
|
name: "type()"
|
|
nameWithType: "KubernetesClusterUpgradeProfile.type()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
returns:
|
|
description: "the type of the Kubernetes cluster upgrade profile."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The result of checking for the Kubernetes cluster's upgrade profile."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.containerservice.implementation.ManagedClusterUpgradeProfileInner?alt=com.microsoft.azure.management.containerservice.implementation.ManagedClusterUpgradeProfileInner&text=ManagedClusterUpgradeProfileInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerservice"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.41.4
|