Versions in this module Expand all Collapse all v30 v30.1.0 Jun 10, 2019 v30.0.0 May 28, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AADObjectType string + const Group + const ServicePrincipal + const User + func PossibleAADObjectTypeValues() []AADObjectType + type AccountsClient struct + func NewAccountsClient(subscriptionID string) AccountsClient + func NewAccountsClientWithBaseURI(baseURI string, subscriptionID string) AccountsClient + func (client AccountsClient) CheckNameAvailability(ctx context.Context, location string, ...) (result NameAvailabilityInformation, err error) + func (client AccountsClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, ...) (*http.Request, error) + func (client AccountsClient) CheckNameAvailabilityResponder(resp *http.Response) (result NameAvailabilityInformation, err error) + func (client AccountsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Create(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsCreateFutureType, err error) + func (client AccountsClient) CreatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) CreateResponder(resp *http.Response) (result DataLakeAnalyticsAccount, err error) + func (client AccountsClient) CreateSender(req *http.Request) (future AccountsCreateFutureType, err error) + func (client AccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result AccountsDeleteFutureType, 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) (future AccountsDeleteFutureType, err error) + func (client AccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result DataLakeAnalyticsAccount, err error) + func (client AccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client AccountsClient) GetResponder(resp *http.Response) (result DataLakeAnalyticsAccount, err error) + func (client AccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) List(ctx context.Context, filter string, top *int32, skip *int32, ...) (result DataLakeAnalyticsAccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string, filter string, top *int32, ...) (result DataLakeAnalyticsAccountListResultPage, err error) + func (client AccountsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, filter string, top *int32, ...) (result DataLakeAnalyticsAccountListResultIterator, err error) + func (client AccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, filter string, top *int32, ...) (*http.Request, error) + func (client AccountsClient) ListByResourceGroupResponder(resp *http.Response) (result DataLakeAnalyticsAccountListResult, err error) + func (client AccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) ListComplete(ctx context.Context, filter string, top *int32, skip *int32, ...) (result DataLakeAnalyticsAccountListResultIterator, err error) + func (client AccountsClient) ListPreparer(ctx context.Context, filter string, top *int32, skip *int32, ...) (*http.Request, error) + func (client AccountsClient) ListResponder(resp *http.Response) (result DataLakeAnalyticsAccountListResult, err error) + func (client AccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client AccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result AccountsUpdateFutureType, err error) + func (client AccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client AccountsClient) UpdateResponder(resp *http.Response) (result DataLakeAnalyticsAccount, err error) + func (client AccountsClient) UpdateSender(req *http.Request) (future AccountsUpdateFutureType, err error) + type AccountsCreateFutureType struct + func (future *AccountsCreateFutureType) Result(client AccountsClient) (dlaa DataLakeAnalyticsAccount, err error) + type AccountsDeleteFutureType struct + func (future *AccountsDeleteFutureType) Result(client AccountsClient) (ar autorest.Response, err error) + type AccountsUpdateFutureType struct + func (future *AccountsUpdateFutureType) Result(client AccountsClient) (dlaa DataLakeAnalyticsAccount, err error) + type AddDataLakeStoreParameters struct + func (adlsp *AddDataLakeStoreParameters) UnmarshalJSON(body []byte) error + func (adlsp AddDataLakeStoreParameters) MarshalJSON() ([]byte, error) + type AddDataLakeStoreProperties struct + Suffix *string + type AddDataLakeStoreWithAccountParameters struct + Name *string + func (adlswap *AddDataLakeStoreWithAccountParameters) UnmarshalJSON(body []byte) error + func (adlswap AddDataLakeStoreWithAccountParameters) MarshalJSON() ([]byte, error) + type AddStorageAccountParameters struct + func (asap *AddStorageAccountParameters) UnmarshalJSON(body []byte) error + func (asap AddStorageAccountParameters) MarshalJSON() ([]byte, error) + type AddStorageAccountProperties struct + AccessKey *string + Suffix *string + type AddStorageAccountWithAccountParameters struct + Name *string + func (asawap *AddStorageAccountWithAccountParameters) UnmarshalJSON(body []byte) error + func (asawap AddStorageAccountWithAccountParameters) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CapabilityInformation struct + AccountCount *int32 + MaxAccountCount *int32 + MigrationState *bool + State SubscriptionState + SubscriptionID *uuid.UUID + type CheckNameAvailabilityParameters struct + Name *string + Type *string + type ComputePoliciesClient struct + func NewComputePoliciesClient(subscriptionID string) ComputePoliciesClient + func NewComputePoliciesClientWithBaseURI(baseURI string, subscriptionID string) ComputePoliciesClient + func (client ComputePoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result ComputePolicy, err error) + func (client ComputePoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ComputePoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result ComputePolicy, err error) + func (client ComputePoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ComputePoliciesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client ComputePoliciesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ComputePoliciesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ComputePoliciesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ComputePoliciesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result ComputePolicy, err error) + func (client ComputePoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ComputePoliciesClient) GetResponder(resp *http.Response) (result ComputePolicy, err error) + func (client ComputePoliciesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ComputePoliciesClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result ComputePolicyListResultPage, err error) + func (client ComputePoliciesClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string) (result ComputePolicyListResultIterator, err error) + func (client ComputePoliciesClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client ComputePoliciesClient) ListByAccountResponder(resp *http.Response) (result ComputePolicyListResult, err error) + func (client ComputePoliciesClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client ComputePoliciesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result ComputePolicy, err error) + func (client ComputePoliciesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client ComputePoliciesClient) UpdateResponder(resp *http.Response) (result ComputePolicy, err error) + func (client ComputePoliciesClient) UpdateSender(req *http.Request) (*http.Response, error) + type ComputePolicy struct + ID *string + Name *string + Type *string + func (cp *ComputePolicy) UnmarshalJSON(body []byte) error + func (cp ComputePolicy) MarshalJSON() ([]byte, error) + type ComputePolicyListResult struct + NextLink *string + Value *[]ComputePolicy + func (cplr ComputePolicyListResult) IsEmpty() bool + type ComputePolicyListResultIterator struct + func NewComputePolicyListResultIterator(page ComputePolicyListResultPage) ComputePolicyListResultIterator + func (iter *ComputePolicyListResultIterator) Next() error + func (iter *ComputePolicyListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ComputePolicyListResultIterator) NotDone() bool + func (iter ComputePolicyListResultIterator) Response() ComputePolicyListResult + func (iter ComputePolicyListResultIterator) Value() ComputePolicy + type ComputePolicyListResultPage struct + func NewComputePolicyListResultPage(...) ComputePolicyListResultPage + func (page *ComputePolicyListResultPage) Next() error + func (page *ComputePolicyListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ComputePolicyListResultPage) NotDone() bool + func (page ComputePolicyListResultPage) Response() ComputePolicyListResult + func (page ComputePolicyListResultPage) Values() []ComputePolicy + type ComputePolicyProperties struct + MaxDegreeOfParallelismPerJob *int32 + MinPriorityPerJob *int32 + ObjectID *uuid.UUID + ObjectType AADObjectType + type CreateComputePolicyWithAccountParameters struct + Name *string + func (ccpwap *CreateComputePolicyWithAccountParameters) UnmarshalJSON(body []byte) error + func (ccpwap CreateComputePolicyWithAccountParameters) MarshalJSON() ([]byte, error) + type CreateDataLakeAnalyticsAccountParameters struct + Location *string + Tags map[string]*string + func (cdlaap *CreateDataLakeAnalyticsAccountParameters) UnmarshalJSON(body []byte) error + func (cdlaap CreateDataLakeAnalyticsAccountParameters) MarshalJSON() ([]byte, error) + type CreateDataLakeAnalyticsAccountProperties struct + ComputePolicies *[]CreateComputePolicyWithAccountParameters + DataLakeStoreAccounts *[]AddDataLakeStoreWithAccountParameters + DefaultDataLakeStoreAccount *string + FirewallAllowAzureIps FirewallAllowAzureIpsState + FirewallRules *[]CreateFirewallRuleWithAccountParameters + FirewallState FirewallState + MaxDegreeOfParallelism *int32 + MaxDegreeOfParallelismPerJob *int32 + MaxJobCount *int32 + MinPriorityPerJob *int32 + NewTier TierType + QueryStoreRetention *int32 + StorageAccounts *[]AddStorageAccountWithAccountParameters + type CreateFirewallRuleWithAccountParameters struct + Name *string + func (cfrwap *CreateFirewallRuleWithAccountParameters) UnmarshalJSON(body []byte) error + func (cfrwap CreateFirewallRuleWithAccountParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateComputePolicyParameters struct + func (coucpp *CreateOrUpdateComputePolicyParameters) UnmarshalJSON(body []byte) error + func (coucpp CreateOrUpdateComputePolicyParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateComputePolicyProperties struct + MaxDegreeOfParallelismPerJob *int32 + MinPriorityPerJob *int32 + ObjectID *uuid.UUID + ObjectType AADObjectType + type CreateOrUpdateFirewallRuleParameters struct + func (coufrp *CreateOrUpdateFirewallRuleParameters) UnmarshalJSON(body []byte) error + func (coufrp CreateOrUpdateFirewallRuleParameters) MarshalJSON() ([]byte, error) + type CreateOrUpdateFirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type DataLakeAnalyticsAccount struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (dlaa *DataLakeAnalyticsAccount) UnmarshalJSON(body []byte) error + func (dlaa DataLakeAnalyticsAccount) MarshalJSON() ([]byte, error) + type DataLakeAnalyticsAccountBasic struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (dlaab *DataLakeAnalyticsAccountBasic) UnmarshalJSON(body []byte) error + func (dlaab DataLakeAnalyticsAccountBasic) MarshalJSON() ([]byte, error) + type DataLakeAnalyticsAccountListResult struct + NextLink *string + Value *[]DataLakeAnalyticsAccountBasic + func (dlaalr DataLakeAnalyticsAccountListResult) IsEmpty() bool + type DataLakeAnalyticsAccountListResultIterator struct + func NewDataLakeAnalyticsAccountListResultIterator(page DataLakeAnalyticsAccountListResultPage) DataLakeAnalyticsAccountListResultIterator + func (iter *DataLakeAnalyticsAccountListResultIterator) Next() error + func (iter *DataLakeAnalyticsAccountListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DataLakeAnalyticsAccountListResultIterator) NotDone() bool + func (iter DataLakeAnalyticsAccountListResultIterator) Response() DataLakeAnalyticsAccountListResult + func (iter DataLakeAnalyticsAccountListResultIterator) Value() DataLakeAnalyticsAccountBasic + type DataLakeAnalyticsAccountListResultPage struct + func NewDataLakeAnalyticsAccountListResultPage(...) DataLakeAnalyticsAccountListResultPage + func (page *DataLakeAnalyticsAccountListResultPage) Next() error + func (page *DataLakeAnalyticsAccountListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DataLakeAnalyticsAccountListResultPage) NotDone() bool + func (page DataLakeAnalyticsAccountListResultPage) Response() DataLakeAnalyticsAccountListResult + func (page DataLakeAnalyticsAccountListResultPage) Values() []DataLakeAnalyticsAccountBasic + type DataLakeAnalyticsAccountProperties struct + AccountID *uuid.UUID + ComputePolicies *[]ComputePolicy + CreationTime *date.Time + CurrentTier TierType + DataLakeStoreAccounts *[]DataLakeStoreAccountInformation + DefaultDataLakeStoreAccount *string + Endpoint *string + FirewallAllowAzureIps FirewallAllowAzureIpsState + FirewallRules *[]FirewallRule + FirewallState FirewallState + LastModifiedTime *date.Time + MaxDegreeOfParallelism *int32 + MaxDegreeOfParallelismPerJob *int32 + MaxJobCount *int32 + MinPriorityPerJob *int32 + NewTier TierType + ProvisioningState DataLakeAnalyticsAccountStatus + QueryStoreRetention *int32 + State DataLakeAnalyticsAccountState + StorageAccounts *[]StorageAccountInformation + SystemMaxDegreeOfParallelism *int32 + SystemMaxJobCount *int32 + type DataLakeAnalyticsAccountPropertiesBasic struct + AccountID *uuid.UUID + CreationTime *date.Time + Endpoint *string + LastModifiedTime *date.Time + ProvisioningState DataLakeAnalyticsAccountStatus + State DataLakeAnalyticsAccountState + type DataLakeAnalyticsAccountState string + const Active + const Suspended + func PossibleDataLakeAnalyticsAccountStateValues() []DataLakeAnalyticsAccountState + type DataLakeAnalyticsAccountStatus string + const Canceled + const Creating + const Deleted + const Deleting + const Failed + const Patching + const Resuming + const Running + const Succeeded + const Suspending + const Undeleting + func PossibleDataLakeAnalyticsAccountStatusValues() []DataLakeAnalyticsAccountStatus + type DataLakeStoreAccountInformation struct + ID *string + Name *string + Type *string + func (dlsai *DataLakeStoreAccountInformation) UnmarshalJSON(body []byte) error + func (dlsai DataLakeStoreAccountInformation) MarshalJSON() ([]byte, error) + type DataLakeStoreAccountInformationListResult struct + NextLink *string + Value *[]DataLakeStoreAccountInformation + func (dlsailr DataLakeStoreAccountInformationListResult) IsEmpty() bool + type DataLakeStoreAccountInformationListResultIterator struct + func NewDataLakeStoreAccountInformationListResultIterator(page DataLakeStoreAccountInformationListResultPage) DataLakeStoreAccountInformationListResultIterator + func (iter *DataLakeStoreAccountInformationListResultIterator) Next() error + func (iter *DataLakeStoreAccountInformationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter DataLakeStoreAccountInformationListResultIterator) NotDone() bool + func (iter DataLakeStoreAccountInformationListResultIterator) Response() DataLakeStoreAccountInformationListResult + func (iter DataLakeStoreAccountInformationListResultIterator) Value() DataLakeStoreAccountInformation + type DataLakeStoreAccountInformationListResultPage struct + func NewDataLakeStoreAccountInformationListResultPage(...) DataLakeStoreAccountInformationListResultPage + func (page *DataLakeStoreAccountInformationListResultPage) Next() error + func (page *DataLakeStoreAccountInformationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page DataLakeStoreAccountInformationListResultPage) NotDone() bool + func (page DataLakeStoreAccountInformationListResultPage) Response() DataLakeStoreAccountInformationListResult + func (page DataLakeStoreAccountInformationListResultPage) Values() []DataLakeStoreAccountInformation + type DataLakeStoreAccountInformationProperties struct + Suffix *string + type DataLakeStoreAccountsClient struct + func NewDataLakeStoreAccountsClient(subscriptionID string) DataLakeStoreAccountsClient + func NewDataLakeStoreAccountsClientWithBaseURI(baseURI string, subscriptionID string) DataLakeStoreAccountsClient + func (client DataLakeStoreAccountsClient) Add(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client DataLakeStoreAccountsClient) AddPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DataLakeStoreAccountsClient) AddResponder(resp *http.Response) (result autorest.Response, err error) + func (client DataLakeStoreAccountsClient) AddSender(req *http.Request) (*http.Response, error) + func (client DataLakeStoreAccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client DataLakeStoreAccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DataLakeStoreAccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DataLakeStoreAccountsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client DataLakeStoreAccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result DataLakeStoreAccountInformation, err error) + func (client DataLakeStoreAccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DataLakeStoreAccountsClient) GetResponder(resp *http.Response) (result DataLakeStoreAccountInformation, err error) + func (client DataLakeStoreAccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataLakeStoreAccountsClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string, ...) (result DataLakeStoreAccountInformationListResultPage, err error) + func (client DataLakeStoreAccountsClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result DataLakeStoreAccountInformationListResultIterator, err error) + func (client DataLakeStoreAccountsClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DataLakeStoreAccountsClient) ListByAccountResponder(resp *http.Response) (result DataLakeStoreAccountInformationListResult, err error) + func (client DataLakeStoreAccountsClient) ListByAccountSender(req *http.Request) (*http.Response, error) + type FirewallAllowAzureIpsState string + const Disabled + const Enabled + func PossibleFirewallAllowAzureIpsStateValues() []FirewallAllowAzureIpsState + type FirewallRule struct + ID *string + Name *string + Type *string + func (fr *FirewallRule) UnmarshalJSON(body []byte) error + func (fr FirewallRule) MarshalJSON() ([]byte, error) + type FirewallRuleListResult struct + NextLink *string + Value *[]FirewallRule + func (frlr FirewallRuleListResult) IsEmpty() bool + type FirewallRuleListResultIterator struct + func NewFirewallRuleListResultIterator(page FirewallRuleListResultPage) FirewallRuleListResultIterator + func (iter *FirewallRuleListResultIterator) Next() error + func (iter *FirewallRuleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter FirewallRuleListResultIterator) NotDone() bool + func (iter FirewallRuleListResultIterator) Response() FirewallRuleListResult + func (iter FirewallRuleListResultIterator) Value() FirewallRule + type FirewallRuleListResultPage struct + func NewFirewallRuleListResultPage(...) FirewallRuleListResultPage + func (page *FirewallRuleListResultPage) Next() error + func (page *FirewallRuleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page FirewallRuleListResultPage) NotDone() bool + func (page FirewallRuleListResultPage) Response() FirewallRuleListResult + func (page FirewallRuleListResultPage) Values() []FirewallRule + type FirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type FirewallRulesClient struct + func NewFirewallRulesClient(subscriptionID string) FirewallRulesClient + func NewFirewallRulesClientWithBaseURI(baseURI string, subscriptionID string) FirewallRulesClient + func (client FirewallRulesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) CreateOrUpdateResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client FirewallRulesClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FirewallRulesClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) GetResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string) (result FirewallRuleListResultPage, err error) + func (client FirewallRulesClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string) (result FirewallRuleListResultIterator, err error) + func (client FirewallRulesClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client FirewallRulesClient) ListByAccountResponder(resp *http.Response) (result FirewallRuleListResult, err error) + func (client FirewallRulesClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client FirewallRulesClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result FirewallRule, err error) + func (client FirewallRulesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client FirewallRulesClient) UpdateResponder(resp *http.Response) (result FirewallRule, err error) + func (client FirewallRulesClient) UpdateSender(req *http.Request) (*http.Response, error) + type FirewallState string + const FirewallStateDisabled + const FirewallStateEnabled + func PossibleFirewallStateValues() []FirewallState + type LocationsClient struct + func NewLocationsClient(subscriptionID string) LocationsClient + func NewLocationsClientWithBaseURI(baseURI string, subscriptionID string) LocationsClient + func (client LocationsClient) GetCapability(ctx context.Context, location string) (result CapabilityInformation, err error) + func (client LocationsClient) GetCapabilityPreparer(ctx context.Context, location string) (*http.Request, error) + func (client LocationsClient) GetCapabilityResponder(resp *http.Response) (result CapabilityInformation, err error) + func (client LocationsClient) GetCapabilitySender(req *http.Request) (*http.Response, error) + type NameAvailabilityInformation struct + Message *string + NameAvailable *bool + Reason *string + type Operation struct + Display *OperationDisplay + Name *string + Origin OperationOrigin + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + type OperationOrigin string + const OperationOriginSystem + const OperationOriginUser + const OperationOriginUsersystem + func PossibleOperationOriginValues() []OperationOrigin + 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 Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SasTokenInformation struct + AccessToken *string + type SasTokenInformationListResult struct + NextLink *string + Value *[]SasTokenInformation + func (stilr SasTokenInformationListResult) IsEmpty() bool + type SasTokenInformationListResultIterator struct + func NewSasTokenInformationListResultIterator(page SasTokenInformationListResultPage) SasTokenInformationListResultIterator + func (iter *SasTokenInformationListResultIterator) Next() error + func (iter *SasTokenInformationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter SasTokenInformationListResultIterator) NotDone() bool + func (iter SasTokenInformationListResultIterator) Response() SasTokenInformationListResult + func (iter SasTokenInformationListResultIterator) Value() SasTokenInformation + type SasTokenInformationListResultPage struct + func NewSasTokenInformationListResultPage(...) SasTokenInformationListResultPage + func (page *SasTokenInformationListResultPage) Next() error + func (page *SasTokenInformationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page SasTokenInformationListResultPage) NotDone() bool + func (page SasTokenInformationListResultPage) Response() SasTokenInformationListResult + func (page SasTokenInformationListResultPage) Values() []SasTokenInformation + type StorageAccountInformation struct + ID *string + Name *string + Type *string + func (sai *StorageAccountInformation) UnmarshalJSON(body []byte) error + func (sai StorageAccountInformation) MarshalJSON() ([]byte, error) + type StorageAccountInformationListResult struct + NextLink *string + Value *[]StorageAccountInformation + func (sailr StorageAccountInformationListResult) IsEmpty() bool + type StorageAccountInformationListResultIterator struct + func NewStorageAccountInformationListResultIterator(page StorageAccountInformationListResultPage) StorageAccountInformationListResultIterator + func (iter *StorageAccountInformationListResultIterator) Next() error + func (iter *StorageAccountInformationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter StorageAccountInformationListResultIterator) NotDone() bool + func (iter StorageAccountInformationListResultIterator) Response() StorageAccountInformationListResult + func (iter StorageAccountInformationListResultIterator) Value() StorageAccountInformation + type StorageAccountInformationListResultPage struct + func NewStorageAccountInformationListResultPage(...) StorageAccountInformationListResultPage + func (page *StorageAccountInformationListResultPage) Next() error + func (page *StorageAccountInformationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page StorageAccountInformationListResultPage) NotDone() bool + func (page StorageAccountInformationListResultPage) Response() StorageAccountInformationListResult + func (page StorageAccountInformationListResultPage) Values() []StorageAccountInformation + type StorageAccountInformationProperties struct + Suffix *string + type StorageAccountsClient struct + func NewStorageAccountsClient(subscriptionID string) StorageAccountsClient + func NewStorageAccountsClientWithBaseURI(baseURI string, subscriptionID string) StorageAccountsClient + func (client StorageAccountsClient) Add(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client StorageAccountsClient) AddPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) AddResponder(resp *http.Response) (result autorest.Response, err error) + func (client StorageAccountsClient) AddSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client StorageAccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client StorageAccountsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string, ...) (result StorageAccountInformation, err error) + func (client StorageAccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) GetResponder(resp *http.Response) (result StorageAccountInformation, err error) + func (client StorageAccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) GetStorageContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result StorageContainer, err error) + func (client StorageAccountsClient) GetStorageContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) GetStorageContainerResponder(resp *http.Response) (result StorageContainer, err error) + func (client StorageAccountsClient) GetStorageContainerSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) ListByAccount(ctx context.Context, resourceGroupName string, accountName string, ...) (result StorageAccountInformationListResultPage, err error) + func (client StorageAccountsClient) ListByAccountComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result StorageAccountInformationListResultIterator, err error) + func (client StorageAccountsClient) ListByAccountPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) ListByAccountResponder(resp *http.Response) (result StorageAccountInformationListResult, err error) + func (client StorageAccountsClient) ListByAccountSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) ListSasTokens(ctx context.Context, resourceGroupName string, accountName string, ...) (result SasTokenInformationListResultPage, err error) + func (client StorageAccountsClient) ListSasTokensComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result SasTokenInformationListResultIterator, err error) + func (client StorageAccountsClient) ListSasTokensPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) ListSasTokensResponder(resp *http.Response) (result SasTokenInformationListResult, err error) + func (client StorageAccountsClient) ListSasTokensSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) ListStorageContainers(ctx context.Context, resourceGroupName string, accountName string, ...) (result StorageContainerListResultPage, err error) + func (client StorageAccountsClient) ListStorageContainersComplete(ctx context.Context, resourceGroupName string, accountName string, ...) (result StorageContainerListResultIterator, err error) + func (client StorageAccountsClient) ListStorageContainersPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) ListStorageContainersResponder(resp *http.Response) (result StorageContainerListResult, err error) + func (client StorageAccountsClient) ListStorageContainersSender(req *http.Request) (*http.Response, error) + func (client StorageAccountsClient) Update(ctx context.Context, resourceGroupName string, accountName string, ...) (result autorest.Response, err error) + func (client StorageAccountsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client StorageAccountsClient) UpdateResponder(resp *http.Response) (result autorest.Response, err error) + func (client StorageAccountsClient) UpdateSender(req *http.Request) (*http.Response, error) + type StorageContainer struct + ID *string + Name *string + Type *string + func (sc *StorageContainer) UnmarshalJSON(body []byte) error + func (sc StorageContainer) MarshalJSON() ([]byte, error) + type StorageContainerListResult struct + NextLink *string + Value *[]StorageContainer + func (sclr StorageContainerListResult) IsEmpty() bool + type StorageContainerListResultIterator struct + func NewStorageContainerListResultIterator(page StorageContainerListResultPage) StorageContainerListResultIterator + func (iter *StorageContainerListResultIterator) Next() error + func (iter *StorageContainerListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter StorageContainerListResultIterator) NotDone() bool + func (iter StorageContainerListResultIterator) Response() StorageContainerListResult + func (iter StorageContainerListResultIterator) Value() StorageContainer + type StorageContainerListResultPage struct + func NewStorageContainerListResultPage(...) StorageContainerListResultPage + func (page *StorageContainerListResultPage) Next() error + func (page *StorageContainerListResultPage) NextWithContext(ctx context.Context) (err error) + func (page StorageContainerListResultPage) NotDone() bool + func (page StorageContainerListResultPage) Response() StorageContainerListResult + func (page StorageContainerListResultPage) Values() []StorageContainer + type StorageContainerProperties struct + LastModifiedTime *date.Time + type SubResource struct + ID *string + Name *string + Type *string + type SubscriptionState string + const SubscriptionStateDeleted + const SubscriptionStateRegistered + const SubscriptionStateSuspended + const SubscriptionStateUnregistered + const SubscriptionStateWarned + func PossibleSubscriptionStateValues() []SubscriptionState + type TierType string + const Commitment100000AUHours + const Commitment10000AUHours + const Commitment1000AUHours + const Commitment100AUHours + const Commitment500000AUHours + const Commitment50000AUHours + const Commitment5000AUHours + const Commitment500AUHours + const Consumption + func PossibleTierTypeValues() []TierType + type UpdateComputePolicyParameters struct + func (ucpp *UpdateComputePolicyParameters) UnmarshalJSON(body []byte) error + func (ucpp UpdateComputePolicyParameters) MarshalJSON() ([]byte, error) + type UpdateComputePolicyProperties struct + MaxDegreeOfParallelismPerJob *int32 + MinPriorityPerJob *int32 + ObjectID *uuid.UUID + ObjectType AADObjectType + type UpdateComputePolicyWithAccountParameters struct + Name *string + func (ucpwap *UpdateComputePolicyWithAccountParameters) UnmarshalJSON(body []byte) error + func (ucpwap UpdateComputePolicyWithAccountParameters) MarshalJSON() ([]byte, error) + type UpdateDataLakeAnalyticsAccountParameters struct + Tags map[string]*string + func (udlaap *UpdateDataLakeAnalyticsAccountParameters) UnmarshalJSON(body []byte) error + func (udlaap UpdateDataLakeAnalyticsAccountParameters) MarshalJSON() ([]byte, error) + type UpdateDataLakeAnalyticsAccountProperties struct + ComputePolicies *[]UpdateComputePolicyWithAccountParameters + DataLakeStoreAccounts *[]UpdateDataLakeStoreWithAccountParameters + FirewallAllowAzureIps FirewallAllowAzureIpsState + FirewallRules *[]UpdateFirewallRuleWithAccountParameters + FirewallState FirewallState + MaxDegreeOfParallelism *int32 + MaxDegreeOfParallelismPerJob *int32 + MaxJobCount *int32 + MinPriorityPerJob *int32 + NewTier TierType + QueryStoreRetention *int32 + StorageAccounts *[]UpdateStorageAccountWithAccountParameters + type UpdateDataLakeStoreProperties struct + Suffix *string + type UpdateDataLakeStoreWithAccountParameters struct + Name *string + func (udlswap *UpdateDataLakeStoreWithAccountParameters) UnmarshalJSON(body []byte) error + func (udlswap UpdateDataLakeStoreWithAccountParameters) MarshalJSON() ([]byte, error) + type UpdateFirewallRuleParameters struct + func (ufrp *UpdateFirewallRuleParameters) UnmarshalJSON(body []byte) error + func (ufrp UpdateFirewallRuleParameters) MarshalJSON() ([]byte, error) + type UpdateFirewallRuleProperties struct + EndIPAddress *string + StartIPAddress *string + type UpdateFirewallRuleWithAccountParameters struct + Name *string + func (ufrwap *UpdateFirewallRuleWithAccountParameters) UnmarshalJSON(body []byte) error + func (ufrwap UpdateFirewallRuleWithAccountParameters) MarshalJSON() ([]byte, error) + type UpdateStorageAccountParameters struct + func (usap *UpdateStorageAccountParameters) UnmarshalJSON(body []byte) error + func (usap UpdateStorageAccountParameters) MarshalJSON() ([]byte, error) + type UpdateStorageAccountProperties struct + AccessKey *string + Suffix *string + type UpdateStorageAccountWithAccountParameters struct + Name *string + func (usawap *UpdateStorageAccountWithAccountParameters) UnmarshalJSON(body []byte) error + func (usawap UpdateStorageAccountWithAccountParameters) MarshalJSON() ([]byte, error) 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.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.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