Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type BaseClient
- type CommonExportProperties
- type Dimension
- type DimensionProperties
- type DimensionsClient
- type DimensionsListResult
- type ErrorDetails
- type ErrorResponse
- type ExecutionStatus
- type ExecutionType
- type Export
- type ExportDeliveryDestination
- type ExportDeliveryInfo
- type ExportExecution
- type ExportExecutionListResult
- type ExportExecutionProperties
- type ExportListResult
- type ExportProperties
- type ExportRecurrencePeriod
- type ExportSchedule
- type ExportsClient
- type FormatType
- type GranularityType
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type Query
- type QueryAggregation
- type QueryClient
- type QueryColumn
- type QueryColumnType
- type QueryComparisonExpression
- type QueryDataset
- type QueryDatasetConfiguration
- type QueryDefinition
- type QueryFilter
- type QueryGrouping
- type QueryProperties
- type QueryResult
- type QuerySortingConfiguration
- type QueryTimePeriod
- type RecurrenceType
- type Resource
- type SortDirection
- type StatusType
- type TimeframeType
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CommonExportProperties ¶
type CommonExportProperties = original.CommonExportProperties
type DimensionProperties ¶
type DimensionProperties = original.DimensionProperties
type DimensionsClient ¶
type DimensionsClient = original.DimensionsClient
func NewDimensionsClient ¶
func NewDimensionsClient(subscriptionID string) DimensionsClient
func NewDimensionsClientWithBaseURI ¶
func NewDimensionsClientWithBaseURI(baseURI string, subscriptionID string) DimensionsClient
type DimensionsListResult ¶
type DimensionsListResult = original.DimensionsListResult
type ErrorDetails ¶
type ErrorDetails = original.ErrorDetails
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ExecutionStatus ¶
type ExecutionStatus = original.ExecutionStatus
const ( Completed ExecutionStatus = original.Completed DataNotAvailable ExecutionStatus = original.DataNotAvailable Failed ExecutionStatus = original.Failed InProgress ExecutionStatus = original.InProgress NewDataNotAvailable ExecutionStatus = original.NewDataNotAvailable Queued ExecutionStatus = original.Queued Timeout ExecutionStatus = original.Timeout )
func PossibleExecutionStatusValues ¶
func PossibleExecutionStatusValues() []ExecutionStatus
type ExecutionType ¶
type ExecutionType = original.ExecutionType
const ( OnDemand ExecutionType = original.OnDemand Scheduled ExecutionType = original.Scheduled )
func PossibleExecutionTypeValues ¶
func PossibleExecutionTypeValues() []ExecutionType
type ExportDeliveryDestination ¶
type ExportDeliveryDestination = original.ExportDeliveryDestination
type ExportDeliveryInfo ¶
type ExportDeliveryInfo = original.ExportDeliveryInfo
type ExportExecution ¶
type ExportExecution = original.ExportExecution
type ExportExecutionListResult ¶
type ExportExecutionListResult = original.ExportExecutionListResult
type ExportExecutionProperties ¶
type ExportExecutionProperties = original.ExportExecutionProperties
type ExportListResult ¶
type ExportListResult = original.ExportListResult
type ExportProperties ¶
type ExportProperties = original.ExportProperties
type ExportRecurrencePeriod ¶
type ExportRecurrencePeriod = original.ExportRecurrencePeriod
type ExportSchedule ¶
type ExportSchedule = original.ExportSchedule
type ExportsClient ¶
type ExportsClient = original.ExportsClient
func NewExportsClient ¶
func NewExportsClient(subscriptionID string) ExportsClient
func NewExportsClientWithBaseURI ¶
func NewExportsClientWithBaseURI(baseURI string, subscriptionID string) ExportsClient
type FormatType ¶
type FormatType = original.FormatType
const (
Csv FormatType = original.Csv
)
func PossibleFormatTypeValues ¶
func PossibleFormatTypeValues() []FormatType
type GranularityType ¶
type GranularityType = original.GranularityType
const ( Daily GranularityType = original.Daily Hourly GranularityType = original.Hourly )
func PossibleGranularityTypeValues ¶
func PossibleGranularityTypeValues() []GranularityType
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationListResult ¶
type OperationListResult = original.OperationListResult
type OperationListResultIterator ¶
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator ¶
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage ¶
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage ¶
func NewOperationListResultPage(getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type QueryAggregation ¶
type QueryAggregation = original.QueryAggregation
type QueryClient ¶
type QueryClient = original.QueryClient
func NewQueryClient ¶
func NewQueryClient(subscriptionID string) QueryClient
func NewQueryClientWithBaseURI ¶
func NewQueryClientWithBaseURI(baseURI string, subscriptionID string) QueryClient
type QueryColumn ¶
type QueryColumn = original.QueryColumn
type QueryColumnType ¶
type QueryColumnType = original.QueryColumnType
const ( QueryColumnTypeDimension QueryColumnType = original.QueryColumnTypeDimension QueryColumnTypeTag QueryColumnType = original.QueryColumnTypeTag )
func PossibleQueryColumnTypeValues ¶
func PossibleQueryColumnTypeValues() []QueryColumnType
type QueryComparisonExpression ¶
type QueryComparisonExpression = original.QueryComparisonExpression
type QueryDataset ¶
type QueryDataset = original.QueryDataset
type QueryDatasetConfiguration ¶
type QueryDatasetConfiguration = original.QueryDatasetConfiguration
type QueryDefinition ¶
type QueryDefinition = original.QueryDefinition
type QueryFilter ¶
type QueryFilter = original.QueryFilter
type QueryGrouping ¶
type QueryGrouping = original.QueryGrouping
type QueryProperties ¶
type QueryProperties = original.QueryProperties
type QueryResult ¶
type QueryResult = original.QueryResult
type QuerySortingConfiguration ¶
type QuerySortingConfiguration = original.QuerySortingConfiguration
type QueryTimePeriod ¶
type QueryTimePeriod = original.QueryTimePeriod
type RecurrenceType ¶
type RecurrenceType = original.RecurrenceType
const ( RecurrenceTypeAnnually RecurrenceType = original.RecurrenceTypeAnnually RecurrenceTypeDaily RecurrenceType = original.RecurrenceTypeDaily RecurrenceTypeMonthly RecurrenceType = original.RecurrenceTypeMonthly RecurrenceTypeWeekly RecurrenceType = original.RecurrenceTypeWeekly )
func PossibleRecurrenceTypeValues ¶
func PossibleRecurrenceTypeValues() []RecurrenceType
type SortDirection ¶
type SortDirection = original.SortDirection
const ( Ascending SortDirection = original.Ascending Descending SortDirection = original.Descending )
func PossibleSortDirectionValues ¶
func PossibleSortDirectionValues() []SortDirection
type StatusType ¶
type StatusType = original.StatusType
const ( Active StatusType = original.Active Inactive StatusType = original.Inactive )
func PossibleStatusTypeValues ¶
func PossibleStatusTypeValues() []StatusType
type TimeframeType ¶
type TimeframeType = original.TimeframeType
const ( BillingMonthToDate TimeframeType = original.BillingMonthToDate Custom TimeframeType = original.Custom MonthToDate TimeframeType = original.MonthToDate TheLastBillingMonth TimeframeType = original.TheLastBillingMonth TheLastMonth TimeframeType = original.TheLastMonth TheLastWeek TimeframeType = original.TheLastWeek TheLastYear TimeframeType = original.TheLastYear WeekToDate TimeframeType = original.WeekToDate YearToDate TimeframeType = original.YearToDate )
func PossibleTimeframeTypeValues ¶
func PossibleTimeframeTypeValues() []TimeframeType
Click to show internal directories.
Click to hide internal directories.