Show / Hide Table of Contents

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 Source

AccountId

The ID of the Alibaba Cloud account to which the resource group belongs.

Declaration
public readonly string AccountId
Field Value
Type Description
System.String
View Source

CreateDate

The time when the resource group was created.

Declaration
public readonly string CreateDate
Field Value
Type Description
System.String
View Source

DisplayName

The display name of the resource group.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

Id

The ID of the resource group.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

The unique identifier of the resource group.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.