Documentation ¶
Index ¶
- func ValidateProductApiLinkID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateProductID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceProductApiLinkID(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 ListByProductCompleteResult
- type ListByProductOperationOptions
- type ListByProductOperationResponse
- type ProductApiLinkClient
- func (c ProductApiLinkClient) CreateOrUpdate(ctx context.Context, id ProductApiLinkId, input ProductApiLinkContract) (result CreateOrUpdateOperationResponse, err error)
- func (c ProductApiLinkClient) Delete(ctx context.Context, id ProductApiLinkId) (result DeleteOperationResponse, err error)
- func (c ProductApiLinkClient) Get(ctx context.Context, id ProductApiLinkId) (result GetOperationResponse, err error)
- func (c ProductApiLinkClient) ListByProduct(ctx context.Context, id ProductId, options ListByProductOperationOptions) (result ListByProductOperationResponse, err error)
- func (c ProductApiLinkClient) ListByProductComplete(ctx context.Context, id ProductId, options ListByProductOperationOptions) (ListByProductCompleteResult, error)
- func (c ProductApiLinkClient) ListByProductCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListByProductOperationOptions, ...) (result ListByProductCompleteResult, err error)
- func (c ProductApiLinkClient) WorkspaceProductApiLinkCreateOrUpdate(ctx context.Context, id WorkspaceProductApiLinkId, ...) (result WorkspaceProductApiLinkCreateOrUpdateOperationResponse, err error)
- func (c ProductApiLinkClient) WorkspaceProductApiLinkDelete(ctx context.Context, id WorkspaceProductApiLinkId) (result WorkspaceProductApiLinkDeleteOperationResponse, err error)
- func (c ProductApiLinkClient) WorkspaceProductApiLinkGet(ctx context.Context, id WorkspaceProductApiLinkId) (result WorkspaceProductApiLinkGetOperationResponse, err error)
- func (c ProductApiLinkClient) WorkspaceProductApiLinkListByProduct(ctx context.Context, id WorkspaceProductId, ...) (result WorkspaceProductApiLinkListByProductOperationResponse, err error)
- func (c ProductApiLinkClient) WorkspaceProductApiLinkListByProductComplete(ctx context.Context, id WorkspaceProductId, ...) (WorkspaceProductApiLinkListByProductCompleteResult, error)
- func (c ProductApiLinkClient) WorkspaceProductApiLinkListByProductCompleteMatchingPredicate(ctx context.Context, id WorkspaceProductId, ...) (result WorkspaceProductApiLinkListByProductCompleteResult, err error)
- type ProductApiLinkContract
- type ProductApiLinkContractOperationPredicate
- type ProductApiLinkContractProperties
- type ProductApiLinkId
- type ProductId
- type WorkspaceProductApiLinkCreateOrUpdateOperationResponse
- type WorkspaceProductApiLinkDeleteOperationResponse
- type WorkspaceProductApiLinkGetOperationResponse
- type WorkspaceProductApiLinkId
- func NewWorkspaceProductApiLinkID(subscriptionId string, resourceGroupName string, serviceName string, ...) WorkspaceProductApiLinkId
- func ParseWorkspaceProductApiLinkID(input string) (*WorkspaceProductApiLinkId, error)
- func ParseWorkspaceProductApiLinkIDInsensitively(input string) (*WorkspaceProductApiLinkId, error)
- type WorkspaceProductApiLinkListByProductCompleteResult
- type WorkspaceProductApiLinkListByProductOperationOptions
- type WorkspaceProductApiLinkListByProductOperationResponse
- type WorkspaceProductId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateProductApiLinkID ¶
ValidateProductApiLinkID checks that 'input' can be parsed as a Product Api Link ID
func ValidateProductID ¶
ValidateProductID checks that 'input' can be parsed as a Product ID
func ValidateWorkspaceProductApiLinkID ¶
func ValidateWorkspaceProductApiLinkID(input interface{}, key string) (warnings []string, errors []error)
ValidateWorkspaceProductApiLinkID checks that 'input' can be parsed as a Workspace Product Api Link 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 *ProductApiLinkContract }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductApiLinkContract }
type ListByProductCompleteResult ¶
type ListByProductCompleteResult struct {
Items []ProductApiLinkContract
}
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 *[]ProductApiLinkContract }
type ProductApiLinkClient ¶
type ProductApiLinkClient struct {
Client *resourcemanager.Client
}
func NewProductApiLinkClientWithBaseURI ¶
func NewProductApiLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*ProductApiLinkClient, error)
func (ProductApiLinkClient) CreateOrUpdate ¶
func (c ProductApiLinkClient) CreateOrUpdate(ctx context.Context, id ProductApiLinkId, input ProductApiLinkContract) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ProductApiLinkClient) Delete ¶
func (c ProductApiLinkClient) Delete(ctx context.Context, id ProductApiLinkId) (result DeleteOperationResponse, err error)
Delete ...
func (ProductApiLinkClient) Get ¶
func (c ProductApiLinkClient) Get(ctx context.Context, id ProductApiLinkId) (result GetOperationResponse, err error)
Get ...
func (ProductApiLinkClient) ListByProduct ¶
func (c ProductApiLinkClient) ListByProduct(ctx context.Context, id ProductId, options ListByProductOperationOptions) (result ListByProductOperationResponse, err error)
ListByProduct ...
func (ProductApiLinkClient) ListByProductComplete ¶
func (c ProductApiLinkClient) ListByProductComplete(ctx context.Context, id ProductId, options ListByProductOperationOptions) (ListByProductCompleteResult, error)
ListByProductComplete retrieves all the results into a single object
func (ProductApiLinkClient) ListByProductCompleteMatchingPredicate ¶
func (c ProductApiLinkClient) ListByProductCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListByProductOperationOptions, predicate ProductApiLinkContractOperationPredicate) (result ListByProductCompleteResult, err error)
ListByProductCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (ProductApiLinkClient) WorkspaceProductApiLinkCreateOrUpdate ¶
func (c ProductApiLinkClient) WorkspaceProductApiLinkCreateOrUpdate(ctx context.Context, id WorkspaceProductApiLinkId, input ProductApiLinkContract) (result WorkspaceProductApiLinkCreateOrUpdateOperationResponse, err error)
WorkspaceProductApiLinkCreateOrUpdate ...
func (ProductApiLinkClient) WorkspaceProductApiLinkDelete ¶
func (c ProductApiLinkClient) WorkspaceProductApiLinkDelete(ctx context.Context, id WorkspaceProductApiLinkId) (result WorkspaceProductApiLinkDeleteOperationResponse, err error)
WorkspaceProductApiLinkDelete ...
func (ProductApiLinkClient) WorkspaceProductApiLinkGet ¶
func (c ProductApiLinkClient) WorkspaceProductApiLinkGet(ctx context.Context, id WorkspaceProductApiLinkId) (result WorkspaceProductApiLinkGetOperationResponse, err error)
WorkspaceProductApiLinkGet ...
func (ProductApiLinkClient) WorkspaceProductApiLinkListByProduct ¶
func (c ProductApiLinkClient) WorkspaceProductApiLinkListByProduct(ctx context.Context, id WorkspaceProductId, options WorkspaceProductApiLinkListByProductOperationOptions) (result WorkspaceProductApiLinkListByProductOperationResponse, err error)
WorkspaceProductApiLinkListByProduct ...
func (ProductApiLinkClient) WorkspaceProductApiLinkListByProductComplete ¶
func (c ProductApiLinkClient) WorkspaceProductApiLinkListByProductComplete(ctx context.Context, id WorkspaceProductId, options WorkspaceProductApiLinkListByProductOperationOptions) (WorkspaceProductApiLinkListByProductCompleteResult, error)
WorkspaceProductApiLinkListByProductComplete retrieves all the results into a single object
func (ProductApiLinkClient) WorkspaceProductApiLinkListByProductCompleteMatchingPredicate ¶
func (c ProductApiLinkClient) WorkspaceProductApiLinkListByProductCompleteMatchingPredicate(ctx context.Context, id WorkspaceProductId, options WorkspaceProductApiLinkListByProductOperationOptions, predicate ProductApiLinkContractOperationPredicate) (result WorkspaceProductApiLinkListByProductCompleteResult, err error)
WorkspaceProductApiLinkListByProductCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ProductApiLinkContract ¶
type ProductApiLinkContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ProductApiLinkContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ProductApiLinkContractOperationPredicate ¶
func (ProductApiLinkContractOperationPredicate) Matches ¶
func (p ProductApiLinkContractOperationPredicate) Matches(input ProductApiLinkContract) bool
type ProductApiLinkContractProperties ¶
type ProductApiLinkContractProperties struct {
ApiId string `json:"apiId"`
}
type ProductApiLinkId ¶
type ProductApiLinkId struct { SubscriptionId string ResourceGroupName string ServiceName string ProductId string ApiLinkId string }
ProductApiLinkId is a struct representing the Resource ID for a Product Api Link
func NewProductApiLinkID ¶
func NewProductApiLinkID(subscriptionId string, resourceGroupName string, serviceName string, productId string, apiLinkId string) ProductApiLinkId
NewProductApiLinkID returns a new ProductApiLinkId struct
func ParseProductApiLinkID ¶
func ParseProductApiLinkID(input string) (*ProductApiLinkId, error)
ParseProductApiLinkID parses 'input' into a ProductApiLinkId
func ParseProductApiLinkIDInsensitively ¶
func ParseProductApiLinkIDInsensitively(input string) (*ProductApiLinkId, error)
ParseProductApiLinkIDInsensitively parses 'input' case-insensitively into a ProductApiLinkId note: this method should only be used for API response data and not user input
func (ProductApiLinkId) ID ¶
func (id ProductApiLinkId) ID() string
ID returns the formatted Product Api Link ID
func (ProductApiLinkId) Segments ¶
func (id ProductApiLinkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Product Api Link ID
func (ProductApiLinkId) String ¶
func (id ProductApiLinkId) String() string
String returns a human-readable description of this Product Api 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) Segments ¶
func (id ProductId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Product ID
type WorkspaceProductApiLinkCreateOrUpdateOperationResponse ¶
type WorkspaceProductApiLinkCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductApiLinkContract }
type WorkspaceProductApiLinkGetOperationResponse ¶
type WorkspaceProductApiLinkGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ProductApiLinkContract }
type WorkspaceProductApiLinkId ¶
type WorkspaceProductApiLinkId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string ProductId string ApiLinkId string }
WorkspaceProductApiLinkId is a struct representing the Resource ID for a Workspace Product Api Link
func NewWorkspaceProductApiLinkID ¶
func NewWorkspaceProductApiLinkID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, productId string, apiLinkId string) WorkspaceProductApiLinkId
NewWorkspaceProductApiLinkID returns a new WorkspaceProductApiLinkId struct
func ParseWorkspaceProductApiLinkID ¶
func ParseWorkspaceProductApiLinkID(input string) (*WorkspaceProductApiLinkId, error)
ParseWorkspaceProductApiLinkID parses 'input' into a WorkspaceProductApiLinkId
func ParseWorkspaceProductApiLinkIDInsensitively ¶
func ParseWorkspaceProductApiLinkIDInsensitively(input string) (*WorkspaceProductApiLinkId, error)
ParseWorkspaceProductApiLinkIDInsensitively parses 'input' case-insensitively into a WorkspaceProductApiLinkId note: this method should only be used for API response data and not user input
func (WorkspaceProductApiLinkId) ID ¶
func (id WorkspaceProductApiLinkId) ID() string
ID returns the formatted Workspace Product Api Link ID
func (WorkspaceProductApiLinkId) Segments ¶
func (id WorkspaceProductApiLinkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace Product Api Link ID
func (WorkspaceProductApiLinkId) String ¶
func (id WorkspaceProductApiLinkId) String() string
String returns a human-readable description of this Workspace Product Api Link ID
type WorkspaceProductApiLinkListByProductCompleteResult ¶
type WorkspaceProductApiLinkListByProductCompleteResult struct {
Items []ProductApiLinkContract
}
type WorkspaceProductApiLinkListByProductOperationOptions ¶
type WorkspaceProductApiLinkListByProductOperationOptions struct { Filter *string Skip *int64 Top *int64 }
func DefaultWorkspaceProductApiLinkListByProductOperationOptions ¶
func DefaultWorkspaceProductApiLinkListByProductOperationOptions() WorkspaceProductApiLinkListByProductOperationOptions
func (WorkspaceProductApiLinkListByProductOperationOptions) ToHeaders ¶
func (o WorkspaceProductApiLinkListByProductOperationOptions) ToHeaders() *client.Headers
func (WorkspaceProductApiLinkListByProductOperationOptions) ToOData ¶
func (o WorkspaceProductApiLinkListByProductOperationOptions) ToOData() *odata.Query
func (WorkspaceProductApiLinkListByProductOperationOptions) ToQuery ¶
func (o WorkspaceProductApiLinkListByProductOperationOptions) ToQuery() *client.QueryParams
type WorkspaceProductApiLinkListByProductOperationResponse ¶
type WorkspaceProductApiLinkListByProductOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ProductApiLinkContract }
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) 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_product.go
- id_productapilink.go
- id_workspaceproduct.go
- id_workspaceproductapilink.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_listbyproduct.go
- method_workspaceproductapilinkcreateorupdate.go
- method_workspaceproductapilinkdelete.go
- method_workspaceproductapilinkget.go
- method_workspaceproductapilinklistbyproduct.go
- model_productapilinkcontract.go
- model_productapilinkcontractproperties.go
- predicates.go
- version.go