Versions in this module Expand all Collapse all v23 v23.2.0 Dec 10, 2018 v23.1.0 Dec 7, 2018 v23.0.0 Nov 27, 2018 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AzureCapacity struct + Default *int32 + Maximum *int32 + Minimum *int32 + ScaleType AzureScaleType + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + type AzureResourceSku struct + Capacity *AzureCapacity + ResourceType *string + Sku *AzureSku + type AzureScaleType string + const Automatic + const Manual + const None + func PossibleAzureScaleTypeValues() []AzureScaleType + type AzureSku struct + Capacity *int32 + Name AzureSkuName + Tier *string + type AzureSkuName string + const D13V2 + const D14V2 + const KC16 + const KC8 + const KS16 + const KS8 + const L16 + const L8 + func PossibleAzureSkuNameValues() []AzureSkuName + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CheckNameResult struct + Message *string + Name *string + NameAvailable *bool + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type Cluster struct + Etag *string + ID *string + Location *string + Name *string + Sku *AzureSku + Tags map[string]*string + Type *string + func (c *Cluster) UnmarshalJSON(body []byte) error + func (c Cluster) MarshalJSON() ([]byte, error) + type ClusterCheckNameRequest struct + Name *string + Type *string + type ClusterListResult struct + Value *[]Cluster + type ClusterProperties struct + DataIngestionURI *string + ProvisioningState ProvisioningState + State State + TrustedExternalTenants *[]TrustedExternalTenant + URI *string + type ClusterUpdate struct + Etag *string + ID *string + Location *string + Name *string + Sku *AzureSku + Tags map[string]*string + Type *string + func (cu *ClusterUpdate) UnmarshalJSON(body []byte) error + func (cu ClusterUpdate) MarshalJSON() ([]byte, error) + type ClustersClient struct + func NewClustersClient(subscriptionID string) ClustersClient + func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient + func (client ClustersClient) CheckNameAvailability(ctx context.Context, location string, clusterName ClusterCheckNameRequest) (result CheckNameResult, err error) + func (client ClustersClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, clusterName ClusterCheckNameRequest) (*http.Request, error) + func (client ClustersClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client ClustersClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ClustersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersCreateOrUpdateFuture, err error) + func (client ClustersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) CreateOrUpdateResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) CreateOrUpdateSender(req *http.Request) (future ClustersCreateOrUpdateFuture, err error) + func (client ClustersClient) Delete(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersDeleteFuture, err error) + func (client ClustersClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) DeleteSender(req *http.Request) (future ClustersDeleteFuture, err error) + func (client ClustersClient) Get(ctx context.Context, resourceGroupName string, clusterName string) (result Cluster, err error) + func (client ClustersClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) GetResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) List(ctx context.Context) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ClustersClient) ListByResourceGroupResponder(resp *http.Response) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ClustersClient) ListResponder(resp *http.Response) (result ClusterListResult, err error) + func (client ClustersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListSkus(ctx context.Context) (result ListSkusResult, err error) + func (client ClustersClient) ListSkusByResource(ctx context.Context, resourceGroupName string, clusterName string) (result ListResourceSkusResult, err error) + func (client ClustersClient) ListSkusByResourcePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) ListSkusByResourceResponder(resp *http.Response) (result ListResourceSkusResult, err error) + func (client ClustersClient) ListSkusByResourceSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListSkusPreparer(ctx context.Context) (*http.Request, error) + func (client ClustersClient) ListSkusResponder(resp *http.Response) (result ListSkusResult, err error) + func (client ClustersClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) Start(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersStartFuture, err error) + func (client ClustersClient) StartPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) StartSender(req *http.Request) (future ClustersStartFuture, err error) + func (client ClustersClient) Stop(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersStopFuture, err error) + func (client ClustersClient) StopPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) StopSender(req *http.Request) (future ClustersStopFuture, err error) + func (client ClustersClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersUpdateFuture, err error) + func (client ClustersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) UpdateResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) UpdateSender(req *http.Request) (future ClustersUpdateFuture, err error) + type ClustersCreateOrUpdateFuture struct + func (future *ClustersCreateOrUpdateFuture) Result(client ClustersClient) (c Cluster, err error) + type ClustersDeleteFuture struct + func (future *ClustersDeleteFuture) Result(client ClustersClient) (ar autorest.Response, err error) + type ClustersStartFuture struct + func (future *ClustersStartFuture) Result(client ClustersClient) (ar autorest.Response, err error) + type ClustersStopFuture struct + func (future *ClustersStopFuture) Result(client ClustersClient) (ar autorest.Response, err error) + type ClustersUpdateFuture struct + func (future *ClustersUpdateFuture) Result(client ClustersClient) (c Cluster, err error) + type DataFormat string + const CSV + const JSON + const MULTIJSON + func PossibleDataFormatValues() []DataFormat + type Database struct + Etag *string + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (d *Database) UnmarshalJSON(body []byte) error + func (d Database) MarshalJSON() ([]byte, error) + type DatabaseCheckNameRequest struct + Name *string + Type *string + type DatabaseListResult struct + Value *[]Database + type DatabasePrincipal struct + AppID *string + Email *string + Fqn *string + Name *string + Role DatabasePrincipalRole + Type DatabasePrincipalType + type DatabasePrincipalListRequest struct + Value *[]DatabasePrincipal + type DatabasePrincipalListResult struct + Value *[]DatabasePrincipal + type DatabasePrincipalRole string + const Admin + const Ingestor + const Monitor + const UnrestrictedViewers + const User + const Viewer + func PossibleDatabasePrincipalRoleValues() []DatabasePrincipalRole + type DatabasePrincipalType string + const DatabasePrincipalTypeApp + const DatabasePrincipalTypeGroup + const DatabasePrincipalTypeUser + func PossibleDatabasePrincipalTypeValues() []DatabasePrincipalType + type DatabaseProperties struct + HotCachePeriodInDays *int32 + ProvisioningState ProvisioningState + SoftDeletePeriodInDays *int32 + Statistics *DatabaseStatistics + type DatabaseStatistics struct + Size *float64 + type DatabaseUpdate struct + Etag *string + ID *string + Location *string + Name *string + Type *string + func (du *DatabaseUpdate) UnmarshalJSON(body []byte) error + func (du DatabaseUpdate) MarshalJSON() ([]byte, error) + type DatabasesClient struct + func NewDatabasesClient(subscriptionID string) DatabasesClient + func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient + func (client DatabasesClient) AddPrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) AddPrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) AddPrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) AddPrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client DatabasesClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client DatabasesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) CreateOrUpdateResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) CreateOrUpdateSender(req *http.Request) (future DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesDeleteFuture, err error) + func (client DatabasesClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabasesClient) DeleteSender(req *http.Request) (future DatabasesDeleteFuture, err error) + func (client DatabasesClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result Database, err error) + func (client DatabasesClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) GetResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListByCluster(ctx context.Context, resourceGroupName string, clusterName string) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByClusterPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client DatabasesClient) ListByClusterResponder(resp *http.Response) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByClusterSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListPrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) ListPrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) ListPrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) ListPrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) RemovePrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) RemovePrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) RemovePrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) RemovePrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesUpdateFuture, err error) + func (client DatabasesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) UpdateResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) UpdateSender(req *http.Request) (future DatabasesUpdateFuture, err error) + type DatabasesCreateOrUpdateFuture struct + func (future *DatabasesCreateOrUpdateFuture) Result(client DatabasesClient) (d Database, err error) + type DatabasesDeleteFuture struct + func (future *DatabasesDeleteFuture) Result(client DatabasesClient) (ar autorest.Response, err error) + type DatabasesUpdateFuture struct + func (future *DatabasesUpdateFuture) Result(client DatabasesClient) (d Database, err error) + type EventHubConnection struct + ID *string + Location *string + Name *string + Type *string + func (ehc *EventHubConnection) UnmarshalJSON(body []byte) error + func (ehc EventHubConnection) MarshalJSON() ([]byte, error) + type EventHubConnectionListResult struct + Value *[]EventHubConnection + type EventHubConnectionProperties struct + ConsumerGroup *string + DataFormat DataFormat + EventHubResourceID *string + MappingRuleName *string + TableName *string + type EventHubConnectionUpdate struct + ID *string + Location *string + Name *string + Type *string + func (ehcu *EventHubConnectionUpdate) UnmarshalJSON(body []byte) error + func (ehcu EventHubConnectionUpdate) MarshalJSON() ([]byte, error) + type EventHubConnectionValidation struct + EventhubConnectionName *string + func (ehcv *EventHubConnectionValidation) UnmarshalJSON(body []byte) error + func (ehcv EventHubConnectionValidation) MarshalJSON() ([]byte, error) + type EventHubConnectionValidationListResult struct + Value *[]EventHubConnectionValidationResult + type EventHubConnectionValidationResult struct + ErrorMessage *string + type EventHubConnectionsClient struct + func NewEventHubConnectionsClient(subscriptionID string) EventHubConnectionsClient + func NewEventHubConnectionsClientWithBaseURI(baseURI string, subscriptionID string) EventHubConnectionsClient + func (client EventHubConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result EventHubConnectionsCreateOrUpdateFuture, err error) + func (client EventHubConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client EventHubConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result EventHubConnection, err error) + func (client EventHubConnectionsClient) CreateOrUpdateSender(req *http.Request) (future EventHubConnectionsCreateOrUpdateFuture, err error) + func (client EventHubConnectionsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result EventHubConnectionsDeleteFuture, err error) + func (client EventHubConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client EventHubConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client EventHubConnectionsClient) DeleteSender(req *http.Request) (future EventHubConnectionsDeleteFuture, err error) + func (client EventHubConnectionsClient) EventhubConnectionValidation(ctx context.Context, resourceGroupName string, clusterName string, ...) (result EventHubConnectionValidationListResult, err error) + func (client EventHubConnectionsClient) EventhubConnectionValidationPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client EventHubConnectionsClient) EventhubConnectionValidationResponder(resp *http.Response) (result EventHubConnectionValidationListResult, err error) + func (client EventHubConnectionsClient) EventhubConnectionValidationSender(req *http.Request) (*http.Response, error) + func (client EventHubConnectionsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result EventHubConnection, err error) + func (client EventHubConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client EventHubConnectionsClient) GetResponder(resp *http.Response) (result EventHubConnection, err error) + func (client EventHubConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client EventHubConnectionsClient) ListByDatabase(ctx context.Context, resourceGroupName string, clusterName string, ...) (result EventHubConnectionListResult, err error) + func (client EventHubConnectionsClient) ListByDatabasePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client EventHubConnectionsClient) ListByDatabaseResponder(resp *http.Response) (result EventHubConnectionListResult, err error) + func (client EventHubConnectionsClient) ListByDatabaseSender(req *http.Request) (*http.Response, error) + func (client EventHubConnectionsClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result EventHubConnectionsUpdateFuture, err error) + func (client EventHubConnectionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client EventHubConnectionsClient) UpdateResponder(resp *http.Response) (result EventHubConnection, err error) + func (client EventHubConnectionsClient) UpdateSender(req *http.Request) (future EventHubConnectionsUpdateFuture, err error) + type EventHubConnectionsCreateOrUpdateFuture struct + func (future *EventHubConnectionsCreateOrUpdateFuture) Result(client EventHubConnectionsClient) (ehc EventHubConnection, err error) + type EventHubConnectionsDeleteFuture struct + func (future *EventHubConnectionsDeleteFuture) Result(client EventHubConnectionsClient) (ar autorest.Response, err error) + type EventHubConnectionsUpdateFuture struct + func (future *EventHubConnectionsUpdateFuture) Result(client EventHubConnectionsClient) (ehc EventHubConnection, err error) + type ListResourceSkusResult struct + Value *[]AzureResourceSku + type ListSkusResult struct + Value *[]AzureSku + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + Properties interface{} + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, 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 ProvisioningState string + const Creating + const Deleting + const Failed + const Running + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + type Resource struct + ID *string + Name *string + Type *string + type State string + const StateCreating + const StateDeleted + const StateDeleting + const StateRunning + const StateStarting + const StateStopped + const StateStopping + const StateUnavailable + func PossibleStateValues() []State + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TrustedExternalTenant struct + Value *string Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.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.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49