Share via


TenantBackfillStatusResult Constructors

Definition

Overloads

TenantBackfillStatusResult()

Initializes a new instance of the TenantBackfillStatusResult class.

TenantBackfillStatusResult(String, Nullable<Status>)

Initializes a new instance of the TenantBackfillStatusResult class.

TenantBackfillStatusResult()

Initializes a new instance of the TenantBackfillStatusResult class.

public TenantBackfillStatusResult ();
Public Sub New ()

Applies to

TenantBackfillStatusResult(String, Nullable<Status>)

Initializes a new instance of the TenantBackfillStatusResult class.

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)

Parameters

tenantId
String

The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000

status
Nullable<Status>

The status of the Tenant Backfill. Possible values include: 'NotStarted', 'NotStartedButGroupsExist', 'Started', 'Failed', 'Cancelled', 'Completed'

Applies to