Sdílet prostřednictvím


WebAppsOperationsExtensions.CreateOrUpdateVnetConnectionGatewaySlotAsync Metoda

Definice

Přidá bránu do připojeného Virtual Network (PUT) nebo ji aktualizuje (PATCH).

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.VnetGatewayInner> CreateOrUpdateVnetConnectionGatewaySlotAsync (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 CreateOrUpdateVnetConnectionGatewaySlotAsync : 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 CreateOrUpdateVnetConnectionGatewaySlotAsync (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

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

vnetName
String

Název Virtual Network.

gatewayName
String

Název brány. V současné době je jediným podporovaným řetězcem "primární".

connectionEnvelope
VnetGatewayInner

Vlastnosti, pomocí které chcete tuto bránu aktualizovat.

slot
String

Název slotu nasazení. Pokud slot není zadaný, rozhraní API přidá nebo aktualizuje bránu pro Virtual Network produkčního slotu.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro: Přidá bránu do připojeného Virtual Network (PUT) nebo ji aktualizuje (PATCH).

Platí pro