...

Package delegatednetwork

import "github.com/Azure/azure-sdk-for-go/profiles/latest/delegatednetwork/mgmt/delegatednetwork"
Overview
Index
Subdirectories

Overview ▾

Index ▾

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

func UserAgent() string

func Version

func Version() string

type ActionType

type ActionType = original.ActionType
const (
    ActionTypeInternal ActionType = original.ActionTypeInternal
)

func PossibleActionTypeValues

func PossibleActionTypeValues() []ActionType

type BaseClient

type BaseClient = original.BaseClient

func New

func New(subscriptionID string) BaseClient

func NewWithBaseURI

func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient

type Client

type Client = original.Client

func NewClient

func NewClient(subscriptionID string) Client

func NewClientWithBaseURI

func NewClientWithBaseURI(baseURI string, subscriptionID string) Client

type ControllerClient

type ControllerClient = original.ControllerClient

func NewControllerClient

func NewControllerClient(subscriptionID string) ControllerClient

func NewControllerClientWithBaseURI

func NewControllerClientWithBaseURI(baseURI string, subscriptionID string) ControllerClient

type ControllerCreateFuture

type ControllerCreateFuture = original.ControllerCreateFuture

type ControllerDeleteFuture

type ControllerDeleteFuture = original.ControllerDeleteFuture

type ControllerDetails

type ControllerDetails = original.ControllerDetails

type ControllerResource

type ControllerResource = original.ControllerResource

type ControllerResourceUpdateParameters

type ControllerResourceUpdateParameters = original.ControllerResourceUpdateParameters

type ControllerState

type ControllerState = original.ControllerState
const (
    ControllerStateDeleting     ControllerState = original.ControllerStateDeleting
    ControllerStateFailed       ControllerState = original.ControllerStateFailed
    ControllerStateProvisioning ControllerState = original.ControllerStateProvisioning
    ControllerStateSucceeded    ControllerState = original.ControllerStateSucceeded
)

func PossibleControllerStateValues

func PossibleControllerStateValues() []ControllerState

type DelegatedController

type DelegatedController = original.DelegatedController

type DelegatedControllerProperties

type DelegatedControllerProperties = original.DelegatedControllerProperties

type DelegatedControllers

type DelegatedControllers = original.DelegatedControllers

type DelegatedControllersIterator

type DelegatedControllersIterator = original.DelegatedControllersIterator

func NewDelegatedControllersIterator

func NewDelegatedControllersIterator(page DelegatedControllersPage) DelegatedControllersIterator

type DelegatedControllersPage

type DelegatedControllersPage = original.DelegatedControllersPage

func NewDelegatedControllersPage

func NewDelegatedControllersPage(cur DelegatedControllers, getNextPage func(context.Context, DelegatedControllers) (DelegatedControllers, error)) DelegatedControllersPage

type DelegatedSubnet

type DelegatedSubnet = original.DelegatedSubnet

type DelegatedSubnetProperties

type DelegatedSubnetProperties = original.DelegatedSubnetProperties

type DelegatedSubnetResource

type DelegatedSubnetResource = original.DelegatedSubnetResource

type DelegatedSubnetServiceClient

type DelegatedSubnetServiceClient = original.DelegatedSubnetServiceClient

func NewDelegatedSubnetServiceClient

func NewDelegatedSubnetServiceClient(subscriptionID string) DelegatedSubnetServiceClient

func NewDelegatedSubnetServiceClientWithBaseURI

func NewDelegatedSubnetServiceClientWithBaseURI(baseURI string, subscriptionID string) DelegatedSubnetServiceClient

type DelegatedSubnetServiceDeleteDetailsFuture

type DelegatedSubnetServiceDeleteDetailsFuture = original.DelegatedSubnetServiceDeleteDetailsFuture

type DelegatedSubnetServicePatchDetailsFuture

type DelegatedSubnetServicePatchDetailsFuture = original.DelegatedSubnetServicePatchDetailsFuture

type DelegatedSubnetServicePutDetailsFuture

type DelegatedSubnetServicePutDetailsFuture = original.DelegatedSubnetServicePutDetailsFuture

type DelegatedSubnetState

type DelegatedSubnetState = original.DelegatedSubnetState
const (
    DelegatedSubnetStateDeleting     DelegatedSubnetState = original.DelegatedSubnetStateDeleting
    DelegatedSubnetStateFailed       DelegatedSubnetState = original.DelegatedSubnetStateFailed
    DelegatedSubnetStateProvisioning DelegatedSubnetState = original.DelegatedSubnetStateProvisioning
    DelegatedSubnetStateSucceeded    DelegatedSubnetState = original.DelegatedSubnetStateSucceeded
)

func PossibleDelegatedSubnetStateValues

