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