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 PossibleValuesForSupportStatus() []string + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type AzureBackupGoalFeatureSupportRequest struct + FeatureType string + func (s AzureBackupGoalFeatureSupportRequest) FeatureSupportRequest() BaseFeatureSupportRequestImpl + func (s AzureBackupGoalFeatureSupportRequest) MarshalJSON() ([]byte, error) + type AzureVMResourceFeatureSupportRequest struct + FeatureType string + VMSize *string + VMSku *string + func (s AzureVMResourceFeatureSupportRequest) FeatureSupportRequest() BaseFeatureSupportRequestImpl + func (s AzureVMResourceFeatureSupportRequest) MarshalJSON() ([]byte, error) + type AzureVMResourceFeatureSupportResponse struct + SupportStatus *SupportStatus + type BaseFeatureSupportRequestImpl struct + FeatureType string + func (s BaseFeatureSupportRequestImpl) FeatureSupportRequest() BaseFeatureSupportRequestImpl + type FeatureSupportClient struct + Client autorest.Client + func NewFeatureSupportClientWithBaseURI(endpoint string) FeatureSupportClient + func (c FeatureSupportClient) Validate(ctx context.Context, id LocationId, input FeatureSupportRequest) (result ValidateOperationResponse, err error) + type FeatureSupportRequest interface + FeatureSupportRequest func() BaseFeatureSupportRequestImpl + func UnmarshalFeatureSupportRequestImplementation(input []byte) (FeatureSupportRequest, error) + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type RawFeatureSupportRequestImpl struct + Type string + Values map[string]interface{} + func (s RawFeatureSupportRequestImpl) FeatureSupportRequest() BaseFeatureSupportRequestImpl + type SupportStatus string + const SupportStatusDefaultOFF + const SupportStatusDefaultON + const SupportStatusInvalid + const SupportStatusNotSupported + const SupportStatusSupported + type ValidateOperationResponse struct + HttpResponse *http.Response + Model *AzureVMResourceFeatureSupportResponse