ApiCenterExtensions.GetApiCenterDeletedServiceAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns details of the soft-deleted service. <item> Mocking. To mock this method, please mock GetApiCenterDeletedServiceAsync(String, CancellationToken) instead. </item>
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource>> GetApiCenterDeletedServiceAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string deletedServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetApiCenterDeletedServiceAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource>>
<Extension()>
Public Function GetApiCenterDeletedServiceAsync (resourceGroupResource As ResourceGroupResource, deletedServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiCenterDeletedServiceResource))
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
- deletedServiceName
- String
The name of the deleted service.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource is null.