Versions in this module Expand all Collapse all v42 v42.3.0 May 21, 2020 v42.2.0 May 13, 2020 v42.1.0 May 7, 2020 v42.0.0 Apr 28, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccessTier string + const Cool + const Hot + func PossibleAccessTierValues() []AccessTier + type Account struct + ID *string + Kind Kind + Location *string + Name *string + Sku *Sku + Tags map[string]*string + Type *string + func (a *Account) UnmarshalJSON(body []byte) error + func (a Account) MarshalJSON() ([]byte, error) + type AccountCheckNameAvailabilityParameters struct + Name *string + Type *string + type AccountCreateParameters struct + Kind Kind + Location *string + Sku *Sku + Tags map[string]*string + func (acp *AccountCreateParameters) UnmarshalJSON(body []byte) error + func (acp AccountCreateParameters) MarshalJSON() ([]byte, error) + type AccountKey struct + KeyName *string + Permissions KeyPermission + Value *string + type AccountListKeysResult struct + Keys *[]AccountKey + type AccountListResult struct + Value *[]Account + type AccountProperties struct + AccessTier AccessTier + CreationTime *date.Time + CustomDomain *CustomDomain + EnableHTTPSTrafficOnly *bool + Encryption *Encryption + LastGeoFailoverTime *date.Time + PrimaryEndpoints *Endpoints + PrimaryLocation *string + ProvisioningState ProvisioningState + SecondaryEndpoints *Endpoints + SecondaryLocation *string + StatusOfPrimary AccountStatus + StatusOfSecondary AccountStatus + type AccountPropertiesCreateParameters struct + AccessTier AccessTier + CustomDomain *CustomDomain + EnableHTTPSTrafficOnly *bool + Encryption *Encryption + type AccountPropertiesUpdateParameters struct + AccessTier AccessTier + CustomDomain *CustomDomain + EnableHTTPSTrafficOnly *bool + Encryption *Encryption + type AccountRegenerateKeyParameters struct + KeyName *string + type AccountSasParameters struct + IPAddressOrRange *string + KeyToSign *string + Permissions Permissions + Protocols HTTPProtocol + ResourceTypes ResourceTypes + Services Services + SharedAccessExpiryTime *date.Time + SharedAccessStartTime *date.Time + type AccountStatus string + const Available + const Unavailable + func PossibleAccountStatusValues() []AccountStatus + type AccountUpdateParameters struct + Sku *Sku + Tags map[string]*string + func (aup *AccountUpdateParameters) UnmarshalJSON(body []byte) error + func (aup AccountUpdateParameters) MarshalJSON() ([]byte, error) + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) CheckNameAvailability(ctx context.Context, accountName AccountCheckNameAvailabilityParameters) (result CheckNameAvailabilityResult, err error) + func (client AccountsClient) CheckNameAvailabilityPreparer(ctx context.Context, accountName AccountCheckNameAvailabilityParameters) (*http.Request, error) + func (client AccountsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameAvailabilityResult, err error) + func (client AccountsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsCreateFuture, 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) (future AccountsCreateFuture, err 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) List(ctx context.Context) (result AccountListResult, err error) + func (client AccountsClient) ListAccountSAS(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListAccountSasResponse, err error) + func (client AccountsClient) ListAccountSASPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) ListAccountSASResponder(resp *http.Response) (result ListAccountSasResponse, err error) + func (client AccountsClient) ListAccountSASSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result AccountListResult, 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) ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result AccountListKeysResult, err error) + func (client AccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) ListKeysResponder(resp *http.Response) (result AccountListKeysResult, 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) ListServiceSAS(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListServiceSasResponse, err error) + func (client AccountsClient) ListServiceSASPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) ListServiceSASResponder(resp *http.Response) (result ListServiceSasResponse, err error) + func (client AccountsClient) ListServiceSASSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountListKeysResult, err error) + func (client AccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) RegenerateKeyResponder(resp *http.Response) (result AccountListKeysResult, 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 AccountsCreateFuture struct + func (future *AccountsCreateFuture) Result(client AccountsClient) (a Account, err error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CheckNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason Reason + type CustomDomain struct + Name *string + UseSubDomainName *bool + type Encryption struct + KeySource *string + Services *EncryptionServices + type EncryptionService struct + Enabled *bool + LastEnabledTime *date.Time + type EncryptionServices struct + Blob *EncryptionService + File *EncryptionService + Queue *EncryptionService + Table *EncryptionService + type Endpoints struct + Blob *string + File *string + Queue *string + Table *string + type HTTPProtocol string + const HTTPS + const Httpshttp + func PossibleHTTPProtocolValues() []HTTPProtocol + type KeyPermission string + const Full + const Read + func PossibleKeyPermissionValues() []KeyPermission + type Kind string + const BlobStorage + const Storage + func PossibleKindValues() []Kind + type ListAccountSasResponse struct + AccountSasToken *string + type ListServiceSasResponse struct + ServiceSasToken *string + type Permissions string + const A + const C + const D + const L + const P + const R + const U + const W + func PossiblePermissionsValues() []Permissions + type Permissions1 string + const Permissions1A + const Permissions1C + const Permissions1D + const Permissions1L + const Permissions1P + const Permissions1R + const Permissions1U + const Permissions1W + func PossiblePermissions1Values() []Permissions1 + type ProvisioningState string + const Creating + const ResolvingDNS + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type Reason string + const AccountNameInvalid + const AlreadyExists + func PossibleReasonValues() []Reason + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceEnum string + const ResourceEnumB + const ResourceEnumC + const ResourceEnumF + const ResourceEnumS + func PossibleResourceEnumValues() []ResourceEnum + type ResourceTypes string + const ResourceTypesC + const ResourceTypesO + const ResourceTypesS + func PossibleResourceTypesValues() []ResourceTypes + type ServiceSasParameters struct + CacheControl *string + CanonicalizedResource *string + ContentDisposition *string + ContentEncoding *string + ContentLanguage *string + ContentType *string + IPAddressOrRange *string + Identifier *string + KeyToSign *string + PartitionKeyEnd *string + PartitionKeyStart *string + Permissions Permissions1 + Protocols HTTPProtocol + Resource ResourceEnum + RowKeyEnd *string + RowKeyStart *string + SharedAccessExpiryTime *date.Time + SharedAccessStartTime *date.Time + type Services string + const B + const F + const Q + const T + func PossibleServicesValues() []Services + type Sku struct + Name SkuName + Tier SkuTier + type SkuName string + const PremiumLRS + const StandardGRS + const StandardLRS + const StandardRAGRS + const StandardZRS + func PossibleSkuNameValues() []SkuName + type SkuTier string + const Premium + const Standard + func PossibleSkuTierValues() []SkuTier + type Usage struct + CurrentValue *int32 + Limit *int32 + Name *UsageName + Unit UsageUnit + type UsageClient struct + func NewUsageClient(subscriptionID string) UsageClient + func NewUsageClientWithBaseURI(baseURI string, subscriptionID string) UsageClient + func (client UsageClient) List(ctx context.Context) (result UsageListResult, err error) + func (client UsageClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client UsageClient) ListResponder(resp *http.Response) (result UsageListResult, err error) + func (client UsageClient) ListSender(req *http.Request) (*http.Response, error) + type UsageListResult struct + Value *[]Usage + type UsageName struct + LocalizedValue *string + Value *string + type UsageUnit string + const Bytes + const BytesPerSecond + const Count + const CountsPerSecond + const Percent + const Seconds + func PossibleUsageUnitValues() []UsageUnit 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.v41 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