ClusterVersionsClient Interface
public interface ClusterVersionsClient
An instance of this class provides access to all the operations defined in ClusterVersionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Cluster |
get(String location, String clusterVersion)
Gets information about a Service Fabric cluster code version available in the specified location. |
|
abstract
Cluster |
getByEnvironment(String location, ClusterVersionsEnvironment environment, String clusterVersion)
Gets information about a Service Fabric cluster code version available for the specified environment. |
|
abstract
Response<Cluster |
getByEnvironmentWithResponse(String location, ClusterVersionsEnvironment environment, String clusterVersion, Context context)
Gets information about a Service Fabric cluster code version available for the specified environment. |
|
abstract
Response<Cluster |
getWithResponse(String location, String clusterVersion, Context context)
Gets information about a Service Fabric cluster code version available in the specified location. |
|
abstract
Cluster |
list(String location)
Gets the list of Service Fabric cluster code versions available for the specified location. |
|
abstract
Cluster |
listByEnvironment(String location, ClusterVersionsEnvironment environment)
Gets the list of Service Fabric cluster code versions available for the specified environment. |
|
abstract
Response<Cluster |
listByEnvironmentWithResponse(String location, ClusterVersionsEnvironment environment, Context context)
Gets the list of Service Fabric cluster code versions available for the specified environment. |
|
abstract
Response<Cluster |
listWithResponse(String location, Context context)
Gets the list of Service Fabric cluster code versions available for the specified location. |
Method Details
get
public abstract ClusterCodeVersionsListResultInner get(String location, String clusterVersion)
Gets information about a Service Fabric cluster code version available in the specified location. Gets information about an available Service Fabric cluster code version.
Parameters:
Returns:
getByEnvironment
public abstract ClusterCodeVersionsListResultInner getByEnvironment(String location, ClusterVersionsEnvironment environment, String clusterVersion)
Gets information about a Service Fabric cluster code version available for the specified environment. Gets information about an available Service Fabric cluster code version by environment.
Parameters:
Returns:
getByEnvironmentWithResponse
public abstract Response<ClusterCodeVersionsListResultInner> getByEnvironmentWithResponse(String location, ClusterVersionsEnvironment environment, String clusterVersion, Context context)
Gets information about a Service Fabric cluster code version available for the specified environment. Gets information about an available Service Fabric cluster code version by environment.
Parameters:
Returns:
getWithResponse
public abstract Response<ClusterCodeVersionsListResultInner> getWithResponse(String location, String clusterVersion, Context context)
Gets information about a Service Fabric cluster code version available in the specified location. Gets information about an available Service Fabric cluster code version.
Parameters:
Returns:
list
public abstract ClusterCodeVersionsListResultInner list(String location)
Gets the list of Service Fabric cluster code versions available for the specified location. Gets all available code versions for Service Fabric cluster resources by location.
Parameters:
Returns:
listByEnvironment
public abstract ClusterCodeVersionsListResultInner listByEnvironment(String location, ClusterVersionsEnvironment environment)
Gets the list of Service Fabric cluster code versions available for the specified environment. Gets all available code versions for Service Fabric cluster resources by environment.
Parameters:
Returns:
listByEnvironmentWithResponse
public abstract Response<ClusterCodeVersionsListResultInner> listByEnvironmentWithResponse(String location, ClusterVersionsEnvironment environment, Context context)
Gets the list of Service Fabric cluster code versions available for the specified environment. Gets all available code versions for Service Fabric cluster resources by environment.
Parameters:
Returns:
listWithResponse
public abstract Response<ClusterCodeVersionsListResultInner> listWithResponse(String location, Context context)
Gets the list of Service Fabric cluster code versions available for the specified location. Gets all available code versions for Service Fabric cluster resources by location.
Parameters:
Returns: