Compartilhar via


VipSwapOperationsExtensions.GetAsync Método

Definição

Obtém o SwapResource que identifica o tipo de slot para o serviço de nuvem especificado. O tipo de slot em um serviço de nuvem pode ser Preparo ou Produção

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SwapResource> GetAsync (this Microsoft.Azure.Management.Network.IVipSwapOperations operations, string groupName, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IVipSwapOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.SwapResource>
<Extension()>
Public Function GetAsync (operations As IVipSwapOperations, groupName As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SwapResource)

Parâmetros

operations
IVipSwapOperations

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

groupName
String

O nome do grupo de recursos.

resourceName
String

O nome do serviço de nuvem.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a