Documentation ¶
Index ¶
- func ValidateGroupLinkID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProductGroupLinkID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProductID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceProductID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type GroupLinkId
- type ListByProductCompleteResult
- type ListByProductCustomPager
- type ListByProductOperationOptions
- type ListByProductOperationResponse
- type ProductGroupLinkClient
- func (c ProductGroupLinkClient) CreateOrUpdate(ctx context.Context, id GroupLinkId, input ProductGroupLinkContract) (result CreateOrUpdateOperationResponse, err error)
- func (c ProductGroupLinkClient) Delete(ctx context.Context, id GroupLinkId) (result DeleteOperationResponse, err error)
- func (c ProductGroupLinkClient) Get(ctx context.Context, id GroupLinkId) (result GetOperationResponse, err error)
- func (c ProductGroupLinkClient) ListByProduct(ctx context.Context, id ProductId, options ListByProductOperationOptions) (result ListByProductOperationResponse, err error)
- func (c ProductGroupLinkClient) ListByProductComplete(ctx context.Context, id ProductId, options ListByProductOperationOptions) (ListByProductCompleteResult, error)
- func (c ProductGroupLinkClient) ListByProductCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListByProductOperationOptions, ...) (result ListByProductCompleteResult, err error)
- func (c ProductGroupLinkClient) WorkspaceProductGroupLinkCreateOrUpdate(ctx context.Context, id ProductGroupLinkId, input ProductGroupLinkContract) (result WorkspaceProductGroupLinkCreateOrUpdateOperationResponse, err error)
- func (c ProductGroupLinkClient) WorkspaceProductGroupLinkDelete(ctx context.Context, id ProductGroupLinkId) (result WorkspaceProductGroupLinkDeleteOperationResponse, err error)
- func (c ProductGroupLinkClient) WorkspaceProductGroupLinkGet(ctx context.Context, id ProductGroupLinkId) (result WorkspaceProductGroupLinkGetOperationResponse, err error)
- func (c ProductGroupLinkClient) WorkspaceProductGroupLinkListByProduct(ctx context.Context, id WorkspaceProductId, ...) (result WorkspaceProductGroupLinkListByProductOperationResponse, err error)
- func (c ProductGroupLinkClient) WorkspaceProductGroupLinkListByProductComplete(ctx context.Context, id WorkspaceProductId, ...) (WorkspaceProductGroupLinkListByProductCompleteResult, error)
- func (c ProductGroupLinkClient) WorkspaceProductGroupLinkListByProductCompleteMatchingPredicate(ctx context.Context, id WorkspaceProductId, ...) (result WorkspaceProductGroupLinkListByProductCompleteResult, err error)
- type ProductGroupLinkContract
- type ProductGroupLinkContractOperationPredicate
- type ProductGroupLinkContractProperties
- type ProductGroupLinkId
- type ProductId
- type WorkspaceProductGroupLinkCreateOrUpdateOperationResponse
- type WorkspaceProductGroupLinkDeleteOperationResponse
- type WorkspaceProductGroupLinkGetOperationResponse
- type WorkspaceProductGroupLinkListByProductCompleteResult
- type WorkspaceProductGroupLinkListByProductCustomPager
- type WorkspaceProductGroupLinkListByProductOperationOptions
- type WorkspaceProductGroupLinkListByProductOperationResponse
- type WorkspaceProductId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateGroupLinkID ¶
ValidateGroupLinkID checks that 'input' can be parsed as a Group Link ID
func ValidateProductGroupLinkID ¶
ValidateProductGroupLinkID checks that 'input' can be parsed as a Product Group Link ID
func ValidateProductID ¶
ValidateProductID checks that 'input' can be parsed as a Product ID
func ValidateWorkspaceProductID ¶
ValidateWorkspaceProductID checks that 'input' can be parsed as a Workspace Product ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductGroupLinkContract }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductGroupLinkContract }
type GroupLinkId ¶
type GroupLinkId struct { SubscriptionId string ResourceGroupName string ServiceName string ProductId string GroupLinkId string }
GroupLinkId is a struct representing the Resource ID for a Group Link
func NewGroupLinkID ¶
func NewGroupLinkID(subscriptionId string, resourceGroupName string, serviceName string, productId string, groupLinkId string) GroupLinkId
NewGroupLinkID returns a new GroupLinkId struct
func ParseGroupLinkID ¶
func ParseGroupLinkID(input string) (*GroupLinkId, error)
ParseGroupLinkID parses 'input' into a GroupLinkId
func ParseGroupLinkIDInsensitively ¶
func ParseGroupLinkIDInsensitively(input string) (*GroupLinkId, error)
ParseGroupLinkIDInsensitively parses 'input' case-insensitively into a GroupLinkId note: this method should only be used for API response data and not user input
func (*GroupLinkId) FromParseResult ¶
func (id *GroupLinkId) FromParseResult(input resourceids.ParseResult) error
func (GroupLinkId) Segments ¶
func (id GroupLinkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Group Link ID
func (GroupLinkId) String ¶
func (id GroupLinkId) String() string
String returns a human-readable description of this Group Link ID
type ListByProductCompleteResult ¶
type ListByProductCompleteResult struct { LatestHttpResponse *http.Response Items []ProductGroupLinkContract }
type ListByProductCustomPager ¶ added in v0.20240628.1153531
func (*ListByProductCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByProductCustomPager) NextPageLink() *odata.Link
type ListByProductOperationOptions ¶
func DefaultListByProductOperationOptions ¶
func DefaultListByProductOperationOptions() ListByProductOperationOptions
func (ListByProductOperationOptions) ToHeaders ¶
func (o ListByProductOperationOptions) ToHeaders() *client.Headers
func (ListByProductOperationOptions) ToOData ¶
func (o ListByProductOperationOptions) ToOData() *odata.Query
func (ListByProductOperationOptions) ToQuery ¶
func (o ListByProductOperationOptions) ToQuery() *client.QueryParams
type ListByProductOperationResponse ¶
type ListByProductOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ProductGroupLinkContract }
type ProductGroupLinkClient ¶
type ProductGroupLinkClient struct {
Client *resourcemanager.Client
}
func NewProductGroupLinkClientWithBaseURI ¶
func NewProductGroupLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*ProductGroupLinkClient, error)
func (ProductGroupLinkClient) CreateOrUpdate ¶
func (c ProductGroupLinkClient) CreateOrUpdate(ctx context.Context, id GroupLinkId, input ProductGroupLinkContract) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ProductGroupLinkClient) Delete ¶
func (c ProductGroupLinkClient) Delete(ctx context.Context, id GroupLinkId) (result DeleteOperationResponse, err error)
Delete ...
func (ProductGroupLinkClient) Get ¶
func (c ProductGroupLinkClient) Get(ctx context.Context, id GroupLinkId) (result GetOperationResponse, err error)
Get ...
func (ProductGroupLinkClient) ListByProduct ¶
func (c ProductGroupLinkClient) ListByProduct(ctx context.Context, id ProductId, options ListByProductOperationOptions) (result ListByProductOperationResponse, err error)
ListByProduct ...
func (ProductGroupLinkClient) ListByProductComplete ¶
func (c ProductGroupLinkClient) ListByProductComplete(ctx context.Context, id ProductId, options ListByProductOperationOptions) (ListByProductCompleteResult, error)
ListByProductComplete retrieves all the results into a single object
func (ProductGroupLinkClient) ListByProductCompleteMatchingPredicate ¶
func (c ProductGroupLinkClient) ListByProductCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListByProductOperationOptions, predicate ProductGroupLinkContractOperationPredicate) (result ListByProductCompleteResult, err error)
ListByProductCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ProductGroupLinkClient) WorkspaceProductGroupLinkCreateOrUpdate ¶
func (c ProductGroupLinkClient) WorkspaceProductGroupLinkCreateOrUpdate(ctx context.Context, id ProductGroupLinkId, input ProductGroupLinkContract) (result WorkspaceProductGroupLinkCreateOrUpdateOperationResponse, err error)
WorkspaceProductGroupLinkCreateOrUpdate ...
func (ProductGroupLinkClient) WorkspaceProductGroupLinkDelete ¶
func (c ProductGroupLinkClient) WorkspaceProductGroupLinkDelete(ctx context.Context, id ProductGroupLinkId) (result WorkspaceProductGroupLinkDeleteOperationResponse, err error)
WorkspaceProductGroupLinkDelete ...
func (ProductGroupLinkClient) WorkspaceProductGroupLinkGet ¶
func (c ProductGroupLinkClient) WorkspaceProductGroupLinkGet(ctx context.Context, id ProductGroupLinkId) (result WorkspaceProductGroupLinkGetOperationResponse, err error)
WorkspaceProductGroupLinkGet ...
func (ProductGroupLinkClient) WorkspaceProductGroupLinkListByProduct ¶
func (c ProductGroupLinkClient) WorkspaceProductGroupLinkListByProduct(ctx context.Context, id WorkspaceProductId, options WorkspaceProductGroupLinkListByProductOperationOptions) (result WorkspaceProductGroupLinkListByProductOperationResponse, err error)
WorkspaceProductGroupLinkListByProduct ...
func (ProductGroupLinkClient) WorkspaceProductGroupLinkListByProductComplete ¶
func (c ProductGroupLinkClient) WorkspaceProductGroupLinkListByProductComplete(ctx context.Context, id WorkspaceProductId, options WorkspaceProductGroupLinkListByProductOperationOptions) (WorkspaceProductGroupLinkListByProductCompleteResult, error)
WorkspaceProductGroupLinkListByProductComplete retrieves all the results into a single object
func (ProductGroupLinkClient) WorkspaceProductGroupLinkListByProductCompleteMatchingPredicate ¶
func (c ProductGroupLinkClient) WorkspaceProductGroupLinkListByProductCompleteMatchingPredicate(ctx context.Context, id WorkspaceProductId, options WorkspaceProductGroupLinkListByProductOperationOptions, predicate ProductGroupLinkContractOperationPredicate) (result WorkspaceProductGroupLinkListByProductCompleteResult, err error)
WorkspaceProductGroupLinkListByProductCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ProductGroupLinkContract ¶
type ProductGroupLinkContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ProductGroupLinkContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ProductGroupLinkContractOperationPredicate ¶
func (ProductGroupLinkContractOperationPredicate) Matches ¶
func (p ProductGroupLinkContractOperationPredicate) Matches(input ProductGroupLinkContract) bool
type ProductGroupLinkContractProperties ¶
type ProductGroupLinkContractProperties struct {
GroupId string `json:"groupId"`
}
type ProductGroupLinkId ¶
type ProductGroupLinkId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string ProductId string GroupLinkId string }
ProductGroupLinkId is a struct representing the Resource ID for a Product Group Link
func NewProductGroupLinkID ¶
func NewProductGroupLinkID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, productId string, groupLinkId string) ProductGroupLinkId
NewProductGroupLinkID returns a new ProductGroupLinkId struct
func ParseProductGroupLinkID ¶
func ParseProductGroupLinkID(input string) (*ProductGroupLinkId, error)
ParseProductGroupLinkID parses 'input' into a ProductGroupLinkId
func ParseProductGroupLinkIDInsensitively ¶
func ParseProductGroupLinkIDInsensitively(input string) (*ProductGroupLinkId, error)
ParseProductGroupLinkIDInsensitively parses 'input' case-insensitively into a ProductGroupLinkId note: this method should only be used for API response data and not user input
func (*ProductGroupLinkId) FromParseResult ¶
func (id *ProductGroupLinkId) FromParseResult(input resourceids.ParseResult) error
func (ProductGroupLinkId) ID ¶
func (id ProductGroupLinkId) ID() string
ID returns the formatted Product Group Link ID
func (ProductGroupLinkId) Segments ¶
func (id ProductGroupLinkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Product Group Link ID
func (ProductGroupLinkId) String ¶
func (id ProductGroupLinkId) String() string
String returns a human-readable description of this Product Group Link ID
type ProductId ¶
type ProductId struct { SubscriptionId string ResourceGroupName string ServiceName string ProductId string }
ProductId is a struct representing the Resource ID for a Product
func NewProductID ¶
func NewProductID(subscriptionId string, resourceGroupName string, serviceName string, productId string) ProductId
NewProductID returns a new ProductId struct
func ParseProductID ¶
ParseProductID parses 'input' into a ProductId
func ParseProductIDInsensitively ¶
ParseProductIDInsensitively parses 'input' case-insensitively into a ProductId note: this method should only be used for API response data and not user input
func (*ProductId) FromParseResult ¶
func (id *ProductId) FromParseResult(input resourceids.ParseResult) error
func (ProductId) Segments ¶
func (id ProductId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Product ID
type WorkspaceProductGroupLinkCreateOrUpdateOperationResponse ¶
type WorkspaceProductGroupLinkCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductGroupLinkContract }
type WorkspaceProductGroupLinkGetOperationResponse ¶
type WorkspaceProductGroupLinkGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductGroupLinkContract }
type WorkspaceProductGroupLinkListByProductCompleteResult ¶
type WorkspaceProductGroupLinkListByProductCompleteResult struct { LatestHttpResponse *http.Response Items []ProductGroupLinkContract }
type WorkspaceProductGroupLinkListByProductCustomPager ¶ added in v0.20240628.1153531
type WorkspaceProductGroupLinkListByProductCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*WorkspaceProductGroupLinkListByProductCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *WorkspaceProductGroupLinkListByProductCustomPager) NextPageLink() *odata.Link
type WorkspaceProductGroupLinkListByProductOperationOptions ¶
type WorkspaceProductGroupLinkListByProductOperationOptions struct { Filter *string Skip *int64 Top *int64 }
func DefaultWorkspaceProductGroupLinkListByProductOperationOptions ¶
func DefaultWorkspaceProductGroupLinkListByProductOperationOptions() WorkspaceProductGroupLinkListByProductOperationOptions
func (WorkspaceProductGroupLinkListByProductOperationOptions) ToHeaders ¶
func (o WorkspaceProductGroupLinkListByProductOperationOptions) ToHeaders() *client.Headers
func (WorkspaceProductGroupLinkListByProductOperationOptions) ToOData ¶
func (o WorkspaceProductGroupLinkListByProductOperationOptions) ToOData() *odata.Query
func (WorkspaceProductGroupLinkListByProductOperationOptions) ToQuery ¶
func (o WorkspaceProductGroupLinkListByProductOperationOptions) ToQuery() *client.QueryParams
type WorkspaceProductGroupLinkListByProductOperationResponse ¶
type WorkspaceProductGroupLinkListByProductOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ProductGroupLinkContract }
type WorkspaceProductId ¶
type WorkspaceProductId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string ProductId string }
WorkspaceProductId is a struct representing the Resource ID for a Workspace Product
func NewWorkspaceProductID ¶
func NewWorkspaceProductID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, productId string) WorkspaceProductId
NewWorkspaceProductID returns a new WorkspaceProductId struct
func ParseWorkspaceProductID ¶
func ParseWorkspaceProductID(input string) (*WorkspaceProductId, error)
ParseWorkspaceProductID parses 'input' into a WorkspaceProductId
func ParseWorkspaceProductIDInsensitively ¶
func ParseWorkspaceProductIDInsensitively(input string) (*WorkspaceProductId, error)
ParseWorkspaceProductIDInsensitively parses 'input' case-insensitively into a WorkspaceProductId note: this method should only be used for API response data and not user input
func (*WorkspaceProductId) FromParseResult ¶
func (id *WorkspaceProductId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceProductId) ID ¶
func (id WorkspaceProductId) ID() string
ID returns the formatted Workspace Product ID
func (WorkspaceProductId) Segments ¶
func (id WorkspaceProductId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace Product ID
func (WorkspaceProductId) String ¶
func (id WorkspaceProductId) String() string
String returns a human-readable description of this Workspace Product ID
Source Files ¶
- client.go
- id_grouplink.go
- id_product.go
- id_productgrouplink.go
- id_workspaceproduct.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_listbyproduct.go
- method_workspaceproductgrouplinkcreateorupdate.go
- method_workspaceproductgrouplinkdelete.go
- method_workspaceproductgrouplinkget.go
- method_workspaceproductgrouplinklistbyproduct.go
- model_productgrouplinkcontract.go
- model_productgrouplinkcontractproperties.go
- predicates.go
- version.go