ResourceGroupPatchable interface
Resource group information.
Properties
managed |
The ID of the resource that manages this resource group. |
name | The name of the resource group. |
properties | The resource group properties. |
tags | The tags attached to the resource group. |
Property Details
managedBy
The ID of the resource that manages this resource group.
managedBy?: string
Property Value
string
name
The name of the resource group.
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}