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 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) FromParseResult(input resourceids.ParseResult) error + func (id AccountId) ID() string + func (id AccountId) Segments() []resourceids.Segment + func (id AccountId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Creator + OData *odata.OData + 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) FromParseResult(input resourceids.ParseResult) error + func (id CreatorId) ID() string + func (id CreatorId) Segments() []resourceids.Segment + func (id CreatorId) String() string + type CreatorOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p CreatorOperationPredicate) Matches(input Creator) bool + type CreatorProperties struct + ProvisioningState *string + StorageUnits int64 + type CreatorUpdateParameters struct + Properties *CreatorProperties + Tags *map[string]string + type CreatorsClient struct + Client *resourcemanager.Client + func NewCreatorsClientWithBaseURI(sdkApi sdkEnv.Api) (*CreatorsClient, error) + func (c CreatorsClient) CreateOrUpdate(ctx context.Context, id CreatorId, input Creator) (result CreateOrUpdateOperationResponse, err error) + func (c CreatorsClient) Delete(ctx context.Context, id CreatorId) (result DeleteOperationResponse, err error) + func (c CreatorsClient) Get(ctx context.Context, id CreatorId) (result GetOperationResponse, err error) + func (c CreatorsClient) ListByAccount(ctx context.Context, id AccountId) (result ListByAccountOperationResponse, err error) + func (c CreatorsClient) ListByAccountComplete(ctx context.Context, id AccountId) (ListByAccountCompleteResult, error) + func (c CreatorsClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, predicate CreatorOperationPredicate) (result ListByAccountCompleteResult, err error) + func (c CreatorsClient) Update(ctx context.Context, id CreatorId, input CreatorUpdateParameters) (result UpdateOperationResponse, err error) + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *Creator + OData *odata.OData + type ListByAccountCompleteResult struct + Items []Creator + LatestHttpResponse *http.Response + type ListByAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAccountCustomPager) NextPageLink() *odata.Link + type ListByAccountOperationResponse struct + HttpResponse *http.Response + Model *[]Creator + OData *odata.OData + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Creator + OData *odata.OData