Share via


SecurityCenterLocationResource.GetTopologiesByHomeRegionAsync Method

Definition

Gets a list that allows to build a topology view of a subscription and location.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to