Documentation ¶
Index ¶
- func ValidateManagementGroupID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateResourceGroupID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateSubscriptionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateUserAssignedIdentityID(input interface{}, key string) (warnings []string, errors []error)
- type ManagementGroupId
- type ResourceGroupId
- type SubscriptionId
- type UserAssignedIdentityId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateResourceGroupID ¶
func ValidateSubscriptionID ¶
Types ¶
type ManagementGroupId ¶
type ManagementGroupId struct {
GroupId string
}
func NewManagementGroupID ¶
func NewManagementGroupID(groupId string) ManagementGroupId
func ParseManagementGroupID ¶
func ParseManagementGroupID(input string) (*ManagementGroupId, error)
func ParseManagementGroupIDInsensitively ¶
func ParseManagementGroupIDInsensitively(input string) (*ManagementGroupId, error)
func (ManagementGroupId) ID ¶
func (id ManagementGroupId) ID() string
func (ManagementGroupId) Segments ¶
func (id ManagementGroupId) Segments() []resourceids.Segment
func (ManagementGroupId) String ¶
func (id ManagementGroupId) String() string
type ResourceGroupId ¶
func NewResourceGroupID ¶
func NewResourceGroupID(subscriptionId string, resourceGroupName string) ResourceGroupId
func ParseResourceGroupID ¶
func ParseResourceGroupID(input string) (*ResourceGroupId, error)
func ParseResourceGroupIDInsensitively ¶
func ParseResourceGroupIDInsensitively(input string) (*ResourceGroupId, error)
func (ResourceGroupId) ID ¶
func (id ResourceGroupId) ID() string
func (ResourceGroupId) Segments ¶
func (id ResourceGroupId) Segments() []resourceids.Segment
func (ResourceGroupId) String ¶
func (id ResourceGroupId) String() string
type SubscriptionId ¶
type SubscriptionId struct {
SubscriptionId string
}
func NewSubscriptionID ¶
func NewSubscriptionID(subscriptionId string) SubscriptionId
func ParseSubscriptionID ¶
func ParseSubscriptionID(input string) (*SubscriptionId, error)
func ParseSubscriptionIDInsensitively ¶
func ParseSubscriptionIDInsensitively(input string) (*SubscriptionId, error)
func (SubscriptionId) ID ¶
func (id SubscriptionId) ID() string
func (SubscriptionId) Segments ¶
func (id SubscriptionId) Segments() []resourceids.Segment
func (SubscriptionId) String ¶
func (id SubscriptionId) String() string
type UserAssignedIdentityId ¶
type UserAssignedIdentityId struct { SubscriptionId string ResourceGroupName string ResourceName string }
func NewUserAssignedIdentityID ¶
func NewUserAssignedIdentityID(subscriptionId string, resourceGroupName string, resourceName string) UserAssignedIdentityId
func ParseUserAssignedIdentityID ¶
func ParseUserAssignedIdentityID(input string) (*UserAssignedIdentityId, error)
func ParseUserAssignedIdentityIDInsensitively ¶
func ParseUserAssignedIdentityIDInsensitively(input string) (*UserAssignedIdentityId, error)
func (UserAssignedIdentityId) ID ¶
func (id UserAssignedIdentityId) ID() string
func (UserAssignedIdentityId) Segments ¶
func (id UserAssignedIdentityId) Segments() []resourceids.Segment
func (UserAssignedIdentityId) String ¶
func (id UserAssignedIdentityId) String() string
Click to show internal directories.
Click to hide internal directories.