SecurityCenterLocationResource.GetTopologiesByHomeRegionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET