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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET