SecurityCenterExtensions.GetServerVulnerabilityAssessments 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 GetServerVulnerabilityAssessments operation preserved from the previous public API surface.
public static Azure.ResourceManager.SecurityCenter.ServerVulnerabilityAssessmentCollection GetServerVulnerabilityAssessments(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string resourceNamespace, string resourceType, string resourceName);
static member GetServerVulnerabilityAssessments : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string -> Azure.ResourceManager.SecurityCenter.ServerVulnerabilityAssessmentCollection
<Extension()>
Public Function GetServerVulnerabilityAssessments (resourceGroupResource As ResourceGroupResource, resourceNamespace As String, resourceType As String, resourceName As String) As ServerVulnerabilityAssessmentCollection
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.
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.