Dela via


ManagedClusterVersionOperationsExtensions Class

Definition

Extension methods for ManagedClusterVersionOperations.

public static class ManagedClusterVersionOperationsExtensions
type ManagedClusterVersionOperationsExtensions = class
Public Module ManagedClusterVersionOperationsExtensions
Inheritance
ManagedClusterVersionOperationsExtensions

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