Documentation
¶
Overview ¶
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Code generated by azure-service-operator-codegen. DO NOT EDIT. Copyright (c) Microsoft Corporation. Licensed under the MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceGroupProperties_STATUS ¶
type ResourceGroupProperties_STATUS struct { // ProvisioningState: The provisioning state. ProvisioningState *string `json:"provisioningState,omitempty"` }
The resource group properties.
type ResourceGroup_STATUS ¶
type ResourceGroup_STATUS struct { // Id: The ID of the resource group. Id *string `json:"id,omitempty"` // 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 `json:"location,omitempty"` // ManagedBy: The ID of the resource that manages this resource group. ManagedBy *string `json:"managedBy,omitempty"` // Name: The name of the resource group. Name *string `json:"name,omitempty"` // Properties: The resource group properties. Properties *ResourceGroupProperties_STATUS `json:"properties,omitempty"` // Tags: The tags attached to the resource group. Tags map[string]string `json:"tags,omitempty"` // Type: The type of the resource group. Type *string `json:"type,omitempty"` }
Resource group information.
type ResourceGroup_Spec ¶
type ResourceGroup_Spec struct { // 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 `json:"location,omitempty"` // ManagedBy: The ID of the resource that manages this resource group. ManagedBy *string `json:"managedBy,omitempty"` Name string `json:"name,omitempty"` // Tags: The tags attached to the resource group. Tags map[string]string `json:"tags,omitempty"` }
func (ResourceGroup_Spec) GetAPIVersion ¶
func (group ResourceGroup_Spec) GetAPIVersion() string
GetAPIVersion returns the ARM API version of the resource. This is always "2020-06-01"
func (*ResourceGroup_Spec) GetName ¶
func (group *ResourceGroup_Spec) GetName() string
GetName returns the Name of the resource
func (*ResourceGroup_Spec) GetType ¶
func (group *ResourceGroup_Spec) GetType() string
GetType returns the ARM Type of the resource. This is always "Microsoft.Resources/resourceGroups"
Click to show internal directories.
Click to hide internal directories.