Dela via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to