ClusterVersionsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ClusterVersionsOperations.
public static class ClusterVersionsOperationsExtensions
type ClusterVersionsOperationsExtensions = class
Public Module ClusterVersionsOperationsExtensions
- Inheritance
-
ClusterVersionsOperationsExtensions
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
Azure SDK for .NET