共用方式為


IClusterVersionsOperations Interface

Definition

ClusterVersionsOperations operations.

public interface IClusterVersionsOperations
type IClusterVersionsOperations = interface
Public Interface IClusterVersionsOperations

Methods

GetByEnvironmentWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about a Service Fabric cluster code version available for the specified environment.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets information about a Service Fabric cluster code version available in the specified location.

ListByEnvironmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of Service Fabric cluster code versions available for the specified environment.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of Service Fabric cluster code versions available for the specified location.

Extension Methods

Get(IClusterVersionsOperations, String, String)

Gets information about a Service Fabric cluster code version available in the specified location.

GetAsync(IClusterVersionsOperations, String, String, CancellationToken)

Gets information about a Service Fabric cluster code version available in the specified location.

GetByEnvironment(IClusterVersionsOperations, String, String, String)

Gets information about a Service Fabric cluster code version available for the specified environment.

GetByEnvironmentAsync(IClusterVersionsOperations, String, String, String, CancellationToken)

Gets information about a Service Fabric cluster code version available for the specified environment.

List(IClusterVersionsOperations, String)

Gets the list of Service Fabric cluster code versions available for the specified location.

ListAsync(IClusterVersionsOperations, String, CancellationToken)

Gets the list of Service Fabric cluster code versions available for the specified location.

ListByEnvironment(IClusterVersionsOperations, String, String)

Gets the list of Service Fabric cluster code versions available for the specified environment.

ListByEnvironmentAsync(IClusterVersionsOperations, String, String, CancellationToken)

Gets the list of Service Fabric cluster code versions available for the specified environment.

Applies to