Versions in this module Expand all Collapse all v44 v44.2.0 Jul 23, 2020 v44.1.0 Jul 15, 2020 v44.0.0 Jul 2, 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 + Identity *Identity + 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 + Identity *Identity + Kind Kind + Location *string + Sku *Sku + Tags map[string]*string + func (acp *AccountCreateParameters) UnmarshalJSON(body []byte) error + func (acp AccountCreateParameters) MarshalJSON() ([]byte, error) + type AccountExpand string + const AccountExpandBlobRestoreStatus + const AccountExpandGeoReplicationStats + func PossibleAccountExpandValues() []AccountExpand + type AccountInternetEndpoints struct + Blob *string + Dfs *string + File *string + Web *string + type AccountKey struct + KeyName *string + Permissions KeyPermission + Value *string + type AccountListKeysResult struct + Keys *[]AccountKey + 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 AccountMicrosoftEndpoints struct + Blob *string + Dfs *string + File *string + Queue *string + Table *string + Web *string + type AccountProperties struct + AccessTier AccessTier + AllowBlobPublicAccess *bool + AzureFilesIdentityBasedAuthentication *AzureFilesIdentityBasedAuthentication + BlobRestoreStatus *BlobRestoreStatus + CreationTime *date.Time + CustomDomain *CustomDomain + EnableHTTPSTrafficOnly *bool + Encryption *Encryption + FailoverInProgress *bool + GeoReplicationStats *GeoReplicationStats + IsHnsEnabled *bool + LargeFileSharesState LargeFileSharesState + LastGeoFailoverTime *date.Time + MinimumTLSVersion MinimumTLSVersion + NetworkRuleSet *NetworkRuleSet + PrimaryEndpoints *Endpoints + PrimaryLocation *string + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + RoutingPreference *RoutingPreference + SecondaryEndpoints *Endpoints + SecondaryLocation *string + StatusOfPrimary AccountStatus + StatusOfSecondary AccountStatus + type AccountPropertiesCreateParameters struct + AccessTier AccessTier + AllowBlobPublicAccess *bool + AzureFilesIdentityBasedAuthentication *AzureFilesIdentityBasedAuthentication + CustomDomain *CustomDomain + EnableHTTPSTrafficOnly *bool + Encryption *Encryption + IsHnsEnabled *bool + LargeFileSharesState LargeFileSharesState + MinimumTLSVersion MinimumTLSVersion + NetworkRuleSet *NetworkRuleSet + RoutingPreference *RoutingPreference + type AccountPropertiesUpdateParameters struct + AccessTier AccessTier + AllowBlobPublicAccess *bool + AzureFilesIdentityBasedAuthentication *AzureFilesIdentityBasedAuthentication + CustomDomain *CustomDomain + EnableHTTPSTrafficOnly *bool + Encryption *Encryption + LargeFileSharesState LargeFileSharesState + MinimumTLSVersion MinimumTLSVersion + NetworkRuleSet *NetworkRuleSet + RoutingPreference *RoutingPreference + type AccountRegenerateKeyParameters struct + KeyName *string + type AccountSasParameters struct + IPAddressOrRange *string + KeyToSign *string + Permissions Permissions + Protocols HTTPProtocol + ResourceTypes SignedResourceTypes + Services Services + SharedAccessExpiryTime *date.Time + SharedAccessStartTime *date.Time + type AccountStatus string + const Available + const Unavailable + func PossibleAccountStatusValues() []AccountStatus + type AccountUpdateParameters struct + Identity *Identity + Kind Kind + 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) Failover(ctx context.Context, resourceGroupName string, accountName string) (result AccountsFailoverFuture, err error) + func (client AccountsClient) FailoverPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) FailoverResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) FailoverSender(req *http.Request) (future AccountsFailoverFuture, err 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 AccountListResultPage, 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) ListComplete(ctx context.Context) (result AccountListResultIterator, err 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) RestoreBlobRanges(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsRestoreBlobRangesFuture, err error) + func (client AccountsClient) RestoreBlobRangesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) RestoreBlobRangesResponder(resp *http.Response) (result BlobRestoreStatus, err error) + func (client AccountsClient) RestoreBlobRangesSender(req *http.Request) (future AccountsRestoreBlobRangesFuture, err error) + func (client AccountsClient) RevokeUserDelegationKeys(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client AccountsClient) RevokeUserDelegationKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) RevokeUserDelegationKeysResponder(resp *http.Response) (result autorest.Response, err error) + func (client AccountsClient) RevokeUserDelegationKeysSender(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 AccountsFailoverFuture struct + func (future *AccountsFailoverFuture) Result(client AccountsClient) (ar autorest.Response, err error) + type AccountsRestoreBlobRangesFuture struct + func (future *AccountsRestoreBlobRangesFuture) Result(client AccountsClient) (brs BlobRestoreStatus, err error) + type Action string + const Allow + func PossibleActionValues() []Action + type Action1 string + const Acquire + const Break + const Change + const Release + const Renew + func PossibleAction1Values() []Action1 + type ActiveDirectoryProperties struct + AzureStorageSid *string + DomainGUID *string + DomainName *string + DomainSid *string + ForestName *string + NetBiosDomainName *string + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + type AzureFilesIdentityBasedAuthentication struct + ActiveDirectoryProperties *ActiveDirectoryProperties + DirectoryServiceOptions DirectoryServiceOptions + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BlobContainer struct + Etag *string + ID *string + Name *string + Type *string + func (bc *BlobContainer) UnmarshalJSON(body []byte) error + func (bc BlobContainer) MarshalJSON() ([]byte, error) + type BlobContainersClient struct + func NewBlobContainersClient(subscriptionID string) BlobContainersClient + func NewBlobContainersClientWithBaseURI(baseURI string, subscriptionID string) BlobContainersClient + func (client BlobContainersClient) ClearLegalHold(ctx context.Context, resourceGroupName string, accountName string, ...) (result LegalHold, err error) + func (client BlobContainersClient) ClearLegalHoldPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) ClearLegalHoldResponder(resp *http.Response) (result LegalHold, err error) + func (client BlobContainersClient) ClearLegalHoldSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result BlobContainer, err error) + func (client BlobContainersClient) CreateOrUpdateImmutabilityPolicy(ctx context.Context, resourceGroupName string, accountName string, ...) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) CreateOrUpdateImmutabilityPolicyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) CreateOrUpdateImmutabilityPolicyResponder(resp *http.Response) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) CreateOrUpdateImmutabilityPolicySender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) CreateResponder(resp *http.Response) (result BlobContainer, err error) + func (client BlobContainersClient) CreateSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client BlobContainersClient) DeleteImmutabilityPolicy(ctx context.Context, resourceGroupName string, accountName string, ...) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) DeleteImmutabilityPolicyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) DeleteImmutabilityPolicyResponder(resp *http.Response) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) DeleteImmutabilityPolicySender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client BlobContainersClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) ExtendImmutabilityPolicy(ctx context.Context, resourceGroupName string, accountName string, ...) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) ExtendImmutabilityPolicyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) ExtendImmutabilityPolicyResponder(resp *http.Response) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) ExtendImmutabilityPolicySender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result BlobContainer, err error) + func (client BlobContainersClient) GetImmutabilityPolicy(ctx context.Context, resourceGroupName string, accountName string, ...) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) GetImmutabilityPolicyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) GetImmutabilityPolicyResponder(resp *http.Response) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) GetImmutabilityPolicySender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) GetResponder(resp *http.Response) (result BlobContainer, err error) + func (client BlobContainersClient) GetSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) Lease(ctx context.Context, resourceGroupName string, accountName string, ...) (result LeaseContainerResponse, err error) + func (client BlobContainersClient) LeasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) LeaseResponder(resp *http.Response) (result LeaseContainerResponse, err error) + func (client BlobContainersClient) LeaseSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) List(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListContainerItemsPage, err error) + func (client BlobContainersClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListContainerItemsIterator, err error) + func (client BlobContainersClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) ListResponder(resp *http.Response) (result ListContainerItems, err error) + func (client BlobContainersClient) ListSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) LockImmutabilityPolicy(ctx context.Context, resourceGroupName string, accountName string, ...) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) LockImmutabilityPolicyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) LockImmutabilityPolicyResponder(resp *http.Response) (result ImmutabilityPolicy, err error) + func (client BlobContainersClient) LockImmutabilityPolicySender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) SetLegalHold(ctx context.Context, resourceGroupName string, accountName string, ...) (result LegalHold, err error) + func (client BlobContainersClient) SetLegalHoldPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) SetLegalHoldResponder(resp *http.Response) (result LegalHold, err error) + func (client BlobContainersClient) SetLegalHoldSender(req *http.Request) (*http.Response, error) + func (client BlobContainersClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result BlobContainer, err error) + func (client BlobContainersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobContainersClient) UpdateResponder(resp *http.Response) (result BlobContainer, err error) + func (client BlobContainersClient) UpdateSender(req *http.Request) (*http.Response, error) + type BlobRestoreParameters struct + BlobRanges *[]BlobRestoreRange + TimeToRestore *date.Time + type BlobRestoreProgressStatus string + const Complete + const Failed + const InProgress + func PossibleBlobRestoreProgressStatusValues() []BlobRestoreProgressStatus + type BlobRestoreRange struct + EndRange *string + StartRange *string + type BlobRestoreStatus struct + FailureReason *string + Parameters *BlobRestoreParameters + RestoreID *string + Status BlobRestoreProgressStatus + type BlobServiceItems struct + Value *[]BlobServiceProperties + type BlobServiceProperties struct + ID *string + Name *string + Sku *Sku + Type *string + func (bsp *BlobServiceProperties) UnmarshalJSON(body []byte) error + func (bsp BlobServiceProperties) MarshalJSON() ([]byte, error) + type BlobServicePropertiesProperties struct + AutomaticSnapshotPolicyEnabled *bool + ChangeFeed *ChangeFeed + ContainerDeleteRetentionPolicy *DeleteRetentionPolicy + Cors *CorsRules + DefaultServiceVersion *string + DeleteRetentionPolicy *DeleteRetentionPolicy + IsVersioningEnabled *bool + RestorePolicy *RestorePolicyProperties + type BlobServicesClient struct + func NewBlobServicesClient(subscriptionID string) BlobServicesClient + func NewBlobServicesClientWithBaseURI(baseURI string, subscriptionID string) BlobServicesClient + func (client BlobServicesClient) GetServiceProperties(ctx context.Context, resourceGroupName string, accountName string) (result BlobServiceProperties, err error) + func (client BlobServicesClient) GetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client BlobServicesClient) GetServicePropertiesResponder(resp *http.Response) (result BlobServiceProperties, err error) + func (client BlobServicesClient) GetServicePropertiesSender(req *http.Request) (*http.Response, error) + func (client BlobServicesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result BlobServiceItems, err error) + func (client BlobServicesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client BlobServicesClient) ListResponder(resp *http.Response) (result BlobServiceItems, err error) + func (client BlobServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client BlobServicesClient) SetServiceProperties(ctx context.Context, resourceGroupName string, accountName string, ...) (result BlobServiceProperties, err error) + func (client BlobServicesClient) SetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client BlobServicesClient) SetServicePropertiesResponder(resp *http.Response) (result BlobServiceProperties, err error) + func (client BlobServicesClient) SetServicePropertiesSender(req *http.Request) (*http.Response, error) + type Bypass string + const AzureServices + const Logging + const Metrics + const None + func PossibleBypassValues() []Bypass + type ChangeFeed struct + Enabled *bool + type CheckNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason Reason + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type ContainerProperties struct + DefaultEncryptionScope *string + Deleted *bool + DeletedTime *date.Time + DenyEncryptionScopeOverride *bool + HasImmutabilityPolicy *bool + HasLegalHold *bool + ImmutabilityPolicy *ImmutabilityPolicyProperties + LastModifiedTime *date.Time + LeaseDuration LeaseDuration + LeaseState LeaseState + LeaseStatus LeaseStatus + LegalHold *LegalHoldProperties + Metadata map[string]*string + PublicAccess PublicAccess + RemainingRetentionDays *int32 + Version *string + func (cp ContainerProperties) MarshalJSON() ([]byte, error) + type CorsRule struct + AllowedHeaders *[]string + AllowedMethods *[]string + AllowedOrigins *[]string + ExposedHeaders *[]string + MaxAgeInSeconds *int32 + type CorsRules struct + CorsRules *[]CorsRule + type CustomDomain struct + Name *string + UseSubDomainName *bool + type DateAfterCreation struct + DaysAfterCreationGreaterThan *float64 + type DateAfterModification struct + DaysAfterModificationGreaterThan *float64 + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + func PossibleDefaultActionValues() []DefaultAction + type DeleteRetentionPolicy struct + Days *int32 + Enabled *bool + type DeletedShare struct + DeletedShareName *string + DeletedShareVersion *string + type Dimension struct + DisplayName *string + Name *string + type DirectoryServiceOptions string + const DirectoryServiceOptionsAADDS + const DirectoryServiceOptionsAD + const DirectoryServiceOptionsNone + func PossibleDirectoryServiceOptionsValues() []DirectoryServiceOptions + type EnabledProtocols string + const NFS + const SMB + func PossibleEnabledProtocolsValues() []EnabledProtocols + type Encryption struct + KeySource KeySource + KeyVaultProperties *KeyVaultProperties + RequireInfrastructureEncryption *bool + Services *EncryptionServices + type EncryptionScope struct + ID *string + Name *string + Type *string + func (es *EncryptionScope) UnmarshalJSON(body []byte) error + func (es EncryptionScope) MarshalJSON() ([]byte, error) + type EncryptionScopeKeyVaultProperties struct + KeyURI *string + type EncryptionScopeListResult struct + NextLink *string + Value *[]EncryptionScope + func (eslr EncryptionScopeListResult) IsEmpty() bool + type EncryptionScopeListResultIterator struct + func NewEncryptionScopeListResultIterator(page EncryptionScopeListResultPage) EncryptionScopeListResultIterator + func (iter *EncryptionScopeListResultIterator) Next() error + func (iter *EncryptionScopeListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter EncryptionScopeListResultIterator) NotDone() bool + func (iter EncryptionScopeListResultIterator) Response() EncryptionScopeListResult + func (iter EncryptionScopeListResultIterator) Value() EncryptionScope + type EncryptionScopeListResultPage struct + func NewEncryptionScopeListResultPage(...) EncryptionScopeListResultPage + func (page *EncryptionScopeListResultPage) Next() error + func (page *EncryptionScopeListResultPage) NextWithContext(ctx context.Context) (err error) + func (page EncryptionScopeListResultPage) NotDone() bool + func (page EncryptionScopeListResultPage) Response() EncryptionScopeListResult + func (page EncryptionScopeListResultPage) Values() []EncryptionScope + type EncryptionScopeProperties struct + CreationTime *date.Time + KeyVaultProperties *EncryptionScopeKeyVaultProperties + LastModifiedTime *date.Time + Source EncryptionScopeSource + State EncryptionScopeState + type EncryptionScopeSource string + const MicrosoftKeyVault + const MicrosoftStorage + func PossibleEncryptionScopeSourceValues() []EncryptionScopeSource + type EncryptionScopeState string + const Disabled + const Enabled + func PossibleEncryptionScopeStateValues() []EncryptionScopeState + type EncryptionScopesClient struct + func NewEncryptionScopesClient(subscriptionID string) EncryptionScopesClient + func NewEncryptionScopesClientWithBaseURI(baseURI string, subscriptionID string) EncryptionScopesClient + func (client EncryptionScopesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result EncryptionScope, err error) + func (client EncryptionScopesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client EncryptionScopesClient) GetResponder(resp *http.Response) (result EncryptionScope, err error) + func (client EncryptionScopesClient) GetSender(req *http.Request) (*http.Response, error) + func (client EncryptionScopesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result EncryptionScopeListResultPage, err error) + func (client EncryptionScopesClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string) (result EncryptionScopeListResultIterator, err error) + func (client EncryptionScopesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client EncryptionScopesClient) ListResponder(resp *http.Response) (result EncryptionScopeListResult, err error) + func (client EncryptionScopesClient) ListSender(req *http.Request) (*http.Response, error) + func (client EncryptionScopesClient) Patch(ctx context.Context, resourceGroupName string, accountName string, ...) (result EncryptionScope, err error) + func (client EncryptionScopesClient) PatchPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client EncryptionScopesClient) PatchResponder(resp *http.Response) (result EncryptionScope, err error) + func (client EncryptionScopesClient) PatchSender(req *http.Request) (*http.Response, error) + func (client EncryptionScopesClient) Put(ctx context.Context, resourceGroupName string, accountName string, ...) (result EncryptionScope, err error) + func (client EncryptionScopesClient) PutPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client EncryptionScopesClient) PutResponder(resp *http.Response) (result EncryptionScope, err error) + func (client EncryptionScopesClient) PutSender(req *http.Request) (*http.Response, error) + type EncryptionService struct + Enabled *bool + KeyType KeyType + LastEnabledTime *date.Time + type EncryptionServices struct + Blob *EncryptionService + File *EncryptionService + Queue *EncryptionService + Table *EncryptionService + type Endpoints struct + Blob *string + Dfs *string + File *string + InternetEndpoints *AccountInternetEndpoints + MicrosoftEndpoints *AccountMicrosoftEndpoints + Queue *string + Table *string + Web *string + type ErrorResponse struct + Code *string + Message *string + type FileServiceItems struct + Value *[]FileServiceProperties + type FileServiceProperties struct + ID *string + Name *string + Sku *Sku + Type *string + func (fsp *FileServiceProperties) UnmarshalJSON(body []byte) error + func (fsp FileServiceProperties) MarshalJSON() ([]byte, error) + type FileServicePropertiesProperties struct + Cors *CorsRules + ShareDeleteRetentionPolicy *DeleteRetentionPolicy + type FileServicesClient struct + func NewFileServicesClient(subscriptionID string) FileServicesClient + func NewFileServicesClientWithBaseURI(baseURI string, subscriptionID string) FileServicesClient + func (client FileServicesClient) GetServiceProperties(ctx context.Context, resourceGroupName string, accountName string) (result FileServiceProperties, err error) + func (client FileServicesClient) GetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client FileServicesClient) GetServicePropertiesResponder(resp *http.Response) (result FileServiceProperties, err error) + func (client FileServicesClient) GetServicePropertiesSender(req *http.Request) (*http.Response, error) + func (client FileServicesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result FileServiceItems, err error) + func (client FileServicesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client FileServicesClient) ListResponder(resp *http.Response) (result FileServiceItems, err error) + func (client FileServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client FileServicesClient) SetServiceProperties(ctx context.Context, resourceGroupName string, accountName string, ...) (result FileServiceProperties, err error) + func (client FileServicesClient) SetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileServicesClient) SetServicePropertiesResponder(resp *http.Response) (result FileServiceProperties, err error) + func (client FileServicesClient) SetServicePropertiesSender(req *http.Request) (*http.Response, error) + type FileShare struct + Etag *string + ID *string + Name *string + Type *string + func (fs *FileShare) UnmarshalJSON(body []byte) error + func (fs FileShare) MarshalJSON() ([]byte, error) + type FileShareItem struct + Etag *string + ID *string + Name *string + Type *string + func (fsi *FileShareItem) UnmarshalJSON(body []byte) error + func (fsi FileShareItem) MarshalJSON() ([]byte, error) + type FileShareItems struct + NextLink *string + Value *[]FileShareItem + func (fsi FileShareItems) IsEmpty() bool + type FileShareItemsIterator struct + func NewFileShareItemsIterator(page FileShareItemsPage) FileShareItemsIterator + func (iter *FileShareItemsIterator) Next() error + func (iter *FileShareItemsIterator) NextWithContext(ctx context.Context) (err error) + func (iter FileShareItemsIterator) NotDone() bool + func (iter FileShareItemsIterator) Response() FileShareItems + func (iter FileShareItemsIterator) Value() FileShareItem + type FileShareItemsPage struct + func NewFileShareItemsPage(getNextPage func(context.Context, FileShareItems) (FileShareItems, error)) FileShareItemsPage + func (page *FileShareItemsPage) Next() error + func (page *FileShareItemsPage) NextWithContext(ctx context.Context) (err error) + func (page FileShareItemsPage) NotDone() bool + func (page FileShareItemsPage) Response() FileShareItems + func (page FileShareItemsPage) Values() []FileShareItem + type FileShareProperties struct + AccessTier ShareAccessTier + AccessTierChangeTime *date.Time + AccessTierStatus *string + Deleted *bool + DeletedTime *date.Time + EnabledProtocols EnabledProtocols + LastModifiedTime *date.Time + Metadata map[string]*string + RemainingRetentionDays *int32 + RootSquash RootSquashType + ShareQuota *int32 + ShareUsageBytes *int64 + Version *string + func (fsp FileShareProperties) MarshalJSON() ([]byte, error) + type FileSharesClient struct + func NewFileSharesClient(subscriptionID string) FileSharesClient + func NewFileSharesClientWithBaseURI(baseURI string, subscriptionID string) FileSharesClient + func (client FileSharesClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result FileShare, err error) + func (client FileSharesClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileSharesClient) CreateResponder(resp *http.Response) (result FileShare, err error) + func (client FileSharesClient) CreateSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client FileSharesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileSharesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FileSharesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result FileShare, err error) + func (client FileSharesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileSharesClient) GetResponder(resp *http.Response) (result FileShare, err error) + func (client FileSharesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) List(ctx context.Context, resourceGroupName string, accountName string, ...) (result FileShareItemsPage, err error) + func (client FileSharesClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result FileShareItemsIterator, err error) + func (client FileSharesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileSharesClient) ListResponder(resp *http.Response) (result FileShareItems, err error) + func (client FileSharesClient) ListSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) Restore(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client FileSharesClient) RestorePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileSharesClient) RestoreResponder(resp *http.Response) (result autorest.Response, err error) + func (client FileSharesClient) RestoreSender(req *http.Request) (*http.Response, error) + func (client FileSharesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result FileShare, err error) + func (client FileSharesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FileSharesClient) UpdateResponder(resp *http.Response) (result FileShare, err error) + func (client FileSharesClient) UpdateSender(req *http.Request) (*http.Response, error) + type GeoReplicationStats struct + CanFailover *bool + LastSyncTime *date.Time + Status GeoReplicationStatus + type GeoReplicationStatus string + const GeoReplicationStatusBootstrap + const GeoReplicationStatusLive + const GeoReplicationStatusUnavailable + func PossibleGeoReplicationStatusValues() []GeoReplicationStatus + type GetShareExpand string + const Stats + func PossibleGetShareExpandValues() []GetShareExpand + type HTTPProtocol string + const HTTPS + const Httpshttp + func PossibleHTTPProtocolValues() []HTTPProtocol + type IPRule struct + Action Action + IPAddressOrRange *string + type Identity struct + PrincipalID *string + TenantID *string + Type *string + type ImmutabilityPolicy struct + Etag *string + ID *string + Name *string + Type *string + func (IP *ImmutabilityPolicy) UnmarshalJSON(body []byte) error + func (IP ImmutabilityPolicy) MarshalJSON() ([]byte, error) + type ImmutabilityPolicyProperties struct + Etag *string + UpdateHistory *[]UpdateHistoryProperty + func (ipp *ImmutabilityPolicyProperties) UnmarshalJSON(body []byte) error + func (ipp ImmutabilityPolicyProperties) MarshalJSON() ([]byte, error) + type ImmutabilityPolicyProperty struct + AllowProtectedAppendWrites *bool + ImmutabilityPeriodSinceCreationInDays *int32 + State ImmutabilityPolicyState + type ImmutabilityPolicyState string + const Locked + const Unlocked + func PossibleImmutabilityPolicyStateValues() []ImmutabilityPolicyState + type ImmutabilityPolicyUpdateType string + const Extend + const Lock + const Put + func PossibleImmutabilityPolicyUpdateTypeValues() []ImmutabilityPolicyUpdateType + type KeyPermission string + const Full + const Read + func PossibleKeyPermissionValues() []KeyPermission + type KeySource string + const KeySourceMicrosoftKeyvault + const KeySourceMicrosoftStorage + func PossibleKeySourceValues() []KeySource + type KeyType string + const KeyTypeAccount + const KeyTypeService + func PossibleKeyTypeValues() []KeyType + type KeyVaultProperties struct + CurrentVersionedKeyIdentifier *string + KeyName *string + KeyVaultURI *string + KeyVersion *string + LastKeyRotationTimestamp *date.Time + type Kind string + const BlobStorage + const BlockBlobStorage + const FileStorage + const Storage + const StorageV2 + func PossibleKindValues() []Kind + type LargeFileSharesState string + const LargeFileSharesStateDisabled + const LargeFileSharesStateEnabled + func PossibleLargeFileSharesStateValues() []LargeFileSharesState + type LeaseContainerRequest struct + Action Action1 + BreakPeriod *int32 + LeaseDuration *int32 + LeaseID *string + ProposedLeaseID *string + type LeaseContainerResponse struct + LeaseID *string + LeaseTimeSeconds *string + type LeaseDuration string + const Fixed + const Infinite + func PossibleLeaseDurationValues() []LeaseDuration + type LeaseState string + const LeaseStateAvailable + const LeaseStateBreaking + const LeaseStateBroken + const LeaseStateExpired + const LeaseStateLeased + func PossibleLeaseStateValues() []LeaseState + type LeaseStatus string + const LeaseStatusLocked + const LeaseStatusUnlocked + func PossibleLeaseStatusValues() []LeaseStatus + type LegalHold struct + HasLegalHold *bool + Tags *[]string + type LegalHoldProperties struct + HasLegalHold *bool + Tags *[]TagProperty + type ListAccountSasResponse struct + AccountSasToken *string + type ListContainerItem struct + Etag *string + ID *string + Name *string + Type *string + func (lci *ListContainerItem) UnmarshalJSON(body []byte) error + func (lci ListContainerItem) MarshalJSON() ([]byte, error) + type ListContainerItems struct + NextLink *string + Value *[]ListContainerItem + func (lci ListContainerItems) IsEmpty() bool + type ListContainerItemsIterator struct + func NewListContainerItemsIterator(page ListContainerItemsPage) ListContainerItemsIterator + func (iter *ListContainerItemsIterator) Next() error + func (iter *ListContainerItemsIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListContainerItemsIterator) NotDone() bool + func (iter ListContainerItemsIterator) Response() ListContainerItems + func (iter ListContainerItemsIterator) Value() ListContainerItem + type ListContainerItemsPage struct + func NewListContainerItemsPage(...) ListContainerItemsPage + func (page *ListContainerItemsPage) Next() error + func (page *ListContainerItemsPage) NextWithContext(ctx context.Context) (err error) + func (page ListContainerItemsPage) NotDone() bool + func (page ListContainerItemsPage) Response() ListContainerItems + func (page ListContainerItemsPage) Values() []ListContainerItem + type ListContainersInclude string + const Deleted + func PossibleListContainersIncludeValues() []ListContainersInclude + type ListKeyExpand string + const Kerb + func PossibleListKeyExpandValues() []ListKeyExpand + type ListQueue struct + ID *string + Name *string + Type *string + func (lq *ListQueue) UnmarshalJSON(body []byte) error + func (lq ListQueue) MarshalJSON() ([]byte, error) + type ListQueueProperties struct + Metadata map[string]*string + func (lqp ListQueueProperties) MarshalJSON() ([]byte, error) + type ListQueueResource struct + NextLink *string + Value *[]ListQueue + func (lqr ListQueueResource) IsEmpty() bool + type ListQueueResourceIterator struct + func NewListQueueResourceIterator(page ListQueueResourcePage) ListQueueResourceIterator + func (iter *ListQueueResourceIterator) Next() error + func (iter *ListQueueResourceIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListQueueResourceIterator) NotDone() bool + func (iter ListQueueResourceIterator) Response() ListQueueResource + func (iter ListQueueResourceIterator) Value() ListQueue + type ListQueueResourcePage struct + func NewListQueueResourcePage(...) ListQueueResourcePage + func (page *ListQueueResourcePage) Next() error + func (page *ListQueueResourcePage) NextWithContext(ctx context.Context) (err error) + func (page ListQueueResourcePage) NotDone() bool + func (page ListQueueResourcePage) Response() ListQueueResource + func (page ListQueueResourcePage) Values() []ListQueue + type ListQueueServices struct + Value *[]QueueServiceProperties + type ListServiceSasResponse struct + ServiceSasToken *string + type ListSharesExpand string + const ListSharesExpandDeleted + func PossibleListSharesExpandValues() []ListSharesExpand + type ListTableResource struct + NextLink *string + Value *[]Table + func (ltr ListTableResource) IsEmpty() bool + type ListTableResourceIterator struct + func NewListTableResourceIterator(page ListTableResourcePage) ListTableResourceIterator + func (iter *ListTableResourceIterator) Next() error + func (iter *ListTableResourceIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListTableResourceIterator) NotDone() bool + func (iter ListTableResourceIterator) Response() ListTableResource + func (iter ListTableResourceIterator) Value() Table + type ListTableResourcePage struct + func NewListTableResourcePage(...) ListTableResourcePage + func (page *ListTableResourcePage) Next() error + func (page *ListTableResourcePage) NextWithContext(ctx context.Context) (err error) + func (page ListTableResourcePage) NotDone() bool + func (page ListTableResourcePage) Response() ListTableResource + func (page ListTableResourcePage) Values() []Table + type ListTableServices struct + Value *[]TableServiceProperties + type ManagementPoliciesClient struct + func NewManagementPoliciesClient(subscriptionID string) ManagementPoliciesClient + func NewManagementPoliciesClientWithBaseURI(baseURI string, subscriptionID string) ManagementPoliciesClient + func (client ManagementPoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result ManagementPolicy, err error) + func (client ManagementPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ManagementPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result ManagementPolicy, err error) + func (client ManagementPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ManagementPoliciesClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result autorest.Response, err error) + func (client ManagementPoliciesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client ManagementPoliciesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ManagementPoliciesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ManagementPoliciesClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result ManagementPolicy, err error) + func (client ManagementPoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client ManagementPoliciesClient) GetResponder(resp *http.Response) (result ManagementPolicy, err error) + func (client ManagementPoliciesClient) GetSender(req *http.Request) (*http.Response, error) + type ManagementPolicy struct + ID *string + Name *string + Type *string + func (mp *ManagementPolicy) UnmarshalJSON(body []byte) error + func (mp ManagementPolicy) MarshalJSON() ([]byte, error) + type ManagementPolicyAction struct + BaseBlob *ManagementPolicyBaseBlob + Snapshot *ManagementPolicySnapShot + type ManagementPolicyBaseBlob struct + Delete *DateAfterModification + TierToArchive *DateAfterModification + TierToCool *DateAfterModification + type ManagementPolicyDefinition struct + Actions *ManagementPolicyAction + Filters *ManagementPolicyFilter + type ManagementPolicyFilter struct + BlobIndexMatch *[]TagFilter + BlobTypes *[]string + PrefixMatch *[]string + type ManagementPolicyProperties struct + LastModifiedTime *date.Time + Policy *ManagementPolicySchema + type ManagementPolicyRule struct + Definition *ManagementPolicyDefinition + Enabled *bool + Name *string + Type *string + type ManagementPolicySchema struct + Rules *[]ManagementPolicyRule + type ManagementPolicySnapShot struct + Delete *DateAfterCreation + type MetricSpecification struct + AggregationType *string + Category *string + Dimensions *[]Dimension + DisplayDescription *string + DisplayName *string + FillGapWithZero *bool + Name *string + ResourceIDDimensionNameOverride *string + Unit *string + type MinimumTLSVersion string + const TLS10 + const TLS11 + const TLS12 + func PossibleMinimumTLSVersionValues() []MinimumTLSVersion + type NetworkRuleSet struct + Bypass Bypass + DefaultAction DefaultAction + IPRules *[]IPRule + VirtualNetworkRules *[]VirtualNetworkRule + type ObjectReplicationPolicies struct + Value *[]ObjectReplicationPolicy + type ObjectReplicationPoliciesClient struct + func NewObjectReplicationPoliciesClient(subscriptionID string) ObjectReplicationPoliciesClient + func NewObjectReplicationPoliciesClientWithBaseURI(baseURI string, subscriptionID string) ObjectReplicationPoliciesClient + func (client ObjectReplicationPoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result ObjectReplicationPolicy, err error) + func (client ObjectReplicationPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ObjectReplicationPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result ObjectReplicationPolicy, err error) + func (client ObjectReplicationPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ObjectReplicationPoliciesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ObjectReplicationPoliciesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ObjectReplicationPoliciesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ObjectReplicationPoliciesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ObjectReplicationPoliciesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result ObjectReplicationPolicy, err error) + func (client ObjectReplicationPoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ObjectReplicationPoliciesClient) GetResponder(resp *http.Response) (result ObjectReplicationPolicy, err error) + func (client ObjectReplicationPoliciesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ObjectReplicationPoliciesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result ObjectReplicationPolicies, err error) + func (client ObjectReplicationPoliciesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client ObjectReplicationPoliciesClient) ListResponder(resp *http.Response) (result ObjectReplicationPolicies, err error) + func (client ObjectReplicationPoliciesClient) ListSender(req *http.Request) (*http.Response, error) + type ObjectReplicationPolicy struct + ID *string + Name *string + Type *string + func (orp *ObjectReplicationPolicy) UnmarshalJSON(body []byte) error + func (orp ObjectReplicationPolicy) MarshalJSON() ([]byte, error) + type ObjectReplicationPolicyFilter struct + MinCreationTime *string + PrefixMatch *[]string + type ObjectReplicationPolicyProperties struct + DestinationAccount *string + EnabledTime *date.Time + PolicyID *string + Rules *[]ObjectReplicationPolicyRule + SourceAccount *string + type ObjectReplicationPolicyRule struct + DestinationContainer *string + Filters *ObjectReplicationPolicyFilter + RuleID *string + SourceContainer *string + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + func (o *Operation) UnmarshalJSON(body []byte) error + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + Value *[]Operation + type OperationProperties struct + ServiceSpecification *ServiceSpecification + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResult, 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 Permissions string + const A + const C + const D + const L + const P + const R + const U + const W + func PossiblePermissionsValues() []Permissions + type PrivateEndpoint struct + ID *string + type PrivateEndpointConnection struct + ID *string + Name *string + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResult struct + Value *[]PrivateEndpointConnection + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) List(ctx context.Context, resourceGroupName string, accountName string) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListResponder(resp *http.Response) (result PrivateEndpointConnectionListResult, err error) + func (client PrivateEndpointConnectionsClient) ListSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) Put(ctx context.Context, resourceGroupName string, accountName string, ...) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) PutPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) PutResponder(resp *http.Response) (result PrivateEndpointConnection, err error) + func (client PrivateEndpointConnectionsClient) PutSender(req *http.Request) (*http.Response, error) + type PrivateEndpointServiceConnectionStatus string + const Approved + const Pending + const Rejected + func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceListResult struct + Value *[]PrivateLinkResource + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) ListByStorageAccount(ctx context.Context, resourceGroupName string, accountName string) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListByStorageAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListByStorageAccountResponder(resp *http.Response) (result PrivateLinkResourceListResult, err error) + func (client PrivateLinkResourcesClient) ListByStorageAccountSender(req *http.Request) (*http.Response, error) + type PrivateLinkServiceConnectionState struct + ActionRequired *string + Description *string + Status PrivateEndpointServiceConnectionStatus + type ProvisioningState string + const Creating + const ResolvingDNS + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + type PublicAccess string + const PublicAccessBlob + const PublicAccessContainer + const PublicAccessNone + func PossiblePublicAccessValues() []PublicAccess + type Queue struct + ID *string + Name *string + Type *string + func (q *Queue) UnmarshalJSON(body []byte) error + func (q Queue) MarshalJSON() ([]byte, error) + type QueueClient struct + func NewQueueClient(subscriptionID string) QueueClient + func NewQueueClientWithBaseURI(baseURI string, subscriptionID string) QueueClient + func (client QueueClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result Queue, err error) + func (client QueueClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client QueueClient) CreateResponder(resp *http.Response) (result Queue, err error) + func (client QueueClient) CreateSender(req *http.Request) (*http.Response, error) + func (client QueueClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client QueueClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client QueueClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client QueueClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client QueueClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Queue, err error) + func (client QueueClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client QueueClient) GetResponder(resp *http.Response) (result Queue, err error) + func (client QueueClient) GetSender(req *http.Request) (*http.Response, error) + func (client QueueClient) List(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListQueueResourcePage, err error) + func (client QueueClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result ListQueueResourceIterator, err error) + func (client QueueClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client QueueClient) ListResponder(resp *http.Response) (result ListQueueResource, err error) + func (client QueueClient) ListSender(req *http.Request) (*http.Response, error) + func (client QueueClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Queue, err error) + func (client QueueClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client QueueClient) UpdateResponder(resp *http.Response) (result Queue, err error) + func (client QueueClient) UpdateSender(req *http.Request) (*http.Response, error) + type QueueProperties struct + ApproximateMessageCount *int32 + Metadata map[string]*string + func (qp QueueProperties) MarshalJSON() ([]byte, error) + type QueueServiceProperties struct + ID *string + Name *string + Type *string + func (qsp *QueueServiceProperties) UnmarshalJSON(body []byte) error + func (qsp QueueServiceProperties) MarshalJSON() ([]byte, error) + type QueueServicePropertiesProperties struct + Cors *CorsRules + type QueueServicesClient struct + func NewQueueServicesClient(subscriptionID string) QueueServicesClient + func NewQueueServicesClientWithBaseURI(baseURI string, subscriptionID string) QueueServicesClient + func (client QueueServicesClient) GetServiceProperties(ctx context.Context, resourceGroupName string, accountName string) (result QueueServiceProperties, err error) + func (client QueueServicesClient) GetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client QueueServicesClient) GetServicePropertiesResponder(resp *http.Response) (result QueueServiceProperties, err error) + func (client QueueServicesClient) GetServicePropertiesSender(req *http.Request) (*http.Response, error) + func (client QueueServicesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result ListQueueServices, err error) + func (client QueueServicesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client QueueServicesClient) ListResponder(resp *http.Response) (result ListQueueServices, err error) + func (client QueueServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client QueueServicesClient) SetServiceProperties(ctx context.Context, resourceGroupName string, accountName string, ...) (result QueueServiceProperties, err error) + func (client QueueServicesClient) SetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client QueueServicesClient) SetServicePropertiesResponder(resp *http.Response) (result QueueServiceProperties, err error) + func (client QueueServicesClient) SetServicePropertiesSender(req *http.Request) (*http.Response, error) + type Reason string + const AccountNameInvalid + const AlreadyExists + func PossibleReasonValues() []Reason + type ReasonCode string + const NotAvailableForSubscription + const QuotaID + func PossibleReasonCodeValues() []ReasonCode + type Resource struct + ID *string + Name *string + Type *string + type RestorePolicyProperties struct + Days *int32 + Enabled *bool + LastEnabledTime *date.Time + type Restriction struct + ReasonCode ReasonCode + Type *string + Values *[]string + type RootSquashType string + const AllSquash + const NoRootSquash + const RootSquash + func PossibleRootSquashTypeValues() []RootSquashType + type RoutingChoice string + const InternetRouting + const MicrosoftRouting + func PossibleRoutingChoiceValues() []RoutingChoice + type RoutingPreference struct + PublishInternetEndpoints *bool + PublishMicrosoftEndpoints *bool + RoutingChoice RoutingChoice + type SKUCapability struct + Name *string + Value *string + 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 Permissions + Protocols HTTPProtocol + Resource SignedResource + RowKeyEnd *string + RowKeyStart *string + SharedAccessExpiryTime *date.Time + SharedAccessStartTime *date.Time + type ServiceSpecification struct + MetricSpecifications *[]MetricSpecification + type Services string + const B + const F + const Q + const T + func PossibleServicesValues() []Services + type ShareAccessTier string + const ShareAccessTierCool + const ShareAccessTierHot + const ShareAccessTierPremium + const ShareAccessTierTransactionOptimized + func PossibleShareAccessTierValues() []ShareAccessTier + type SignedResource string + const SignedResourceB + const SignedResourceC + const SignedResourceF + const SignedResourceS + func PossibleSignedResourceValues() []SignedResource + type SignedResourceTypes string + const SignedResourceTypesC + const SignedResourceTypesO + const SignedResourceTypesS + func PossibleSignedResourceTypesValues() []SignedResourceTypes + type Sku struct + Name SkuName + Tier SkuTier + type SkuInformation struct + Capabilities *[]SKUCapability + Kind Kind + Locations *[]string + Name SkuName + ResourceType *string + Restrictions *[]Restriction + Tier SkuTier + type SkuListResult struct + Value *[]SkuInformation + type SkuName string + const PremiumLRS + const PremiumZRS + const StandardGRS + const StandardGZRS + const StandardLRS + const StandardRAGRS + const StandardRAGZRS + const StandardZRS + func PossibleSkuNameValues() []SkuName + type SkuTier string + const Premium + const Standard + func PossibleSkuTierValues() []SkuTier + type SkusClient struct + func NewSkusClient(subscriptionID string) SkusClient + func NewSkusClientWithBaseURI(baseURI string, subscriptionID string) SkusClient + func (client SkusClient) List(ctx context.Context) (result SkuListResult, err error) + func (client SkusClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client SkusClient) ListResponder(resp *http.Response) (result SkuListResult, err error) + func (client SkusClient) ListSender(req *http.Request) (*http.Response, error) + type State string + const StateDeprovisioning + const StateFailed + const StateNetworkSourceDeleted + const StateProvisioning + const StateSucceeded + func PossibleStateValues() []State + type Table struct + ID *string + Name *string + Type *string + func (t *Table) UnmarshalJSON(body []byte) error + func (t Table) MarshalJSON() ([]byte, error) + type TableClient struct + func NewTableClient(subscriptionID string) TableClient + func NewTableClientWithBaseURI(baseURI string, subscriptionID string) TableClient + func (client TableClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result Table, err error) + func (client TableClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableClient) CreateResponder(resp *http.Response) (result Table, err error) + func (client TableClient) CreateSender(req *http.Request) (*http.Response, error) + func (client TableClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client TableClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client TableClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client TableClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result Table, err error) + func (client TableClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableClient) GetResponder(resp *http.Response) (result Table, err error) + func (client TableClient) GetSender(req *http.Request) (*http.Response, error) + func (client TableClient) List(ctx context.Context, resourceGroupName string, accountName string) (result ListTableResourcePage, err error) + func (client TableClient) ListComplete(ctx context.Context, resourceGroupName string, accountName string) (result ListTableResourceIterator, err error) + func (client TableClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client TableClient) ListResponder(resp *http.Response) (result ListTableResource, err error) + func (client TableClient) ListSender(req *http.Request) (*http.Response, error) + func (client TableClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result Table, err error) + func (client TableClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableClient) UpdateResponder(resp *http.Response) (result Table, err error) + func (client TableClient) UpdateSender(req *http.Request) (*http.Response, error) + type TableProperties struct + TableName *string + type TableServiceProperties struct + ID *string + Name *string + Type *string + func (tsp *TableServiceProperties) UnmarshalJSON(body []byte) error + func (tsp TableServiceProperties) MarshalJSON() ([]byte, error) + type TableServicePropertiesProperties struct + Cors *CorsRules + type TableServicesClient struct + func NewTableServicesClient(subscriptionID string) TableServicesClient + func NewTableServicesClientWithBaseURI(baseURI string, subscriptionID string) TableServicesClient + func (client TableServicesClient) GetServiceProperties(ctx context.Context, resourceGroupName string, accountName string) (result TableServiceProperties, err error) + func (client TableServicesClient) GetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client TableServicesClient) GetServicePropertiesResponder(resp *http.Response) (result TableServiceProperties, err error) + func (client TableServicesClient) GetServicePropertiesSender(req *http.Request) (*http.Response, error) + func (client TableServicesClient) List(ctx context.Context, resourceGroupName string, accountName string) (result ListTableServices, err error) + func (client TableServicesClient) ListPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client TableServicesClient) ListResponder(resp *http.Response) (result ListTableServices, err error) + func (client TableServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client TableServicesClient) SetServiceProperties(ctx context.Context, resourceGroupName string, accountName string, ...) (result TableServiceProperties, err error) + func (client TableServicesClient) SetServicePropertiesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client TableServicesClient) SetServicePropertiesResponder(resp *http.Response) (result TableServiceProperties, err error) + func (client TableServicesClient) SetServicePropertiesSender(req *http.Request) (*http.Response, error) + type TagFilter struct + Name *string + Op *string + Value *string + type TagProperty struct + ObjectIdentifier *string + Tag *string + TenantID *string + Timestamp *date.Time + Upn *string + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type UpdateHistoryProperty struct + ImmutabilityPeriodSinceCreationInDays *int32 + ObjectIdentifier *string + TenantID *string + Timestamp *date.Time + Update ImmutabilityPolicyUpdateType + Upn *string + type Usage struct + CurrentValue *int32 + Limit *int32 + Name *UsageName + Unit UsageUnit + 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 + type UsagesClient struct + func NewUsagesClient(subscriptionID string) UsagesClient + func NewUsagesClientWithBaseURI(baseURI string, subscriptionID string) UsagesClient + func (client UsagesClient) ListByLocation(ctx context.Context, location string) (result UsageListResult, err error) + func (client UsagesClient) ListByLocationPreparer(ctx context.Context, location string) (*http.Request, error) + func (client UsagesClient) ListByLocationResponder(resp *http.Response) (result UsageListResult, err error) + func (client UsagesClient) ListByLocationSender(req *http.Request) (*http.Response, error) + type VirtualNetworkRule struct + Action Action + State State + VirtualNetworkResourceID *string Other modules containing this package 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.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v46 gopkg.in/Azure/azure-sdk-for-go.v48