다음을 통해 공유


AppServicePlansOperationsExtensions.UpdateVnetGatewayAsync 메서드

정의

Virtual Network 게이트웨이를 업데이트합니다.

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

매개 변수

operations
IAppServicePlansOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스가 속한 리소스 그룹의 이름입니다.

name
String

App Service 플랜의 이름입니다.

vnetName
String

Virtual Network 이름입니다.

gatewayName
String

게이트웨이의 이름입니다. '기본' 게이트웨이만 지원됩니다.

connectionEnvelope
VnetGatewayInner

게이트웨이의 정의입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

Virtual Network 게이트웨이 업데이트에 대한 설명입니다.

적용 대상