Package delegatednetwork
- Constants
- func UserAgent() string
- func Version() string
- type ActionType
- func PossibleActionTypeValues() []ActionType
- type BaseClient
- func New(subscriptionID string) BaseClient
- func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
- type Client
- func NewClient(subscriptionID string) Client
- func NewClientWithBaseURI(baseURI string, subscriptionID string) Client
- type ControllerClient
- func NewControllerClient(subscriptionID string) ControllerClient
- func NewControllerClientWithBaseURI(baseURI string, subscriptionID string) ControllerClient
- type ControllerCreateFuture
- type ControllerDeleteFuture
- type ControllerDetails
- type ControllerResource
- type ControllerResourceUpdateParameters
- type ControllerState
- func PossibleControllerStateValues() []ControllerState
- type DelegatedController
- type DelegatedControllerProperties
- type DelegatedControllers
- type DelegatedControllersIterator
- func NewDelegatedControllersIterator(page DelegatedControllersPage) DelegatedControllersIterator
- type DelegatedControllersPage
- func NewDelegatedControllersPage(cur DelegatedControllers, getNextPage func(context.Context, DelegatedControllers) (DelegatedControllers, error)) DelegatedControllersPage
- type DelegatedSubnet
- type DelegatedSubnetProperties
- type DelegatedSubnetResource
- type DelegatedSubnetServiceClient
- func NewDelegatedSubnetServiceClient(subscriptionID string) DelegatedSubnetServiceClient
- func NewDelegatedSubnetServiceClientWithBaseURI(baseURI string, subscriptionID string) DelegatedSubnetServiceClient
- type DelegatedSubnetServiceDeleteDetailsFuture
- type DelegatedSubnetServicePatchDetailsFuture
- type DelegatedSubnetServicePutDetailsFuture
- type DelegatedSubnetState
- func PossibleDelegatedSubnetStateValues() []DelegatedSubnetState
- type DelegatedSubnets
- type DelegatedSubnetsIterator
- func NewDelegatedSubnetsIterator(page DelegatedSubnetsPage) DelegatedSubnetsIterator
- type DelegatedSubnetsPage
- func NewDelegatedSubnetsPage(cur DelegatedSubnets, getNextPage func(context.Context, DelegatedSubnets) (DelegatedSubnets, error)) DelegatedSubnetsPage
- type ErrorAdditionalInfo
- type ErrorDetail
- type ErrorResponse
- type Operation
- type OperationDisplay
- type OperationListResult
- type OperationListResultIterator
- func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
- type OperationListResultPage
- func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
- type OperationsClient
- func NewOperationsClient(subscriptionID string) OperationsClient
- func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
- type Orchestrator
- type OrchestratorIdentity
- type OrchestratorInstanceServiceClient
- func NewOrchestratorInstanceServiceClient(subscriptionID string) OrchestratorInstanceServiceClient
- func NewOrchestratorInstanceServiceClientWithBaseURI(baseURI string, subscriptionID string) OrchestratorInstanceServiceClient
- type OrchestratorInstanceServiceCreateFuture
- type OrchestratorInstanceServiceDeleteFuture
- type OrchestratorInstanceState
- func PossibleOrchestratorInstanceStateValues() []OrchestratorInstanceState
- type OrchestratorResource
- type OrchestratorResourceProperties
- type OrchestratorResourceUpdateParameters
- type Orchestrators
- type OrchestratorsIterator
- func NewOrchestratorsIterator(page OrchestratorsPage) OrchestratorsIterator
- type OrchestratorsPage
- func NewOrchestratorsPage(cur Orchestrators, getNextPage func(context.Context, Orchestrators) (Orchestrators, error)) OrchestratorsPage
- type Origin
- func PossibleOriginValues() []Origin
- type ResourceIdentityType
- func PossibleResourceIdentityTypeValues() []ResourceIdentityType
- type ResourceUpdateParameters
- type SubnetDetails
Package files
models.go
Constants
const (
DefaultBaseURI = original.DefaultBaseURI
)
func UserAgent() string
func Version() string
type ActionType = original.ActionType
const (
ActionTypeInternal ActionType = original.ActionTypeInternal
)
func PossibleActionTypeValues() []ActionType
type BaseClient = original.BaseClient
func New(subscriptionID string) BaseClient
func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient
type Client = original.Client
func NewClient(subscriptionID string) Client
func NewClientWithBaseURI(baseURI string, subscriptionID string) Client
type ControllerClient = original.ControllerClient
func NewControllerClient(subscriptionID string) ControllerClient
func NewControllerClientWithBaseURI(baseURI string, subscriptionID string) ControllerClient
type ControllerCreateFuture = original.ControllerCreateFuture
type ControllerDeleteFuture = original.ControllerDeleteFuture
type ControllerDetails = original.ControllerDetails
type ControllerResource = original.ControllerResource
type ControllerResourceUpdateParameters = original.ControllerResourceUpdateParameters
type ControllerState = original.ControllerState
const (
ControllerStateDeleting ControllerState = original.ControllerStateDeleting
ControllerStateFailed ControllerState = original.ControllerStateFailed
ControllerStateProvisioning ControllerState = original.ControllerStateProvisioning
ControllerStateSucceeded ControllerState = original.ControllerStateSucceeded
)
func PossibleControllerStateValues() []ControllerState
type DelegatedController = original.DelegatedController
type DelegatedControllerProperties = original.DelegatedControllerProperties
type DelegatedControllers = original.DelegatedControllers
type DelegatedControllersIterator = original.DelegatedControllersIterator
func NewDelegatedControllersIterator(page DelegatedControllersPage) DelegatedControllersIterator
type DelegatedControllersPage = original.DelegatedControllersPage
func NewDelegatedControllersPage(cur DelegatedControllers, getNextPage func(context.Context, DelegatedControllers) (DelegatedControllers, error)) DelegatedControllersPage
type DelegatedSubnet = original.DelegatedSubnet
type DelegatedSubnetProperties = original.DelegatedSubnetProperties
type DelegatedSubnetResource = original.DelegatedSubnetResource
type DelegatedSubnetServiceClient = original.DelegatedSubnetServiceClient
func NewDelegatedSubnetServiceClient(subscriptionID string) DelegatedSubnetServiceClient
func NewDelegatedSubnetServiceClientWithBaseURI(baseURI string, subscriptionID string) DelegatedSubnetServiceClient
type DelegatedSubnetServiceDeleteDetailsFuture = original.DelegatedSubnetServiceDeleteDetailsFuture
type DelegatedSubnetServicePatchDetailsFuture = original.DelegatedSubnetServicePatchDetailsFuture
type DelegatedSubnetServicePutDetailsFuture = original.DelegatedSubnetServicePutDetailsFuture
type DelegatedSubnetState = original.DelegatedSubnetState
const (
DelegatedSubnetStateDeleting DelegatedSubnetState = original.DelegatedSubnetStateDeleting
DelegatedSubnetStateFailed DelegatedSubnetState = original.DelegatedSubnetStateFailed
DelegatedSubnetStateProvisioning DelegatedSubnetState = original.DelegatedSubnetStateProvisioning
DelegatedSubnetStateSucceeded DelegatedSubnetState = original.DelegatedSubnetStateSucceeded
)
func PossibleDelegatedSubnetStateValues() []DelegatedSubnetState
type DelegatedSubnets = original.DelegatedSubnets
type DelegatedSubnetsIterator = original.DelegatedSubnetsIterator
func NewDelegatedSubnetsIterator(page DelegatedSubnetsPage) DelegatedSubnetsIterator
type DelegatedSubnetsPage = original.DelegatedSubnetsPage
func NewDelegatedSubnetsPage(cur DelegatedSubnets, getNextPage func(context.Context, DelegatedSubnets) (DelegatedSubnets, error)) DelegatedSubnetsPage
type ErrorAdditionalInfo = original.ErrorAdditionalInfo
type ErrorDetail = original.ErrorDetail
type ErrorResponse = original.ErrorResponse
type Operation = original.Operation
type OperationDisplay = original.OperationDisplay
type OperationListResult = original.OperationListResult
type OperationListResultIterator = original.OperationListResultIterator
func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator
type OperationListResultPage = original.OperationListResultPage
func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage
type OperationsClient = original.OperationsClient
func NewOperationsClient(subscriptionID string) OperationsClient
func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient
type Orchestrator = original.Orchestrator
type OrchestratorIdentity = original.OrchestratorIdentity
type OrchestratorInstanceServiceClient = original.OrchestratorInstanceServiceClient
func NewOrchestratorInstanceServiceClient(subscriptionID string) OrchestratorInstanceServiceClient
func NewOrchestratorInstanceServiceClientWithBaseURI(baseURI string, subscriptionID string) OrchestratorInstanceServiceClient
type OrchestratorInstanceServiceCreateFuture = original.OrchestratorInstanceServiceCreateFuture
type OrchestratorInstanceServiceDeleteFuture = original.OrchestratorInstanceServiceDeleteFuture
type OrchestratorInstanceState = original.OrchestratorInstanceState
const (
OrchestratorInstanceStateDeleting OrchestratorInstanceState = original.OrchestratorInstanceStateDeleting
OrchestratorInstanceStateFailed OrchestratorInstanceState = original.OrchestratorInstanceStateFailed
OrchestratorInstanceStateProvisioning OrchestratorInstanceState = original.OrchestratorInstanceStateProvisioning
OrchestratorInstanceStateSucceeded OrchestratorInstanceState = original.OrchestratorInstanceStateSucceeded
)
func PossibleOrchestratorInstanceStateValues() []OrchestratorInstanceState
type OrchestratorResource = original.OrchestratorResource
type OrchestratorResourceProperties = original.OrchestratorResourceProperties
type OrchestratorResourceUpdateParameters = original.OrchestratorResourceUpdateParameters
type Orchestrators = original.Orchestrators
type OrchestratorsIterator = original.OrchestratorsIterator
func NewOrchestratorsIterator(page OrchestratorsPage) OrchestratorsIterator
type OrchestratorsPage = original.OrchestratorsPage
func NewOrchestratorsPage(cur Orchestrators, getNextPage func(context.Context, Orchestrators) (Orchestrators, error)) OrchestratorsPage
type Origin = original.Origin
const (
OriginSystem Origin = original.OriginSystem
OriginUser Origin = original.OriginUser
OriginUsersystem Origin = original.OriginUsersystem
)
func PossibleOriginValues() []Origin
type ResourceIdentityType = original.ResourceIdentityType
const (
ResourceIdentityTypeNone ResourceIdentityType = original.ResourceIdentityTypeNone
ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
)
func PossibleResourceIdentityTypeValues() []ResourceIdentityType
type ResourceUpdateParameters = original.ResourceUpdateParameters
type SubnetDetails = original.SubnetDetails
Subdirectories