Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type Actions
- type AzureEntityResource
- type BaseClient
- type Client
- type Condition
- type ConditionFailingPeriods
- type ConditionOperator
- type CreatedByType
- type Criteria
- type Dimension
- type DimensionOperator
- type ErrorAdditionalInfo
- type ErrorContract
- type ErrorResponse
- type Kind
- type Properties
- type ProxyResource
- type Resource
- type ResourceCollection
- type ResourceCollectionIterator
- type ResourceCollectionPage
- type ResourcePatch
- type ResourceType
- type SystemData
- type TimeAggregation
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AzureEntityResource ¶
type AzureEntityResource = original.AzureEntityResource
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type Client ¶
func NewClientWithBaseURI ¶
type ConditionFailingPeriods ¶
type ConditionFailingPeriods = original.ConditionFailingPeriods
type ConditionOperator ¶
type ConditionOperator = original.ConditionOperator
const ( ConditionOperatorEquals ConditionOperator = original.ConditionOperatorEquals ConditionOperatorGreaterThan ConditionOperator = original.ConditionOperatorGreaterThan ConditionOperatorGreaterThanOrEqual ConditionOperator = original.ConditionOperatorGreaterThanOrEqual ConditionOperatorLessThan ConditionOperator = original.ConditionOperatorLessThan ConditionOperatorLessThanOrEqual ConditionOperator = original.ConditionOperatorLessThanOrEqual )
func PossibleConditionOperatorValues ¶
func PossibleConditionOperatorValues() []ConditionOperator
type CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( CreatedByTypeApplication CreatedByType = original.CreatedByTypeApplication CreatedByTypeKey CreatedByType = original.CreatedByTypeKey CreatedByTypeManagedIdentity CreatedByType = original.CreatedByTypeManagedIdentity CreatedByTypeUser CreatedByType = original.CreatedByTypeUser )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type DimensionOperator ¶
type DimensionOperator = original.DimensionOperator
const ( DimensionOperatorExclude DimensionOperator = original.DimensionOperatorExclude DimensionOperatorInclude DimensionOperator = original.DimensionOperatorInclude )
func PossibleDimensionOperatorValues ¶
func PossibleDimensionOperatorValues() []DimensionOperator
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorContract ¶
type ErrorContract = original.ErrorContract
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type Kind ¶
const ( KindLogAlert Kind = original.KindLogAlert KindLogToMetric Kind = original.KindLogToMetric )
func PossibleKindValues ¶
func PossibleKindValues() []Kind
type Properties ¶
type Properties = original.Properties
type ProxyResource ¶
type ProxyResource = original.ProxyResource
type ResourceCollection ¶
type ResourceCollection = original.ResourceCollection
type ResourceCollectionIterator ¶
type ResourceCollectionIterator = original.ResourceCollectionIterator
func NewResourceCollectionIterator ¶
func NewResourceCollectionIterator(page ResourceCollectionPage) ResourceCollectionIterator
type ResourceCollectionPage ¶
type ResourceCollectionPage = original.ResourceCollectionPage
func NewResourceCollectionPage ¶
func NewResourceCollectionPage(cur ResourceCollection, getNextPage func(context.Context, ResourceCollection) (ResourceCollection, error)) ResourceCollectionPage
type ResourcePatch ¶
type ResourcePatch = original.ResourcePatch
type ResourceType ¶
type ResourceType = original.ResourceType
type SystemData ¶
type SystemData = original.SystemData
type TimeAggregation ¶
type TimeAggregation = original.TimeAggregation
const ( TimeAggregationAverage TimeAggregation = original.TimeAggregationAverage TimeAggregationCount TimeAggregation = original.TimeAggregationCount TimeAggregationMaximum TimeAggregation = original.TimeAggregationMaximum TimeAggregationMinimum TimeAggregation = original.TimeAggregationMinimum TimeAggregationTotal TimeAggregation = original.TimeAggregationTotal )
func PossibleTimeAggregationValues ¶
func PossibleTimeAggregationValues() []TimeAggregation
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.