Documentation ¶
Index ¶
- func ValidateVaultID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationOptions
- type GetOperationResponse
- type OSVersionWrapper
- type SupportedOSDetails
- type SupportedOSProperties
- type SupportedOSProperty
- type SupportedOperatingSystems
- type SupportedOperatingSystemsClient
- type VaultId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateVaultID ¶
ValidateVaultID checks that 'input' can be parsed as a Vault ID
Types ¶
type GetOperationOptions ¶
type GetOperationOptions struct {
InstanceType *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *SupportedOperatingSystems }
type OSVersionWrapper ¶
type SupportedOSDetails ¶
type SupportedOSDetails struct { OsName *string `json:"osName,omitempty"` OsType *string `json:"osType,omitempty"` OsVersions *[]OSVersionWrapper `json:"osVersions,omitempty"` }
type SupportedOSProperties ¶
type SupportedOSProperties struct {
SupportedOsList *[]SupportedOSProperty `json:"supportedOsList,omitempty"`
}
type SupportedOSProperty ¶
type SupportedOSProperty struct { InstanceType *string `json:"instanceType,omitempty"` SupportedOs *[]SupportedOSDetails `json:"supportedOs,omitempty"` }
type SupportedOperatingSystems ¶
type SupportedOperatingSystems struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *SupportedOSProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type SupportedOperatingSystemsClient ¶
type SupportedOperatingSystemsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewSupportedOperatingSystemsClientWithBaseURI ¶
func NewSupportedOperatingSystemsClientWithBaseURI(endpoint string) SupportedOperatingSystemsClient
func (SupportedOperatingSystemsClient) Get ¶
func (c SupportedOperatingSystemsClient) Get(ctx context.Context, id VaultId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
type VaultId ¶
VaultId is a struct representing the Resource ID for a Vault
func NewVaultID ¶
NewVaultID returns a new VaultId struct
func ParseVaultID ¶
ParseVaultID parses 'input' into a VaultId
func ParseVaultIDInsensitively ¶
ParseVaultIDInsensitively parses 'input' case-insensitively into a VaultId note: this method should only be used for API response data and not user input
func (VaultId) Segments ¶
func (id VaultId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Vault ID
Click to show internal directories.
Click to hide internal directories.