IManagedClusterVersionOperations Interface
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.
ManagedClusterVersionOperations operations.
public interface IManagedClusterVersionOperations
type IManagedClusterVersionOperations = interface
Public Interface IManagedClusterVersionOperations
Methods
GetByEnvironmentWithHttpMessagesAsync(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 managed cluster code version available in the specified location. |
ListByEnvironmentWithHttpMessagesAsync(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(IManagedClusterVersionOperations, String, String) |
Gets information about a Service Fabric managed cluster code version available in the specified location. |
GetAsync(IManagedClusterVersionOperations, String, String, CancellationToken) |
Gets information about a Service Fabric managed cluster code version available in the specified location. |
GetByEnvironment(IManagedClusterVersionOperations, String, String) |
Gets information about a Service Fabric cluster code version available for the specified environment. |
GetByEnvironmentAsync(IManagedClusterVersionOperations, String, String, CancellationToken) |
Gets information about a Service Fabric cluster code version available for the specified environment. |
List(IManagedClusterVersionOperations, String) |
Gets the list of Service Fabric cluster code versions available for the specified location. |
ListAsync(IManagedClusterVersionOperations, String, CancellationToken) |
Gets the list of Service Fabric cluster code versions available for the specified location. |
ListByEnvironment(IManagedClusterVersionOperations, String) |
Gets the list of Service Fabric cluster code versions available for the specified environment. |
ListByEnvironmentAsync(IManagedClusterVersionOperations, String, CancellationToken) |
Gets the list of Service Fabric cluster code versions available for the specified environment. |
Applies to
Azure SDK for .NET