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 PossibleValuesForScenario() []string + func ValidateMetadataID(input interface{}, key string) (warnings []string, errors []error) + type MetadataClient struct + Client *resourcemanager.Client + func NewMetadataClientWithBaseURI(sdkApi sdkEnv.Api) (*MetadataClient, error) + func (c MetadataClient) RecommendationMetadataGet(ctx context.Context, id MetadataId) (result RecommendationMetadataGetOperationResponse, err error) + func (c MetadataClient) RecommendationMetadataList(ctx context.Context) (result RecommendationMetadataListOperationResponse, err error) + func (c MetadataClient) RecommendationMetadataListComplete(ctx context.Context) (RecommendationMetadataListCompleteResult, error) + func (c MetadataClient) RecommendationMetadataListCompleteMatchingPredicate(ctx context.Context, predicate MetadataEntityOperationPredicate) (result RecommendationMetadataListCompleteResult, err error) + type MetadataEntity struct + Id *string + Name *string + Properties *MetadataEntityProperties + Type *string + type MetadataEntityOperationPredicate struct + Id *string + Name *string + Type *string + func (p MetadataEntityOperationPredicate) Matches(input MetadataEntity) bool + type MetadataEntityProperties struct + ApplicableScenarios *[]Scenario + DependsOn *[]string + DisplayName *string + SupportedValues *[]MetadataSupportedValueDetail + type MetadataId struct + MetadataName string + func NewMetadataID(metadataName string) MetadataId + func ParseMetadataID(input string) (*MetadataId, error) + func ParseMetadataIDInsensitively(input string) (*MetadataId, error) + func (id *MetadataId) FromParseResult(input resourceids.ParseResult) error + func (id MetadataId) ID() string + func (id MetadataId) Segments() []resourceids.Segment + func (id MetadataId) String() string + type MetadataSupportedValueDetail struct + DisplayName *string + Id *string + type RecommendationMetadataGetOperationResponse struct + HttpResponse *http.Response + Model *MetadataEntity + OData *odata.OData + type RecommendationMetadataListCompleteResult struct + Items []MetadataEntity + LatestHttpResponse *http.Response + type RecommendationMetadataListCustomPager struct + NextLink *odata.Link + func (p *RecommendationMetadataListCustomPager) NextPageLink() *odata.Link + type RecommendationMetadataListOperationResponse struct + HttpResponse *http.Response + Model *[]MetadataEntity + OData *odata.OData + type Scenario string + const ScenarioAlerts + func (s *Scenario) UnmarshalJSON(bytes []byte) error