ApiCenterExtensions.GetApiCenterDeletedService 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 GetApiCenterDeletedService(String, CancellationToken) instead. </item>
public static Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource> GetApiCenterDeletedService(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string deletedServiceName, System.Threading.CancellationToken cancellationToken = default);
static member GetApiCenterDeletedService : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource>
<Extension()>
Public Function GetApiCenterDeletedService (resourceGroupResource As ResourceGroupResource, deletedServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As 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.