Udostępnij za pośrednictwem


WebAppsOperationsExtensions.UpdateVnetConnectionSlotAsync Metoda

Definicja

Dodaje połączenie Virtual Network do aplikacji lub miejsca (PUT) lub aktualizuje właściwości połączenia (PATCH).

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

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 istniejącego Virtual Network.

connectionEnvelope
VnetInfoInner

Właściwości połączenia Virtual Network. Zobacz przykład.

slot
String

Nazwa miejsca wdrożenia. Jeśli miejsce nie zostanie określone, interfejs API doda lub zaktualizuje połączenia dla miejsca produkcyjnego.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis dodawania połączenia Virtual Network z aplikacją lub miejscem (PUT) lub aktualizuje właściwości połączenia (PATCH).

Dotyczy