次の方法で共有


MECRole コンストラクター

定義

オーバーロード

MECRole()

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

MECRole(String, String, String, String, SystemData, AsymmetricEncryptedSecret, String, String)

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

MECRole()

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

public MECRole();
Public Sub New ()

適用対象

MECRole(String, String, String, String, SystemData, AsymmetricEncryptedSecret, String, String)

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

public MECRole(string roleStatus, string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret connectionString = default, string controllerEndpoint = default, string resourceUniqueId = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.MECRole : string * string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.MECRole
Public Sub New (roleStatus As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional connectionString As AsymmetricEncryptedSecret = Nothing, Optional controllerEndpoint As String = Nothing, Optional resourceUniqueId As String = Nothing)

パラメーター

roleStatus
String

ロールの状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクト名。

type
String

オブジェクトの階層型。

systemData
SystemData

ASE リソースで構成されたロール

connectionString
AsymmetricEncryptedSecret

MEC のアクティブ化キー。

controllerEndpoint
String

コントローラー エンドポイント。

resourceUniqueId
String

リソースの一意の ID。

適用対象