共用方式為


ResourceGroup Class

Definition

Resource group information.

public class ResourceGroup
type ResourceGroup = class
Public Class ResourceGroup
Inheritance
ResourceGroup
Derived

Constructors

ResourceGroup()

Initializes a new instance of the ResourceGroup class.

ResourceGroup(String)

Initializes a new instance of the ResourceGroup class with required arguments.

Properties

Location

Required. Gets or sets the location of the resource group. It cannot be changed after the resource group has been created. Has to be one of the supported Azure Locations, such as West US, East US, West Europe, East Asia, etc.

Properties

Optional. Gets or sets the resource group properties.

ProvisioningState

Optional. Gets or sets resource group provisioning state.

Tags

Optional. Gets or sets the tags attached to the resource group.

Applies to