ServerVulnerabilityAssessmentInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. ServerVulnerabilityAssessmentInner
- com.
- com.
public final class ServerVulnerabilityAssessmentInner
extends ProxyResource
Describes the server vulnerability assessment details on a resource.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerVulnerabilityAssessmentInner() |
Creates an instance of Server |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Server |
fromJson(JsonReader jsonReader)
Reads an instance of Server |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Server |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
ServerVulnerabilityAssessmentInner
public ServerVulnerabilityAssessmentInner()
Creates an instance of ServerVulnerabilityAssessmentInner class.
Method Details
fromJson
public static ServerVulnerabilityAssessmentInner fromJson(JsonReader jsonReader)
Reads an instance of ServerVulnerabilityAssessmentInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ServerVulnerabilityAssessmentInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ServerVulnerabilityAssessmentInner.name()Returns:
provisioningState
public ServerVulnerabilityAssessmentPropertiesProvisioningState provisioningState()
Get the provisioningState property: The provisioningState of the vulnerability assessment capability on the VM.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ServerVulnerabilityAssessmentInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ServerVulnerabilityAssessmentInner.type()Returns:
validate
public void validate()
Validates the instance.