次の方法で共有


ExpressRouteGatewaysOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

指定したリソース グループ内の ExpressRoute ゲートウェイを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations operations, string resourceGroupName, string expressRouteGatewayName, Microsoft.Azure.Management.Network.Models.ExpressRouteGateway putExpressRouteGatewayParameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.ExpressRouteGateway * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteGateway>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IExpressRouteGatewaysOperations, resourceGroupName As String, expressRouteGatewayName As String, putExpressRouteGatewayParameters As ExpressRouteGateway, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteGateway)

パラメーター

operations
IExpressRouteGatewaysOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

putExpressRouteGatewayParameters
ExpressRouteGateway

ExpressRoute ゲートウェイ PUT 操作で必要なパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象