MockableSecurityCenterSubscriptionResource.GetMdeOnboardingsAsync Method

Definition

The configuration or data needed to onboard the machine to MDE

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/mdeOnboardings
  • Operation Id: MdeOnboardings_List
  • Default Api Version: 2021-10-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding> GetMdeOnboardingsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMdeOnboardingsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding>
override this.GetMdeOnboardingsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding>
Public Overridable Function GetMdeOnboardingsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MdeOnboarding)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MdeOnboarding that may take multiple service requests to iterate over.

Applies to