Versions in this module Expand all Collapse all v51 v51.0.0 Jan 27, 2021 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Account struct + ID *string + Location *string + Name *string + Properties *AccountProperties + Sku *Sku + SystemData *SystemData + Tags map[string]*string + Type *string + func (a Account) MarshalJSON() ([]byte, error) + type AccountCreateParameters struct + Location *string + Sku *Sku + Tags map[string]*string + func (acp AccountCreateParameters) MarshalJSON() ([]byte, error) + type AccountKeys struct + ID *string + PrimaryKey *string + SecondaryKey *string + type AccountProperties struct + XMsClientID *string + type AccountUpdateParameters struct + Sku *Sku + Tags map[string]*string + func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error) + type Accounts struct + Value *[]Account + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateOrUpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client AccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result Account, err error) + func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result Accounts, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result Accounts, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListBySubscription(ctx context.Context) (result Accounts, err error) + func (client AccountsClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client AccountsClient) ListBySubscriptionResponder(resp *http.Response) (result Accounts, err error) + func (client AccountsClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result AccountKeys, err error) + func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) RegenerateKeys(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountKeys, err error) + func (client AccountsClient) RegenerateKeysPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) RegenerateKeysResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountsClient) RegenerateKeysSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) UpdateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) UpdateSender(req *http.Request) (*http.Response, error) + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Client struct + func NewClient(subscriptionID string) Client + func NewClientWithBaseURI(baseURI string, subscriptionID string) Client + func (client Client) ListOperations(ctx context.Context) (result Operations, err error) + func (client Client) ListOperationsPreparer(ctx context.Context) (*http.Request, error) + func (client Client) ListOperationsResponder(resp *http.Response) (result Operations, err error) + func (client Client) ListOperationsSender(req *http.Request) (*http.Response, error) + type CreatedByType string + const Application + const Key + const ManagedIdentity + const User + func PossibleCreatedByTypeValues() []CreatedByType + type Creator struct + ID *string + Location *string + Name *string + Properties *CreatorProperties + Tags map[string]*string + Type *string + func (c Creator) MarshalJSON() ([]byte, error) + type CreatorCreateParameters struct + Location *string + Tags map[string]*string + func (ccp CreatorCreateParameters) MarshalJSON() ([]byte, error) + type CreatorList struct + Value *[]Creator + type CreatorProperties struct + ProvisioningState *string + type CreatorUpdateParameters struct + Tags map[string]*string + func (cup CreatorUpdateParameters) MarshalJSON() ([]byte, error) + type CreatorsClient struct + func NewCreatorsClient(subscriptionID string) CreatorsClient + func NewCreatorsClientWithBaseURI(baseURI string, subscriptionID string) CreatorsClient + func (client CreatorsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result Creator, err error) + func (client CreatorsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CreatorsClient) CreateOrUpdateResponder(resp *http.Response) (result Creator, err error) + func (client CreatorsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client CreatorsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client CreatorsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CreatorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client CreatorsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client CreatorsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Creator, err error) + func (client CreatorsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CreatorsClient) GetResponder(resp *http.Response) (result Creator, err error) + func (client CreatorsClient) GetSender(req *http.Request) (*http.Response, error) + func (client CreatorsClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result CreatorList, err error) + func (client CreatorsClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client CreatorsClient) ListByAccountResponder(resp *http.Response) (result CreatorList, err error) + func (client CreatorsClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client CreatorsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Creator, err error) + func (client CreatorsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CreatorsClient) UpdateResponder(resp *http.Response) (result Creator, err error) + func (client CreatorsClient) UpdateSender(req *http.Request) (*http.Response, error) + type ErrorAdditionalInfo struct + Info interface{} + Type *string + type ErrorDetail struct + AdditionalInfo *[]ErrorAdditionalInfo + Code *string + Details *[]ErrorDetail + Message *string + Target *string + type ErrorResponse struct + Error *ErrorDetail + type KeySpecification struct + KeyType KeyType + type KeyType string + const Primary + const Secondary + func PossibleKeyTypeValues() []KeyType + type Operations struct + Value *[]OperationsValueItem + type OperationsValueItem struct + Display *OperationsValueItemDisplay + Name *string + Origin *string + func (oI OperationsValueItem) MarshalJSON() ([]byte, error) + type OperationsValueItemDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type PrivateAtlas struct + ID *string + Location *string + Name *string + Properties *PrivateAtlasProperties + Tags map[string]*string + Type *string + func (pa PrivateAtlas) MarshalJSON() ([]byte, error) + type PrivateAtlasCreateParameters struct + Location *string + Tags map[string]*string + func (pacp PrivateAtlasCreateParameters) MarshalJSON() ([]byte, error) + type PrivateAtlasList struct + Value *[]PrivateAtlas + type PrivateAtlasProperties struct + ProvisioningState *string + type PrivateAtlasUpdateParameters struct + Tags map[string]*string + func (paup PrivateAtlasUpdateParameters) MarshalJSON() ([]byte, error) + type PrivateAtlasesClient struct + func NewPrivateAtlasesClient(subscriptionID string) PrivateAtlasesClient + func NewPrivateAtlasesClientWithBaseURI(baseURI string, subscriptionID string) PrivateAtlasesClient + func (client PrivateAtlasesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateAtlas, err error) + func (client PrivateAtlasesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateAtlasesClient) CreateOrUpdateResponder(resp *http.Response) (result PrivateAtlas, err error) + func (client PrivateAtlasesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client PrivateAtlasesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client PrivateAtlasesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateAtlasesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateAtlasesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PrivateAtlasesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateAtlas, err error) + func (client PrivateAtlasesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateAtlasesClient) GetResponder(resp *http.Response) (result PrivateAtlas, err error) + func (client PrivateAtlasesClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateAtlasesClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result PrivateAtlasList, err error) + func (client PrivateAtlasesClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateAtlasesClient) ListByAccountResponder(resp *http.Response) (result PrivateAtlasList, err error) + func (client PrivateAtlasesClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client PrivateAtlasesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateAtlas, err error) + func (client PrivateAtlasesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateAtlasesClient) UpdateResponder(resp *http.Response) (result PrivateAtlas, err error) + func (client PrivateAtlasesClient) UpdateSender(req *http.Request) (*http.Response, error) + type ProxyResource struct + ID *string + Name *string + Type *string + type Resource struct + ID *string + Name *string + Type *string + type Sku struct + Name *string + Tier *string + func (s Sku) MarshalJSON() ([]byte, error) + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) Other modules containing this package github.com/pmalek-sumo/azure-sdk-for-go