次の方法で共有


ProfilesOperationsExtensions.Delete メソッド

定義

Traffic Manager プロファイルを削除します。

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

パラメーター

operations
IProfilesOperations

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

resourceGroupName
String

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

profileName
String

削除する Traffic Manager プロファイルの名前。

戻り値

適用対象