GetServerVulnerabilityAssessmentPlainArgs

data class GetServerVulnerabilityAssessmentPlainArgs(val resourceGroupName: String, val resourceName: String, val resourceNamespace: String, val resourceType: String, val serverVulnerabilityAssessment: String) : ConvertibleToJava<GetServerVulnerabilityAssessmentPlainArgs>

Constructors

constructor(resourceGroupName: String, resourceName: String, resourceNamespace: String, resourceType: String, serverVulnerabilityAssessment: String)

Properties

Link copied to clipboard

The name of the resource group within the user's subscription. The name is case insensitive.

Link copied to clipboard

Name of the resource.

Link copied to clipboard

The Namespace of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

ServerVulnerabilityAssessment status. only a 'default' value is supported.

Functions

Link copied to clipboard
open override fun toJava(): GetServerVulnerabilityAssessmentPlainArgs