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 ControllersClient getControllers()

Gets the ControllersClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DelegatedNetworksClient getDelegatedNetworks()

Gets the DelegatedNetworksClient object to access its operations.

abstract DelegatedSubnetServicesClient getDelegatedSubnetServices()

Gets the DelegatedSubnetServicesClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract OrchestratorInstanceServicesClient getOrchestratorInstanceServices()

Gets the OrchestratorInstanceServicesClient object to access its operations.

abstract String getSubscriptionId()

Gets The ID of the target subscription.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getControllers

public abstract ControllersClient getControllers()

Gets the ControllersClient object to access its operations.

Returns:

the ControllersClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDelegatedNetworks

public abstract DelegatedNetworksClient getDelegatedNetworks()

Gets the DelegatedNetworksClient object to access its operations.

Returns:

the DelegatedNetworksClient object.

getDelegatedSubnetServices

public abstract DelegatedSubnetServicesClient getDelegatedSubnetServices()

Gets the DelegatedSubnetServicesClient object to access its operations.

Returns:

the DelegatedSubnetServicesClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getOrchestratorInstanceServices

public abstract OrchestratorInstanceServicesClient getOrchestratorInstanceServices()

Gets the OrchestratorInstanceServicesClient object to access its operations.

Returns:

the OrchestratorInstanceServicesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The ID of the target subscription.

Returns:

the subscriptionId value.

Applies to