ResourceGroupExtended 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.
Resource group information.
public class ResourceGroupExtended : Microsoft.Azure.Management.Resources.Models.ResourceGroup
type ResourceGroupExtended = class
inherit ResourceGroup
Public Class ResourceGroupExtended
Inherits ResourceGroup
- Inheritance
Constructors
ResourceGroupExtended() |
Initializes a new instance of the ResourceGroupExtended class. |
ResourceGroupExtended(String) |
Initializes a new instance of the ResourceGroupExtended class with required arguments. |
Properties
Id |
Optional. Gets or sets the ID of the resource group. |
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. (Inherited from ResourceGroup) |
Name |
Optional. Gets or sets the Name of the resource group. |
Properties |
Optional. Gets or sets the resource group properties. (Inherited from ResourceGroup) |
ProvisioningState |
Optional. Gets or sets resource group provisioning state. (Inherited from ResourceGroup) |
Tags |
Optional. Gets or sets the tags attached to the resource group. (Inherited from ResourceGroup) |
Applies to
Azure SDK for .NET