func PossibleDelegatedSubnetStateValues() []DelegatedSubnetState

type DelegatedSubnets

type DelegatedSubnets = original.DelegatedSubnets

type DelegatedSubnetsIterator

type DelegatedSubnetsIterator = original.DelegatedSubnetsIterator

func NewDelegatedSubnetsIterator

func NewDelegatedSubnetsIterator(page DelegatedSubnetsPage) DelegatedSubnetsIterator

type DelegatedSubnetsPage

type DelegatedSubnetsPage = original.DelegatedSubnetsPage

func NewDelegatedSubnetsPage

func NewDelegatedSubnetsPage(cur DelegatedSubnets, getNextPage func(context.Context, DelegatedSubnets) (DelegatedSubnets, error)) DelegatedSubnetsPage

type ErrorAdditionalInfo

type ErrorAdditionalInfo = original.ErrorAdditionalInfo

type ErrorDetail

type ErrorDetail = original.ErrorDetail

type ErrorResponse

type ErrorResponse = original.ErrorResponse

type Operation

type Operation = original.Operation

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 OperationsClient

type OperationsClient = original.OperationsClient

func NewOperationsClient

func NewOperationsClient(subscriptionID string) OperationsClient

func NewOperationsClientWithBaseURI

func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient

type Orchestrator

type Orchestrator = original.Orchestrator

type OrchestratorIdentity

type OrchestratorIdentity = original.OrchestratorIdentity

type OrchestratorInstanceServiceClient

type OrchestratorInstanceServiceClient = original.OrchestratorInstanceServiceClient

func NewOrchestratorInstanceServiceClient

func NewOrchestratorInstanceServiceClient(subscriptionID string) OrchestratorInstanceServiceClient

func NewOrchestratorInstanceServiceClientWithBaseURI

func NewOrchestratorInstanceServiceClientWithBaseURI(baseURI string, subscriptionID string) OrchestratorInstanceServiceClient

type OrchestratorInstanceServiceCreateFuture

type OrchestratorInstanceServiceCreateFuture = original.OrchestratorInstanceServiceCreateFuture

type OrchestratorInstanceServiceDeleteFuture

type OrchestratorInstanceServiceDeleteFuture = original.OrchestratorInstanceServiceDeleteFuture

type OrchestratorInstanceState

type OrchestratorInstanceState = original.OrchestratorInstanceState
const (
    OrchestratorInstanceStateDeleting     OrchestratorInstanceState = original.OrchestratorInstanceStateDeleting
    OrchestratorInstanceStateFailed       OrchestratorInstanceState = original.OrchestratorInstanceStateFailed
    OrchestratorInstanceStateProvisioning OrchestratorInstanceState = original.OrchestratorInstanceStateProvisioning
    OrchestratorInstanceStateSucceeded    OrchestratorInstanceState = original.OrchestratorInstanceStateSucceeded
)

func PossibleOrchestratorInstanceStateValues

func PossibleOrchestratorInstanceStateValues() []OrchestratorInstanceState

type OrchestratorResource

type OrchestratorResource = original.OrchestratorResource

type OrchestratorResourceProperties

type OrchestratorResourceProperties = original.OrchestratorResourceProperties

type OrchestratorResourceUpdateParameters

type OrchestratorResourceUpdateParameters = original.OrchestratorResourceUpdateParameters

type Orchestrators

type Orchestrators = original.Orchestrators

type OrchestratorsIterator

type OrchestratorsIterator = original.OrchestratorsIterator

func NewOrchestratorsIterator

func NewOrchestratorsIterator(page OrchestratorsPage) OrchestratorsIterator

type OrchestratorsPage

type OrchestratorsPage = original.OrchestratorsPage

func NewOrchestratorsPage

func NewOrchestratorsPage(cur Orchestrators, getNextPage func(context.Context, Orchestrators) (Orchestrators, error)) OrchestratorsPage

type Origin

type Origin = original.Origin
const (
    OriginSystem     Origin = original.OriginSystem
    OriginUser       Origin = original.OriginUser
    OriginUsersystem Origin = original.OriginUsersystem
)

func PossibleOriginValues

func PossibleOriginValues() []Origin

type ResourceIdentityType

type ResourceIdentityType = original.ResourceIdentityType
const (
    ResourceIdentityTypeNone           ResourceIdentityType = original.ResourceIdentityTypeNone
    ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
)

func PossibleResourceIdentityTypeValues

func PossibleResourceIdentityTypeValues() []ResourceIdentityType

type ResourceUpdateParameters

type ResourceUpdateParameters = original.ResourceUpdateParameters

type SubnetDetails

type SubnetDetails = original.SubnetDetails

Subdirectories

Name Synopsis
..
delegatednetworkapi