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 PossibleValuesForGroupType() []string + func ValidateProductGroupID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProductID(input interface{}, key string) (warnings []string, errors []error) + type CheckEntityExistsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *GroupContract + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GroupContract struct + Id *string + Name *string + Properties *GroupContractProperties + Type *string + type GroupContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p GroupContractOperationPredicate) Matches(input GroupContract) bool + type GroupContractProperties struct + BuiltIn *bool + Description *string + DisplayName string + ExternalId *string + Type *GroupType + type GroupType string + const GroupTypeCustom + const GroupTypeExternal + const GroupTypeSystem + func (s *GroupType) UnmarshalJSON(bytes []byte) error + type ListByProductCompleteResult struct + Items []GroupContract + LatestHttpResponse *http.Response + type ListByProductCustomPager struct + NextLink *odata.Link + func (p *ListByProductCustomPager) NextPageLink() *odata.Link + type ListByProductOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByProductOperationOptions() ListByProductOperationOptions + func (o ListByProductOperationOptions) ToHeaders() *client.Headers + func (o ListByProductOperationOptions) ToOData() *odata.Query + func (o ListByProductOperationOptions) ToQuery() *client.QueryParams + type ListByProductOperationResponse struct + HttpResponse *http.Response + Model *[]GroupContract + OData *odata.OData + type ProductGroupClient struct + Client *resourcemanager.Client + func NewProductGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*ProductGroupClient, error) + func (c ProductGroupClient) CheckEntityExists(ctx context.Context, id ProductGroupId) (result CheckEntityExistsOperationResponse, err error) + func (c ProductGroupClient) CreateOrUpdate(ctx context.Context, id ProductGroupId) (result CreateOrUpdateOperationResponse, err error) + func (c ProductGroupClient) Delete(ctx context.Context, id ProductGroupId) (result DeleteOperationResponse, err error) + func (c ProductGroupClient) ListByProduct(ctx context.Context, id ProductId, options ListByProductOperationOptions) (result ListByProductOperationResponse, err error) + func (c ProductGroupClient) ListByProductComplete(ctx context.Context, id ProductId, options ListByProductOperationOptions) (ListByProductCompleteResult, error) + func (c ProductGroupClient) ListByProductCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListByProductOperationOptions, ...) (result ListByProductCompleteResult, err error) + type ProductGroupId struct + GroupId string + ProductId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewProductGroupID(subscriptionId string, resourceGroupName string, serviceName string, ...) ProductGroupId + func ParseProductGroupID(input string) (*ProductGroupId, error) + func ParseProductGroupIDInsensitively(input string) (*ProductGroupId, error) + func (id *ProductGroupId) FromParseResult(input resourceids.ParseResult) error + func (id ProductGroupId) ID() string + func (id ProductGroupId) Segments() []resourceids.Segment + func (id ProductGroupId) String() string + type ProductId struct + ProductId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewProductID(subscriptionId string, resourceGroupName string, serviceName string, ...) ProductId + func ParseProductID(input string) (*ProductId, error) + func ParseProductIDInsensitively(input string) (*ProductId, error) + func (id *ProductId) FromParseResult(input resourceids.ParseResult) error + func (id ProductId) ID() string + func (id ProductId) Segments() []resourceids.Segment + func (id ProductId) String() string