DependencyMapManagementClient Interface
public interface DependencyMapManagementClient
The interface for DependencyMapManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Version parameter. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Discovery |
getDiscoverySources()
Gets the Discovery |
| abstract String |
getEndpoint()
Gets Service host. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Maps |
getMaps()
Gets the Maps |
|
abstract
Operations |
getOperations()
Gets the Operations |
| abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDiscoverySources
public abstract DiscoverySourcesClient getDiscoverySources()
Gets the DiscoverySourcesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Service host.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getMaps
public abstract MapsClient getMaps()
Gets the MapsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription. The value must be an UUID.
Returns: