次の方法で共有


DeletedServicesOperationsExtensions.GetByNameAsync メソッド

定義

論理的に削除された API Management サービスを、名前を指定して取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract> GetByNameAsync (this Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations operations, string serviceName, string location, System.Threading.CancellationToken cancellationToken = default);
static member GetByNameAsync : Microsoft.Azure.Management.ApiManagement.IDeletedServicesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.DeletedServiceContract>
<Extension()>
Public Function GetByNameAsync (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

キャンセル トークン。

戻り値

適用対象