ArmContainerServiceModelFactory.ManagedClusterPropertiesForSnapshot Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von ManagedClusterPropertiesForSnapshot.
public static Azure.ResourceManager.ContainerService.Models.ManagedClusterPropertiesForSnapshot ManagedClusterPropertiesForSnapshot (string kubernetesVersion = default, Azure.ResourceManager.ContainerService.Models.ManagedClusterSku sku = default, bool? enableRbac = default, Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileForSnapshot networkProfile = default);
static member ManagedClusterPropertiesForSnapshot : string * Azure.ResourceManager.ContainerService.Models.ManagedClusterSku * Nullable<bool> * Azure.ResourceManager.ContainerService.Models.ContainerServiceNetworkProfileForSnapshot -> Azure.ResourceManager.ContainerService.Models.ManagedClusterPropertiesForSnapshot
Public Shared Function ManagedClusterPropertiesForSnapshot (Optional kubernetesVersion As String = Nothing, Optional sku As ManagedClusterSku = Nothing, Optional enableRbac As Nullable(Of Boolean) = Nothing, Optional networkProfile As ContainerServiceNetworkProfileForSnapshot = Nothing) As ManagedClusterPropertiesForSnapshot
Parameter
- kubernetesVersion
- String
Die aktuelle Kubernetes-Version.
Die aktuelle verwaltete Cluster-SKU.
Gibt an, ob der Cluster Kubernetes Role-Based Access Control aktiviert hat.
- networkProfile
- ContainerServiceNetworkProfileForSnapshot
Das aktuelle Netzwerkprofil.
Gibt zurück
Eine neue ManagedClusterPropertiesForSnapshot instance zum Simulieren.
Gilt für:
Azure SDK for .NET