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 ValidateApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateApiReleaseID(input interface{}, key string) (warnings []string, errors []error) + func ValidateReleaseID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceApiID(input interface{}, key string) (warnings []string, errors []error) + type ApiId struct + ApiId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiId + func ParseApiID(input string) (*ApiId, error) + func ParseApiIDInsensitively(input string) (*ApiId, error) + func (id *ApiId) FromParseResult(input resourceids.ParseResult) error + func (id ApiId) ID() string + func (id ApiId) Segments() []resourceids.Segment + func (id ApiId) String() string + type ApiReleaseClient struct + Client *resourcemanager.Client + func NewApiReleaseClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiReleaseClient, error) + func (c ApiReleaseClient) CreateOrUpdate(ctx context.Context, id ReleaseId, input ApiReleaseContract, ...) (result CreateOrUpdateOperationResponse, err error) + func (c ApiReleaseClient) Delete(ctx context.Context, id ReleaseId, options DeleteOperationOptions) (result DeleteOperationResponse, err error) + func (c ApiReleaseClient) Get(ctx context.Context, id ReleaseId) (result GetOperationResponse, err error) + func (c ApiReleaseClient) GetEntityTag(ctx context.Context, id ReleaseId) (result GetEntityTagOperationResponse, err error) + func (c ApiReleaseClient) ListByService(ctx context.Context, id ApiId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + func (c ApiReleaseClient) ListByServiceComplete(ctx context.Context, id ApiId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error) + func (c ApiReleaseClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error) + func (c ApiReleaseClient) Update(ctx context.Context, id ReleaseId, input ApiReleaseContract, ...) (result UpdateOperationResponse, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseCreateOrUpdate(ctx context.Context, id ApiReleaseId, input ApiReleaseContract, ...) (result WorkspaceApiReleaseCreateOrUpdateOperationResponse, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseDelete(ctx context.Context, id ApiReleaseId, ...) (result WorkspaceApiReleaseDeleteOperationResponse, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseGet(ctx context.Context, id ApiReleaseId) (result WorkspaceApiReleaseGetOperationResponse, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseGetEntityTag(ctx context.Context, id ApiReleaseId) (result WorkspaceApiReleaseGetEntityTagOperationResponse, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseListByService(ctx context.Context, id WorkspaceApiId, ...) (result WorkspaceApiReleaseListByServiceOperationResponse, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseListByServiceComplete(ctx context.Context, id WorkspaceApiId, ...) (WorkspaceApiReleaseListByServiceCompleteResult, error) + func (c ApiReleaseClient) WorkspaceApiReleaseListByServiceCompleteMatchingPredicate(ctx context.Context, id WorkspaceApiId, ...) (result WorkspaceApiReleaseListByServiceCompleteResult, err error) + func (c ApiReleaseClient) WorkspaceApiReleaseUpdate(ctx context.Context, id ApiReleaseId, input ApiReleaseContract, ...) (result WorkspaceApiReleaseUpdateOperationResponse, err error) + type ApiReleaseContract struct + Id *string + Name *string + Properties *ApiReleaseContractProperties + Type *string + type ApiReleaseContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p ApiReleaseContractOperationPredicate) Matches(input ApiReleaseContract) bool + type ApiReleaseContractProperties struct + ApiId *string + CreatedDateTime *string + Notes *string + UpdatedDateTime *string + func (o *ApiReleaseContractProperties) GetCreatedDateTimeAsTime() (*time.Time, error) + func (o *ApiReleaseContractProperties) GetUpdatedDateTimeAsTime() (*time.Time, error) + func (o *ApiReleaseContractProperties) SetCreatedDateTimeAsTime(input time.Time) + func (o *ApiReleaseContractProperties) SetUpdatedDateTimeAsTime(input time.Time) + type ApiReleaseId struct + ApiId string + ReleaseId string + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceId string + func NewApiReleaseID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiReleaseId + func ParseApiReleaseID(input string) (*ApiReleaseId, error) + func ParseApiReleaseIDInsensitively(input string) (*ApiReleaseId, error) + func (id *ApiReleaseId) FromParseResult(input resourceids.ParseResult) error + func (id ApiReleaseId) ID() string + func (id ApiReleaseId) Segments() []resourceids.Segment + func (id ApiReleaseId) String() string + type CreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions + func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiReleaseContract + OData *odata.OData + type DeleteOperationOptions struct + IfMatch *string + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *ApiReleaseContract + OData *odata.OData + type ListByServiceCompleteResult struct + Items []ApiReleaseContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]ApiReleaseContract + OData *odata.OData + type ReleaseId struct + ApiId string + ReleaseId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewReleaseID(subscriptionId string, resourceGroupName string, serviceName string, ...) ReleaseId + func ParseReleaseID(input string) (*ReleaseId, error) + func ParseReleaseIDInsensitively(input string) (*ReleaseId, error) + func (id *ReleaseId) FromParseResult(input resourceids.ParseResult) error + func (id ReleaseId) ID() string + func (id ReleaseId) Segments() []resourceids.Segment + func (id ReleaseId) String() string + type UpdateOperationOptions struct + IfMatch *string + func DefaultUpdateOperationOptions() UpdateOperationOptions + func (o UpdateOperationOptions) ToHeaders() *client.Headers + func (o UpdateOperationOptions) ToOData() *odata.Query + func (o UpdateOperationOptions) ToQuery() *client.QueryParams + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiReleaseContract + OData *odata.OData + type WorkspaceApiId struct + ApiId string + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceId string + func NewWorkspaceApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) WorkspaceApiId + func ParseWorkspaceApiID(input string) (*WorkspaceApiId, error) + func ParseWorkspaceApiIDInsensitively(input string) (*WorkspaceApiId, error) + func (id *WorkspaceApiId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceApiId) ID() string + func (id WorkspaceApiId) Segments() []resourceids.Segment + func (id WorkspaceApiId) String() string + type WorkspaceApiReleaseCreateOrUpdateOperationOptions struct + IfMatch *string + func DefaultWorkspaceApiReleaseCreateOrUpdateOperationOptions() WorkspaceApiReleaseCreateOrUpdateOperationOptions + func (o WorkspaceApiReleaseCreateOrUpdateOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiReleaseCreateOrUpdateOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiReleaseCreateOrUpdateOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiReleaseCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiReleaseContract + OData *odata.OData + type WorkspaceApiReleaseDeleteOperationOptions struct + IfMatch *string + func DefaultWorkspaceApiReleaseDeleteOperationOptions() WorkspaceApiReleaseDeleteOperationOptions + func (o WorkspaceApiReleaseDeleteOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiReleaseDeleteOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiReleaseDeleteOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiReleaseDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceApiReleaseGetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type WorkspaceApiReleaseGetOperationResponse struct + HttpResponse *http.Response + Model *ApiReleaseContract + OData *odata.OData + type WorkspaceApiReleaseListByServiceCompleteResult struct + Items []ApiReleaseContract + LatestHttpResponse *http.Response + type WorkspaceApiReleaseListByServiceCustomPager struct + NextLink *odata.Link + func (p *WorkspaceApiReleaseListByServiceCustomPager) NextPageLink() *odata.Link + type WorkspaceApiReleaseListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultWorkspaceApiReleaseListByServiceOperationOptions() WorkspaceApiReleaseListByServiceOperationOptions + func (o WorkspaceApiReleaseListByServiceOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiReleaseListByServiceOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiReleaseListByServiceOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiReleaseListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]ApiReleaseContract + OData *odata.OData + type WorkspaceApiReleaseUpdateOperationOptions struct + IfMatch *string + func DefaultWorkspaceApiReleaseUpdateOperationOptions() WorkspaceApiReleaseUpdateOperationOptions + func (o WorkspaceApiReleaseUpdateOperationOptions) ToHeaders() *client.Headers + func (o WorkspaceApiReleaseUpdateOperationOptions) ToOData() *odata.Query + func (o WorkspaceApiReleaseUpdateOperationOptions) ToQuery() *client.QueryParams + type WorkspaceApiReleaseUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiReleaseContract + OData *odata.OData