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 ValidateWorkloadClassifierID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkloadGroupID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *WorkloadClassifier + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *WorkloadClassifier + OData *odata.OData + type ListByWorkloadGroupCompleteResult struct + Items []WorkloadClassifier + LatestHttpResponse *http.Response + type ListByWorkloadGroupCustomPager struct + NextLink *odata.Link + func (p *ListByWorkloadGroupCustomPager) NextPageLink() *odata.Link + type ListByWorkloadGroupOperationResponse struct + HttpResponse *http.Response + Model *[]WorkloadClassifier + OData *odata.OData + type WorkloadClassifier struct + Id *string + Name *string + Properties *WorkloadClassifierProperties + Type *string + type WorkloadClassifierId struct + DatabaseName string + ResourceGroupName string + ServerName string + SubscriptionId string + WorkloadClassifierName string + WorkloadGroupName string + func NewWorkloadClassifierID(subscriptionId string, resourceGroupName string, serverName string, ...) WorkloadClassifierId + func ParseWorkloadClassifierID(input string) (*WorkloadClassifierId, error) + func ParseWorkloadClassifierIDInsensitively(input string) (*WorkloadClassifierId, error) + func (id *WorkloadClassifierId) FromParseResult(input resourceids.ParseResult) error + func (id WorkloadClassifierId) ID() string + func (id WorkloadClassifierId) Segments() []resourceids.Segment + func (id WorkloadClassifierId) String() string + type WorkloadClassifierOperationPredicate struct + Id *string + Name *string + Type *string + func (p WorkloadClassifierOperationPredicate) Matches(input WorkloadClassifier) bool + type WorkloadClassifierProperties struct + Context *string + EndTime *string + Importance *string + Label *string + MemberName string + StartTime *string + type WorkloadClassifiersClient struct + Client *resourcemanager.Client + func NewWorkloadClassifiersClientWithBaseURI(sdkApi sdkEnv.Api) (*WorkloadClassifiersClient, error) + func (c WorkloadClassifiersClient) CreateOrUpdate(ctx context.Context, id WorkloadClassifierId, input WorkloadClassifier) (result CreateOrUpdateOperationResponse, err error) + func (c WorkloadClassifiersClient) CreateOrUpdateThenPoll(ctx context.Context, id WorkloadClassifierId, input WorkloadClassifier) error + func (c WorkloadClassifiersClient) Delete(ctx context.Context, id WorkloadClassifierId) (result DeleteOperationResponse, err error) + func (c WorkloadClassifiersClient) DeleteThenPoll(ctx context.Context, id WorkloadClassifierId) error + func (c WorkloadClassifiersClient) Get(ctx context.Context, id WorkloadClassifierId) (result GetOperationResponse, err error) + func (c WorkloadClassifiersClient) ListByWorkloadGroup(ctx context.Context, id WorkloadGroupId) (result ListByWorkloadGroupOperationResponse, err error) + func (c WorkloadClassifiersClient) ListByWorkloadGroupComplete(ctx context.Context, id WorkloadGroupId) (ListByWorkloadGroupCompleteResult, error) + func (c WorkloadClassifiersClient) ListByWorkloadGroupCompleteMatchingPredicate(ctx context.Context, id WorkloadGroupId, ...) (result ListByWorkloadGroupCompleteResult, err error) + type WorkloadGroupId struct + DatabaseName string + ResourceGroupName string + ServerName string + SubscriptionId string + WorkloadGroupName string + func NewWorkloadGroupID(subscriptionId string, resourceGroupName string, serverName string, ...) WorkloadGroupId + func ParseWorkloadGroupID(input string) (*WorkloadGroupId, error) + func ParseWorkloadGroupIDInsensitively(input string) (*WorkloadGroupId, error) + func (id *WorkloadGroupId) FromParseResult(input resourceids.ParseResult) error + func (id WorkloadGroupId) ID() string + func (id WorkloadGroupId) Segments() []resourceids.Segment + func (id WorkloadGroupId) String() string