Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Alert
- type AlertCategory
- type AlertCriteria
- type AlertDefinition
- type AlertListResult
- type AlertListResultIterator
- type AlertListResultPage
- type AlertProperties
- type AlertSource
- type AlertStatus
- type AlertType
- type AlertsClient
- type BaseClient
- type BillingAccountDimensionsClient
- type CommonReportProperties
- type ConnectorClient
- type ConnectorCollectionErrorInfo
- type ConnectorCollectionInfo
- type ConnectorDefinition
- type ConnectorDefinitionListResult
- type ConnectorProperties
- type ConnectorStatus
- type Dimension
- type DimensionProperties
- type DimensionsListResult
- type ErrorBase
- type ErrorDetails
- type ErrorResponse
- type ExecutionStatus
- type ExecutionType
- type FormatType
- type GranularityType
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationsClient
- type Query
- type QueryColumn
- type QueryProperties
- type QueryResult
- type RecurrenceType
- type Report
- type ReportAggregation
- type ReportColumnType
- type ReportComparisonExpression
- type ReportDataset
- type ReportDatasetConfiguration
- type ReportDefinition
- type ReportDeliveryDestination
- type ReportDeliveryInfo
- type ReportExecution
- type ReportExecutionListResult
- type ReportExecutionProperties
- type ReportFilter
- type ReportGrouping
- type ReportListResult
- type ReportProperties
- type ReportRecurrencePeriod
- type ReportSchedule
- type ReportTimePeriod
- type ReportsClient
- type Resource
- type ResourceGroupDimensionsClient
- type StatusType
- type SubscriptionDimensionsClient
- type TimeframeType
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlertCategory ¶
type AlertCategory = original.AlertCategory
const ( Billing AlertCategory = original.Billing Cost AlertCategory = original.Cost Usage AlertCategory = original.Usage )
func PossibleAlertCategoryValues ¶
func PossibleAlertCategoryValues() []AlertCategory
type AlertCriteria ¶
type AlertCriteria = original.AlertCriteria
const ( CostThresholdExceeded AlertCriteria = original.CostThresholdExceeded CreditThresholdReached AlertCriteria = original.CreditThresholdReached UsageThresholdExceeded AlertCriteria = original.UsageThresholdExceeded )
func PossibleAlertCriteriaValues ¶
func PossibleAlertCriteriaValues() []AlertCriteria
type AlertDefinition ¶
type AlertDefinition = original.AlertDefinition
type AlertListResult ¶
type AlertListResult = original.AlertListResult
type AlertListResultIterator ¶
type AlertListResultIterator = original.AlertListResultIterator
func NewAlertListResultIterator ¶
func NewAlertListResultIterator(page AlertListResultPage) AlertListResultIterator
type AlertListResultPage ¶
type AlertListResultPage = original.AlertListResultPage
func NewAlertListResultPage ¶
func NewAlertListResultPage(getNextPage func(context.Context, AlertListResult) (AlertListResult, error)) AlertListResultPage
type AlertProperties ¶
type AlertProperties = original.AlertProperties
type AlertSource ¶
type AlertSource = original.AlertSource
const ( Preset AlertSource = original.Preset User AlertSource = original.User )
func PossibleAlertSourceValues ¶
func PossibleAlertSourceValues() []AlertSource
type AlertStatus ¶
type AlertStatus = original.AlertStatus
const ( Active AlertStatus = original.Active Dismissed AlertStatus = original.Dismissed Overridden AlertStatus = original.Overridden Resolved AlertStatus = original.Resolved )
func PossibleAlertStatusValues ¶
func PossibleAlertStatusValues() []AlertStatus
type AlertsClient ¶
type AlertsClient = original.AlertsClient
func NewAlertsClient ¶
func NewAlertsClient(subscriptionID string) AlertsClient
func NewAlertsClientWithBaseURI ¶
func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsClient
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type BillingAccountDimensionsClient ¶
type BillingAccountDimensionsClient = original.BillingAccountDimensionsClient
func NewBillingAccountDimensionsClient ¶
func NewBillingAccountDimensionsClient(subscriptionID string) BillingAccountDimensionsClient
func NewBillingAccountDimensionsClientWithBaseURI ¶
func NewBillingAccountDimensionsClientWithBaseURI(baseURI string, subscriptionID string) BillingAccountDimensionsClient
type CommonReportProperties ¶
type CommonReportProperties = original.CommonReportProperties
type ConnectorClient ¶
type ConnectorClient = original.ConnectorClient
func NewConnectorClient ¶
func NewConnectorClient(subscriptionID string) ConnectorClient
func NewConnectorClientWithBaseURI ¶
func NewConnectorClientWithBaseURI(baseURI string, subscriptionID string) ConnectorClient
type ConnectorCollectionErrorInfo ¶
type ConnectorCollectionErrorInfo = original.ConnectorCollectionErrorInfo
type ConnectorCollectionInfo ¶
type ConnectorCollectionInfo = original.ConnectorCollectionInfo
type ConnectorDefinition ¶
type ConnectorDefinition = original.ConnectorDefinition
type ConnectorDefinitionListResult ¶
type ConnectorDefinitionListResult = original.ConnectorDefinitionListResult
type ConnectorProperties ¶
type ConnectorProperties = original.ConnectorProperties
type ConnectorStatus ¶
type ConnectorStatus = original.ConnectorStatus
const ( ConnectorStatusActive ConnectorStatus = original.ConnectorStatusActive ConnectorStatusError ConnectorStatus = original.ConnectorStatusError ConnectorStatusSuspended ConnectorStatus = original.ConnectorStatusSuspended )
func PossibleConnectorStatusValues ¶
func PossibleConnectorStatusValues() []ConnectorStatus
type DimensionProperties ¶
type DimensionProperties = original.DimensionProperties
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 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 QueryColumn ¶
type QueryColumn = original.QueryColumn
type QueryProperties ¶
type QueryProperties = original.QueryProperties
type QueryResult ¶
type QueryResult = original.QueryResult
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 ReportAggregation ¶
type ReportAggregation = original.ReportAggregation
type ReportColumnType ¶
type ReportColumnType = original.ReportColumnType
const ( ReportColumnTypeDimension ReportColumnType = original.ReportColumnTypeDimension ReportColumnTypeTag ReportColumnType = original.ReportColumnTypeTag )
func PossibleReportColumnTypeValues ¶
func PossibleReportColumnTypeValues() []ReportColumnType
type ReportComparisonExpression ¶
type ReportComparisonExpression = original.ReportComparisonExpression
type ReportDataset ¶
type ReportDataset = original.ReportDataset
type ReportDatasetConfiguration ¶
type ReportDatasetConfiguration = original.ReportDatasetConfiguration
type ReportDefinition ¶
type ReportDefinition = original.ReportDefinition
type ReportDeliveryDestination ¶
type ReportDeliveryDestination = original.ReportDeliveryDestination
type ReportDeliveryInfo ¶
type ReportDeliveryInfo = original.ReportDeliveryInfo
type ReportExecution ¶
type ReportExecution = original.ReportExecution
type ReportExecutionListResult ¶
type ReportExecutionListResult = original.ReportExecutionListResult
type ReportExecutionProperties ¶
type ReportExecutionProperties = original.ReportExecutionProperties
type ReportFilter ¶
type ReportFilter = original.ReportFilter
type ReportGrouping ¶
type ReportGrouping = original.ReportGrouping
type ReportListResult ¶
type ReportListResult = original.ReportListResult
type ReportProperties ¶
type ReportProperties = original.ReportProperties
type ReportRecurrencePeriod ¶
type ReportRecurrencePeriod = original.ReportRecurrencePeriod
type ReportSchedule ¶
type ReportSchedule = original.ReportSchedule
type ReportTimePeriod ¶
type ReportTimePeriod = original.ReportTimePeriod
type ReportsClient ¶
type ReportsClient = original.ReportsClient
func NewReportsClient ¶
func NewReportsClient(subscriptionID string) ReportsClient
func NewReportsClientWithBaseURI ¶
func NewReportsClientWithBaseURI(baseURI string, subscriptionID string) ReportsClient
type ResourceGroupDimensionsClient ¶
type ResourceGroupDimensionsClient = original.ResourceGroupDimensionsClient
func NewResourceGroupDimensionsClient ¶
func NewResourceGroupDimensionsClient(subscriptionID string) ResourceGroupDimensionsClient
func NewResourceGroupDimensionsClientWithBaseURI ¶
func NewResourceGroupDimensionsClientWithBaseURI(baseURI string, subscriptionID string) ResourceGroupDimensionsClient
type StatusType ¶
type StatusType = original.StatusType
const ( StatusTypeActive StatusType = original.StatusTypeActive StatusTypeInactive StatusType = original.StatusTypeInactive )
func PossibleStatusTypeValues ¶
func PossibleStatusTypeValues() []StatusType
type SubscriptionDimensionsClient ¶
type SubscriptionDimensionsClient = original.SubscriptionDimensionsClient
func NewSubscriptionDimensionsClient ¶
func NewSubscriptionDimensionsClient(subscriptionID string) SubscriptionDimensionsClient
func NewSubscriptionDimensionsClientWithBaseURI ¶
func NewSubscriptionDimensionsClientWithBaseURI(baseURI string, subscriptionID string) SubscriptionDimensionsClient
type TimeframeType ¶
type TimeframeType = original.TimeframeType
const ( Custom TimeframeType = original.Custom MonthToDate TimeframeType = original.MonthToDate WeekToDate TimeframeType = original.WeekToDate )
func PossibleTimeframeTypeValues ¶
func PossibleTimeframeTypeValues() []TimeframeType
Click to show internal directories.
Click to hide internal directories.