Udostępnij za pośrednictwem


WebAppsOperationsExtensions.UpdateVnetConnectionGatewaySlotAsync Metoda

Definicja

Dodaje bramę do połączonej Virtual Network (PUT) lub aktualizuje ją (PATCH).

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner> UpdateVnetConnectionGatewaySlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string vnetName, string gatewayName, Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner connectionEnvelope, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateVnetConnectionGatewaySlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner>
<Extension()>
Public Function UpdateVnetConnectionGatewaySlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, vnetName As String, gatewayName As String, connectionEnvelope As VnetGatewayInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VnetGatewayInner)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

vnetName
String

Nazwa Virtual Network.

gatewayName
String

Nazwa bramy. Obecnie jedynym obsługiwanym ciągiem jest "podstawowy".

connectionEnvelope
VnetGatewayInner

Właściwości do zaktualizowania tej bramy za pomocą polecenia .

slot
String

Nazwa miejsca wdrożenia. Jeśli nie określono miejsca, interfejs API doda lub zaktualizuje bramę dla Virtual Network miejsca produkcyjnego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis dodawania bramy do połączonego Virtual Network (PUT) lub aktualizacji (PATCH).

Dotyczy