Versions in this module Expand all Collapse all v25 v25.1.0 Feb 6, 2019 v25.0.0 Jan 30, 2019 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 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 ConsistencyPolicy struct + DefaultConsistencyLevel DefaultConsistencyLevel + MaxIntervalInSeconds *int32 + MaxStalenessPrefix *int64 + 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 + ConsistencyPolicy *ConsistencyPolicy + DatabaseAccountOfferType *string + EnableAutomaticFailover *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 + SecondaryMasterKey *string + func (dalkr *DatabaseAccountListKeysResult) UnmarshalJSON(body []byte) error + func (dalkr DatabaseAccountListKeysResult) MarshalJSON() ([]byte, error) + 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 + ConsistencyPolicy *ConsistencyPolicy + DatabaseAccountOfferType DatabaseAccountOfferType + DocumentEndpoint *string + EnableAutomaticFailover *bool + EnableMultipleWriteLocations *bool + FailoverPolicies *[]FailoverPolicy + IPRangeFilter *string + IsVirtualNetworkFilterEnabled *bool + ProvisioningState *string + ReadLocations *[]Location + VirtualNetworkRules *[]VirtualNetworkRule + WriteLocations *[]Location + 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) Delete(ctx context.Context, resourceGroupName string, accountName string) (result DatabaseAccountsDeleteFuture, 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) DeleteSender(req *http.Request) (future DatabaseAccountsDeleteFuture, 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) 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) GetSender(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) 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) 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) 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) ListSender(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) + type DatabaseAccountsCreateOrUpdateFuture struct + func (future *DatabaseAccountsCreateOrUpdateFuture) Result(client DatabaseAccountsClient) (da DatabaseAccount, err error) + type DatabaseAccountsDeleteFuture struct + func (future *DatabaseAccountsDeleteFuture) 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 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 FailoverPolicies struct + FailoverPolicies *[]FailoverPolicy + type FailoverPolicy struct + FailoverPriority *int32 + ID *string + LocationName *string + type KeyKind string + const Primary + const PrimaryReadonly + const Secondary + const SecondaryReadonly + func PossibleKeyKindValues() []KeyKind + type Location struct + DocumentEndpoint *string + FailoverPriority *int32 + ID *string + LocationName *string + ProvisioningState *string + type Metric struct + EndTime *date.Time + MetricValues *[]MetricValue + Name *MetricName + StartTime *date.Time + TimeGrain *string + Unit UnitType + type MetricAvailability struct + Retention *string + TimeGrain *string + type MetricDefinition struct + MetricAvailabilities *[]MetricAvailability + Name *MetricName + PrimaryAggregationType PrimaryAggregationType + ResourceURI *string + Unit UnitType + 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 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 PartitionMetric struct + EndTime *date.Time + MetricValues *[]MetricValue + Name *MetricName + PartitionID *string + PartitionKeyRangeID *string + StartTime *date.Time + TimeGrain *string + Unit UnitType + type PartitionMetricListResult struct + Value *[]PartitionMetric + type PartitionUsage struct + CurrentValue *int32 + Limit *int32 + Name *MetricName + PartitionID *string + PartitionKeyRangeID *string + QuotaPeriod *string + Unit UnitType + 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 + 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 Average + const Last + const Maximum + const Minimimum + const None + const Total + 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 UnitType string + const Bytes + const BytesPerSecond + const Count + const CountPerSecond + const Milliseconds + const Percent + const Seconds + func PossibleUnitTypeValues() []UnitType + type Usage struct + CurrentValue *int32 + Limit *int32 + Name *MetricName + QuotaPeriod *string + Unit UnitType + 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.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