次の方法で共有


EndpointsOperationsExtensions.BeginDelete メソッド

定義

指定したサブスクリプション、リソース グループ、およびプロファイルの下にある、指定したエンドポイント名を持つ既存の CDN エンドポイントを削除します。

public static void BeginDelete (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName);
static member BeginDelete : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String)

パラメーター

operations
IEndpointsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

profileName
String

リソース グループ内で一意である CDN プロファイルの名前。

endpointName
String

グローバルに一意であるプロファイルの下のエンドポイントの名前。

適用対象