OpenShiftManagementClient Interface
public interface OpenShiftManagementClient
The interface for OpenShiftManagementClient 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
Open |
getOpenShiftManagedClusters()
Gets the Open |
| abstract String |
getSubscriptionId()
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:
getOpenShiftManagedClusters
public abstract OpenShiftManagedClustersClient getOpenShiftManagedClusters()
Gets the OpenShiftManagedClustersClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
Returns: