Freigeben über


ArmContainerServiceModelFactory.ManagedClusterPropertiesForSnapshot Methode

Definition

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.

sku
ManagedClusterSku

Die aktuelle verwaltete Cluster-SKU.

enableRbac
Nullable<Boolean>

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: