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.
Provides a compatibility shim for the GetTopologiesByHomeRegionAsync operation preserved from the previous public API surface.
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 value preserved for API compatibility.
Returns
The compatibility result.