ArmDataBoxEdgeModelFactory.EdgeKubernetesRoleStorage Method
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.
Initializes a new instance of EdgeKubernetesRoleStorage.
public static Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleStorage EdgeKubernetesRoleStorage (System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleStorageClassInfo> storageClasses = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountPointMap> endpoints = default);
static member EdgeKubernetesRoleStorage : seq<Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleStorageClassInfo> * seq<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountPointMap> -> Azure.ResourceManager.DataBoxEdge.Models.EdgeKubernetesRoleStorage
Public Shared Function EdgeKubernetesRoleStorage (Optional storageClasses As IEnumerable(Of EdgeKubernetesRoleStorageClassInfo) = Nothing, Optional endpoints As IEnumerable(Of DataBoxEdgeMountPointMap) = Nothing) As EdgeKubernetesRoleStorage
Parameters
- storageClasses
- IEnumerable<EdgeKubernetesRoleStorageClassInfo>
Kubernetes storage class info.
- endpoints
- IEnumerable<DataBoxEdgeMountPointMap>
Mount points of shares in role(s).
Returns
A new EdgeKubernetesRoleStorage instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET