AzureAsyncOperationResults 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 results of Azure-AsyncOperation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AzureAsyncOperationResults
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AzureAsyncOperationResults = class
Public Class AzureAsyncOperationResults
- Inheritance
-
AzureAsyncOperationResults
- Attributes
Constructors
AzureAsyncOperationResults() |
Initializes a new instance of the AzureAsyncOperationResults class. |
AzureAsyncOperationResults(String, String, String, String, String, String) |
Initializes a new instance of the AzureAsyncOperationResults class. |
Properties
DisplayName |
Gets or sets the friendly name of the management group. |
Id |
Gets the fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 |
Name |
Gets the name of the management group. For example, 00000000-0000-0000-0000-000000000000 |
Status |
Gets the current status of the asynchronous operation performed . For example, Running, Succeeded, Failed |
TenantId |
Gets or sets the AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 |
Type |
Gets the type of the resource. For example, Microsoft.Management/managementGroups |
Applies to
Azure SDK for .NET