MockableAutomationSubscriptionResource.GetDeletedAutomationAccountsBySubscription 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.
Retrieve deleted automation account.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Automation/deletedAutomationAccounts
- Operation Id: deletedAutomationAccounts_ListBySubscription
- Default Api Version: 2022-01-31
public virtual Azure.Pageable<Azure.ResourceManager.Automation.Models.DeletedAutomationAccount> GetDeletedAutomationAccountsBySubscription(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeletedAutomationAccountsBySubscription : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.DeletedAutomationAccount>
override this.GetDeletedAutomationAccountsBySubscription : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.Models.DeletedAutomationAccount>
Public Overridable Function GetDeletedAutomationAccountsBySubscription (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeletedAutomationAccount)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of DeletedAutomationAccount that may take multiple service requests to iterate over.