Dnc Interface
public interface Dnc
The interface for Dnc class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Controllers |
getControllers()
Gets the Controllers |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Delegated |
getDelegatedNetworks()
Gets the Delegated |
|
abstract
Delegated |
getDelegatedSubnetServices()
Gets the Delegated |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Orchestrator |
getOrchestratorInstanceServices()
Gets the Orchestrator |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getControllers
public abstract ControllersClient getControllers()
Gets the ControllersClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDelegatedNetworks
public abstract DelegatedNetworksClient getDelegatedNetworks()
Gets the DelegatedNetworksClient object to access its operations.
Returns:
getDelegatedSubnetServices
public abstract DelegatedSubnetServicesClient getDelegatedSubnetServices()
Gets the DelegatedSubnetServicesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getOrchestratorInstanceServices
public abstract OrchestratorInstanceServicesClient getOrchestratorInstanceServices()
Gets the OrchestratorInstanceServicesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns: