Compartir a través de


ManagedClustersOperationsExtensions.GetAsync Método

Definición

Obtiene un recurso de clúster administrado de Service Fabric.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster> GetAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations operations, string resourceGroupName, string clusterName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster>
<Extension()>
Public Function GetAsync (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedCluster)

Parámetros

operations
IManagedClustersOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

El nombre del recurso de clúster.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtenga un recurso de clúster administrado de Service Fabric creado o en el proceso de creación en el grupo de recursos especificado.

Se aplica a