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 PossibleValuesForProvisioningState() []string + func PossibleValuesForStatus() []string + func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error) + type Account struct + Id *string + Identity identity.SystemAssigned + Location *string + Name *string + Properties *AccountProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type AccountClient struct + Client *resourcemanager.Client + func NewAccountClientWithBaseURI(sdkApi sdkEnv.Api) (*AccountClient, error) + func (c AccountClient) Create(ctx context.Context, id AccountId, input Account) (result CreateOperationResponse, err error) + func (c AccountClient) CreateThenPoll(ctx context.Context, id AccountId, input Account) error + func (c AccountClient) Delete(ctx context.Context, id AccountId) (result DeleteOperationResponse, err error) + func (c AccountClient) DeleteThenPoll(ctx context.Context, id AccountId) error + func (c AccountClient) Get(ctx context.Context, id AccountId) (result GetOperationResponse, err error) + func (c AccountClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c AccountClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c AccountClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c AccountClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c AccountClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c AccountClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c AccountClient) Update(ctx context.Context, id AccountId, input AccountUpdateParameters) (result UpdateOperationResponse, err 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 AccountOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p AccountOperationPredicate) Matches(input Account) bool + type AccountProperties struct + CreatedAt *string + ProvisioningState *ProvisioningState + UserEmail *string + UserName *string + func (o *AccountProperties) GetCreatedAtAsTime() (*time.Time, error) + func (o *AccountProperties) SetCreatedAtAsTime(input time.Time) + type AccountUpdateParameters struct + Tags *map[string]string + type CreateOperationResponse struct + HttpResponse *http.Response + Model *Account + OData *odata.OData + Poller pollers.Poller + type DataShareErrorInfo struct + Code string + Details *[]DataShareErrorInfo + Message string + Target *string + type DeleteOperationResponse struct + HttpResponse *http.Response + Model *OperationResponse + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Account + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []Account + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]Account + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []Account + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]Account + OData *odata.OData + type OperationResponse struct + EndTime *string + Error *DataShareErrorInfo + StartTime *string + Status Status + func (o *OperationResponse) GetEndTimeAsTime() (*time.Time, error) + func (o *OperationResponse) GetStartTimeAsTime() (*time.Time, error) + func (o *OperationResponse) SetEndTimeAsTime(input time.Time) + func (o *OperationResponse) SetStartTimeAsTime(input time.Time) + type ProvisioningState string + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type Status string + const StatusAccepted + const StatusCanceled + const StatusFailed + const StatusInProgress + const StatusSucceeded + const StatusTransientFailure + func (s *Status) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *Account + OData *odata.OData