次の方法で共有


IdentityInfo コンストラクター

定義

オーバーロード

IdentityInfo()

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

IdentityInfo(Nullable<Boolean>, String)

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

IdentityInfo()

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

public IdentityInfo();
Public Sub New ()

適用対象

IdentityInfo(Nullable<Boolean>, String)

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

public IdentityInfo(bool? isSystemAssignedIdentity = default, string managedIdentityResourceId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.IdentityInfo : Nullable<bool> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.IdentityInfo
Public Sub New (Optional isSystemAssignedIdentity As Nullable(Of Boolean) = Nothing, Optional managedIdentityResourceId As String = Nothing)

パラメーター

isSystemAssignedIdentity
Nullable<Boolean>

マネージド ID がシステム割り当てかユーザー割り当てか区別するため

managedIdentityResourceId
String

マネージド ID リソース ID 省略可能: システム割り当てマネージド ID の場合は必要ない場合があります

適用対象