ProfilesOperationsExtensions.CreateOrUpdateAsync メソッド

定義

Traffic Manager プロファイルを作成または更新します。

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

パラメーター

operations
IProfilesOperations

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

resourceGroupName
String

Traffic Manager プロファイルを含むリソース グループの名前。

profileName
String

Traffic Manager プロファイルの名前。

parameters
ProfileInner

CreateOrUpdate 操作に指定された Traffic Manager プロファイル パラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象