Compartilhar via


ManagedClusterVersionOperationsExtensions.GetByEnvironmentAsync Método

Definição

Obtém informações sobre uma versão de código de cluster do Service Fabric disponível para o ambiente especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult> GetByEnvironmentAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClusterVersionOperations operations, string location, string clusterVersion, System.Threading.CancellationToken cancellationToken = default);
static member GetByEnvironmentAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClusterVersionOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedClusterCodeVersionResult>
<Extension()>
Public Function GetByEnvironmentAsync (operations As IManagedClusterVersionOperations, location As String, clusterVersion As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedClusterCodeVersionResult)

Parâmetros

operations
IManagedClusterVersionOperations

O grupo de operações para esse método de extensão.

location
String

O local para as versões de código do cluster. Isso é diferente do local do cluster.

clusterVersion
String

A versão do código do cluster.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém informações sobre uma versão de código de cluster do Service Fabric disponível por ambiente.

Aplica-se a