Versions in this module Expand all Collapse all v47 v47.1.0 Oct 21, 2020 v47.0.0 Oct 13, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Capability struct + Name *string + type CassandraKeyspace struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ck *CassandraKeyspace) UnmarshalJSON(body []byte) error + func (ck CassandraKeyspace) MarshalJSON() ([]byte, error) + type CassandraKeyspaceCreateUpdateParameters struct + func (ckcup *CassandraKeyspaceCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (ckcup CassandraKeyspaceCreateUpdateParameters) MarshalJSON() ([]byte, error) + type CassandraKeyspaceCreateUpdateProperties struct + Options map[string]*string + Resource *CassandraKeyspaceResource + func (ckcup CassandraKeyspaceCreateUpdateProperties) MarshalJSON() ([]byte, error) + type CassandraKeyspaceListResult struct + Value *[]CassandraKeyspace + type CassandraKeyspaceProperties struct + ID *string + type CassandraKeyspaceResource struct + ID *string + type CassandraPartitionKey struct + Name *string + type CassandraSchema struct + ClusterKeys *[]ClusterKey + Columns *[]Column + PartitionKeys *[]CassandraPartitionKey + type CassandraTable struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (ct *CassandraTable) UnmarshalJSON(body []byte) error + func (ct CassandraTable) MarshalJSON() ([]byte, error) + type CassandraTableCreateUpdateParameters struct + func (ctcup *CassandraTableCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (ctcup CassandraTableCreateUpdateParameters) MarshalJSON() ([]byte, error) + type CassandraTableCreateUpdateProperties struct + Options map[string]*string + Resource *CassandraTableResource + func (ctcup CassandraTableCreateUpdateProperties) MarshalJSON() ([]byte, error) + type CassandraTableListResult struct + Value *[]CassandraTable + type CassandraTableProperties struct + DefaultTTL *int32 + ID *string + Schema *CassandraSchema + type CassandraTableResource struct + DefaultTTL *int32 + ID *string + Schema *CassandraSchema + type ClusterKey struct + Name *string + OrderBy *string + type CollectionClient struct + func NewCollectionClient(subscriptionID string) CollectionClient + func NewCollectionClientWithBaseURI(baseURI string, subscriptionID string) CollectionClient + func (client CollectionClient) ListMetricDefinitions(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricDefinitionsListResult, err error) + func (client CollectionClient) ListMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionClient) ListMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionsListResult, err error) + func (client CollectionClient) ListMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client CollectionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client CollectionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client CollectionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client CollectionClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client CollectionClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionClient) ListUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client CollectionClient) ListUsagesSender(req *http.Request) (*http.Response, error) + type CollectionPartitionClient struct + func NewCollectionPartitionClient(subscriptionID string) CollectionPartitionClient + func NewCollectionPartitionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionClient + func (client CollectionPartitionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client CollectionPartitionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionPartitionClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client CollectionPartitionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client CollectionPartitionClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionUsagesResult, err error) + func (client CollectionPartitionClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionPartitionClient) ListUsagesResponder(resp *http.Response) (result PartitionUsagesResult, err error) + func (client CollectionPartitionClient) ListUsagesSender(req *http.Request) (*http.Response, error) + type CollectionPartitionRegionClient struct + func NewCollectionPartitionRegionClient(subscriptionID string) CollectionPartitionRegionClient + func NewCollectionPartitionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionPartitionRegionClient + func (client CollectionPartitionRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client CollectionPartitionRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionPartitionRegionClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client CollectionPartitionRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type CollectionRegionClient struct + func NewCollectionRegionClient(subscriptionID string) CollectionRegionClient + func NewCollectionRegionClientWithBaseURI(baseURI string, subscriptionID string) CollectionRegionClient + func (client CollectionRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client CollectionRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client CollectionRegionClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client CollectionRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type Column struct + Name *string + Type *string + type ConflictResolutionMode string + const Custom + const LastWriterWins + func PossibleConflictResolutionModeValues() []ConflictResolutionMode + type ConflictResolutionPolicy struct + ConflictResolutionPath *string + ConflictResolutionProcedure *string + Mode ConflictResolutionMode + type ConnectorOffer string + const Small + func PossibleConnectorOfferValues() []ConnectorOffer + type ConsistencyPolicy struct + DefaultConsistencyLevel DefaultConsistencyLevel + MaxIntervalInSeconds *int32 + MaxStalenessPrefix *int64 + type ContainerPartitionKey struct + Kind PartitionKind + Paths *[]string + type DataType string + const LineString + const MultiPolygon + const Number + const Point + const Polygon + const String + func PossibleDataTypeValues() []DataType + type DatabaseAccount struct + ID *string + Kind DatabaseAccountKind + Location *string + Name *string + Tags map[string]*string + Type *string + func (da *DatabaseAccount) UnmarshalJSON(body []byte) error + func (da DatabaseAccount) MarshalJSON() ([]byte, error) + type DatabaseAccountConnectionString struct + ConnectionString *string + Description *string + type DatabaseAccountCreateUpdateParameters struct + ID *string + Kind DatabaseAccountKind + Location *string + Name *string + Tags map[string]*string + Type *string + func (dacup *DatabaseAccountCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (dacup DatabaseAccountCreateUpdateParameters) MarshalJSON() ([]byte, error) + type DatabaseAccountCreateUpdateProperties struct + Capabilities *[]Capability + ConnectorOffer ConnectorOffer + ConsistencyPolicy *ConsistencyPolicy + DatabaseAccountOfferType *string + EnableAutomaticFailover *bool + EnableCassandraConnector *bool + EnableMultipleWriteLocations *bool + IPRangeFilter *string + IsVirtualNetworkFilterEnabled *bool + Locations *[]Location + VirtualNetworkRules *[]VirtualNetworkRule + type DatabaseAccountKind string + const GlobalDocumentDB + const MongoDB + const Parse + func PossibleDatabaseAccountKindValues() []DatabaseAccountKind + type DatabaseAccountListConnectionStringsResult struct + ConnectionStrings *[]DatabaseAccountConnectionString + type DatabaseAccountListKeysResult struct + PrimaryMasterKey *string + PrimaryReadonlyMasterKey *string + SecondaryMasterKey *string + SecondaryReadonlyMasterKey *string + type DatabaseAccountListReadOnlyKeysResult struct + PrimaryReadonlyMasterKey *string + SecondaryReadonlyMasterKey *string + type DatabaseAccountOfferType string + const Standard + func PossibleDatabaseAccountOfferTypeValues() []DatabaseAccountOfferType + type DatabaseAccountPatchParameters struct + Tags map[string]*string + func (dapp *DatabaseAccountPatchParameters) UnmarshalJSON(body []byte) error + func (dapp DatabaseAccountPatchParameters) MarshalJSON() ([]byte, error) + type DatabaseAccountPatchProperties struct + Capabilities *[]Capability + type DatabaseAccountProperties struct + Capabilities *[]Capability + ConnectorOffer ConnectorOffer + ConsistencyPolicy *ConsistencyPolicy + DatabaseAccountOfferType DatabaseAccountOfferType + DocumentEndpoint *string + EnableAutomaticFailover *bool + EnableCassandraConnector *bool + EnableMultipleWriteLocations *bool + FailoverPolicies *[]FailoverPolicy + IPRangeFilter *string + IsVirtualNetworkFilterEnabled *bool + ProvisioningState *string + ReadLocations *[]Location + VirtualNetworkRules *[]VirtualNetworkRule + WriteLocations *[]Location + func (dap DatabaseAccountProperties) MarshalJSON() ([]byte, error) + type DatabaseAccountRegenerateKeyParameters struct + KeyKind KeyKind + type DatabaseAccountRegionClient struct + func NewDatabaseAccountRegionClient(subscriptionID string) DatabaseAccountRegionClient + func NewDatabaseAccountRegionClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountRegionClient + func (client DatabaseAccountRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client DatabaseAccountRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountRegionClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client DatabaseAccountRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type DatabaseAccountsClient struct + func NewDatabaseAccountsClient(subscriptionID string) DatabaseAccountsClient + func NewDatabaseAccountsClientWithBaseURI(baseURI string, subscriptionID string) DatabaseAccountsClient + func (client DatabaseAccountsClient) CheckNameExists(ctx context.Context, accountName string) (result autorest.Response, err error) + func (client DatabaseAccountsClient) CheckNameExistsPreparer(ctx context.Context, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) CheckNameExistsResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) CheckNameExistsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateOrUpdateFuture, err error) + func (client DatabaseAccountsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateOrUpdateResponder(resp *http.Response) (result DatabaseAccount, err error) + func (client DatabaseAccountsClient) CreateOrUpdateSender(req *http.Request) (future DatabaseAccountsCreateOrUpdateFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateCassandraKeyspace(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateCassandraKeyspaceFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateCassandraKeyspacePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateCassandraKeyspaceResponder(resp *http.Response) (result CassandraKeyspace, err error) + func (client DatabaseAccountsClient) CreateUpdateCassandraKeyspaceSender(req *http.Request) (future DatabaseAccountsCreateUpdateCassandraKeyspaceFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateCassandraTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateCassandraTableFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateCassandraTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateCassandraTableResponder(resp *http.Response) (result CassandraTable, err error) + func (client DatabaseAccountsClient) CreateUpdateCassandraTableSender(req *http.Request) (future DatabaseAccountsCreateUpdateCassandraTableFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateGremlinDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateGremlinDatabaseFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateGremlinDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateGremlinDatabaseResponder(resp *http.Response) (result GremlinDatabase, err error) + func (client DatabaseAccountsClient) CreateUpdateGremlinDatabaseSender(req *http.Request) (future DatabaseAccountsCreateUpdateGremlinDatabaseFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateGremlinGraph(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateGremlinGraphFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateGremlinGraphPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateGremlinGraphResponder(resp *http.Response) (result GremlinGraph, err error) + func (client DatabaseAccountsClient) CreateUpdateGremlinGraphSender(req *http.Request) (future DatabaseAccountsCreateUpdateGremlinGraphFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBCollection(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateMongoDBCollectionFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBCollectionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBCollectionResponder(resp *http.Response) (result MongoDBCollection, err error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBCollectionSender(req *http.Request) (future DatabaseAccountsCreateUpdateMongoDBCollectionFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateMongoDBDatabaseFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBDatabaseResponder(resp *http.Response) (result MongoDBDatabase, err error) + func (client DatabaseAccountsClient) CreateUpdateMongoDBDatabaseSender(req *http.Request) (future DatabaseAccountsCreateUpdateMongoDBDatabaseFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateSQLContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateSQLContainerFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateSQLContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateSQLContainerResponder(resp *http.Response) (result SQLContainer, err error) + func (client DatabaseAccountsClient) CreateUpdateSQLContainerSender(req *http.Request) (future DatabaseAccountsCreateUpdateSQLContainerFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateSQLDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateSQLDatabaseFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateSQLDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateSQLDatabaseResponder(resp *http.Response) (result SQLDatabase, err error) + func (client DatabaseAccountsClient) CreateUpdateSQLDatabaseSender(req *http.Request) (future DatabaseAccountsCreateUpdateSQLDatabaseFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsCreateUpdateTableFuture, err error) + func (client DatabaseAccountsClient) CreateUpdateTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) CreateUpdateTableResponder(resp *http.Response) (result Table, err error) + func (client DatabaseAccountsClient) CreateUpdateTableSender(req *http.Request) (future DatabaseAccountsCreateUpdateTableFuture, err error) + func (client DatabaseAccountsClient) Delete(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountsDeleteFuture, err error) + func (client DatabaseAccountsClient) DeleteCassandraKeyspace(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteCassandraKeyspaceFuture, err error) + func (client DatabaseAccountsClient) DeleteCassandraKeyspacePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteCassandraKeyspaceResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteCassandraKeyspaceSender(req *http.Request) (future DatabaseAccountsDeleteCassandraKeyspaceFuture, err error) + func (client DatabaseAccountsClient) DeleteCassandraTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteCassandraTableFuture, err error) + func (client DatabaseAccountsClient) DeleteCassandraTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteCassandraTableResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteCassandraTableSender(req *http.Request) (future DatabaseAccountsDeleteCassandraTableFuture, err error) + func (client DatabaseAccountsClient) DeleteGremlinDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteGremlinDatabaseFuture, err error) + func (client DatabaseAccountsClient) DeleteGremlinDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteGremlinDatabaseResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteGremlinDatabaseSender(req *http.Request) (future DatabaseAccountsDeleteGremlinDatabaseFuture, err error) + func (client DatabaseAccountsClient) DeleteGremlinGraph(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteGremlinGraphFuture, err error) + func (client DatabaseAccountsClient) DeleteGremlinGraphPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteGremlinGraphResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteGremlinGraphSender(req *http.Request) (future DatabaseAccountsDeleteGremlinGraphFuture, err error) + func (client DatabaseAccountsClient) DeleteMongoDBCollection(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteMongoDBCollectionFuture, err error) + func (client DatabaseAccountsClient) DeleteMongoDBCollectionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteMongoDBCollectionResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteMongoDBCollectionSender(req *http.Request) (future DatabaseAccountsDeleteMongoDBCollectionFuture, err error) + func (client DatabaseAccountsClient) DeleteMongoDBDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteMongoDBDatabaseFuture, err error) + func (client DatabaseAccountsClient) DeleteMongoDBDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteMongoDBDatabaseResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteMongoDBDatabaseSender(req *http.Request) (future DatabaseAccountsDeleteMongoDBDatabaseFuture, err error) + func (client DatabaseAccountsClient) DeletePreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteSQLContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteSQLContainerFuture, err error) + func (client DatabaseAccountsClient) DeleteSQLContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteSQLContainerResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteSQLContainerSender(req *http.Request) (future DatabaseAccountsDeleteSQLContainerFuture, err error) + func (client DatabaseAccountsClient) DeleteSQLDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteSQLDatabaseFuture, err error) + func (client DatabaseAccountsClient) DeleteSQLDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteSQLDatabaseResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteSQLDatabaseSender(req *http.Request) (future DatabaseAccountsDeleteSQLDatabaseFuture, err error) + func (client DatabaseAccountsClient) DeleteSender(req *http.Request) (future DatabaseAccountsDeleteFuture, err error) + func (client DatabaseAccountsClient) DeleteTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsDeleteTableFuture, err error) + func (client DatabaseAccountsClient) DeleteTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) DeleteTableResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) DeleteTableSender(req *http.Request) (future DatabaseAccountsDeleteTableFuture, err error) + func (client DatabaseAccountsClient) FailoverPriorityChange(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsFailoverPriorityChangeFuture, err error) + func (client DatabaseAccountsClient) FailoverPriorityChangePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) FailoverPriorityChangeResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) FailoverPriorityChangeSender(req *http.Request) (future DatabaseAccountsFailoverPriorityChangeFuture, err error) + func (client DatabaseAccountsClient) Get(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccount, err error) + func (client DatabaseAccountsClient) GetCassandraKeyspace(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraKeyspace, err error) + func (client DatabaseAccountsClient) GetCassandraKeyspacePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetCassandraKeyspaceResponder(resp *http.Response) (result CassandraKeyspace, err error) + func (client DatabaseAccountsClient) GetCassandraKeyspaceSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetCassandraKeyspaceThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetCassandraKeyspaceThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetCassandraKeyspaceThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetCassandraKeyspaceThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetCassandraTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraTable, err error) + func (client DatabaseAccountsClient) GetCassandraTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetCassandraTableResponder(resp *http.Response) (result CassandraTable, err error) + func (client DatabaseAccountsClient) GetCassandraTableSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetCassandraTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetCassandraTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetCassandraTableThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetCassandraTableThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetGremlinDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinDatabase, err error) + func (client DatabaseAccountsClient) GetGremlinDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetGremlinDatabaseResponder(resp *http.Response) (result GremlinDatabase, err error) + func (client DatabaseAccountsClient) GetGremlinDatabaseSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetGremlinDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetGremlinDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetGremlinDatabaseThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetGremlinDatabaseThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetGremlinGraph(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinGraph, err error) + func (client DatabaseAccountsClient) GetGremlinGraphPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetGremlinGraphResponder(resp *http.Response) (result GremlinGraph, err error) + func (client DatabaseAccountsClient) GetGremlinGraphSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetGremlinGraphThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetGremlinGraphThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetGremlinGraphThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetGremlinGraphThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetMongoDBCollection(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBCollection, err error) + func (client DatabaseAccountsClient) GetMongoDBCollectionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetMongoDBCollectionResponder(resp *http.Response) (result MongoDBCollection, err error) + func (client DatabaseAccountsClient) GetMongoDBCollectionSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetMongoDBCollectionThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetMongoDBCollectionThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetMongoDBCollectionThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetMongoDBCollectionThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetMongoDBDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBDatabase, err error) + func (client DatabaseAccountsClient) GetMongoDBDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetMongoDBDatabaseResponder(resp *http.Response) (result MongoDBDatabase, err error) + func (client DatabaseAccountsClient) GetMongoDBDatabaseSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetMongoDBDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetMongoDBDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetMongoDBDatabaseThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetMongoDBDatabaseThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) GetReadOnlyKeys(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) GetReadOnlyKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) GetReadOnlyKeysResponder(resp *http.Response) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) GetReadOnlyKeysSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetResponder(resp *http.Response) (result DatabaseAccount, err error) + func (client DatabaseAccountsClient) GetSQLContainer(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLContainer, err error) + func (client DatabaseAccountsClient) GetSQLContainerPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetSQLContainerResponder(resp *http.Response) (result SQLContainer, err error) + func (client DatabaseAccountsClient) GetSQLContainerSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetSQLContainerThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetSQLContainerThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetSQLContainerThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetSQLContainerThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetSQLDatabase(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLDatabase, err error) + func (client DatabaseAccountsClient) GetSQLDatabasePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetSQLDatabaseResponder(resp *http.Response) (result SQLDatabase, err error) + func (client DatabaseAccountsClient) GetSQLDatabaseSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetSQLDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetSQLDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetSQLDatabaseThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetSQLDatabaseThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetTable(ctx context.Context, resourceGroupName string, accountName string, ...) (result Table, err error) + func (client DatabaseAccountsClient) GetTablePreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetTableResponder(resp *http.Response) (result Table, err error) + func (client DatabaseAccountsClient) GetTableSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) GetTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result Throughput, err error) + func (client DatabaseAccountsClient) GetTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) GetTableThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) GetTableThroughputSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) List(ctx context.Context) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListByResourceGroupResponder(resp *http.Response) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListCassandraKeyspaces(ctx context.Context, resourceGroupName string, accountName string) (result CassandraKeyspaceListResult, err error) + func (client DatabaseAccountsClient) ListCassandraKeyspacesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListCassandraKeyspacesResponder(resp *http.Response) (result CassandraKeyspaceListResult, err error) + func (client DatabaseAccountsClient) ListCassandraKeyspacesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListCassandraTables(ctx context.Context, resourceGroupName string, accountName string, ...) (result CassandraTableListResult, err error) + func (client DatabaseAccountsClient) ListCassandraTablesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListCassandraTablesResponder(resp *http.Response) (result CassandraTableListResult, err error) + func (client DatabaseAccountsClient) ListCassandraTablesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListConnectionStrings(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListConnectionStringsResult, err error) + func (client DatabaseAccountsClient) ListConnectionStringsPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListConnectionStringsResponder(resp *http.Response) (result DatabaseAccountListConnectionStringsResult, err error) + func (client DatabaseAccountsClient) ListConnectionStringsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListGremlinDatabases(ctx context.Context, resourceGroupName string, accountName string) (result GremlinDatabaseListResult, err error) + func (client DatabaseAccountsClient) ListGremlinDatabasesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListGremlinDatabasesResponder(resp *http.Response) (result GremlinDatabaseListResult, err error) + func (client DatabaseAccountsClient) ListGremlinDatabasesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListGremlinGraphs(ctx context.Context, resourceGroupName string, accountName string, ...) (result GremlinGraphListResult, err error) + func (client DatabaseAccountsClient) ListGremlinGraphsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListGremlinGraphsResponder(resp *http.Response) (result GremlinGraphListResult, err error) + func (client DatabaseAccountsClient) ListGremlinGraphsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListKeys(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListKeysResult, err error) + func (client DatabaseAccountsClient) ListKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListKeysResponder(resp *http.Response) (result DatabaseAccountListKeysResult, err error) + func (client DatabaseAccountsClient) ListKeysSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListMetricDefinitions(ctx context.Context, resourceGroupName string, accountName string) (result MetricDefinitionsListResult, err error) + func (client DatabaseAccountsClient) ListMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionsListResult, err error) + func (client DatabaseAccountsClient) ListMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client DatabaseAccountsClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client DatabaseAccountsClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListMongoDBCollections(ctx context.Context, resourceGroupName string, accountName string, ...) (result MongoDBCollectionListResult, err error) + func (client DatabaseAccountsClient) ListMongoDBCollectionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListMongoDBCollectionsResponder(resp *http.Response) (result MongoDBCollectionListResult, err error) + func (client DatabaseAccountsClient) ListMongoDBCollectionsSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListMongoDBDatabases(ctx context.Context, resourceGroupName string, accountName string) (result MongoDBDatabaseListResult, err error) + func (client DatabaseAccountsClient) ListMongoDBDatabasesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListMongoDBDatabasesResponder(resp *http.Response) (result MongoDBDatabaseListResult, err error) + func (client DatabaseAccountsClient) ListMongoDBDatabasesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client DatabaseAccountsClient) ListReadOnlyKeys(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) ListReadOnlyKeysPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListReadOnlyKeysResponder(resp *http.Response) (result DatabaseAccountListReadOnlyKeysResult, err error) + func (client DatabaseAccountsClient) ListReadOnlyKeysSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListResponder(resp *http.Response) (result DatabaseAccountsListResult, err error) + func (client DatabaseAccountsClient) ListSQLContainers(ctx context.Context, resourceGroupName string, accountName string, ...) (result SQLContainerListResult, err error) + func (client DatabaseAccountsClient) ListSQLContainersPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListSQLContainersResponder(resp *http.Response) (result SQLContainerListResult, err error) + func (client DatabaseAccountsClient) ListSQLContainersSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListSQLDatabases(ctx context.Context, resourceGroupName string, accountName string) (result SQLDatabaseListResult, err error) + func (client DatabaseAccountsClient) ListSQLDatabasesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListSQLDatabasesResponder(resp *http.Response) (result SQLDatabaseListResult, err error) + func (client DatabaseAccountsClient) ListSQLDatabasesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListTables(ctx context.Context, resourceGroupName string, accountName string) (result TableListResult, err error) + func (client DatabaseAccountsClient) ListTablesPreparer(ctx context.Context, resourceGroupName string, accountName string) (*http.Request, error) + func (client DatabaseAccountsClient) ListTablesResponder(resp *http.Response) (result TableListResult, err error) + func (client DatabaseAccountsClient) ListTablesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client DatabaseAccountsClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) ListUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client DatabaseAccountsClient) ListUsagesSender(req *http.Request) (*http.Response, error) + func (client DatabaseAccountsClient) OfflineRegion(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsOfflineRegionFuture, err error) + func (client DatabaseAccountsClient) OfflineRegionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) OfflineRegionResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) OfflineRegionSender(req *http.Request) (future DatabaseAccountsOfflineRegionFuture, err error) + func (client DatabaseAccountsClient) OnlineRegion(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsOnlineRegionFuture, err error) + func (client DatabaseAccountsClient) OnlineRegionPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) OnlineRegionResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) OnlineRegionSender(req *http.Request) (future DatabaseAccountsOnlineRegionFuture, err error) + func (client DatabaseAccountsClient) Patch(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsPatchFuture, err error) + func (client DatabaseAccountsClient) PatchPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) PatchResponder(resp *http.Response) (result DatabaseAccount, err error) + func (client DatabaseAccountsClient) PatchSender(req *http.Request) (future DatabaseAccountsPatchFuture, err error) + func (client DatabaseAccountsClient) RegenerateKey(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsRegenerateKeyFuture, err error) + func (client DatabaseAccountsClient) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) RegenerateKeyResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabaseAccountsClient) RegenerateKeySender(req *http.Request) (future DatabaseAccountsRegenerateKeyFuture, err error) + func (client DatabaseAccountsClient) UpdateCassandraKeyspaceThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateCassandraKeyspaceThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateCassandraKeyspaceThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateCassandraKeyspaceThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateCassandraKeyspaceThroughputSender(req *http.Request) (future DatabaseAccountsUpdateCassandraKeyspaceThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateCassandraTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateCassandraTableThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateCassandraTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateCassandraTableThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateCassandraTableThroughputSender(req *http.Request) (future DatabaseAccountsUpdateCassandraTableThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateGremlinDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateGremlinDatabaseThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateGremlinDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateGremlinDatabaseThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateGremlinDatabaseThroughputSender(req *http.Request) (future DatabaseAccountsUpdateGremlinDatabaseThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateGremlinGraphThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateGremlinGraphThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateGremlinGraphThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateGremlinGraphThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateGremlinGraphThroughputSender(req *http.Request) (future DatabaseAccountsUpdateGremlinGraphThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateMongoDBCollectionThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateMongoDBCollectionThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateMongoDBCollectionThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateMongoDBCollectionThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateMongoDBCollectionThroughputSender(req *http.Request) (future DatabaseAccountsUpdateMongoDBCollectionThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateMongoDBDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateMongoDBDatabaseThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateMongoDBDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateMongoDBDatabaseThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateMongoDBDatabaseThroughputSender(req *http.Request) (future DatabaseAccountsUpdateMongoDBDatabaseThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateSQLContainerThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateSQLContainerThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateSQLContainerThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateSQLContainerThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateSQLContainerThroughputSender(req *http.Request) (future DatabaseAccountsUpdateSQLContainerThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateSQLDatabaseThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateSQLDatabaseThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateSQLDatabaseThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateSQLDatabaseThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateSQLDatabaseThroughputSender(req *http.Request) (future DatabaseAccountsUpdateSQLDatabaseThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateTableThroughput(ctx context.Context, resourceGroupName string, accountName string, ...) (result DatabaseAccountsUpdateTableThroughputFuture, err error) + func (client DatabaseAccountsClient) UpdateTableThroughputPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseAccountsClient) UpdateTableThroughputResponder(resp *http.Response) (result Throughput, err error) + func (client DatabaseAccountsClient) UpdateTableThroughputSender(req *http.Request) (future DatabaseAccountsUpdateTableThroughputFuture, err error) + type DatabaseAccountsCreateOrUpdateFuture struct + func (future *DatabaseAccountsCreateOrUpdateFuture) Result(client DatabaseAccountsClient) (da DatabaseAccount, err error) + type DatabaseAccountsCreateUpdateCassandraKeyspaceFuture struct + func (future *DatabaseAccountsCreateUpdateCassandraKeyspaceFuture) Result(client DatabaseAccountsClient) (ck CassandraKeyspace, err error) + type DatabaseAccountsCreateUpdateCassandraTableFuture struct + func (future *DatabaseAccountsCreateUpdateCassandraTableFuture) Result(client DatabaseAccountsClient) (ct CassandraTable, err error) + type DatabaseAccountsCreateUpdateGremlinDatabaseFuture struct + func (future *DatabaseAccountsCreateUpdateGremlinDatabaseFuture) Result(client DatabaseAccountsClient) (gd GremlinDatabase, err error) + type DatabaseAccountsCreateUpdateGremlinGraphFuture struct + func (future *DatabaseAccountsCreateUpdateGremlinGraphFuture) Result(client DatabaseAccountsClient) (gg GremlinGraph, err error) + type DatabaseAccountsCreateUpdateMongoDBCollectionFuture struct + func (future *DatabaseAccountsCreateUpdateMongoDBCollectionFuture) Result(client DatabaseAccountsClient) (mdc MongoDBCollection, err error) + type DatabaseAccountsCreateUpdateMongoDBDatabaseFuture struct + func (future *DatabaseAccountsCreateUpdateMongoDBDatabaseFuture) Result(client DatabaseAccountsClient) (mdd MongoDBDatabase, err error) + type DatabaseAccountsCreateUpdateSQLContainerFuture struct + func (future *DatabaseAccountsCreateUpdateSQLContainerFuture) Result(client DatabaseAccountsClient) (sc SQLContainer, err error) + type DatabaseAccountsCreateUpdateSQLDatabaseFuture struct + func (future *DatabaseAccountsCreateUpdateSQLDatabaseFuture) Result(client DatabaseAccountsClient) (sd SQLDatabase, err error) + type DatabaseAccountsCreateUpdateTableFuture struct + func (future *DatabaseAccountsCreateUpdateTableFuture) Result(client DatabaseAccountsClient) (t Table, err error) + type DatabaseAccountsDeleteCassandraKeyspaceFuture struct + func (future *DatabaseAccountsDeleteCassandraKeyspaceFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteCassandraTableFuture struct + func (future *DatabaseAccountsDeleteCassandraTableFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteFuture struct + func (future *DatabaseAccountsDeleteFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteGremlinDatabaseFuture struct + func (future *DatabaseAccountsDeleteGremlinDatabaseFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteGremlinGraphFuture struct + func (future *DatabaseAccountsDeleteGremlinGraphFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteMongoDBCollectionFuture struct + func (future *DatabaseAccountsDeleteMongoDBCollectionFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteMongoDBDatabaseFuture struct + func (future *DatabaseAccountsDeleteMongoDBDatabaseFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteSQLContainerFuture struct + func (future *DatabaseAccountsDeleteSQLContainerFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteSQLDatabaseFuture struct + func (future *DatabaseAccountsDeleteSQLDatabaseFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsDeleteTableFuture struct + func (future *DatabaseAccountsDeleteTableFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsFailoverPriorityChangeFuture struct + func (future *DatabaseAccountsFailoverPriorityChangeFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsListResult struct + Value *[]DatabaseAccount + type DatabaseAccountsOfflineRegionFuture struct + func (future *DatabaseAccountsOfflineRegionFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsOnlineRegionFuture struct + func (future *DatabaseAccountsOnlineRegionFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsPatchFuture struct + func (future *DatabaseAccountsPatchFuture) Result(client DatabaseAccountsClient) (da DatabaseAccount, err error) + type DatabaseAccountsRegenerateKeyFuture struct + func (future *DatabaseAccountsRegenerateKeyFuture) Result(client DatabaseAccountsClient) (ar autorest.Response, err error) + type DatabaseAccountsUpdateCassandraKeyspaceThroughputFuture struct + func (future *DatabaseAccountsUpdateCassandraKeyspaceThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateCassandraTableThroughputFuture struct + func (future *DatabaseAccountsUpdateCassandraTableThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateGremlinDatabaseThroughputFuture struct + func (future *DatabaseAccountsUpdateGremlinDatabaseThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateGremlinGraphThroughputFuture struct + func (future *DatabaseAccountsUpdateGremlinGraphThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateMongoDBCollectionThroughputFuture struct + func (future *DatabaseAccountsUpdateMongoDBCollectionThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateMongoDBDatabaseThroughputFuture struct + func (future *DatabaseAccountsUpdateMongoDBDatabaseThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateSQLContainerThroughputFuture struct + func (future *DatabaseAccountsUpdateSQLContainerThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateSQLDatabaseThroughputFuture struct + func (future *DatabaseAccountsUpdateSQLDatabaseThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseAccountsUpdateTableThroughputFuture struct + func (future *DatabaseAccountsUpdateTableThroughputFuture) Result(client DatabaseAccountsClient) (t Throughput, err error) + type DatabaseClient struct + func NewDatabaseClient(subscriptionID string) DatabaseClient + func NewDatabaseClientWithBaseURI(baseURI string, subscriptionID string) DatabaseClient + func (client DatabaseClient) ListMetricDefinitions(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricDefinitionsListResult, err error) + func (client DatabaseClient) ListMetricDefinitionsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseClient) ListMetricDefinitionsResponder(resp *http.Response) (result MetricDefinitionsListResult, err error) + func (client DatabaseClient) ListMetricDefinitionsSender(req *http.Request) (*http.Response, error) + func (client DatabaseClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result MetricListResult, err error) + func (client DatabaseClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseClient) ListMetricsResponder(resp *http.Response) (result MetricListResult, err error) + func (client DatabaseClient) ListMetricsSender(req *http.Request) (*http.Response, error) + func (client DatabaseClient) ListUsages(ctx context.Context, resourceGroupName string, accountName string, ...) (result UsagesResult, err error) + func (client DatabaseClient) ListUsagesPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client DatabaseClient) ListUsagesResponder(resp *http.Response) (result UsagesResult, err error) + func (client DatabaseClient) ListUsagesSender(req *http.Request) (*http.Response, error) + type DefaultConsistencyLevel string + const BoundedStaleness + const ConsistentPrefix + const Eventual + const Session + const Strong + func PossibleDefaultConsistencyLevelValues() []DefaultConsistencyLevel + type ErrorResponse struct + Code *string + Message *string + type ExcludedPath struct + Path *string + type ExtendedResourceProperties struct + Etag *string + Rid *string + Ts interface{} + type FailoverPolicies struct + FailoverPolicies *[]FailoverPolicy + type FailoverPolicy struct + FailoverPriority *int32 + ID *string + LocationName *string + func (fp FailoverPolicy) MarshalJSON() ([]byte, error) + type GremlinDatabase struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gd *GremlinDatabase) UnmarshalJSON(body []byte) error + func (gd GremlinDatabase) MarshalJSON() ([]byte, error) + type GremlinDatabaseCreateUpdateParameters struct + func (gdcup *GremlinDatabaseCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (gdcup GremlinDatabaseCreateUpdateParameters) MarshalJSON() ([]byte, error) + type GremlinDatabaseCreateUpdateProperties struct + Options map[string]*string + Resource *GremlinDatabaseResource + func (gdcup GremlinDatabaseCreateUpdateProperties) MarshalJSON() ([]byte, error) + type GremlinDatabaseListResult struct + Value *[]GremlinDatabase + type GremlinDatabaseProperties struct + Etag *string + ID *string + Rid *string + Ts interface{} + type GremlinDatabaseResource struct + ID *string + type GremlinGraph struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (gg *GremlinGraph) UnmarshalJSON(body []byte) error + func (gg GremlinGraph) MarshalJSON() ([]byte, error) + type GremlinGraphCreateUpdateParameters struct + func (ggcup *GremlinGraphCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (ggcup GremlinGraphCreateUpdateParameters) MarshalJSON() ([]byte, error) + type GremlinGraphCreateUpdateProperties struct + Options map[string]*string + Resource *GremlinGraphResource + func (ggcup GremlinGraphCreateUpdateProperties) MarshalJSON() ([]byte, error) + type GremlinGraphListResult struct + Value *[]GremlinGraph + type GremlinGraphProperties struct + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + Etag *string + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + Rid *string + Ts interface{} + UniqueKeyPolicy *UniqueKeyPolicy + type GremlinGraphResource struct + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + UniqueKeyPolicy *UniqueKeyPolicy + type IncludedPath struct + Indexes *[]Indexes + Path *string + type IndexKind string + const Hash + const Range + const Spatial + func PossibleIndexKindValues() []IndexKind + type Indexes struct + DataType DataType + Kind IndexKind + Precision *int32 + type IndexingMode string + const Consistent + const Lazy + const None + func PossibleIndexingModeValues() []IndexingMode + type IndexingPolicy struct + Automatic *bool + ExcludedPaths *[]ExcludedPath + IncludedPaths *[]IncludedPath + IndexingMode IndexingMode + type KeyKind string + const Primary + const PrimaryReadonly + const Secondary + const SecondaryReadonly + func PossibleKeyKindValues() []KeyKind + type Location struct + DocumentEndpoint *string + FailoverPriority *int32 + ID *string + IsZoneRedundant *bool + LocationName *string + ProvisioningState *string + func (l Location) MarshalJSON() ([]byte, error) + type Metric struct + EndTime *date.Time + MetricValues *[]MetricValue + Name *MetricName + StartTime *date.Time + TimeGrain *string + Unit UnitType + func (mVar Metric) MarshalJSON() ([]byte, error) + type MetricAvailability struct + Retention *string + TimeGrain *string + type MetricDefinition struct + MetricAvailabilities *[]MetricAvailability + Name *MetricName + PrimaryAggregationType PrimaryAggregationType + ResourceURI *string + Unit UnitType + func (md MetricDefinition) MarshalJSON() ([]byte, error) + type MetricDefinitionsListResult struct + Value *[]MetricDefinition + type MetricListResult struct + Value *[]Metric + type MetricName struct + LocalizedValue *string + Value *string + type MetricValue struct + Average *float64 + Count *float64 + Maximum *float64 + Minimum *float64 + Timestamp *date.Time + Total *float64 + type MongoDBCollection struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mdc *MongoDBCollection) UnmarshalJSON(body []byte) error + func (mdc MongoDBCollection) MarshalJSON() ([]byte, error) + type MongoDBCollectionCreateUpdateParameters struct + func (mdccup *MongoDBCollectionCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (mdccup MongoDBCollectionCreateUpdateParameters) MarshalJSON() ([]byte, error) + type MongoDBCollectionCreateUpdateProperties struct + Options map[string]*string + Resource *MongoDBCollectionResource + func (mdccup MongoDBCollectionCreateUpdateProperties) MarshalJSON() ([]byte, error) + type MongoDBCollectionListResult struct + Value *[]MongoDBCollection + type MongoDBCollectionProperties struct + ID *string + Indexes *[]MongoIndex + ShardKey map[string]*string + func (mdcp MongoDBCollectionProperties) MarshalJSON() ([]byte, error) + type MongoDBCollectionResource struct + ID *string + Indexes *[]MongoIndex + ShardKey map[string]*string + func (mdcr MongoDBCollectionResource) MarshalJSON() ([]byte, error) + type MongoDBDatabase struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (mdd *MongoDBDatabase) UnmarshalJSON(body []byte) error + func (mdd MongoDBDatabase) MarshalJSON() ([]byte, error) + type MongoDBDatabaseCreateUpdateParameters struct + func (mddcup *MongoDBDatabaseCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (mddcup MongoDBDatabaseCreateUpdateParameters) MarshalJSON() ([]byte, error) + type MongoDBDatabaseCreateUpdateProperties struct + Options map[string]*string + Resource *MongoDBDatabaseResource + func (mddcup MongoDBDatabaseCreateUpdateProperties) MarshalJSON() ([]byte, error) + type MongoDBDatabaseListResult struct + Value *[]MongoDBDatabase + type MongoDBDatabaseProperties struct + ID *string + type MongoDBDatabaseResource struct + ID *string + type MongoIndex struct + Key *MongoIndexKeys + Options *MongoIndexOptions + type MongoIndexKeys struct + Keys *[]string + type MongoIndexOptions struct + ExpireAfterSeconds *int32 + Unique *bool + type Operation struct + Display *OperationDisplay + Name *string + 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 PartitionKeyRangeIDClient struct + func NewPartitionKeyRangeIDClient(subscriptionID string) PartitionKeyRangeIDClient + func NewPartitionKeyRangeIDClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDClient + func (client PartitionKeyRangeIDClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PartitionKeyRangeIDClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PartitionKeyRangeIDRegionClient struct + func NewPartitionKeyRangeIDRegionClient(subscriptionID string) PartitionKeyRangeIDRegionClient + func NewPartitionKeyRangeIDRegionClientWithBaseURI(baseURI string, subscriptionID string) PartitionKeyRangeIDRegionClient + func (client PartitionKeyRangeIDRegionClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDRegionClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PartitionKeyRangeIDRegionClient) ListMetricsResponder(resp *http.Response) (result PartitionMetricListResult, err error) + func (client PartitionKeyRangeIDRegionClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PartitionKind string + const PartitionKindHash + const PartitionKindRange + func PossiblePartitionKindValues() []PartitionKind + type PartitionMetric struct + EndTime *date.Time + MetricValues *[]MetricValue + Name *MetricName + PartitionID *string + PartitionKeyRangeID *string + StartTime *date.Time + TimeGrain *string + Unit UnitType + func (pm PartitionMetric) MarshalJSON() ([]byte, error) + type PartitionMetricListResult struct + Value *[]PartitionMetric + type PartitionUsage struct + CurrentValue *int64 + Limit *int64 + Name *MetricName + PartitionID *string + PartitionKeyRangeID *string + QuotaPeriod *string + Unit UnitType + func (pu PartitionUsage) MarshalJSON() ([]byte, error) + type PartitionUsagesResult struct + Value *[]PartitionUsage + type PercentileClient struct + func NewPercentileClient(subscriptionID string) PercentileClient + func NewPercentileClientWithBaseURI(baseURI string, subscriptionID string) PercentileClient + func (client PercentileClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PercentileMetricListResult, err error) + func (client PercentileClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PercentileClient) ListMetricsResponder(resp *http.Response) (result PercentileMetricListResult, err error) + func (client PercentileClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PercentileMetric struct + EndTime *date.Time + MetricValues *[]PercentileMetricValue + Name *MetricName + StartTime *date.Time + TimeGrain *string + Unit UnitType + func (pm PercentileMetric) MarshalJSON() ([]byte, error) + type PercentileMetricListResult struct + Value *[]PercentileMetric + type PercentileMetricValue struct + Average *float64 + Count *float64 + Maximum *float64 + Minimum *float64 + P10 *float64 + P25 *float64 + P50 *float64 + P75 *float64 + P90 *float64 + P95 *float64 + P99 *float64 + Timestamp *date.Time + Total *float64 + type PercentileSourceTargetClient struct + func NewPercentileSourceTargetClient(subscriptionID string) PercentileSourceTargetClient + func NewPercentileSourceTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileSourceTargetClient + func (client PercentileSourceTargetClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PercentileMetricListResult, err error) + func (client PercentileSourceTargetClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PercentileSourceTargetClient) ListMetricsResponder(resp *http.Response) (result PercentileMetricListResult, err error) + func (client PercentileSourceTargetClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PercentileTargetClient struct + func NewPercentileTargetClient(subscriptionID string) PercentileTargetClient + func NewPercentileTargetClientWithBaseURI(baseURI string, subscriptionID string) PercentileTargetClient + func (client PercentileTargetClient) ListMetrics(ctx context.Context, resourceGroupName string, accountName string, ...) (result PercentileMetricListResult, err error) + func (client PercentileTargetClient) ListMetricsPreparer(ctx context.Context, resourceGroupName string, accountName string, ...) (*http.Request, error) + func (client PercentileTargetClient) ListMetricsResponder(resp *http.Response) (result PercentileMetricListResult, err error) + func (client PercentileTargetClient) ListMetricsSender(req *http.Request) (*http.Response, error) + type PrimaryAggregationType string + const PrimaryAggregationTypeAverage + const PrimaryAggregationTypeLast + const PrimaryAggregationTypeMaximum + const PrimaryAggregationTypeMinimum + const PrimaryAggregationTypeNone + const PrimaryAggregationTypeTotal + func PossiblePrimaryAggregationTypeValues() []PrimaryAggregationType + type RegionForOnlineOffline struct + Region *string + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type SQLContainer struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sc *SQLContainer) UnmarshalJSON(body []byte) error + func (sc SQLContainer) MarshalJSON() ([]byte, error) + type SQLContainerCreateUpdateParameters struct + func (sccup *SQLContainerCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sccup SQLContainerCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLContainerCreateUpdateProperties struct + Options map[string]*string + Resource *SQLContainerResource + func (sccup SQLContainerCreateUpdateProperties) MarshalJSON() ([]byte, error) + type SQLContainerListResult struct + Value *[]SQLContainer + type SQLContainerProperties struct + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + Etag *string + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + Rid *string + Ts interface{} + UniqueKeyPolicy *UniqueKeyPolicy + type SQLContainerResource struct + ConflictResolutionPolicy *ConflictResolutionPolicy + DefaultTTL *int32 + ID *string + IndexingPolicy *IndexingPolicy + PartitionKey *ContainerPartitionKey + UniqueKeyPolicy *UniqueKeyPolicy + type SQLDatabase struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (sd *SQLDatabase) UnmarshalJSON(body []byte) error + func (sd SQLDatabase) MarshalJSON() ([]byte, error) + type SQLDatabaseCreateUpdateParameters struct + func (sdcup *SQLDatabaseCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (sdcup SQLDatabaseCreateUpdateParameters) MarshalJSON() ([]byte, error) + type SQLDatabaseCreateUpdateProperties struct + Options map[string]*string + Resource *SQLDatabaseResource + func (sdcup SQLDatabaseCreateUpdateProperties) MarshalJSON() ([]byte, error) + type SQLDatabaseListResult struct + Value *[]SQLDatabase + type SQLDatabaseProperties struct + Colls *string + Etag *string + ID *string + Rid *string + Ts interface{} + Users *string + type SQLDatabaseResource struct + ID *string + type Table struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (t *Table) UnmarshalJSON(body []byte) error + func (t Table) MarshalJSON() ([]byte, error) + type TableCreateUpdateParameters struct + func (tcup *TableCreateUpdateParameters) UnmarshalJSON(body []byte) error + func (tcup TableCreateUpdateParameters) MarshalJSON() ([]byte, error) + type TableCreateUpdateProperties struct + Options map[string]*string + Resource *TableResource + func (tcup TableCreateUpdateProperties) MarshalJSON() ([]byte, error) + type TableListResult struct + Value *[]Table + type TableProperties struct + ID *string + type TableResource struct + ID *string + type Throughput struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (t *Throughput) UnmarshalJSON(body []byte) error + func (t Throughput) MarshalJSON() ([]byte, error) + type ThroughputProperties struct + Throughput *int32 + type ThroughputResource struct + Throughput *int32 + type ThroughputUpdateParameters struct + func (tup *ThroughputUpdateParameters) UnmarshalJSON(body []byte) error + func (tup ThroughputUpdateParameters) MarshalJSON() ([]byte, error) + type ThroughputUpdateProperties struct + Resource *ThroughputResource + type UniqueKey struct + Paths *[]string + type UniqueKeyPolicy struct + UniqueKeys *[]UniqueKey + type UnitType string + const Bytes + const BytesPerSecond + const Count + const CountPerSecond + const Milliseconds + const Percent + const Seconds + func PossibleUnitTypeValues() []UnitType + type Usage struct + CurrentValue *int64 + Limit *int64 + Name *MetricName + QuotaPeriod *string + Unit UnitType + func (u Usage) MarshalJSON() ([]byte, error) + type UsagesResult struct + Value *[]Usage + type VirtualNetworkRule struct + ID *string + IgnoreMissingVNetServiceEndpoint *bool Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v15 gopkg.in/azure/azure-sdk-for-go.v16 gopkg.in/azure/azure-sdk-for-go.v17 gopkg.in/azure/azure-sdk-for-go.v18 gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v35 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.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 gopkg.in/azure/azure-sdk-for-go.v49