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 ValidateProjectID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateTaskID(input interface{}, key string) (warnings []string, errors []error) + type DELETEClient struct + Client *resourcemanager.Client + func NewDELETEClientWithBaseURI(sdkApi sdkEnv.Api) (*DELETEClient, error) + func (c DELETEClient) ProjectsDelete(ctx context.Context, id ProjectId, options ProjectsDeleteOperationOptions) (result ProjectsDeleteOperationResponse, err error) + func (c DELETEClient) ServicesDelete(ctx context.Context, id ServiceId, options ServicesDeleteOperationOptions) (result ServicesDeleteOperationResponse, err error) + func (c DELETEClient) ServicesDeleteThenPoll(ctx context.Context, id ServiceId, options ServicesDeleteOperationOptions) error + func (c DELETEClient) TasksDelete(ctx context.Context, id TaskId, options TasksDeleteOperationOptions) (result TasksDeleteOperationResponse, err error) + type ProjectId struct + ProjectName string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewProjectID(subscriptionId string, resourceGroupName string, serviceName string, ...) ProjectId + func ParseProjectID(input string) (*ProjectId, error) + func ParseProjectIDInsensitively(input string) (*ProjectId, error) + func (id *ProjectId) FromParseResult(input resourceids.ParseResult) error + func (id ProjectId) ID() string + func (id ProjectId) Segments() []resourceids.Segment + func (id ProjectId) String() string + type ProjectsDeleteOperationOptions struct + DeleteRunningTasks *bool + func DefaultProjectsDeleteOperationOptions() ProjectsDeleteOperationOptions + func (o ProjectsDeleteOperationOptions) ToHeaders() *client.Headers + func (o ProjectsDeleteOperationOptions) ToOData() *odata.Query + func (o ProjectsDeleteOperationOptions) ToQuery() *client.QueryParams + type ProjectsDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string + type ServicesDeleteOperationOptions struct + DeleteRunningTasks *bool + func DefaultServicesDeleteOperationOptions() ServicesDeleteOperationOptions + func (o ServicesDeleteOperationOptions) ToHeaders() *client.Headers + func (o ServicesDeleteOperationOptions) ToOData() *odata.Query + func (o ServicesDeleteOperationOptions) ToQuery() *client.QueryParams + type ServicesDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type TaskId struct + ProjectName string + ResourceGroupName string + ServiceName string + SubscriptionId string + TaskName string + func NewTaskID(subscriptionId string, resourceGroupName string, serviceName string, ...) TaskId + func ParseTaskID(input string) (*TaskId, error) + func ParseTaskIDInsensitively(input string) (*TaskId, error) + func (id *TaskId) FromParseResult(input resourceids.ParseResult) error + func (id TaskId) ID() string + func (id TaskId) Segments() []resourceids.Segment + func (id TaskId) String() string + type TasksDeleteOperationOptions struct + DeleteRunningTasks *bool + func DefaultTasksDeleteOperationOptions() TasksDeleteOperationOptions + func (o TasksDeleteOperationOptions) ToHeaders() *client.Headers + func (o TasksDeleteOperationOptions) ToOData() *odata.Query + func (o TasksDeleteOperationOptions) ToQuery() *client.QueryParams + type TasksDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData