Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type ActionType
- type AzureEntityResource
- type BaseClient
- type CreatedByType
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type KeyType
- type LinkNotificationHubParameters
- type LinkedNotificationHub
- type LocationResource
- type NameAvailability
- type NameAvailabilityParameters
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- type OperationListResultPage
- type OperationStatus
- type OperationStatusesClient
- type OperationsClient
- type Origin
- type ProvisioningState
- type ProxyResource
- type RegenerateKeyParameters
- type Resource
- type ServiceClient
- type ServiceCreateOrUpdateFuture
- type ServiceDeleteFuture
- type ServiceKeys
- type ServiceProperties
- type ServiceResource
- type ServiceResourceList
- type ServiceResourceListIterator
- type ServiceResourceListPage
- type Status
- type SystemData
- type TaggedResource
- type TrackedResource
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionType ¶
type ActionType = original.ActionType
const (
Internal ActionType = original.Internal
)
func PossibleActionTypeValues ¶
func PossibleActionTypeValues() []ActionType
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 CreatedByType ¶
type CreatedByType = original.CreatedByType
const ( Application CreatedByType = original.Application Key CreatedByType = original.Key ManagedIdentity CreatedByType = original.ManagedIdentity User CreatedByType = original.User )
func PossibleCreatedByTypeValues ¶
func PossibleCreatedByTypeValues() []CreatedByType
type ErrorAdditionalInfo ¶
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail ¶
type ErrorDetail = original.ErrorDetail
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
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 NameAvailability ¶
type NameAvailability = original.NameAvailability
type NameAvailabilityParameters ¶
type NameAvailabilityParameters = original.NameAvailabilityParameters
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(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
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 Origin ¶
const ( OriginSystem Origin = original.OriginSystem OriginUser Origin = original.OriginUser OriginUsersystem Origin = original.OriginUsersystem )
func PossibleOriginValues ¶
func PossibleOriginValues() []Origin
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 ProxyResource ¶
type ProxyResource = original.ProxyResource
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 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 SystemData ¶
type SystemData = original.SystemData
type TaggedResource ¶
type TaggedResource = original.TaggedResource
type TrackedResource ¶
type TrackedResource = original.TrackedResource
Click to show internal directories.
Click to hide internal directories.