DelegatedNetworkManager Class
- java.
lang. Object - com.
azure. resourcemanager. delegatednetwork. DelegatedNetworkManager
- com.
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
Delegated |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Delegated |
|
static
Delegated |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Delegated |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Delegated |
| Controllers |
controllers()
Gets the resource collection API of Controllers. |
|
Delegated |
delegatedNetworks()
Gets the resource collection API of Delegated |
|
Delegated |
delegatedSubnetServices()
Gets the resource collection API of Delegated |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Orchestrator |
orchestratorInstanceServices()
Gets the resource collection API of Orchestrator |
| 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:
Returns:
authenticate
public static DelegatedNetworkManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of DelegatedNetwork service API entry point.
Parameters:
Returns:
configure
public static DelegatedNetworkManager.Configurable configure()
Gets a Configurable instance that can be used to create DelegatedNetworkManager with optional configuration.
Returns:
controllers
public Controllers controllers()
Gets the resource collection API of Controllers. It manages DelegatedController.
Returns:
delegatedNetworks
public DelegatedNetworks delegatedNetworks()
Gets the resource collection API of DelegatedNetworks.
Returns:
delegatedSubnetServices
public DelegatedSubnetServices delegatedSubnetServices()
Gets the resource collection API of DelegatedSubnetServices. It manages DelegatedSubnet.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
orchestratorInstanceServices
public OrchestratorInstanceServices orchestratorInstanceServices()
Gets the resource collection API of OrchestratorInstanceServices. It manages Orchestrator.
Returns:
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: