TenantBackfillStatusResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The status of the Tenant Backfill. Possible values include: 'NotStarted', 'NotStartedButGroupsExist', 'Started', 'Failed', 'Cancelled', 'Completed'
Applies to
Azure SDK for .NET