DelegatedNetworkManager Class

  • java.lang.Object
    • com.azure.resourcemanager.delegatednetwork.DelegatedNetworkManager

public final class DelegatedNetworkManager

Entry point to DelegatedNetworkManager. DNC web api provides way to create, get and delete dnc controller.

Method Summary

Modifier and Type Method and Description
static DelegatedNetworkManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DelegatedNetwork service API entry point.

static DelegatedNetworkManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DelegatedNetwork service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create DelegatedNetworkManager with optional configuration.

Controllers controllers()

Gets the resource collection API of Controllers.

DelegatedNetworks delegatedNetworks()

Gets the resource collection API of DelegatedNetworks.

DelegatedSubnetServices delegatedSubnetServices()

Gets the resource collection API of DelegatedSubnetServices.

Operations operations()

Gets the resource collection API of Operations.

OrchestratorInstanceServices orchestratorInstanceServices()

Gets the resource collection API of OrchestratorInstanceServices.

Dnc serviceClient()

Gets wrapped service client Dnc providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Methods inherited from java.lang.Object

Method Details

authenticate

public static DelegatedNetworkManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of DelegatedNetwork service API entry point.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the DelegatedNetwork service API instance.

authenticate

public static DelegatedNetworkManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of DelegatedNetwork service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the DelegatedNetwork service API instance.

configure

public static DelegatedNetworkManager.Configurable configure()

Gets a Configurable instance that can be used to create DelegatedNetworkManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

controllers

public Controllers controllers()

Gets the resource collection API of Controllers. It manages DelegatedController.

Returns:

Resource collection API of Controllers.

delegatedNetworks

public DelegatedNetworks delegatedNetworks()

Gets the resource collection API of DelegatedNetworks.

Returns:

Resource collection API of DelegatedNetworks.

delegatedSubnetServices

public DelegatedSubnetServices delegatedSubnetServices()

Gets the resource collection API of DelegatedSubnetServices. It manages DelegatedSubnet.

Returns:

Resource collection API of DelegatedSubnetServices.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

orchestratorInstanceServices

public OrchestratorInstanceServices orchestratorInstanceServices()

Gets the resource collection API of OrchestratorInstanceServices. It manages Orchestrator.

Returns:

Resource collection API of OrchestratorInstanceServices.

serviceClient

public Dnc serviceClient()

Gets wrapped service client Dnc providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

Returns:

Wrapped service client Dnc.

Applies to