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 ValidateAzureWebCategoryID(input interface{}, key string) (warnings []string, errors []error) + type AzureWebCategory struct + Etag *string + Id *string + Name *string + Properties *AzureWebCategoryPropertiesFormat + Type *string + type AzureWebCategoryId struct + AzureWebCategoryName string + SubscriptionId string + func NewAzureWebCategoryID(subscriptionId string, azureWebCategoryName string) AzureWebCategoryId + func ParseAzureWebCategoryID(input string) (*AzureWebCategoryId, error) + func ParseAzureWebCategoryIDInsensitively(input string) (*AzureWebCategoryId, error) + func (id *AzureWebCategoryId) FromParseResult(input resourceids.ParseResult) error + func (id AzureWebCategoryId) ID() string + func (id AzureWebCategoryId) Segments() []resourceids.Segment + func (id AzureWebCategoryId) String() string + type AzureWebCategoryOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p AzureWebCategoryOperationPredicate) Matches(input AzureWebCategory) bool + type AzureWebCategoryPropertiesFormat struct + Group *string + type GetOperationOptions struct + Expand *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 *AzureWebCategory + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []AzureWebCategory + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]AzureWebCategory + OData *odata.OData + type WebCategoriesClient struct + Client *resourcemanager.Client + func NewWebCategoriesClientWithBaseURI(sdkApi sdkEnv.Api) (*WebCategoriesClient, error) + func (c WebCategoriesClient) Get(ctx context.Context, id AzureWebCategoryId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c WebCategoriesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c WebCategoriesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c WebCategoriesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)