TenantBackfillStatusResult Class
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.
The tenant backfill status
public class TenantBackfillStatusResult
type TenantBackfillStatusResult = class
Public Class TenantBackfillStatusResult
- Inheritance
-
TenantBackfillStatusResult
Constructors
TenantBackfillStatusResult() |
Initializes a new instance of the TenantBackfillStatusResult class. |
TenantBackfillStatusResult(String, Nullable<Status>) |
Initializes a new instance of the TenantBackfillStatusResult class. |
Properties
Status |
Gets the status of the Tenant Backfill. Possible values include: 'NotStarted', 'NotStartedButGroupsExist', 'Started', 'Failed', 'Cancelled', 'Completed' |
TenantId |
Gets the AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 |
Applies to
Azure SDK for .NET