OperationsManagementClient Interface
public interface OperationsManagementClient
The interface for OperationsManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Management |
getManagementAssociations()
Gets the Management |
|
abstract
Management |
getManagementConfigurations()
Gets the Management |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Solutions |
getSolutions()
Gets the Solutions |
| abstract String |
getSubscriptionId()
Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getManagementAssociations
public abstract ManagementAssociationsClient getManagementAssociations()
Gets the ManagementAssociationsClient object to access its operations.
Returns:
getManagementConfigurations
public abstract ManagementConfigurationsClient getManagementConfigurations()
Gets the ManagementConfigurationsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSolutions
public abstract SolutionsClient getSolutions()
Gets the SolutionsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Returns: