次の方法で共有


ArmContainerServiceModelFactory.ManagedClusterPropertiesForSnapshot メソッド

定義

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

パラメーター

kubernetesVersion
String

現在の kubernetes バージョン。

sku
ManagedClusterSku

現在のマネージド クラスター SKU。

enableRbac
Nullable<Boolean>

クラスターで Kubernetes Role-Based Access Controlが有効になっているかどうか。

networkProfile
ContainerServiceNetworkProfileForSnapshot

現在のネットワーク プロファイル。

戻り値

モック作成用の新しい ManagedClusterPropertiesForSnapshot インスタンス。

適用対象