MockableApiManagementSubscriptionResource.GetApiManagementDeletedServices 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.
Overloads
GetApiManagementDeletedServices() |
Gets a collection of ApiManagementDeletedServiceResources in the SubscriptionResource. |
GetApiManagementDeletedServices(CancellationToken) |
Lists all soft-deleted services available for undelete for the given subscription.
|
GetApiManagementDeletedServices()
Gets a collection of ApiManagementDeletedServiceResources in the SubscriptionResource.
public virtual Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection GetApiManagementDeletedServices ();
abstract member GetApiManagementDeletedServices : unit -> Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection
override this.GetApiManagementDeletedServices : unit -> Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceCollection
Public Overridable Function GetApiManagementDeletedServices () As ApiManagementDeletedServiceCollection
Returns
An object representing collection of ApiManagementDeletedServiceResources and their operations over a ApiManagementDeletedServiceResource.
Applies to
GetApiManagementDeletedServices(CancellationToken)
Lists all soft-deleted services available for undelete for the given subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ApiManagement/deletedservices
- Operation Id: DeletedServices_ListBySubscription
- Default Api Version: 2023-03-01-preview
- Resource: ApiManagementDeletedServiceResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource> GetApiManagementDeletedServices (System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementDeletedServices : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>
override this.GetApiManagementDeletedServices : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementDeletedServiceResource>
Public Overridable Function GetApiManagementDeletedServices (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiManagementDeletedServiceResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ApiManagementDeletedServiceResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET