ApiCenterExtensions.GetApiCenterDeletedServices Method

Definition

Overloads

Name Description
GetApiCenterDeletedServices(ResourceGroupResource)

Gets a collection of ApiCenterDeletedServices in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetApiCenterDeletedServices() instead. </item>

GetApiCenterDeletedServices(SubscriptionResource, CancellationToken)

Lists services within an Azure subscription. <item> Mocking. To mock this method, please mock GetApiCenterDeletedServices(CancellationToken) instead. </item>

GetApiCenterDeletedServices(ResourceGroupResource)

Source:
ApiCenterExtensions.cs

Gets a collection of ApiCenterDeletedServices in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetApiCenterDeletedServices() instead. </item>

public static Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceCollection GetApiCenterDeletedServices(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetApiCenterDeletedServices : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceCollection
<Extension()>
Public Function GetApiCenterDeletedServices (resourceGroupResource As ResourceGroupResource) As ApiCenterDeletedServiceCollection

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

Returns

An object representing collection of ApiCenterDeletedServices and their operations over a ApiCenterDeletedServiceResource.

Exceptions

resourceGroupResource is null.

Applies to

GetApiCenterDeletedServices(SubscriptionResource, CancellationToken)

Source:
ApiCenterExtensions.cs

Lists services within an Azure subscription. <item> Mocking. To mock this method, please mock GetApiCenterDeletedServices(CancellationToken) instead. </item>

public static Azure.Pageable<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource> GetApiCenterDeletedServices(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetApiCenterDeletedServices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiCenter.ApiCenterDeletedServiceResource>
<Extension()>
Public Function GetApiCenterDeletedServices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiCenterDeletedServiceResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ApiCenterDeletedServiceResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to