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 ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

abstract ApplicationTypesClient getApplicationTypes()

Gets the ApplicationTypesClient object to access its operations.

abstract ApplicationTypeVersionsClient getApplicationTypeVersions()

Gets the ApplicationTypeVersionsClient object to access its operations.

abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

abstract ClusterVersionsClient getClusterVersions()

Gets the ClusterVersionsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

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 ServicesClient getServices()

Gets the ServicesClient object to access its operations.

abstract String getSubscriptionId()

Gets The customer subscription identifier.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getApplications

public abstract ApplicationsClient getApplications()

Gets the ApplicationsClient object to access its operations.

Returns:

the ApplicationsClient object.

getApplicationTypes

public abstract ApplicationTypesClient getApplicationTypes()

Gets the ApplicationTypesClient object to access its operations.

Returns:

the ApplicationTypesClient object.

getApplicationTypeVersions

public abstract ApplicationTypeVersionsClient getApplicationTypeVersions()

Gets the ApplicationTypeVersionsClient object to access its operations.

Returns:

the ApplicationTypeVersionsClient object.

getClusters

public abstract ClustersClient getClusters()

Gets the ClustersClient object to access its operations.

Returns:

the ClustersClient object.

getClusterVersions

public abstract ClusterVersionsClient getClusterVersions()

Gets the ClusterVersionsClient object to access its operations.

Returns:

the ClusterVersionsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

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.

getServices

public abstract ServicesClient getServices()

Gets the ServicesClient object to access its operations.

Returns:

the ServicesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The customer subscription identifier.

Returns:

the subscriptionId value.

Applies to