SecurityCenterExtensions.GetServerVulnerabilityAssessmentAsync Method

Definition

Provides a compatibility shim for the GetServerVulnerabilityAssessmentAsync operation preserved from the previous public API surface.

public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.ServerVulnerabilityAssessmentResource>> GetServerVulnerabilityAssessmentAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceNamespace, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetServerVulnerabilityAssessmentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.ServerVulnerabilityAssessmentResource>>
<Extension()>
Public Function GetServerVulnerabilityAssessmentAsync (resourceGroupResource As ResourceGroupResource, resourceNamespace As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ServerVulnerabilityAssessmentResource))

Parameters

resourceGroupResource
ResourceGroupResource

The value preserved for API compatibility.

resourceNamespace
String

The value preserved for API compatibility.

resourceType
String

The value preserved for API compatibility.

resourceName
String

The value preserved for API compatibility.

cancellationToken
CancellationToken

The value preserved for API compatibility.

Returns

The compatibility result.

Exceptions

resourceGroupResource, resourceNamespace, resourceType or resourceName is null.

resourceNamespace, resourceType or resourceName is an empty string, and was expected to be non-empty.

Applies to