ExpressRoutePortsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

指定した ExpressRoutePort リソースを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IExpressRoutePortsOperations operations, string resourceGroupName, string expressRoutePortName, Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IExpressRoutePortsOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRoutePortInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IExpressRoutePortsOperations, resourceGroupName As String, expressRoutePortName As String, parameters As ExpressRoutePortInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRoutePortInner)

パラメーター

operations
IExpressRoutePortsOperations

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

resourceGroupName
String

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

expressRoutePortName
String

ExpressRoutePort リソースの名前。

parameters
ExpressRoutePortInner

ExpressRoutePort の作成操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象