Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type AggregationType
- type BaseClient
- type Dimension
- type ErrorResponse
- type ErrorResponseError
- type KeyType
- type LinkNotificationHubParameters
- type LinkedNotificationHub
- type LocationResource
- type MetricSpecification
- type NameAvailability
- type NameAvailabilityParameters
- type Operation
- type OperationDisplay
- type OperationList
- type OperationListIterator
- type OperationListPage
- type OperationProperties
- type OperationStatus
- type OperationStatusesClient
- type OperationsClient
- type ProvisioningState
- type RegenerateKeyParameters
- type Resource
- type ServiceClient
- type ServiceCreateOrUpdateFuture
- type ServiceDeleteFuture
- type ServiceKeys
- type ServiceProperties
- type ServiceResource
- type ServiceResourceList
- type ServiceResourceListIterator
- type ServiceResourceListPage
- type ServiceSpecification
- type Status
- type TaggedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AggregationType ¶
type AggregationType = original.AggregationType
const ( Average AggregationType = original.Average Count AggregationType = original.Count Maximum AggregationType = original.Maximum Minimum AggregationType = original.Minimum Total AggregationType = original.Total )
func PossibleAggregationTypeValues ¶
func PossibleAggregationTypeValues() []AggregationType
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ErrorResponseError ¶
type ErrorResponseError = original.ErrorResponseError
type KeyType ¶
func PossibleKeyTypeValues ¶
func PossibleKeyTypeValues() []KeyType
type LinkNotificationHubParameters ¶
type LinkNotificationHubParameters = original.LinkNotificationHubParameters
type LinkedNotificationHub ¶
type LinkedNotificationHub = original.LinkedNotificationHub
type LocationResource ¶
type LocationResource = original.LocationResource
type MetricSpecification ¶
type MetricSpecification = original.MetricSpecification
type NameAvailability ¶
type NameAvailability = original.NameAvailability
type NameAvailabilityParameters ¶
type NameAvailabilityParameters = original.NameAvailabilityParameters
type OperationDisplay ¶
type OperationDisplay = original.OperationDisplay
type OperationList ¶
type OperationList = original.OperationList
type OperationListIterator ¶
type OperationListIterator = original.OperationListIterator
func NewOperationListIterator ¶
func NewOperationListIterator(page OperationListPage) OperationListIterator
type OperationListPage ¶
type OperationListPage = original.OperationListPage
func NewOperationListPage ¶
func NewOperationListPage(cur OperationList, getNextPage func(context.Context, OperationList) (OperationList, error)) OperationListPage
type OperationProperties ¶
type OperationProperties = original.OperationProperties
type OperationStatus ¶
type OperationStatus = original.OperationStatus
type OperationStatusesClient ¶
type OperationStatusesClient = original.OperationStatusesClient
func NewOperationStatusesClient ¶
func NewOperationStatusesClient(subscriptionID string) OperationStatusesClient
func NewOperationStatusesClientWithBaseURI ¶
func NewOperationStatusesClientWithBaseURI(baseURI string, subscriptionID string) OperationStatusesClient
type OperationsClient ¶
type OperationsClient = original.OperationsClient
func NewOperationsClient ¶
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI ¶
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type ProvisioningState ¶
type ProvisioningState = original.ProvisioningState
const ( Canceled ProvisioningState = original.Canceled Creating ProvisioningState = original.Creating Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Moving ProvisioningState = original.Moving Running ProvisioningState = original.Running Succeeded ProvisioningState = original.Succeeded Unknown ProvisioningState = original.Unknown Updating ProvisioningState = original.Updating )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type RegenerateKeyParameters ¶
type RegenerateKeyParameters = original.RegenerateKeyParameters
type ServiceClient ¶
type ServiceClient = original.ServiceClient
func NewServiceClient ¶
func NewServiceClient(subscriptionID string) ServiceClient
func NewServiceClientWithBaseURI ¶
func NewServiceClientWithBaseURI(baseURI string, subscriptionID string) ServiceClient
type ServiceCreateOrUpdateFuture ¶
type ServiceCreateOrUpdateFuture = original.ServiceCreateOrUpdateFuture
type ServiceDeleteFuture ¶
type ServiceDeleteFuture = original.ServiceDeleteFuture
type ServiceKeys ¶
type ServiceKeys = original.ServiceKeys
type ServiceProperties ¶
type ServiceProperties = original.ServiceProperties
type ServiceResource ¶
type ServiceResource = original.ServiceResource
type ServiceResourceList ¶
type ServiceResourceList = original.ServiceResourceList
type ServiceResourceListIterator ¶
type ServiceResourceListIterator = original.ServiceResourceListIterator
func NewServiceResourceListIterator ¶
func NewServiceResourceListIterator(page ServiceResourceListPage) ServiceResourceListIterator
type ServiceResourceListPage ¶
type ServiceResourceListPage = original.ServiceResourceListPage
func NewServiceResourceListPage ¶
func NewServiceResourceListPage(cur ServiceResourceList, getNextPage func(context.Context, ServiceResourceList) (ServiceResourceList, error)) ServiceResourceListPage
type ServiceSpecification ¶
type ServiceSpecification = original.ServiceSpecification
type Status ¶
const ( StatusCanceled Status = original.StatusCanceled StatusCreating Status = original.StatusCreating StatusDeleting Status = original.StatusDeleting StatusFailed Status = original.StatusFailed StatusMoving Status = original.StatusMoving StatusSucceeded Status = original.StatusSucceeded )
func PossibleStatusValues ¶
func PossibleStatusValues() []Status
type TaggedResource ¶
type TaggedResource = original.TaggedResource
Click to show internal directories.
Click to hide internal directories.