ResourceGroup interface
Resource group information.
Properties
id | The ID of the resource group. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. |
managed |
The ID of the resource that manages this resource group. |
name | The name of the resource group. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | The resource group properties. |
tags | The tags attached to the resource group. |
type | The type of the resource group. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The ID of the resource group. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
location
The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations.
location: string
Property Value
string
managedBy
The ID of the resource that manages this resource group.
managedBy?: string
Property Value
string
name
The name of the resource group. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
The resource group properties.
properties?: ResourceGroupProperties
Property Value
tags
The tags attached to the resource group.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
The type of the resource group. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string