MockableSecurityCenterSubscriptionResource.GetMdeOnboardings 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.Pageable<Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding> GetMdeOnboardings (System.Threading.CancellationToken cancellationToken = default);
abstract member GetMdeOnboardings : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding>
override this.GetMdeOnboardings : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityCenter.Models.MdeOnboarding>
Public Overridable Function GetMdeOnboardings (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MdeOnboarding)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to