SecurityCenterLocationResource.GetDiscoveredSecuritySolutionsByHomeRegionAsync 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 GetDiscoveredSecuritySolutionsByHomeRegionAsync operation preserved from the previous public API surface.
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.DiscoveredSecuritySolution> GetDiscoveredSecuritySolutionsByHomeRegionAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetDiscoveredSecuritySolutionsByHomeRegionAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.DiscoveredSecuritySolution>
override this.GetDiscoveredSecuritySolutionsByHomeRegionAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityCenter.Models.DiscoveredSecuritySolution>
Public Overridable Function GetDiscoveredSecuritySolutionsByHomeRegionAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DiscoveredSecuritySolution)
Parameters
- cancellationToken
- CancellationToken
The value preserved for API compatibility.
Returns
The compatibility result.