次の方法で共有


ProfilesOperationsExtensions.CreateOrUpdate メソッド

定義

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

public static Microsoft.Azure.Management.TrafficManager.Models.Profile CreateOrUpdate (this Microsoft.Azure.Management.TrafficManager.IProfilesOperations operations, string resourceGroupName, string profileName, Microsoft.Azure.Management.TrafficManager.Models.Profile parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.TrafficManager.IProfilesOperations * string * string * Microsoft.Azure.Management.TrafficManager.Models.Profile -> Microsoft.Azure.Management.TrafficManager.Models.Profile
<Extension()>
Public Function CreateOrUpdate (operations As IProfilesOperations, resourceGroupName As String, profileName As String, parameters As Profile) As Profile

パラメーター

operations
IProfilesOperations

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

resourceGroupName
String

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

profileName
String

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

parameters
Profile

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

戻り値

適用対象