次の方法で共有


ArmDataBoxEdgeModelFactory.DataBoxEdgeMountPointMap メソッド

定義

DataBoxEdgeMountPointMap の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountPointMap DataBoxEdgeMountPointMap (Azure.Core.ResourceIdentifier shareId = default, Azure.Core.ResourceIdentifier roleId = default, string mountPoint = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountType? mountType = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRoleType? roleType = default);
static member DataBoxEdgeMountPointMap : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountType> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRoleType> -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeMountPointMap
Public Shared Function DataBoxEdgeMountPointMap (Optional shareId As ResourceIdentifier = Nothing, Optional roleId As ResourceIdentifier = Nothing, Optional mountPoint As String = Nothing, Optional mountType As Nullable(Of DataBoxEdgeMountType) = Nothing, Optional roleType As Nullable(Of DataBoxEdgeRoleType) = Nothing) As DataBoxEdgeMountPointMap

パラメーター

shareId
ResourceIdentifier

ロール VM にマウントされた共有の ID。

roleId
ResourceIdentifier

共有がマウントされるロールの ID。

mountPoint
String

共有のマウント ポイント。

mountType
Nullable<DataBoxEdgeMountType>

取り付けタイプ。

roleType
Nullable<DataBoxEdgeRoleType>

ロールの種類。

戻り値

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

適用対象