Class DelegatedNetworkManager

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

public final class DelegatedNetworkManager extends Object
Entry point to DelegatedNetworkManager. DNC web api provides way to create, get and delete dnc controller.
  • Method Details

    • authenticate

      public static DelegatedNetworkManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.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.
    • authenticate

      public static DelegatedNetworkManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.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.
    • 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.
    • orchestratorInstanceServices

      public OrchestratorInstanceServices orchestratorInstanceServices()
      Gets the resource collection API of OrchestratorInstanceServices. It manages Orchestrator.
      Returns:
      Resource collection API of OrchestratorInstanceServices.
    • 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.
    • serviceClient

      public Dnc serviceClient()
      Returns:
      Wrapped service client Dnc providing direct access to the underlying auto-generated API implementation, based on Azure REST API.