DiscoveredSecuritySolutionCollection.GetIfExists 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.
Tries to get details for this resource from the service.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/discoveredSecuritySolutions/{discoveredSecuritySolutionName}.
- Operation Id. : DiscoveredSecuritySolutions_Get.
- Default Api Version. : 2020-01-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DiscoveredSecuritySolutionResource> GetIfExists(Azure.Core.AzureLocation ascLocation, string discoveredSecuritySolutionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DiscoveredSecuritySolutionResource>
override this.GetIfExists : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DiscoveredSecuritySolutionResource>
Public Overridable Function GetIfExists (ascLocation As AzureLocation, discoveredSecuritySolutionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DiscoveredSecuritySolutionResource)
Parameters
- ascLocation
- AzureLocation
The location where ASC stores the data of the subscription. can be retrieved from Get locations.
- discoveredSecuritySolutionName
- String
Name of a discovered security solution.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
discoveredSecuritySolutionName is null.
discoveredSecuritySolutionName is an empty string, and was expected to be non-empty.