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 ValidateApiVersionSetID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceApiVersionSetID(input interface{}, key string) (warnings []string, errors []error) + type ApiVersionSetDeleteOperationOptions struct + IfMatch *string + func DefaultApiVersionSetDeleteOperationOptions() ApiVersionSetDeleteOperationOptions + func (o ApiVersionSetDeleteOperationOptions) ToHeaders() *client.Headers + func (o ApiVersionSetDeleteOperationOptions) ToOData() *odata.Query + func (o ApiVersionSetDeleteOperationOptions) ToQuery() *client.QueryParams + type ApiVersionSetDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ApiVersionSetId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + VersionSetId string + func NewApiVersionSetID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiVersionSetId + func ParseApiVersionSetID(input string) (*ApiVersionSetId, error) + func ParseApiVersionSetIDInsensitively(input string) (*ApiVersionSetId, error) + func (id *ApiVersionSetId) FromParseResult(input resourceids.ParseResult) error + func (id ApiVersionSetId) ID() string + func (id ApiVersionSetId) Segments() []resourceids.Segment + func (id ApiVersionSetId) String() string + type ApiVersionSetsClient struct + Client *resourcemanager.Client + func NewApiVersionSetsClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiVersionSetsClient, error) + func (c ApiVersionSetsClient) ApiVersionSetDelete(ctx context.Context, id ApiVersionSetId, ...) (result ApiVersionSetDeleteOperationResponse, err error) + func (c ApiVersionSetsClient) WorkspaceApiVersionSetDelete(ctx context.Context, id WorkspaceApiVersionSetId, ...) (result WorkspaceApiVersionSetDeleteOperationResponse, err error) + type WorkspaceApiVersionSetDeleteOperationOptions struct + IfMatch *string + func DefaultWorkspaceApiVersionSetDeleteOperationOptions() WorkspaceApiVersionSetDeleteOperationOptions + func (o WorkspaceApiVersionSetDeleteOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiVersionSetDeleteOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiVersionSetDeleteOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiVersionSetDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceApiVersionSetId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + VersionSetId string + WorkspaceId string + func NewWorkspaceApiVersionSetID(subscriptionId string, resourceGroupName string, serviceName string, ...) WorkspaceApiVersionSetId + func ParseWorkspaceApiVersionSetID(input string) (*WorkspaceApiVersionSetId, error) + func ParseWorkspaceApiVersionSetIDInsensitively(input string) (*WorkspaceApiVersionSetId, error) + func (id *WorkspaceApiVersionSetId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceApiVersionSetId) ID() string + func (id WorkspaceApiVersionSetId) Segments() []resourceids.Segment + func (id WorkspaceApiVersionSetId) String() string