次の方法で共有


KubernetesRoleStorage コンストラクター

定義

オーバーロード

KubernetesRoleStorage()

KubernetesRoleStorage クラスの新しいインスタンスを初期化します。

KubernetesRoleStorage(IList<KubernetesRoleStorageClassInfo>, IList<MountPointMap>)

KubernetesRoleStorage クラスの新しいインスタンスを初期化します。

KubernetesRoleStorage()

KubernetesRoleStorage クラスの新しいインスタンスを初期化します。

public KubernetesRoleStorage();
Public Sub New ()

適用対象

KubernetesRoleStorage(IList<KubernetesRoleStorageClassInfo>, IList<MountPointMap>)

KubernetesRoleStorage クラスの新しいインスタンスを初期化します。

public KubernetesRoleStorage(System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleStorageClassInfo> storageClasses = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MountPointMap> endpoints = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleStorage : System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleStorageClassInfo> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.MountPointMap> -> Microsoft.Azure.Management.DataBoxEdge.Models.KubernetesRoleStorage
Public Sub New (Optional storageClasses As IList(Of KubernetesRoleStorageClassInfo) = Nothing, Optional endpoints As IList(Of MountPointMap) = Nothing)

パラメーター

storageClasses
IList<KubernetesRoleStorageClassInfo>

Kubernetes ストレージ クラス情報。

endpoints
IList<MountPointMap>

ロール内の共有のポイントをマウントします。

適用対象