Documentation ¶
Index ¶
- Constants
- func UserAgent() string
- func Version() string
- type ActionRouting
- type Association
- type AssociationProperties
- type AssociationsClient
- type AssociationsCreateOrUpdateFuture
- type AssociationsDeleteFuture
- type AssociationsList
- type AssociationsListIterator
- type AssociationsListPage
- type BaseClient
- type CustomRPActionRouteDefinition
- type CustomRPManifest
- type CustomRPManifestProperties
- type CustomRPResourceTypeRouteDefinition
- type CustomRPRouteDefinition
- type CustomRPValidations
- type CustomResourceProviderClient
- type CustomResourceProviderCreateOrUpdateFuture
- type CustomResourceProviderDeleteFuture
- type ErrorDefinition
- type ErrorResponse
- type ListByCustomRPManifest
- type ListByCustomRPManifestIterator
- type ListByCustomRPManifestPage
- type OperationsClient
- type ProvisioningState
- type Resource
- type ResourceProviderOperation
- type ResourceProviderOperationDisplay
- type ResourceProviderOperationList
- type ResourceProviderOperationListIterator
- type ResourceProviderOperationListPage
- type ResourceProvidersUpdate
- type ResourceTypeRouting
- type ValidationType
Constants ¶
View Source
const (
DefaultBaseURI = original.DefaultBaseURI
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionRouting ¶
type ActionRouting = original.ActionRouting
const (
Proxy ActionRouting = original.Proxy
)
func PossibleActionRoutingValues ¶
func PossibleActionRoutingValues() []ActionRouting
type Association ¶
type Association = original.Association
type AssociationProperties ¶
type AssociationProperties = original.AssociationProperties
type AssociationsClient ¶
type AssociationsClient = original.AssociationsClient
func NewAssociationsClient ¶
func NewAssociationsClient(subscriptionID string) AssociationsClient
func NewAssociationsClientWithBaseURI ¶
func NewAssociationsClientWithBaseURI(baseURI string, subscriptionID string) AssociationsClient
type AssociationsCreateOrUpdateFuture ¶
type AssociationsCreateOrUpdateFuture = original.AssociationsCreateOrUpdateFuture
type AssociationsDeleteFuture ¶
type AssociationsDeleteFuture = original.AssociationsDeleteFuture
type AssociationsList ¶
type AssociationsList = original.AssociationsList
type AssociationsListIterator ¶
type AssociationsListIterator = original.AssociationsListIterator
func NewAssociationsListIterator ¶
func NewAssociationsListIterator(page AssociationsListPage) AssociationsListIterator
type AssociationsListPage ¶
type AssociationsListPage = original.AssociationsListPage
func NewAssociationsListPage ¶
func NewAssociationsListPage(getNextPage func(context.Context, AssociationsList) (AssociationsList, error)) AssociationsListPage
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(subscriptionID string) BaseClient
func NewWithBaseURI ¶
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type CustomRPActionRouteDefinition ¶
type CustomRPActionRouteDefinition = original.CustomRPActionRouteDefinition
type CustomRPManifest ¶
type CustomRPManifest = original.CustomRPManifest
type CustomRPManifestProperties ¶
type CustomRPManifestProperties = original.CustomRPManifestProperties
type CustomRPResourceTypeRouteDefinition ¶
type CustomRPResourceTypeRouteDefinition = original.CustomRPResourceTypeRouteDefinition
type CustomRPRouteDefinition ¶
type CustomRPRouteDefinition = original.CustomRPRouteDefinition
type CustomRPValidations ¶
type CustomRPValidations = original.CustomRPValidations
type CustomResourceProviderClient ¶
type CustomResourceProviderClient = original.CustomResourceProviderClient
func NewCustomResourceProviderClient ¶
func NewCustomResourceProviderClient(subscriptionID string) CustomResourceProviderClient
func NewCustomResourceProviderClientWithBaseURI ¶
func NewCustomResourceProviderClientWithBaseURI(baseURI string, subscriptionID string) CustomResourceProviderClient
type CustomResourceProviderCreateOrUpdateFuture ¶
type CustomResourceProviderCreateOrUpdateFuture = original.CustomResourceProviderCreateOrUpdateFuture
type CustomResourceProviderDeleteFuture ¶
type CustomResourceProviderDeleteFuture = original.CustomResourceProviderDeleteFuture
type ErrorDefinition ¶
type ErrorDefinition = original.ErrorDefinition
type ErrorResponse ¶
type ErrorResponse = original.ErrorResponse
type ListByCustomRPManifest ¶
type ListByCustomRPManifest = original.ListByCustomRPManifest
type ListByCustomRPManifestIterator ¶
type ListByCustomRPManifestIterator = original.ListByCustomRPManifestIterator
func NewListByCustomRPManifestIterator ¶
func NewListByCustomRPManifestIterator(page ListByCustomRPManifestPage) ListByCustomRPManifestIterator
type ListByCustomRPManifestPage ¶
type ListByCustomRPManifestPage = original.ListByCustomRPManifestPage
func NewListByCustomRPManifestPage ¶
func NewListByCustomRPManifestPage(getNextPage func(context.Context, ListByCustomRPManifest) (ListByCustomRPManifest, error)) ListByCustomRPManifestPage
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 ( Accepted ProvisioningState = original.Accepted Deleting ProvisioningState = original.Deleting Failed ProvisioningState = original.Failed Running ProvisioningState = original.Running Succeeded ProvisioningState = original.Succeeded )
func PossibleProvisioningStateValues ¶
func PossibleProvisioningStateValues() []ProvisioningState
type ResourceProviderOperation ¶
type ResourceProviderOperation = original.ResourceProviderOperation
type ResourceProviderOperationDisplay ¶
type ResourceProviderOperationDisplay = original.ResourceProviderOperationDisplay
type ResourceProviderOperationList ¶
type ResourceProviderOperationList = original.ResourceProviderOperationList
type ResourceProviderOperationListIterator ¶
type ResourceProviderOperationListIterator = original.ResourceProviderOperationListIterator
func NewResourceProviderOperationListIterator ¶
func NewResourceProviderOperationListIterator(page ResourceProviderOperationListPage) ResourceProviderOperationListIterator
type ResourceProviderOperationListPage ¶
type ResourceProviderOperationListPage = original.ResourceProviderOperationListPage
func NewResourceProviderOperationListPage ¶
func NewResourceProviderOperationListPage(getNextPage func(context.Context, ResourceProviderOperationList) (ResourceProviderOperationList, error)) ResourceProviderOperationListPage
type ResourceProvidersUpdate ¶
type ResourceProvidersUpdate = original.ResourceProvidersUpdate
type ResourceTypeRouting ¶
type ResourceTypeRouting = original.ResourceTypeRouting
const ( ResourceTypeRoutingProxy ResourceTypeRouting = original.ResourceTypeRoutingProxy ResourceTypeRoutingProxyCache ResourceTypeRouting = original.ResourceTypeRoutingProxyCache )
func PossibleResourceTypeRoutingValues ¶
func PossibleResourceTypeRoutingValues() []ResourceTypeRouting
type ValidationType ¶
type ValidationType = original.ValidationType
const (
Swagger ValidationType = original.Swagger
)
func PossibleValidationTypeValues ¶
func PossibleValidationTypeValues() []ValidationType
Click to show internal directories.
Click to hide internal directories.