次の方法で共有


DeletedServicesOperationsExtensions.BeginPurgeAsync メソッド

定義

Api Management サービスを消去します (削除を取り消すオプションなしで削除します)。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract> BeginPurgeAsync (this Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations operations, string serviceName, string location, System.Threading.CancellationToken cancellationToken = default);
static member BeginPurgeAsync : Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>
<Extension()>
Public Function BeginPurgeAsync (operations As IDeletedServicesOperations, serviceName As String, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeletedServiceContract)

パラメーター

operations
IDeletedServicesOperations

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

serviceName
String

API Management サービスの名前。

location
String

削除されたAPI Management サービスの場所。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象