Versions in this module Expand all Collapse all v2 v2.85.6 Nov 18, 2021 v2.85.5 Nov 18, 2021 Changes in this version + type AADObjectType string + const AADObjectTypeGroup + const AADObjectTypeServicePrincipal + const AADObjectTypeUser + type AccountId struct + Name string + ResourceGroup string + SubscriptionId string + func NewAccountID(subscriptionId, resourceGroup, name string) AccountId + func ParseAccountID(input string) (*AccountId, error) + func ParseAccountIDInsensitively(input string) (*AccountId, error) + func (id AccountId) ID() string + func (id AccountId) String() string + type AccountsClient struct + Client autorest.Client + func NewAccountsClientWithBaseURI(endpoint string) AccountsClient + func (c AccountsClient) CheckNameAvailability(ctx context.Context, id LocationId, input CheckNameAvailabilityParameters) (result CheckNameAvailabilityResponse, err error) + func (c AccountsClient) Create(ctx context.Context, id AccountId, ...) (result CreateResponse, err error) + func (c AccountsClient) CreateThenPoll(ctx context.Context, id AccountId, ...) error + func (c AccountsClient) Delete(ctx context.Context, id AccountId) (result DeleteResponse, err error) + func (c AccountsClient) DeleteThenPoll(ctx context.Context, id AccountId) error + func (c AccountsClient) Get(ctx context.Context, id AccountId) (result GetResponse, err error) + func (c AccountsClient) List(ctx context.Context, id SubscriptionId, options ListOptions) (resp ListResponse, err error) + func (c AccountsClient) ListByResourceGroup(ctx context.Context, id ResourceGroupId, options ListByResourceGroupOptions) (resp ListByResourceGroupResponse, err error) + func (c AccountsClient) ListByResourceGroupComplete(ctx context.Context, id ResourceGroupId, options ListByResourceGroupOptions) (ListByResourceGroupCompleteResult, error) + func (c AccountsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id ResourceGroupId, options ListByResourceGroupOptions, ...) (resp ListByResourceGroupCompleteResult, err error) + func (c AccountsClient) ListComplete(ctx context.Context, id SubscriptionId, options ListOptions) (ListCompleteResult, error) + func (c AccountsClient) ListCompleteMatchingPredicate(ctx context.Context, id SubscriptionId, options ListOptions, ...) (resp ListCompleteResult, err error) + func (c AccountsClient) Update(ctx context.Context, id AccountId, ...) (result UpdateResponse, err error) + func (c AccountsClient) UpdateThenPoll(ctx context.Context, id AccountId, ...) error + type AddDataLakeStoreProperties struct + Suffix *string + type AddDataLakeStoreWithAccountParameters struct + Name string + Properties *AddDataLakeStoreProperties + type AddStorageAccountProperties struct + AccessKey string + Suffix *string + type AddStorageAccountWithAccountParameters struct + Name string + Properties AddStorageAccountProperties + type CheckNameAvailabilityParameters struct + Name string + Type Type + type CheckNameAvailabilityResponse struct + HttpResponse *http.Response + Model *NameAvailabilityInformation + type ComputePolicy struct + Id *string + Name *string + Properties *ComputePolicyProperties + Type *string + type ComputePolicyProperties struct + MaxDegreeOfParallelismPerJob *int64 + MinPriorityPerJob *int64 + ObjectId *string + ObjectType *AADObjectType + type CreateComputePolicyWithAccountParameters struct + Name string + Properties CreateOrUpdateComputePolicyProperties + type CreateDataLakeAnalyticsAccountParameters struct + Location string + Properties CreateDataLakeAnalyticsAccountProperties + Tags *map[string]string + type CreateDataLakeAnalyticsAccountProperties struct + ComputePolicies *[]CreateComputePolicyWithAccountParameters + DataLakeStoreAccounts []AddDataLakeStoreWithAccountParameters + DefaultDataLakeStoreAccount string + FirewallAllowAzureIps *FirewallAllowAzureIpsState + FirewallRules *[]CreateFirewallRuleWithAccountParameters + FirewallState *FirewallState + MaxDegreeOfParallelism *int64 + MaxDegreeOfParallelismPerJob *int64 + MaxJobCount *int64 + MinPriorityPerJob *int64 + NewTier *TierType + QueryStoreRetention *int64 + StorageAccounts *[]AddStorageAccountWithAccountParameters + type CreateFirewallRuleWithAccountParameters struct + Name string + Properties CreateOrUpdateFirewallRuleProperties + type CreateOrUpdateComputePolicyProperties struct + MaxDegreeOfParallelismPerJob *int64 + MinPriorityPerJob *int64 + ObjectId string + ObjectType AADObjectType + type CreateOrUpdateFirewallRuleProperties struct + EndIpAddress string + StartIpAddress string + type CreateResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type DataLakeAnalyticsAccount struct + Id *string + Location *string + Name *string + Properties *DataLakeAnalyticsAccountProperties + Tags *map[string]string + Type *string + type DataLakeAnalyticsAccountBasic struct + Id *string + Location *string + Name *string + Properties *DataLakeAnalyticsAccountPropertiesBasic + Tags *map[string]string + Type *string + type DataLakeAnalyticsAccountBasicPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p DataLakeAnalyticsAccountBasicPredicate) Matches(input DataLakeAnalyticsAccountBasic) bool + type DataLakeAnalyticsAccountProperties struct + AccountId *string + ComputePolicies *[]ComputePolicy + CreationTime *string + CurrentTier *TierType + DataLakeStoreAccounts *[]DataLakeStoreAccountInformation + DebugDataAccessLevel *DebugDataAccessLevel + DefaultDataLakeStoreAccount *string + Endpoint *string + FirewallAllowAzureIps *FirewallAllowAzureIpsState + FirewallRules *[]FirewallRule + FirewallState *FirewallState + HiveMetastores *[]HiveMetastore + LastModifiedTime *string + MaxActiveJobCountPerUser *int64 + MaxDegreeOfParallelism *int64 + MaxDegreeOfParallelismPerJob *int64 + MaxJobCount *int64 + MaxJobRunningTimeInMin *int64 + MaxQueuedJobCountPerUser *int64 + MinPriorityPerJob *int64 + NewTier *TierType + ProvisioningState *DataLakeAnalyticsAccountStatus + PublicDataLakeStoreAccounts *[]DataLakeStoreAccountInformation + QueryStoreRetention *int64 + State *DataLakeAnalyticsAccountState + StorageAccounts *[]StorageAccountInformation + SystemMaxDegreeOfParallelism *int64 + SystemMaxJobCount *int64 + VirtualNetworkRules *[]VirtualNetworkRule + type DataLakeAnalyticsAccountPropertiesBasic struct + AccountId *string + CreationTime *string + Endpoint *string + LastModifiedTime *string + ProvisioningState *DataLakeAnalyticsAccountStatus + State *DataLakeAnalyticsAccountState + type DataLakeAnalyticsAccountState string + const DataLakeAnalyticsAccountStateActive + const DataLakeAnalyticsAccountStateSuspended + type DataLakeAnalyticsAccountStatus string + const DataLakeAnalyticsAccountStatusCanceled + const DataLakeAnalyticsAccountStatusCreating + const DataLakeAnalyticsAccountStatusDeleted + const DataLakeAnalyticsAccountStatusDeleting + const DataLakeAnalyticsAccountStatusFailed + const DataLakeAnalyticsAccountStatusPatching + const DataLakeAnalyticsAccountStatusResuming + const DataLakeAnalyticsAccountStatusRunning + const DataLakeAnalyticsAccountStatusSucceeded + const DataLakeAnalyticsAccountStatusSuspending + const DataLakeAnalyticsAccountStatusUndeleting + type DataLakeStoreAccountInformation struct + Id *string + Name *string + Properties *DataLakeStoreAccountInformationProperties + Type *string + type DataLakeStoreAccountInformationProperties struct + Suffix *string + type DebugDataAccessLevel string + const DebugDataAccessLevelAll + const DebugDataAccessLevelCustomer + const DebugDataAccessLevelNone + type DeleteResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type FirewallAllowAzureIpsState string + const FirewallAllowAzureIpsStateDisabled + const FirewallAllowAzureIpsStateEnabled + type FirewallRule struct + Id *string + Name *string + Properties *FirewallRuleProperties + Type *string + type FirewallRuleProperties struct + EndIpAddress *string + StartIpAddress *string + type FirewallState string + const FirewallStateDisabled + const FirewallStateEnabled + type GetResponse struct + HttpResponse *http.Response + Model *DataLakeAnalyticsAccount + type HiveMetastore struct + Id *string + Name *string + Properties *HiveMetastoreProperties + Type *string + type HiveMetastoreProperties struct + DatabaseName *string + NestedResourceProvisioningState *NestedResourceProvisioningState + Password *string + RuntimeVersion *string + ServerUri *string + UserName *string + type ListByResourceGroupCompleteResult struct + Items []DataLakeAnalyticsAccountBasic + type ListByResourceGroupOptions struct + Count *bool + Filter *string + Orderby *string + Select *string + Skip *int64 + Top *int64 + func DefaultListByResourceGroupOptions() ListByResourceGroupOptions + type ListByResourceGroupResponse struct + HttpResponse *http.Response + Model *[]DataLakeAnalyticsAccountBasic + func (r ListByResourceGroupResponse) HasMore() bool + func (r ListByResourceGroupResponse) LoadMore(ctx context.Context) (resp ListByResourceGroupResponse, err error) + type ListCompleteResult struct + Items []DataLakeAnalyticsAccountBasic + type ListOptions struct + Count *bool + Filter *string + Orderby *string + Select *string + Skip *int64 + Top *int64 + func DefaultListOptions() ListOptions + type ListResponse struct + HttpResponse *http.Response + Model *[]DataLakeAnalyticsAccountBasic + func (r ListResponse) HasMore() bool + func (r ListResponse) LoadMore(ctx context.Context) (resp ListResponse, err error) + type LocationId struct + Name string + SubscriptionId string + func NewLocationID(subscriptionId, name string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id LocationId) ID() string + func (id LocationId) String() string + type NameAvailabilityInformation struct + Message *string + NameAvailable *bool + Reason *string + type NestedResourceProvisioningState string + const NestedResourceProvisioningStateCanceled + const NestedResourceProvisioningStateFailed + const NestedResourceProvisioningStateSucceeded + type ResourceGroupId struct + ResourceGroup string + SubscriptionId string + func NewResourceGroupID(subscriptionId, resourceGroup string) ResourceGroupId + func ParseResourceGroupID(input string) (*ResourceGroupId, error) + func ParseResourceGroupIDInsensitively(input string) (*ResourceGroupId, error) + func (id ResourceGroupId) ID() string + func (id ResourceGroupId) String() string + type StorageAccountInformation struct + Id *string + Name *string + Properties *StorageAccountInformationProperties + Type *string + type StorageAccountInformationProperties struct + Suffix *string + type SubscriptionId struct + SubscriptionId string + func NewSubscriptionID(subscriptionId string) SubscriptionId + func ParseSubscriptionID(input string) (*SubscriptionId, error) + func ParseSubscriptionIDInsensitively(input string) (*SubscriptionId, error) + func (id SubscriptionId) ID() string + func (id SubscriptionId) String() string + type TierType string + const TierTypeCommitmentFiveZeroZeroAUHours + const TierTypeCommitmentFiveZeroZeroZeroAUHours + const TierTypeCommitmentFiveZeroZeroZeroZeroAUHours + const TierTypeCommitmentFiveZeroZeroZeroZeroZeroAUHours + const TierTypeCommitmentOneZeroZeroAUHours + const TierTypeCommitmentOneZeroZeroZeroAUHours + const TierTypeCommitmentOneZeroZeroZeroZeroAUHours + const TierTypeCommitmentOneZeroZeroZeroZeroZeroAUHours + const TierTypeConsumption + type Type string + const TypeMicrosoftPointDataLakeAnalyticsAccounts + type UpdateComputePolicyProperties struct + MaxDegreeOfParallelismPerJob *int64 + MinPriorityPerJob *int64 + ObjectId *string + ObjectType *AADObjectType + type UpdateComputePolicyWithAccountParameters struct + Name string + Properties *UpdateComputePolicyProperties + type UpdateDataLakeAnalyticsAccountParameters struct + Properties *UpdateDataLakeAnalyticsAccountProperties + Tags *map[string]string + type UpdateDataLakeAnalyticsAccountProperties struct + ComputePolicies *[]UpdateComputePolicyWithAccountParameters + DataLakeStoreAccounts *[]UpdateDataLakeStoreWithAccountParameters + FirewallAllowAzureIps *FirewallAllowAzureIpsState + FirewallRules *[]UpdateFirewallRuleWithAccountParameters + FirewallState *FirewallState + MaxDegreeOfParallelism *int64 + MaxDegreeOfParallelismPerJob *int64 + MaxJobCount *int64 + MinPriorityPerJob *int64 + NewTier *TierType + QueryStoreRetention *int64 + StorageAccounts *[]UpdateStorageAccountWithAccountParameters + type UpdateDataLakeStoreProperties struct + Suffix *string + type UpdateDataLakeStoreWithAccountParameters struct + Name string + Properties *UpdateDataLakeStoreProperties + type UpdateFirewallRuleProperties struct + EndIpAddress *string + StartIpAddress *string + type UpdateFirewallRuleWithAccountParameters struct + Name string + Properties *UpdateFirewallRuleProperties + type UpdateResponse struct + HttpResponse *http.Response + Poller polling.LongRunningPoller + type UpdateStorageAccountProperties struct + AccessKey *string + Suffix *string + type UpdateStorageAccountWithAccountParameters struct + Name string + Properties *UpdateStorageAccountProperties + type VirtualNetworkRule struct + Id *string + Name *string + Properties *VirtualNetworkRuleProperties + Type *string + type VirtualNetworkRuleProperties struct + SubnetId *string + VirtualNetworkRuleState *VirtualNetworkRuleState + type VirtualNetworkRuleState string + const VirtualNetworkRuleStateActive + const VirtualNetworkRuleStateFailed + const VirtualNetworkRuleStateNetworkSourceDeleted