Freigeben über


VipSwapOperationsExtensions.GetAsync Methode

Definition

Ruft die SwapResource ab, die den Slottyp für den angegebenen Clouddienst identifiziert. Der Slottyp für einen Clouddienst kann entweder Staging oder Produktion sein.

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)

Parameter

operations
IVipSwapOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

groupName
String

Der Name der Ressourcengruppe.

resourceName
String

Der Name des Clouddiensts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: