SecurityCenterExtensions.GetAsync Method

Definition

Gets a specific external Security Solution. <item> Mocking. To mock this method, please mock GetAsync(AzureLocation, String, CancellationToken) instead. </item>

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.ExternalSecuritySolution>> GetAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation ascLocation, string externalSecuritySolutionsName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.Models.ExternalSecuritySolution>>
<Extension()>
Public Function GetAsync (resourceGroupResource As ResourceGroupResource, ascLocation As AzureLocation, externalSecuritySolutionsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ExternalSecuritySolution))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

ascLocation
AzureLocation

The location where ASC stores the data of the subscription. can be retrieved from Get locations.

externalSecuritySolutionsName
String

Name of an external security solution.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource is null.

Applies to