SecurityCenterExtensions.GetSecuritySolution 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 GetSecuritySolution operation preserved from the previous public API surface.
public static Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecuritySolution> GetSecuritySolution(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation ascLocation, string securitySolutionName, System.Threading.CancellationToken cancellationToken = default);
static member GetSecuritySolution : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.Models.SecuritySolution>
<Extension()>
Public Function GetSecuritySolution (resourceGroupResource As ResourceGroupResource, ascLocation As AzureLocation, securitySolutionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecuritySolution)
Parameters
- resourceGroupResource
- ResourceGroupResource
The value preserved for API compatibility.
- ascLocation
- AzureLocation
The value preserved for API compatibility.
- securitySolutionName
- String
The value preserved for API compatibility.
- cancellationToken
- CancellationToken
The value preserved for API compatibility.
Returns
The compatibility result.
Exceptions
securitySolutionName is an empty string, and was expected to be non-empty.
resourceGroupResource or securitySolutionName is null.