ServiceFabricManagementClient Interface
public interface ServiceFabricManagementClient
The interface for ServiceFabricManagementClient class.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
getApiVersion()
Gets Api Version. |
|
abstract
Applications |
getApplications()
Gets the Applications |
|
abstract
Application |
getApplicationTypes()
Gets the Application |
|
abstract
Application |
getApplicationTypeVersions()
Gets the Application |
|
abstract
Clusters |
getClusters()
Gets the Clusters |
|
abstract
Cluster |
getClusterVersions()
Gets the Cluster |
| 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
Operations |
getOperations()
Gets the Operations |
|
abstract
Services |
getServices()
Gets the Services |
| abstract String |
getSubscriptionId()
Gets The customer subscription identifier. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getApplications
public abstract ApplicationsClient getApplications()
Gets the ApplicationsClient object to access its operations.
Returns:
getApplicationTypes
public abstract ApplicationTypesClient getApplicationTypes()
Gets the ApplicationTypesClient object to access its operations.
Returns:
getApplicationTypeVersions
public abstract ApplicationTypeVersionsClient getApplicationTypeVersions()
Gets the ApplicationTypeVersionsClient object to access its operations.
Returns:
getClusters
public abstract ClustersClient getClusters()
Gets the ClustersClient object to access its operations.
Returns:
getClusterVersions
public abstract ClusterVersionsClient getClusterVersions()
Gets the ClusterVersionsClient object to access its operations.
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:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getServices
public abstract ServicesClient getServices()
Gets the ServicesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The customer subscription identifier.
Returns: