Share via


MockableSecurityCenterSubscriptionResource.GetTopologiesAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/topologies
  • Operation Id: Topology_List
  • Default Api Version: 2020-01-01
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecurityTopologyResource> GetTopologiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetTopologiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecurityTopologyResource>
override this.GetTopologiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.SecurityTopologyResource>
Public Overridable Function GetTopologiesAsync (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