KubernetesRoleStorage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
KubernetesRoleStorage() |
Initializes a new instance of the KubernetesRoleStorage class. |
KubernetesRoleStorage(IList<KubernetesRoleStorageClassInfo>, IList<MountPointMap>) |
Initializes a new instance of the KubernetesRoleStorage class. |
KubernetesRoleStorage()
Initializes a new instance of the KubernetesRoleStorage class.
public KubernetesRoleStorage ();
Public Sub New ()
Applies to
KubernetesRoleStorage(IList<KubernetesRoleStorageClassInfo>, IList<MountPointMap>)
Initializes a new instance of the KubernetesRoleStorage class.
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)
Parameters
- storageClasses
- IList<KubernetesRoleStorageClassInfo>
Kubernetes storage class info.
- endpoints
- IList<MountPointMap>
Mount points of shares in role(s).