Versions in this module Expand all Collapse all v41 v41.3.0 Apr 21, 2020 v41.2.0 Apr 8, 2020 v41.1.0 Apr 2, 2020 v41.0.0 Mar 30, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type Account struct + Etag *string + ID *string + Identity *Identity + Kind *string + Location *string + Name *string + Properties *AccountProperties + Sku *Sku + Tags map[string]*string + Type *string + func (a Account) MarshalJSON() ([]byte, error) + type AccountAPIProperties struct + EventHubConnectionString *string + QnaRuntimeEndpoint *string + StatisticsEnabled *bool + StorageAccountConnectionString *string + type AccountEnumerateSkusResult struct + Value *[]ResourceAndSku + type AccountKeys struct + Key1 *string + Key2 *string + type AccountListResult struct + NextLink *string + Value *[]Account + func (alr AccountListResult) IsEmpty() bool + type AccountListResultIterator struct + func NewAccountListResultIterator(page AccountListResultPage) AccountListResultIterator + func (iter *AccountListResultIterator) Next() error + func (iter *AccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AccountListResultIterator) NotDone() bool + func (iter AccountListResultIterator) Response() AccountListResult + func (iter AccountListResultIterator) Value() Account + type AccountListResultPage struct + func NewAccountListResultPage(...) AccountListResultPage + func (page *AccountListResultPage) Next() error + func (page *AccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AccountListResultPage) NotDone() bool + func (page AccountListResultPage) Response() AccountListResult + func (page AccountListResultPage) Values() []Account + type AccountProperties struct + APIProperties *AccountAPIProperties + CustomSubDomainName *string + Encryption *Encryption + Endpoint *string + InternalID *string + NetworkAcls *NetworkRuleSet + ProvisioningState ProvisioningState + UserOwnedStorage *[]UserOwnedStorage + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result Account, err error) + func (client AccountsClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) CreateSender(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) GetProperties(ctx context.Context, resourceGroupName string, accountName string) (result Account, err error) + func (client AccountsClient) GetPropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetPropertiesResponder(resp *http.Response) (result Account, err error) + func (client AccountsClient) GetPropertiesSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) GetUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client AccountsClient) GetUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) GetUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client AccountsClient) GetUsagesSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) List(ctx context.Context) (result AccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result AccountListResultIterator, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListComplete(ctx context.Context) (result AccountListResultIterator, err 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) ListPreparer(ctx context.Context) (*http.Request, error) + func (client AccountsClient) ListResponder(resp *http.Response) (result AccountListResult, err error) + func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListSkus(ctx context.Context, resourceGroupName string, accountName string) (result AccountEnumerateSkusResult, err error) + func (client AccountsClient) ListSkusPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) ListSkusResponder(resp *http.Response) (result AccountEnumerateSkusResult, err error) + func (client AccountsClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountKeys, err error) + func (client AccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) RegenerateKeyResponder(resp *http.Response) (result AccountKeys, err error) + func (client AccountsClient) RegenerateKeySender(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 BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + func (client BaseClient) CheckDomainAvailability(ctx context.Context, parameters CheckDomainAvailabilityParameter) (result CheckDomainAvailabilityResult, err error) + func (client BaseClient) CheckDomainAvailabilityPreparer(ctx context.Context, parameters CheckDomainAvailabilityParameter) (*http.Request, error) + func (client BaseClient) CheckDomainAvailabilityResponder(resp *http.Response) (result CheckDomainAvailabilityResult, err error) + func (client BaseClient) CheckDomainAvailabilitySender(req *http.Request) (*http.Response, error) + func (client BaseClient) CheckSkuAvailability(ctx context.Context, location string, parameters CheckSkuAvailabilityParameter) (result CheckSkuAvailabilityResultList, err error) + func (client BaseClient) CheckSkuAvailabilityPreparer(ctx context.Context, location string, parameters CheckSkuAvailabilityParameter) (*http.Request, error) + func (client BaseClient) CheckSkuAvailabilityResponder(resp *http.Response) (result CheckSkuAvailabilityResultList, err error) + func (client BaseClient) CheckSkuAvailabilitySender(req *http.Request) (*http.Response, error) + type CheckDomainAvailabilityParameter struct + SubdomainName *string + Type *string + type CheckDomainAvailabilityResult struct + IsSubdomainAvailable *bool + Reason *string + SubdomainName *string + Type *string + type CheckSkuAvailabilityParameter struct + Kind *string + Skus *[]string + Type *string + type CheckSkuAvailabilityResult struct + Kind *string + Message *string + Reason *string + SkuAvailable *bool + SkuName *string + Type *string + type CheckSkuAvailabilityResultList struct + Value *[]CheckSkuAvailabilityResult + type Encryption struct + KeySource KeySource + KeyVaultProperties *KeyVaultProperties + type Error struct + Error *ErrorBody + type ErrorBody struct + Code *string + Message *string + type IPRule struct + Value *string + type Identity struct + PrincipalID *string + TenantID *string + Type IdentityType + UserAssignedIdentities map[string]*UserAssignedIdentity + func (i Identity) MarshalJSON() ([]byte, error) + type IdentityType string + const None + const SystemAssigned + const UserAssigned + func PossibleIdentityTypeValues() []IdentityType + type KeyName string + const Key1 + const Key2 + func PossibleKeyNameValues() []KeyName + type KeySource string + const MicrosoftCognitiveServices + const MicrosoftKeyVault + func PossibleKeySourceValues() []KeySource + type KeyVaultProperties struct + KeyName *string + KeyVaultURI *string + KeyVersion *string + type MetricName struct + LocalizedValue *string + Value *string + type NetworkRuleAction string + const Allow + const Deny + func PossibleNetworkRuleActionValues() []NetworkRuleAction + type NetworkRuleSet struct + DefaultAction NetworkRuleAction + IPRules *[]IPRule + VirtualNetworkRules *[]VirtualNetworkRule + type OperationDisplayInfo struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationEntity struct + Display *OperationDisplayInfo + Name *string + Origin *string + Properties interface{} + type OperationEntityListResult struct + NextLink *string + Value *[]OperationEntity + func (oelr OperationEntityListResult) IsEmpty() bool + type OperationEntityListResultIterator struct + func NewOperationEntityListResultIterator(page OperationEntityListResultPage) OperationEntityListResultIterator + func (iter *OperationEntityListResultIterator) Next() error + func (iter *OperationEntityListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationEntityListResultIterator) NotDone() bool + func (iter OperationEntityListResultIterator) Response() OperationEntityListResult + func (iter OperationEntityListResultIterator) Value() OperationEntity + type OperationEntityListResultPage struct + func NewOperationEntityListResultPage(...) OperationEntityListResultPage + func (page *OperationEntityListResultPage) Next() error + func (page *OperationEntityListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationEntityListResultPage) NotDone() bool + func (page OperationEntityListResultPage) Response() OperationEntityListResult + func (page OperationEntityListResultPage) Values() []OperationEntity + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationEntityListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationEntityListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationEntityListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type ProvisioningState string + const Creating + const Deleting + const Failed + const Moving + const ResolvingDNS + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type QuotaUsageStatus string + const Blocked + const InOverage + const Included + const Unknown + func PossibleQuotaUsageStatusValues() []QuotaUsageStatus + type RegenerateKeyParameters struct + KeyName KeyName + type ResourceAndSku struct + ResourceType *string + Sku *Sku + type ResourceSku struct + Kind *string + Locations *[]string + Name *string + ResourceType *string + Restrictions *[]ResourceSkuRestrictions + Tier *string + type ResourceSkuRestrictionInfo struct + Locations *[]string + Zones *[]string + type ResourceSkuRestrictions struct + ReasonCode ResourceSkuRestrictionsReasonCode + RestrictionInfo *ResourceSkuRestrictionInfo + Type ResourceSkuRestrictionsType + Values *[]string + type ResourceSkuRestrictionsReasonCode string + const NotAvailableForSubscription + const QuotaID + func PossibleResourceSkuRestrictionsReasonCodeValues() []ResourceSkuRestrictionsReasonCode + type ResourceSkuRestrictionsType string + const Location + const Zone + func PossibleResourceSkuRestrictionsTypeValues() []ResourceSkuRestrictionsType + type ResourceSkusClient struct + func NewResourceSkusClient(subscriptionID string) ResourceSkusClient + func NewResourceSkusClientWithBaseURI(baseURI string, subscriptionID string) ResourceSkusClient + func (client ResourceSkusClient) List(ctx context.Context) (result ResourceSkusResultPage, err error) + func (client ResourceSkusClient) ListComplete(ctx context.Context) (result ResourceSkusResultIterator, err error) + func (client ResourceSkusClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ResourceSkusClient) ListResponder(resp *http.Response) (result ResourceSkusResult, err error) + func (client ResourceSkusClient) ListSender(req *http.Request) (*http.Response, error) + type ResourceSkusResult struct + NextLink *string + Value *[]ResourceSku + func (rsr ResourceSkusResult) IsEmpty() bool + type ResourceSkusResultIterator struct + func NewResourceSkusResultIterator(page ResourceSkusResultPage) ResourceSkusResultIterator + func (iter *ResourceSkusResultIterator) Next() error + func (iter *ResourceSkusResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ResourceSkusResultIterator) NotDone() bool + func (iter ResourceSkusResultIterator) Response() ResourceSkusResult + func (iter ResourceSkusResultIterator) Value() ResourceSku + type ResourceSkusResultPage struct + func NewResourceSkusResultPage(...) ResourceSkusResultPage + func (page *ResourceSkusResultPage) Next() error + func (page *ResourceSkusResultPage) NextWithContext(ctx context.Context) (err error) + func (page ResourceSkusResultPage) NotDone() bool + func (page ResourceSkusResultPage) Response() ResourceSkusResult + func (page ResourceSkusResultPage) Values() []ResourceSku + type Sku struct + Name *string + Tier SkuTier + type SkuTier string + const Free + const Premium + const Standard + func PossibleSkuTierValues() []SkuTier + type UnitType string + const Bytes + const BytesPerSecond + const Count + const CountPerSecond + const Milliseconds + const Percent + const Seconds + func PossibleUnitTypeValues() []UnitType + type Usage struct + CurrentValue *float64 + Limit *float64 + Name *MetricName + NextResetTime *string + QuotaPeriod *string + Status QuotaUsageStatus + Unit UnitType + type UsagesResult struct + Value *[]Usage + type UserAssignedIdentity struct + ClientID *string + PrincipalID *string + type UserOwnedStorage struct + ResourceID *string + type VirtualNetworkRule struct + ID *string + IgnoreMissingVnetServiceEndpoint *bool + State *string Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48