OperationResults 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 an asynchronous operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OperationResults
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OperationResults = class
Public Class OperationResults
- Inheritance
-
OperationResults
- Attributes
Constructors
OperationResults() |
Initializes a new instance of the OperationResults class. |
OperationResults(String, String, String, String, String) |
Initializes a new instance of the OperationResults 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 |
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 |