Index

A B C D F G I K L N O P R S T U V W 
All Classes and Interfaces|All Packages

A

actionType() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Get the actionType property: Enum.
actionType() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operation
Gets the actionType property: Enum.
ActionType - Class in com.azure.resourcemanager.delegatednetwork.models
Enum.
ActionType() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.ActionType
Deprecated.
Use the ActionType.fromString(String) factory method.
apiServerEndpoint() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the apiServerEndpoint property: K8s APIServer url.
apply() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.Update
Executes the update request.
apply() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.Update
Executes the update request.
apply() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.Update
Executes the update request.
apply(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.Update
Executes the update request.
apply(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.Update
Executes the update request.
apply(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.Update
Executes the update request.
authenticate(TokenCredential, AzureProfile) - Static method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Creates an instance of DelegatedNetwork service API entry point.
authenticate(TokenCredential, AzureProfile) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Creates an instance of DelegatedNetwork service API entry point.
authenticate(HttpPipeline, AzureProfile) - Static method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Creates an instance of DelegatedNetwork service API entry point.

B

beginCreate(String, String, DelegatedControllerInner) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Create a dnc controller.
beginCreate(String, String, DelegatedControllerInner, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Create a dnc controller.
beginCreate(String, String, OrchestratorInner) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Create a orchestrator instance.
beginCreate(String, String, OrchestratorInner, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Create a orchestrator instance.
beginDelete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Deletes the DNC controller.
beginDelete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Delete dnc DelegatedSubnet.
beginDelete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Deletes the Orchestrator Instance.
beginDelete(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Deletes the DNC controller.
beginDelete(String, String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Delete dnc DelegatedSubnet.
beginDelete(String, String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Deletes the Orchestrator Instance.
beginPatchDetails(String, String, ResourceUpdateParameters) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Patch delegated subnet resource.
beginPatchDetails(String, String, ResourceUpdateParameters, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Patch delegated subnet resource.
beginPutDetails(String, String, DelegatedSubnetInner) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Put delegated subnet resource.
beginPutDetails(String, String, DelegatedSubnetInner, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Put delegated subnet resource.

C

clusterRootCA() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the clusterRootCA property: RootCA certificate of kubernetes cluster base64 encoded.
com.azure.resourcemanager.delegatednetwork - package com.azure.resourcemanager.delegatednetwork
Package containing the classes for Dnc.
com.azure.resourcemanager.delegatednetwork.fluent - package com.azure.resourcemanager.delegatednetwork.fluent
Package containing the service clients for Dnc.
com.azure.resourcemanager.delegatednetwork.fluent.models - package com.azure.resourcemanager.delegatednetwork.fluent.models
Package containing the inner data models for Dnc.
com.azure.resourcemanager.delegatednetwork.models - package com.azure.resourcemanager.delegatednetwork.models
Package containing the data models for Dnc.
configure() - Static method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Gets a Configurable instance that can be used to create DelegatedNetworkManager with optional configuration.
controllerDetails() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Get the controllerDetails property: Properties of the controller.
controllerDetails() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Get the controllerDetails property: Properties of the controller.
controllerDetails() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the controllerDetails property: Properties of the controller.
controllerDetails() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the controllerDetails property: Properties of the controller.
ControllerDetails - Class in com.azure.resourcemanager.delegatednetwork.models
controller details.
ControllerDetails() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.ControllerDetails
Creates an instance of ControllerDetails class.
ControllerResource - Class in com.azure.resourcemanager.delegatednetwork.models
Represents an instance of a resource.
ControllerResource() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.ControllerResource
Creates an instance of ControllerResource class.
ControllerResourceUpdateParameters - Class in com.azure.resourcemanager.delegatednetwork.models
Parameters for updating a resource.
ControllerResourceUpdateParameters() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.ControllerResourceUpdateParameters
Creates an instance of ControllerResourceUpdateParameters class.
controllers() - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Gets the resource collection API of Controllers.
Controllers - Interface in com.azure.resourcemanager.delegatednetwork.models
Resource collection API of Controllers.
ControllersClient - Interface in com.azure.resourcemanager.delegatednetwork.fluent
An instance of this class provides access to all the operations defined in ControllersClient.
ControllerState - Class in com.azure.resourcemanager.delegatednetwork.models
The current state of dnc controller resource.
ControllerState() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Deprecated.
Use the ControllerState.fromString(String) factory method.
create() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.DefinitionStages.WithCreate
Executes the create request.
create() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithCreate
Executes the create request.
create() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithCreate
Executes the create request.
create(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.DefinitionStages.WithCreate
Executes the create request.
create(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithCreate
Executes the create request.
create(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithCreate
Executes the create request.
create(String, String, DelegatedControllerInner) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Create a dnc controller.
create(String, String, DelegatedControllerInner, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Create a dnc controller.
create(String, String, OrchestratorInner) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Create a orchestrator instance.
create(String, String, OrchestratorInner, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Create a orchestrator instance.

D

define(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Begins definition for a new DelegatedController resource.
define(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Begins definition for a new DelegatedSubnet resource.
define(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Begins definition for a new Orchestrator resource.
DelegatedController - Interface in com.azure.resourcemanager.delegatednetwork.models
An immutable client-side representation of DelegatedController.
DelegatedController.Definition - Interface in com.azure.resourcemanager.delegatednetwork.models
The entirety of the DelegatedController definition.
DelegatedController.DefinitionStages - Interface in com.azure.resourcemanager.delegatednetwork.models
The DelegatedController definition stages.
DelegatedController.DefinitionStages.Blank - Interface in com.azure.resourcemanager.delegatednetwork.models
The first stage of the DelegatedController definition.
DelegatedController.DefinitionStages.WithCreate - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedController definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
DelegatedController.DefinitionStages.WithLocation - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedController definition allowing to specify location.
DelegatedController.DefinitionStages.WithResourceGroup - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedController definition allowing to specify parent resource.
DelegatedController.DefinitionStages.WithTags - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedController definition allowing to specify tags.
DelegatedController.Update - Interface in com.azure.resourcemanager.delegatednetwork.models
The template for DelegatedController update.
DelegatedController.UpdateStages - Interface in com.azure.resourcemanager.delegatednetwork.models
The DelegatedController update stages.
DelegatedController.UpdateStages.WithTags - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedController update allowing to specify tags.
DelegatedControllerInner - Class in com.azure.resourcemanager.delegatednetwork.fluent.models
Represents an instance of a DNC controller.
DelegatedControllerInner() - Constructor for class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedControllerInner
Creates an instance of DelegatedControllerInner class.
DelegatedControllerProperties - Class in com.azure.resourcemanager.delegatednetwork.models
Properties of Delegated controller resource.
DelegatedControllerProperties() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Creates an instance of DelegatedControllerProperties class.
DelegatedControllers - Class in com.azure.resourcemanager.delegatednetwork.models
An array of Delegated controller resources.
DelegatedControllers() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllers
Creates an instance of DelegatedControllers class.
DelegatedNetworkManager - Class in com.azure.resourcemanager.delegatednetwork
Entry point to DelegatedNetworkManager.
DelegatedNetworkManager.Configurable - Class in com.azure.resourcemanager.delegatednetwork
The Configurable allowing configurations to be set.
delegatedNetworks() - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Gets the resource collection API of DelegatedNetworks.
DelegatedNetworks - Interface in com.azure.resourcemanager.delegatednetwork.models
Resource collection API of DelegatedNetworks.
DelegatedNetworksClient - Interface in com.azure.resourcemanager.delegatednetwork.fluent
An instance of this class provides access to all the operations defined in DelegatedNetworksClient.
DelegatedSubnet - Interface in com.azure.resourcemanager.delegatednetwork.models
An immutable client-side representation of DelegatedSubnet.
DelegatedSubnet.Definition - Interface in com.azure.resourcemanager.delegatednetwork.models
The entirety of the DelegatedSubnet definition.
DelegatedSubnet.DefinitionStages - Interface in com.azure.resourcemanager.delegatednetwork.models
The DelegatedSubnet definition stages.
DelegatedSubnet.DefinitionStages.Blank - Interface in com.azure.resourcemanager.delegatednetwork.models
The first stage of the DelegatedSubnet definition.
DelegatedSubnet.DefinitionStages.WithControllerDetails - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet definition allowing to specify controllerDetails.
DelegatedSubnet.DefinitionStages.WithCreate - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
DelegatedSubnet.DefinitionStages.WithLocation - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet definition allowing to specify location.
DelegatedSubnet.DefinitionStages.WithResourceGroup - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet definition allowing to specify parent resource.
DelegatedSubnet.DefinitionStages.WithSubnetDetails - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet definition allowing to specify subnetDetails.
DelegatedSubnet.DefinitionStages.WithTags - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet definition allowing to specify tags.
DelegatedSubnet.Update - Interface in com.azure.resourcemanager.delegatednetwork.models
The template for DelegatedSubnet update.
DelegatedSubnet.UpdateStages - Interface in com.azure.resourcemanager.delegatednetwork.models
The DelegatedSubnet update stages.
DelegatedSubnet.UpdateStages.WithTags - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the DelegatedSubnet update allowing to specify tags.
DelegatedSubnetInner - Class in com.azure.resourcemanager.delegatednetwork.fluent.models
Represents an instance of a orchestrator.
DelegatedSubnetInner() - Constructor for class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Creates an instance of DelegatedSubnetInner class.
DelegatedSubnetProperties - Class in com.azure.resourcemanager.delegatednetwork.fluent.models
Properties of delegated subnet.
DelegatedSubnetProperties() - Constructor for class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Creates an instance of DelegatedSubnetProperties class.
DelegatedSubnetResource - Class in com.azure.resourcemanager.delegatednetwork.models
Represents an instance of a resource.
DelegatedSubnetResource() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetResource
Creates an instance of DelegatedSubnetResource class.
DelegatedSubnets - Class in com.azure.resourcemanager.delegatednetwork.models
An array of DelegatedSubnet resources.
DelegatedSubnets() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnets
Creates an instance of DelegatedSubnets class.
delegatedSubnetServices() - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Gets the resource collection API of DelegatedSubnetServices.
DelegatedSubnetServices - Interface in com.azure.resourcemanager.delegatednetwork.models
Resource collection API of DelegatedSubnetServices.
DelegatedSubnetServicesClient - Interface in com.azure.resourcemanager.delegatednetwork.fluent
An instance of this class provides access to all the operations defined in DelegatedSubnetServicesClient.
DelegatedSubnetState - Class in com.azure.resourcemanager.delegatednetwork.models
The current state of dnc delegated subnet resource.
DelegatedSubnetState() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Deprecated.
delete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Deletes the DNC controller.
delete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Delete dnc DelegatedSubnet.
delete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Deletes the Orchestrator Instance.
delete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Delete dnc DelegatedSubnet.
delete(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Deletes the Orchestrator Instance.
delete(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Deletes the DNC controller.
delete(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Deletes the DNC controller.
delete(String, String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Delete dnc DelegatedSubnet.
delete(String, String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Deletes the Orchestrator Instance.
delete(String, String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Delete dnc DelegatedSubnet.
delete(String, String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Deletes the Orchestrator Instance.
deleteById(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Deletes the DNC controller.
deleteById(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Delete dnc DelegatedSubnet.
deleteById(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Deletes the Orchestrator Instance.
deleteByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Deletes the DNC controller.
deleteByIdWithResponse(String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Delete dnc DelegatedSubnet.
deleteByIdWithResponse(String, Boolean, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Deletes the Orchestrator Instance.
deleteByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Deletes the DNC controller.
DELETING - Static variable in class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Static value Deleting for ControllerState.
DELETING - Static variable in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Static value Deleting for DelegatedSubnetState.
DELETING - Static variable in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Static value Deleting for OrchestratorInstanceState.
description() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationDisplay
Get the description property: The short, localized friendly description of the operation; suitable for tool tips and detailed views.
display() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Get the display property: Localized display information for this particular operation.
display() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operation
Gets the display property: Localized display information for this particular operation.
Dnc - Interface in com.azure.resourcemanager.delegatednetwork.fluent
The interface for Dnc class.
dncAppId() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Get the dncAppId property: dnc application id should be used by customer to authenticate with dnc gateway.
dncEndpoint() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Get the dncEndpoint property: dnc endpoint url that customers can use to connect to.
dncTenantId() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Get the dncTenantId property: tenant id of dnc application id.

F

FAILED - Static variable in class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Static value Failed for ControllerState.
FAILED - Static variable in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Static value Failed for DelegatedSubnetState.
FAILED - Static variable in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Static value Failed for OrchestratorInstanceState.
fromString(String) - Static method in class com.azure.resourcemanager.delegatednetwork.models.ActionType
Creates or finds a ActionType from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Creates or finds a ControllerState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Creates or finds a DelegatedSubnetState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Creates or finds a OrchestratorInstanceState from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorKind
Creates or finds a OrchestratorKind from its string representation.
fromString(String) - Static method in class com.azure.resourcemanager.delegatednetwork.models.Origin
Creates or finds a Origin from its string representation.
fromString(String) - Static method in enum com.azure.resourcemanager.delegatednetwork.models.ResourceIdentityType
Parses a serialized value to a ResourceIdentityType instance.

G

getApiVersion() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets Api Version.
getById(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Gets details about the specified dnc controller.
getById(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Gets details about the specified dnc DelegatedSubnet Link.
getById(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Gets details about the orchestrator instance.
getByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Gets details about the specified dnc controller.
getByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Gets details about the specified dnc DelegatedSubnet Link.
getByIdWithResponse(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Gets details about the orchestrator instance.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Gets details about the specified dnc controller.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Gets details about the specified dnc DelegatedSubnet Link.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Gets details about the orchestrator instance.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Gets details about the specified dnc controller.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Gets details about the specified dnc DelegatedSubnet Link.
getByResourceGroup(String, String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Gets details about the orchestrator instance.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Gets details about the specified dnc controller.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Gets details about the specified dnc DelegatedSubnet Link.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Gets details about the orchestrator instance.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Controllers
Gets details about the specified dnc controller.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Gets details about the specified dnc DelegatedSubnet Link.
getByResourceGroupWithResponse(String, String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Gets details about the orchestrator instance.
getControllers() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets the ControllersClient object to access its operations.
getDefaultPollInterval() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets The default poll interval for long-running operation.
getDelegatedNetworks() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets the DelegatedNetworksClient object to access its operations.
getDelegatedSubnetServices() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets the DelegatedSubnetServicesClient object to access its operations.
getEndpoint() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets server parameter.
getHttpPipeline() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets The HTTP pipeline to send requests through.
getOperations() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets the OperationsClient object to access its operations.
getOrchestratorInstanceServices() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets the OrchestratorInstanceServicesClient object to access its operations.
getSubscriptionId() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.Dnc
Gets The ID of the target subscription.

I

id() - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerDetails
Get the id property: controller arm resource id.
id() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the id property: Fully qualified resource Id for the resource.
id() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the id property: Fully qualified resource Id for the resource.
id() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the id property: Fully qualified resource Id for the resource.
id() - Method in class com.azure.resourcemanager.delegatednetwork.models.SubnetDetails
Get the id property: subnet arm resource id.
identity() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the identity property: The identity of the orchestrator.
identity() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Get the identity property: The identity of the orchestrator.
innerModel() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the inner com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedControllerInner object.
innerModel() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the inner com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner object.
innerModel() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operation
Gets the inner com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner object.
innerModel() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the inner com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner object.
INTERNAL - Static variable in class com.azure.resourcemanager.delegatednetwork.models.ActionType
Static value Internal for ActionType.
isDataAction() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Get the isDataAction property: Whether the operation applies to data-plane.
isDataAction() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operation
Gets the isDataAction property: Whether the operation applies to data-plane.

K

kind() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the kind property: The kind of workbook.
kind() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Get the kind property: The kind of workbook.
KUBERNETES - Static variable in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorKind
Static value Kubernetes for OrchestratorKind.

L

list() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedNetworksClient
Get all the delegatedController resources in a subscription.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Get all the DelegatedSubnets resources in a subscription.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OperationsClient
Lists all of the available DelegatedNetwork service REST API operations.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Get all the orchestratorInstance resources in a subscription.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedNetworks
Get all the delegatedController resources in a subscription.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Get all the DelegatedSubnets resources in a subscription.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operations
Lists all of the available DelegatedNetwork service REST API operations.
list() - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Get all the orchestratorInstance resources in a subscription.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedNetworksClient
Get all the delegatedController resources in a subscription.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Get all the DelegatedSubnets resources in a subscription.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OperationsClient
Lists all of the available DelegatedNetwork service REST API operations.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Get all the orchestratorInstance resources in a subscription.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedNetworks
Get all the delegatedController resources in a subscription.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Get all the DelegatedSubnets resources in a subscription.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operations
Lists all of the available DelegatedNetwork service REST API operations.
list(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Get all the orchestratorInstance resources in a subscription.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedNetworksClient
Get all the delegatedController resources in a resource group.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Get all the DelegatedSubnets resources in a resource group.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Get all the OrchestratorInstances resources in a resource group.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedNetworks
Get all the delegatedController resources in a resource group.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Get all the DelegatedSubnets resources in a resource group.
listByResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Get all the OrchestratorInstances resources in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedNetworksClient
Get all the delegatedController resources in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Get all the DelegatedSubnets resources in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Get all the OrchestratorInstances resources in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedNetworks
Get all the delegatedController resources in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetServices
Get all the DelegatedSubnets resources in a resource group.
listByResourceGroup(String, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceServices
Get all the OrchestratorInstances resources in a resource group.
location() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the location property: The geo-location where the resource lives.
location() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the location property: The geo-location where the resource lives.
location() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the location property: The geo-location where the resource lives.

N

name() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Get the name property: The name of the operation, as per Resource-Based Access Control (RBAC).
name() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the name property: The name of the resource.
name() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the name property: The name of the resource.
name() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operation
Gets the name property: The name of the operation, as per Resource-Based Access Control (RBAC).
name() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the name property: The name of the resource.
nextLink() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllers
Get the nextLink property: The URL to get the next set of controllers.
nextLink() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnets
Get the nextLink property: The URL to get the next set of DelegatedSubnet resources.
nextLink() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationListResult
Get the nextLink property: URL to get the next set of operation list results (if there are any).
nextLink() - Method in class com.azure.resourcemanager.delegatednetwork.models.Orchestrators
Get the nextLink property: The URL to get the next set of orchestrators.
NONE - Enum constant in enum com.azure.resourcemanager.delegatednetwork.models.ResourceIdentityType
Enum value None.

O

operation() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationDisplay
Get the operation property: The concise, localized friendly name for the operation; suitable for dropdowns.
Operation - Interface in com.azure.resourcemanager.delegatednetwork.models
An immutable client-side representation of Operation.
OperationDisplay - Class in com.azure.resourcemanager.delegatednetwork.models
Localized display information for this particular operation.
OperationDisplay() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OperationDisplay
Creates an instance of OperationDisplay class.
OperationInner - Class in com.azure.resourcemanager.delegatednetwork.fluent.models
REST API Operation
OperationInner() - Constructor for class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Creates an instance of OperationInner class.
OperationListResult - Class in com.azure.resourcemanager.delegatednetwork.models
A list of REST API operations supported by an Azure Resource Provider.
OperationListResult() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OperationListResult
Creates an instance of OperationListResult class.
operations() - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Gets the resource collection API of Operations.
Operations - Interface in com.azure.resourcemanager.delegatednetwork.models
Resource collection API of Operations.
OperationsClient - Interface in com.azure.resourcemanager.delegatednetwork.fluent
An instance of this class provides access to all the operations defined in OperationsClient.
Orchestrator - Interface in com.azure.resourcemanager.delegatednetwork.models
An immutable client-side representation of Orchestrator.
Orchestrator.Definition - Interface in com.azure.resourcemanager.delegatednetwork.models
The entirety of the Orchestrator definition.
Orchestrator.DefinitionStages - Interface in com.azure.resourcemanager.delegatednetwork.models
The Orchestrator definition stages.
Orchestrator.DefinitionStages.Blank - Interface in com.azure.resourcemanager.delegatednetwork.models
The first stage of the Orchestrator definition.
Orchestrator.DefinitionStages.WithCreate - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
Orchestrator.DefinitionStages.WithIdentity - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition allowing to specify identity.
Orchestrator.DefinitionStages.WithKind - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition allowing to specify kind.
Orchestrator.DefinitionStages.WithLocation - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition allowing to specify location.
Orchestrator.DefinitionStages.WithProperties - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition allowing to specify properties.
Orchestrator.DefinitionStages.WithResourceGroup - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition allowing to specify parent resource.
Orchestrator.DefinitionStages.WithTags - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator definition allowing to specify tags.
Orchestrator.Update - Interface in com.azure.resourcemanager.delegatednetwork.models
The template for Orchestrator update.
Orchestrator.UpdateStages - Interface in com.azure.resourcemanager.delegatednetwork.models
The Orchestrator update stages.
Orchestrator.UpdateStages.WithTags - Interface in com.azure.resourcemanager.delegatednetwork.models
The stage of the Orchestrator update allowing to specify tags.
orchestratorAppId() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the orchestratorAppId property: AAD ID used with apiserver.
OrchestratorIdentity - Class in com.azure.resourcemanager.delegatednetwork.models
The OrchestratorIdentity model.
OrchestratorIdentity() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity
Creates an instance of OrchestratorIdentity class.
OrchestratorInner - Class in com.azure.resourcemanager.delegatednetwork.fluent.models
Represents an instance of a orchestrator.
OrchestratorInner() - Constructor for class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
Creates an instance of OrchestratorInner class.
orchestratorInstanceServices() - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
Gets the resource collection API of OrchestratorInstanceServices.
OrchestratorInstanceServices - Interface in com.azure.resourcemanager.delegatednetwork.models
Resource collection API of OrchestratorInstanceServices.
OrchestratorInstanceServicesClient - Interface in com.azure.resourcemanager.delegatednetwork.fluent
An instance of this class provides access to all the operations defined in OrchestratorInstanceServicesClient.
OrchestratorInstanceState - Class in com.azure.resourcemanager.delegatednetwork.models
The current state of orchestratorInstance resource.
OrchestratorInstanceState() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Deprecated.
OrchestratorKind - Class in com.azure.resourcemanager.delegatednetwork.models
The kind of workbook.
OrchestratorKind() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OrchestratorKind
Deprecated.
Use the OrchestratorKind.fromString(String) factory method.
OrchestratorResource - Class in com.azure.resourcemanager.delegatednetwork.models
Represents an instance of a resource.
OrchestratorResource() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Creates an instance of OrchestratorResource class.
OrchestratorResourceProperties - Class in com.azure.resourcemanager.delegatednetwork.models
Properties of orchestrator.
OrchestratorResourceProperties() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Creates an instance of OrchestratorResourceProperties class.
OrchestratorResourceUpdateParameters - Class in com.azure.resourcemanager.delegatednetwork.models
Parameters for updating a resource.
OrchestratorResourceUpdateParameters() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceUpdateParameters
Creates an instance of OrchestratorResourceUpdateParameters class.
Orchestrators - Class in com.azure.resourcemanager.delegatednetwork.models
An array of OrchestratorInstance resources.
Orchestrators() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.Orchestrators
Creates an instance of Orchestrators class.
orchestratorTenantId() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the orchestratorTenantId property: TenantID of server App ID.
origin() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Get the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
origin() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Operation
Gets the origin property: The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
Origin - Class in com.azure.resourcemanager.delegatednetwork.models
The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX.
Origin() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.Origin
Deprecated.
Use the Origin.fromString(String) factory method.

P

patch(String, String, ControllerResourceUpdateParameters) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Update dnc controller.
patch(String, String, OrchestratorResourceUpdateParameters) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Update Orchestrator Instance.
patchDetails(String, String, ResourceUpdateParameters) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Patch delegated subnet resource.
patchDetails(String, String, ResourceUpdateParameters, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Patch delegated subnet resource.
patchWithResponse(String, String, ControllerResourceUpdateParameters, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.ControllersClient
Update dnc controller.
patchWithResponse(String, String, OrchestratorResourceUpdateParameters, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.OrchestratorInstanceServicesClient
Update Orchestrator Instance.
principalId() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity
Get the principalId property: The principal id of the system assigned identity which is used by orchestrator.
privateLinkResourceId() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the privateLinkResourceId property: private link arm resource id.
properties() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedControllerInner
Get the properties property: Properties of the provision operation request.
properties() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
Get the properties property: Properties of the provision operation request.
properties() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the properties property: Properties of the provision operation request.
properties() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the properties property: Properties of the provision operation request.
provider() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationDisplay
Get the provider property: The localized friendly form of the resource provider name, e.g.
PROVISIONING - Static variable in class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Static value Provisioning for ControllerState.
PROVISIONING - Static variable in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Static value Provisioning for DelegatedSubnetState.
PROVISIONING - Static variable in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Static value Provisioning for OrchestratorInstanceState.
provisioningState() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Get the provisioningState property: The current state of dnc delegated subnet resource.
provisioningState() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Get the provisioningState property: The current state of dnc delegated subnet resource.
provisioningState() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Get the provisioningState property: The current state of dnc controller resource.
provisioningState() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the provisioningState property: The current state of dnc delegated subnet resource.
provisioningState() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the provisioningState property: The current state of orchestratorInstance resource.
putDetails(String, String, DelegatedSubnetInner) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Put delegated subnet resource.
putDetails(String, String, DelegatedSubnetInner, Context) - Method in interface com.azure.resourcemanager.delegatednetwork.fluent.DelegatedSubnetServicesClient
Put delegated subnet resource.

R

refresh() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Refreshes the resource to sync with Azure.
refresh() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Refreshes the resource to sync with Azure.
refresh() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Refreshes the resource to sync with Azure.
refresh(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Refreshes the resource to sync with Azure.
refresh(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Refreshes the resource to sync with Azure.
refresh(Context) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Refreshes the resource to sync with Azure.
region() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the region of the resource.
region() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the region of the resource.
region() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the region of the resource.
regionName() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the name of the resource region.
regionName() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the name of the resource region.
regionName() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the name of the resource region.
resource() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationDisplay
Get the resource property: The localized friendly name of the resource type related to this operation.
resourceGroupName() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the name of the resource group.
resourceGroupName() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the name of the resource group.
resourceGroupName() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the name of the resource group.
resourceGuid() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Get the resourceGuid property: Resource guid.
resourceGuid() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Get the resourceGuid property: Resource guid.
resourceGuid() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Get the resourceGuid property: Resource guid.
resourceGuid() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the resourceGuid property: Resource guid.
resourceGuid() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Get the resourceGuid property: Resource guid.
ResourceIdentityType - Enum in com.azure.resourcemanager.delegatednetwork.models
The type of identity used for orchestrator cluster.
ResourceUpdateParameters - Class in com.azure.resourcemanager.delegatednetwork.models
Parameters for updating a resource.
ResourceUpdateParameters() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.ResourceUpdateParameters
Creates an instance of ResourceUpdateParameters class.

S

serviceClient() - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager
 
subnetDetails() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Get the subnetDetails property: subnet details.
subnetDetails() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Get the subnetDetails property: subnet details.
subnetDetails() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the subnetDetails property: subnet details.
SubnetDetails - Class in com.azure.resourcemanager.delegatednetwork.models
Properties of orchestrator.
SubnetDetails() - Constructor for class com.azure.resourcemanager.delegatednetwork.models.SubnetDetails
Creates an instance of SubnetDetails class.
SUCCEEDED - Static variable in class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Static value Succeeded for ControllerState.
SUCCEEDED - Static variable in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Static value Succeeded for DelegatedSubnetState.
SUCCEEDED - Static variable in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Static value Succeeded for OrchestratorInstanceState.
SYSTEM - Static variable in class com.azure.resourcemanager.delegatednetwork.models.Origin
Static value system for Origin.
SYSTEM_ASSIGNED - Enum constant in enum com.azure.resourcemanager.delegatednetwork.models.ResourceIdentityType
Enum value SystemAssigned.

T

tags() - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerResourceUpdateParameters
Get the tags property: The resource tags.
tags() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the tags property: Resource tags.
tags() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the tags property: Resource tags.
tags() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the tags property: Resource tags.
tags() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceUpdateParameters
Get the tags property: The resource tags.
tags() - Method in class com.azure.resourcemanager.delegatednetwork.models.ResourceUpdateParameters
Get the tags property: The resource tags.
tenantId() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity
Get the tenantId property: The tenant id of the system assigned identity which is used by orchestrator.
toString() - Method in enum com.azure.resourcemanager.delegatednetwork.models.ResourceIdentityType
type() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Gets the type property: The type of the resource.
type() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Gets the type property: The type of the resource.
type() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Gets the type property: The type of the resource.
type() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity
Get the type property: The type of identity used for orchestrator cluster.

U

update() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController
Begins update for the DelegatedController resource.
update() - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet
Begins update for the DelegatedSubnet resource.
update() - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator
Begins update for the Orchestrator resource.
USER - Static variable in class com.azure.resourcemanager.delegatednetwork.models.Origin
Static value user for Origin.
USER_SYSTEM - Static variable in class com.azure.resourcemanager.delegatednetwork.models.Origin
Static value user,system for Origin.

V

validate() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedControllerInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerDetails
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerResource
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerResourceUpdateParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllerProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllers
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetResource
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnets
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationDisplay
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationListResult
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceUpdateParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.Orchestrators
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.ResourceUpdateParameters
Validates the instance.
validate() - Method in class com.azure.resourcemanager.delegatednetwork.models.SubnetDetails
Validates the instance.
value() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllers
Get the value property: An array of Delegated controller resources.
value() - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnets
Get the value property: An array of DelegatedSubnet resources.
value() - Method in class com.azure.resourcemanager.delegatednetwork.models.OperationListResult
Get the value property: List of operations supported by the resource provider.
value() - Method in class com.azure.resourcemanager.delegatednetwork.models.Orchestrators
Get the value property: An array of OrchestratorInstance resources.
valueOf(String) - Static method in enum com.azure.resourcemanager.delegatednetwork.models.ResourceIdentityType
Returns the enum constant of this type with the specified name.
values() - Static method in class com.azure.resourcemanager.delegatednetwork.models.ActionType
Gets known ActionType values.
values() - Static method in class com.azure.resourcemanager.delegatednetwork.models.ControllerState
Gets known ControllerState values.
values() - Static method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetState
Gets known DelegatedSubnetState values.
values() - Static method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorInstanceState
Gets known OrchestratorInstanceState values.
values() - Static method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorKind
Gets known OrchestratorKind values.
values() - Static method in class com.azure.resourcemanager.delegatednetwork.models.Origin
Gets known Origin values.
values() - Static method in enum com.azure.resourcemanager.delegatednetwork.models.ResourceIdentityType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withApiServerEndpoint(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Set the apiServerEndpoint property: K8s APIServer url.
withClusterRootCA(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Set the clusterRootCA property: RootCA certificate of kubernetes cluster base64 encoded.
withControllerDetails(ControllerDetails) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Set the controllerDetails property: Properties of the controller.
withControllerDetails(ControllerDetails) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Set the controllerDetails property: Properties of the controller.
withControllerDetails(ControllerDetails) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithControllerDetails
Specifies the controllerDetails property: Properties of the controller..
withControllerDetails(ControllerDetails) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Set the controllerDetails property: Properties of the controller.
withDefaultPollInterval(Duration) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Sets the default poll interval, used when service does not provide "Retry-After" header.
withDisplay(OperationDisplay) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OperationInner
Set the display property: Localized display information for this particular operation.
withExistingResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.DefinitionStages.WithResourceGroup
Specifies resourceGroupName.
withExistingResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithResourceGroup
Specifies resourceGroupName.
withExistingResourceGroup(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithResourceGroup
Specifies resourceGroupName.
withHttpClient(HttpClient) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Sets the http client.
withId(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerDetails
Set the id property: controller arm resource id.
withId(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.SubnetDetails
Set the id property: subnet arm resource id.
withIdentity(OrchestratorIdentity) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
Set the identity property: The identity of the orchestrator.
withIdentity(OrchestratorIdentity) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithIdentity
Specifies the identity property: The identity of the orchestrator.
withIdentity(OrchestratorIdentity) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Set the identity property: The identity of the orchestrator.
withKind(OrchestratorKind) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
Set the kind property: The kind of workbook.
withKind(OrchestratorKind) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithKind
Specifies the kind property: The kind of workbook.
withKind(OrchestratorKind) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
Set the kind property: The kind of workbook.
withLocation(String) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedControllerInner
withLocation(String) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
withLocation(String) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
withLocation(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerResource
withLocation(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetResource
withLocation(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
withLogOptions(HttpLogOptions) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Sets the logging options to the HTTP pipeline.
withOrchestratorAppId(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Set the orchestratorAppId property: AAD ID used with apiserver.
withOrchestratorTenantId(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Set the orchestratorTenantId property: TenantID of server App ID.
withPolicy(HttpPipelinePolicy) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Adds the pipeline policy to the HTTP pipeline.
withPrivateLinkResourceId(String) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceProperties
Set the privateLinkResourceId property: private link arm resource id.
withProperties(OrchestratorResourceProperties) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
Set the properties property: Properties of the provision operation request.
withProperties(OrchestratorResourceProperties) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithProperties
Specifies the properties property: Properties of the provision operation request..
withRegion(Region) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.DefinitionStages.WithLocation
Specifies the region for the resource.
withRegion(Region) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithLocation
Specifies the region for the resource.
withRegion(Region) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithLocation
Specifies the region for the resource.
withRegion(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.DefinitionStages.WithLocation
Specifies the region for the resource.
withRegion(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithLocation
Specifies the region for the resource.
withRegion(String) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithLocation
Specifies the region for the resource.
withRetryOptions(RetryOptions) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Sets the retry options for the HTTP pipeline retry policy.
withRetryPolicy(RetryPolicy) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Sets the retry policy to the HTTP pipeline.
withScope(String) - Method in class com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager.Configurable
Adds the scope to permission sets.
withSubnetDetails(SubnetDetails) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
Set the subnetDetails property: subnet details.
withSubnetDetails(SubnetDetails) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetProperties
Set the subnetDetails property: subnet details.
withSubnetDetails(SubnetDetails) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithSubnetDetails
Specifies the subnetDetails property: subnet details.
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedControllerInner
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.DelegatedSubnetInner
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.fluent.models.OrchestratorInner
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerResource
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.models.ControllerResourceUpdateParameters
Set the tags property: The resource tags.
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.DefinitionStages.WithTags
Specifies the tags property: Resource tags..
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedController.UpdateStages.WithTags
Specifies the tags property: The resource tags..
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.DefinitionStages.WithTags
Specifies the tags property: Resource tags..
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnet.UpdateStages.WithTags
Specifies the tags property: The resource tags..
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnetResource
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.DefinitionStages.WithTags
Specifies the tags property: Resource tags..
withTags(Map<String, String>) - Method in interface com.azure.resourcemanager.delegatednetwork.models.Orchestrator.UpdateStages.WithTags
Specifies the tags property: The resource tags..
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResource
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorResourceUpdateParameters
Set the tags property: The resource tags.
withTags(Map<String, String>) - Method in class com.azure.resourcemanager.delegatednetwork.models.ResourceUpdateParameters
Set the tags property: The resource tags.
withType(ResourceIdentityType) - Method in class com.azure.resourcemanager.delegatednetwork.models.OrchestratorIdentity
Set the type property: The type of identity used for orchestrator cluster.
withValue(List<DelegatedControllerInner>) - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedControllers
Set the value property: An array of Delegated controller resources.
withValue(List<DelegatedSubnetInner>) - Method in class com.azure.resourcemanager.delegatednetwork.models.DelegatedSubnets
Set the value property: An array of DelegatedSubnet resources.
withValue(List<OrchestratorInner>) - Method in class com.azure.resourcemanager.delegatednetwork.models.Orchestrators
Set the value property: An array of OrchestratorInstance resources.
A B C D F G I K L N O P R S T U V W 
All Classes and Interfaces|All Packages