Class GetResourceGroupsGroupResult
Inheritance
System.Object
GetResourceGroupsGroupResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.ResourceManager.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetResourceGroupsGroupResult
Fields
View SourceAccountId
The ID of the Alibaba Cloud account to which the resource group belongs.
Declaration
public readonly string AccountId
Field Value
| Type | Description |
|---|---|
| System.String |
CreateDate
The time when the resource group was created.
Declaration
public readonly string CreateDate
Field Value
| Type | Description |
|---|---|
| System.String |
DisplayName
The display name of the resource group.
Declaration
public readonly string DisplayName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the resource group.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The unique identifier of the resource group.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Status
The status of the resource group. Possible values:Creating,Deleted,OK and PendingDelete.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |