Versions in this module Expand all Collapse all v2 v2.96.0 Feb 14, 2022 Changes in this version + func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateCreatorID(input interface{}, key string) (warnings []string, errors []error) + type AccountId struct + AccountName string + ResourceGroupName string + SubscriptionId string + func NewAccountID(subscriptionId string, resourceGroupName string, accountName string) AccountId + func ParseAccountID(input string) (*AccountId, error) + func ParseAccountIDInsensitively(input string) (*AccountId, error) + func (id AccountId) ID() string + func (id AccountId) Segments() []resourceids.Segment + func (id AccountId) String() string + type CreateOrUpdateResponse struct + HttpResponse *http.Response + Model *Creator + type Creator struct + Id *string + Location string + Name *string + Properties CreatorProperties + Tags *map[string]string + Type *string + type CreatorId struct + AccountName string + CreatorName string + ResourceGroupName string + SubscriptionId string + func NewCreatorID(subscriptionId string, resourceGroupName string, accountName string, ...) CreatorId + func ParseCreatorID(input string) (*CreatorId, error) + func ParseCreatorIDInsensitively(input string) (*CreatorId, error) + func (id CreatorId) ID() string + func (id CreatorId) Segments() []resourceids.Segment + func (id CreatorId) String() string + type CreatorPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p CreatorPredicate) Matches(input Creator) bool + type CreatorProperties struct + ProvisioningState *string + StorageUnits int64 + type CreatorUpdateParameters struct + Properties *CreatorProperties + Tags *map[string]string + type CreatorsClient struct + Client autorest.Client + func NewCreatorsClientWithBaseURI(endpoint string) CreatorsClient + func (c CreatorsClient) CreateOrUpdate(ctx context.Context, id CreatorId, input Creator) (result CreateOrUpdateResponse, err error) + func (c CreatorsClient) Delete(ctx context.Context, id CreatorId) (result DeleteResponse, err error) + func (c CreatorsClient) Get(ctx context.Context, id CreatorId) (result GetResponse, err error) + func (c CreatorsClient) ListByAccount(ctx context.Context, id AccountId) (resp ListByAccountResponse, err error) + func (c CreatorsClient) ListByAccountComplete(ctx context.Context, id AccountId) (ListByAccountCompleteResult, error) + func (c CreatorsClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, predicate CreatorPredicate) (resp ListByAccountCompleteResult, err error) + func (c CreatorsClient) Update(ctx context.Context, id CreatorId, input CreatorUpdateParameters) (result UpdateResponse, err error) + type DeleteResponse struct + HttpResponse *http.Response + type GetResponse struct + HttpResponse *http.Response + Model *Creator + type ListByAccountCompleteResult struct + Items []Creator + type ListByAccountResponse struct + HttpResponse *http.Response + Model *[]Creator + func (r ListByAccountResponse) HasMore() bool + func (r ListByAccountResponse) LoadMore(ctx context.Context) (resp ListByAccountResponse, err error) + type UpdateResponse struct + HttpResponse *http.Response + Model *Creator