SecurityCenterLocationResource.GetDiscoveredSecuritySolutionsByHomeRegionAsync Method

Definition

Gets a list of discovered Security Solutions for the subscription and location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}/discoveredSecuritySolutions
  • Operation Id: DiscoveredSecuritySolutions_ListByHomeRegion
  • Default Api Version: 2020-01-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.DiscoveredSecuritySolution> GetDiscoveredSecuritySolutionsByHomeRegionAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiscoveredSecuritySolutionsByHomeRegionAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.DiscoveredSecuritySolution>
override this.GetDiscoveredSecuritySolutionsByHomeRegionAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.DiscoveredSecuritySolution>
Public Overridable Function GetDiscoveredSecuritySolutionsByHomeRegionAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DiscoveredSecuritySolution)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to