...

Source file src/github.com/Azure/azure-sdk-for-go/profiles/latest/delegatednetwork/mgmt/delegatednetwork/models.go

Documentation: github.com/Azure/azure-sdk-for-go/profiles/latest/delegatednetwork/mgmt/delegatednetwork

     1  //go:build go1.9
     2  // +build go1.9
     3  
     4  // Copyright (c) Microsoft Corporation. All rights reserved.
     5  // Licensed under the MIT License. See License.txt in the project root for license information.
     6  
     7  // This code was auto-generated by:
     8  // github.com/Azure/azure-sdk-for-go/eng/tools/profileBuilder
     9  
    10  package delegatednetwork
    11  
    12  import (
    13  	"context"
    14  
    15  	original "github.com/Azure/azure-sdk-for-go/services/delegatednetwork/mgmt/2021-03-15/delegatednetwork"
    16  )
    17  
    18  const (
    19  	DefaultBaseURI = original.DefaultBaseURI
    20  )
    21  
    22  type ActionType = original.ActionType
    23  
    24  const (
    25  	ActionTypeInternal ActionType = original.ActionTypeInternal
    26  )
    27  
    28  type ControllerState = original.ControllerState
    29  
    30  const (
    31  	ControllerStateDeleting     ControllerState = original.ControllerStateDeleting
    32  	ControllerStateFailed       ControllerState = original.ControllerStateFailed
    33  	ControllerStateProvisioning ControllerState = original.ControllerStateProvisioning
    34  	ControllerStateSucceeded    ControllerState = original.ControllerStateSucceeded
    35  )
    36  
    37  type DelegatedSubnetState = original.DelegatedSubnetState
    38  
    39  const (
    40  	DelegatedSubnetStateDeleting     DelegatedSubnetState = original.DelegatedSubnetStateDeleting
    41  	DelegatedSubnetStateFailed       DelegatedSubnetState = original.DelegatedSubnetStateFailed
    42  	DelegatedSubnetStateProvisioning DelegatedSubnetState = original.DelegatedSubnetStateProvisioning
    43  	DelegatedSubnetStateSucceeded    DelegatedSubnetState = original.DelegatedSubnetStateSucceeded
    44  )
    45  
    46  type OrchestratorInstanceState = original.OrchestratorInstanceState
    47  
    48  const (
    49  	OrchestratorInstanceStateDeleting     OrchestratorInstanceState = original.OrchestratorInstanceStateDeleting
    50  	OrchestratorInstanceStateFailed       OrchestratorInstanceState = original.OrchestratorInstanceStateFailed
    51  	OrchestratorInstanceStateProvisioning OrchestratorInstanceState = original.OrchestratorInstanceStateProvisioning
    52  	OrchestratorInstanceStateSucceeded    OrchestratorInstanceState = original.OrchestratorInstanceStateSucceeded
    53  )
    54  
    55  type Origin = original.Origin
    56  
    57  const (
    58  	OriginSystem     Origin = original.OriginSystem
    59  	OriginUser       Origin = original.OriginUser
    60  	OriginUsersystem Origin = original.OriginUsersystem
    61  )
    62  
    63  type ResourceIdentityType = original.ResourceIdentityType
    64  
    65  const (
    66  	ResourceIdentityTypeNone           ResourceIdentityType = original.ResourceIdentityTypeNone
    67  	ResourceIdentityTypeSystemAssigned ResourceIdentityType = original.ResourceIdentityTypeSystemAssigned
    68  )
    69  
    70  type BaseClient = original.BaseClient
    71  type Client = original.Client
    72  type ControllerClient = original.ControllerClient
    73  type ControllerCreateFuture = original.ControllerCreateFuture
    74  type ControllerDeleteFuture = original.ControllerDeleteFuture
    75  type ControllerDetails = original.ControllerDetails
    76  type ControllerResource = original.ControllerResource
    77  type ControllerResourceUpdateParameters = original.ControllerResourceUpdateParameters
    78  type DelegatedController = original.DelegatedController
    79  type DelegatedControllerProperties = original.DelegatedControllerProperties
    80  type DelegatedControllers = original.DelegatedControllers
    81  type DelegatedControllersIterator = original.DelegatedControllersIterator
    82  type DelegatedControllersPage = original.DelegatedControllersPage
    83  type DelegatedSubnet = original.DelegatedSubnet
    84  type DelegatedSubnetProperties = original.DelegatedSubnetProperties
    85  type DelegatedSubnetResource = original.DelegatedSubnetResource
    86  type DelegatedSubnetServiceClient = original.DelegatedSubnetServiceClient
    87  type DelegatedSubnetServiceDeleteDetailsFuture = original.DelegatedSubnetServiceDeleteDetailsFuture
    88  type DelegatedSubnetServicePatchDetailsFuture = original.DelegatedSubnetServicePatchDetailsFuture
    89  type DelegatedSubnetServicePutDetailsFuture = original.DelegatedSubnetServicePutDetailsFuture
    90  type DelegatedSubnets = original.DelegatedSubnets
    91  type DelegatedSubnetsIterator = original.DelegatedSubnetsIterator
    92  type DelegatedSubnetsPage = original.DelegatedSubnetsPage
    93  type ErrorAdditionalInfo = original.ErrorAdditionalInfo
    94  type ErrorDetail = original.ErrorDetail
    95  type ErrorResponse = original.ErrorResponse
    96  type Operation = original.Operation
    97  type OperationDisplay = original.OperationDisplay
    98  type OperationListResult = original.OperationListResult
    99  type OperationListResultIterator = original.OperationListResultIterator
   100  type OperationListResultPage = original.OperationListResultPage
   101  type OperationsClient = original.OperationsClient
   102  type Orchestrator = original.Orchestrator
   103  type OrchestratorIdentity = original.OrchestratorIdentity
   104  type OrchestratorInstanceServiceClient = original.OrchestratorInstanceServiceClient
   105  type OrchestratorInstanceServiceCreateFuture = original.OrchestratorInstanceServiceCreateFuture
   106  type OrchestratorInstanceServiceDeleteFuture = original.OrchestratorInstanceServiceDeleteFuture
   107  type OrchestratorResource = original.OrchestratorResource
   108  type OrchestratorResourceProperties = original.OrchestratorResourceProperties
   109  type OrchestratorResourceUpdateParameters = original.OrchestratorResourceUpdateParameters
   110  type Orchestrators = original.Orchestrators
   111  type OrchestratorsIterator = original.OrchestratorsIterator
   112  type OrchestratorsPage = original.OrchestratorsPage
   113  type ResourceUpdateParameters = original.ResourceUpdateParameters
   114  type SubnetDetails = original.SubnetDetails
   115  
   116  func New(subscriptionID string) BaseClient {
   117  	return original.New(subscriptionID)
   118  }
   119  func NewClient(subscriptionID string) Client {
   120  	return original.NewClient(subscriptionID)
   121  }
   122  func NewClientWithBaseURI(baseURI string, subscriptionID string) Client {
   123  	return original.NewClientWithBaseURI(baseURI, subscriptionID)
   124  }
   125  func NewControllerClient(subscriptionID string) ControllerClient {
   126  	return original.NewControllerClient(subscriptionID)
   127  }
   128  func NewControllerClientWithBaseURI(baseURI string, subscriptionID string) ControllerClient {
   129  	return original.NewControllerClientWithBaseURI(baseURI, subscriptionID)
   130  }
   131  func NewDelegatedControllersIterator(page DelegatedControllersPage) DelegatedControllersIterator {
   132  	return original.NewDelegatedControllersIterator(page)
   133  }
   134  func NewDelegatedControllersPage(cur DelegatedControllers, getNextPage func(context.Context, DelegatedControllers) (DelegatedControllers, error)) DelegatedControllersPage {
   135  	return original.NewDelegatedControllersPage(cur, getNextPage)
   136  }
   137  func NewDelegatedSubnetServiceClient(subscriptionID string) DelegatedSubnetServiceClient {
   138  	return original.NewDelegatedSubnetServiceClient(subscriptionID)
   139  }
   140  func NewDelegatedSubnetServiceClientWithBaseURI(baseURI string, subscriptionID string) DelegatedSubnetServiceClient {
   141  	return original.NewDelegatedSubnetServiceClientWithBaseURI(baseURI, subscriptionID)
   142  }
   143  func NewDelegatedSubnetsIterator(page DelegatedSubnetsPage) DelegatedSubnetsIterator {
   144  	return original.NewDelegatedSubnetsIterator(page)
   145  }
   146  func NewDelegatedSubnetsPage(cur DelegatedSubnets, getNextPage func(context.Context, DelegatedSubnets) (DelegatedSubnets, error)) DelegatedSubnetsPage {
   147  	return original.NewDelegatedSubnetsPage(cur, getNextPage)
   148  }
   149  func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator {
   150  	return original.NewOperationListResultIterator(page)
   151  }
   152  func NewOperationListResultPage(cur OperationListResult, getNextPage func(context.Context, OperationListResult) (OperationListResult, error)) OperationListResultPage {
   153  	return original.NewOperationListResultPage(cur, getNextPage)
   154  }
   155  func NewOperationsClient(subscriptionID string) OperationsClient {
   156  	return original.NewOperationsClient(subscriptionID)
   157  }
   158  func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient {
   159  	return original.NewOperationsClientWithBaseURI(baseURI, subscriptionID)
   160  }
   161  func NewOrchestratorInstanceServiceClient(subscriptionID string) OrchestratorInstanceServiceClient {
   162  	return original.NewOrchestratorInstanceServiceClient(subscriptionID)
   163  }
   164  func NewOrchestratorInstanceServiceClientWithBaseURI(baseURI string, subscriptionID string) OrchestratorInstanceServiceClient {
   165  	return original.NewOrchestratorInstanceServiceClientWithBaseURI(baseURI, subscriptionID)
   166  }
   167  func NewOrchestratorsIterator(page OrchestratorsPage) OrchestratorsIterator {
   168  	return original.NewOrchestratorsIterator(page)
   169  }
   170  func NewOrchestratorsPage(cur Orchestrators, getNextPage func(context.Context, Orchestrators) (Orchestrators, error)) OrchestratorsPage {
   171  	return original.NewOrchestratorsPage(cur, getNextPage)
   172  }
   173  func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient {
   174  	return original.NewWithBaseURI(baseURI, subscriptionID)
   175  }
   176  func PossibleActionTypeValues() []ActionType {
   177  	return original.PossibleActionTypeValues()
   178  }
   179  func PossibleControllerStateValues() []ControllerState {
   180  	return original.PossibleControllerStateValues()
   181  }
   182  func PossibleDelegatedSubnetStateValues() []DelegatedSubnetState {
   183  	return original.PossibleDelegatedSubnetStateValues()
   184  }
   185  func PossibleOrchestratorInstanceStateValues() []OrchestratorInstanceState {
   186  	return original.PossibleOrchestratorInstanceStateValues()
   187  }
   188  func PossibleOriginValues() []Origin {
   189  	return original.PossibleOriginValues()
   190  }
   191  func PossibleResourceIdentityTypeValues() []ResourceIdentityType {
   192  	return original.PossibleResourceIdentityTypeValues()
   193  }
   194  func UserAgent() string {
   195  	return original.UserAgent() + " profiles/latest"
   196  }
   197  func Version() string {
   198  	return original.Version()
   199  }
   200  

View as plain text