次の方法で共有


PrivateLinkServicesOperationsExtensions.BeginDelete メソッド

定義

指定したプライベート リンク サービスを削除します。

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

パラメーター

operations
IPrivateLinkServicesOperations

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

resourceGroupName
String

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

serviceName
String

プライベート リンク サービスの名前。

適用対象