Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateVaultID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationOptions struct + InstanceType *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *SupportedOperatingSystems + OData *odata.OData + type OSVersionWrapper struct + ServicePack *string + Version *string + type SupportedOSDetails struct + OsName *string + OsType *string + OsVersions *[]OSVersionWrapper + type SupportedOSProperties struct + SupportedOsList *[]SupportedOSProperty + type SupportedOSProperty struct + InstanceType *string + SupportedOs *[]SupportedOSDetails + type SupportedOperatingSystems struct + Id *string + Location *string + Name *string + Properties *SupportedOSProperties + Type *string + type SupportedOperatingSystemsClient struct + Client *resourcemanager.Client + func NewSupportedOperatingSystemsClientWithBaseURI(sdkApi sdkEnv.Api) (*SupportedOperatingSystemsClient, error) + func (c SupportedOperatingSystemsClient) Get(ctx context.Context, id VaultId, options GetOperationOptions) (result GetOperationResponse, err error) + type VaultId struct + ResourceGroupName string + SubscriptionId string + VaultName string + func NewVaultID(subscriptionId string, resourceGroupName string, vaultName string) VaultId + func ParseVaultID(input string) (*VaultId, error) + func ParseVaultIDInsensitively(input string) (*VaultId, error) + func (id *VaultId) FromParseResult(input resourceids.ParseResult) error + func (id VaultId) ID() string + func (id VaultId) Segments() []resourceids.Segment + func (id VaultId) String() string