Versions in this module Expand all Collapse all v0 v0.0.0 Apr 20, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type BaseClient struct + BaseURI string + SubscriptionID uuid.UUID + func New(subscriptionID uuid.UUID) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID uuid.UUID) BaseClient + type Client struct + func NewClient(subscriptionID uuid.UUID) Client + func NewClientWithBaseURI(baseURI string, subscriptionID uuid.UUID) Client + func (client Client) CheckNameAvailability(ctx context.Context, operationInputs OperationInputs) (result NameAvailabilityInfo, err error) + func (client Client) CheckNameAvailabilityPreparer(ctx context.Context, operationInputs OperationInputs) (*http.Request, error) + func (client Client) CheckNameAvailabilityResponder(resp *http.Response) (result NameAvailabilityInfo, err error) + func (client Client) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, ...) (result CreateOrUpdateFuture, err error) + func (client Client) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client Client) CreateOrUpdateResponder(resp *http.Response) (result Description, err error) + func (client Client) CreateOrUpdateSender(req *http.Request) (future CreateOrUpdateFuture, err error) + func (client Client) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result DeleteFuture, err error) + func (client Client) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client Client) DeleteResponder(resp *http.Response) (result Description, err error) + func (client Client) DeleteSender(req *http.Request) (future DeleteFuture, err error) + func (client Client) Get(ctx context.Context, resourceGroupName string, resourceName string) (result Description, err error) + func (client Client) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client Client) GetResponder(resp *http.Response) (result Description, err error) + func (client Client) GetSender(req *http.Request) (*http.Response, error) + func (client Client) List(ctx context.Context) (result DescriptionListResultPage, err error) + func (client Client) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DescriptionListResultPage, err error) + func (client Client) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result DescriptionListResultIterator, err error) + func (client Client) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client Client) ListByResourceGroupResponder(resp *http.Response) (result DescriptionListResult, err error) + func (client Client) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client Client) ListComplete(ctx context.Context) (result DescriptionListResultIterator, err error) + func (client Client) ListPreparer(ctx context.Context) (*http.Request, error) + func (client Client) ListResponder(resp *http.Response) (result DescriptionListResult, err error) + func (client Client) ListSender(req *http.Request) (*http.Response, error) + func (client Client) Update(ctx context.Context, resourceGroupName string, resourceName string, ...) (result UpdateFuture, err error) + func (client Client) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client Client) UpdateResponder(resp *http.Response) (result Description, err error) + func (client Client) UpdateSender(req *http.Request) (future UpdateFuture, err error) + type CreateOrUpdateFuture struct + func (future *CreateOrUpdateFuture) Result(client Client) (d Description, err error) + type DeleteFuture struct + func (future *DeleteFuture) Result(client Client) (d Description, err error) + type Description struct + ID *string + Location *string + Name *string + Properties *Properties + Sku *SkuInfo + Tags map[string]*string + Type *string + func (d Description) MarshalJSON() ([]byte, error) + type DescriptionListResult struct + NextLink *string + Value *[]Description + func (dlr DescriptionListResult) IsEmpty() bool + type DescriptionListResultIterator struct + func NewDescriptionListResultIterator(page DescriptionListResultPage) DescriptionListResultIterator + func (iter *DescriptionListResultIterator) Next() error + func (iter *DescriptionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DescriptionListResultIterator) NotDone() bool + func (iter DescriptionListResultIterator) Response() DescriptionListResult + func (iter DescriptionListResultIterator) Value() Description + type DescriptionListResultPage struct + func NewDescriptionListResultPage(...) DescriptionListResultPage + func (page *DescriptionListResultPage) Next() error + func (page *DescriptionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DescriptionListResultPage) NotDone() bool + func (page DescriptionListResultPage) Response() DescriptionListResult + func (page DescriptionListResultPage) Values() []Description + type ErrorDetails struct + Code *string + Message *string + Target *string + type NameAvailabilityInfo struct + Message *string + NameAvailable *bool + Reason NameUnavailabilityReason + type NameUnavailabilityReason string + const AlreadyExists + const Invalid + func PossibleNameUnavailabilityReasonValues() []NameUnavailabilityReason + type Operation struct + Display *OperationDisplay + Name *string + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationInputs struct + Name *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID uuid.UUID) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID uuid.UUID) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PatchDescription struct + Properties *Properties + Tags map[string]*string + func (pd PatchDescription) MarshalJSON() ([]byte, error) + type Properties struct + ManagementAPIURL *string + ProvisioningState ProvisioningState + StorageContainer *StorageContainerProperties + WebPortalURL *string + type ProvisioningState string + const Canceled + const Deleting + const Failed + const Provisioning + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type Sku string + const F1 + const S1 + const S2 + const S3 + func PossibleSkuValues() []Sku + type SkuInfo struct + Name Sku + type StorageContainerProperties struct + ConnectionString *string + ContainerName *string + ResourceGroup *string + SubscriptionID *string + type UpdateFuture struct + func (future *UpdateFuture) Result(client Client) (d Description, err error) Other modules containing this package github.com/test-repo-arcturus/azure-sdk-for-go