你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApiManagementExtensions.GetApiManagementDeletedServiceAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
按名称获取已软删除的 API 管理服务。
- Request Path/subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/locations/{location}/deletedservices/{serviceName}
- 操作IdDeletedServices_GetByName
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>> GetApiManagementDeletedServiceAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string serviceName, System.Threading.CancellationToken cancellationToken = default);
static member GetApiManagementDeletedServiceAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>>
<Extension()>
Public Function GetApiManagementDeletedServiceAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, serviceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementDeletedServiceResource))
参数
- subscriptionResource
- SubscriptionResource
方法 SubscriptionResource 将对其执行的实例。
- location
- AzureLocation
已删除API 管理服务的位置。
- serviceName
- String
API 管理服务的名称。
- cancellationToken
- CancellationToken
要使用的取消标记。
返回
例外
serviceName
是一个空字符串,预期为非空。
serviceName
为 null。