TenantBackfillStatusResult コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TenantBackfillStatusResult() |
TenantBackfillStatusResult クラスの新しいインスタンスを初期化します。 |
TenantBackfillStatusResult(String, Nullable<Status>) |
TenantBackfillStatusResult クラスの新しいインスタンスを初期化します。 |
TenantBackfillStatusResult()
TenantBackfillStatusResult クラスの新しいインスタンスを初期化します。
public TenantBackfillStatusResult ();
Public Sub New ()
適用対象
TenantBackfillStatusResult(String, Nullable<Status>)
TenantBackfillStatusResult クラスの新しいインスタンスを初期化します。
public TenantBackfillStatusResult (string tenantId = default, Microsoft.Azure.Management.ManagementGroups.Models.Status? status = default);
new Microsoft.Azure.Management.ManagementGroups.Models.TenantBackfillStatusResult : string * Nullable<Microsoft.Azure.Management.ManagementGroups.Models.Status> -> Microsoft.Azure.Management.ManagementGroups.Models.TenantBackfillStatusResult
Public Sub New (Optional tenantId As String = Nothing, Optional status As Nullable(Of Status) = Nothing)
パラメーター
- tenantId
- String
管理グループに関連付けられている AAD テナント ID。 たとえば、00000000-0000-0000-0000-000000000000
テナント バックフィルの状態。 指定できる値は、'NotStarted'、'NotStartedButGroupsExist'、'Started'、'Failed'、'Cancelled'、'Completed' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET