MalwareScanInner Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.MalwareScanInner

Implements

public final class MalwareScanInner
implements JsonSerializable<MalwareScanInner>

Describes the state of a malware scan operation.

Method Summary

Modifier and Type Method and Description
static MalwareScanInner fromJson(JsonReader jsonReader)

Reads an instance of MalwareScanInner from the JsonReader.

MalwareScanProperties properties()

Get the properties property: The properties property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static MalwareScanInner fromJson(JsonReader jsonReader)

Reads an instance of MalwareScanInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MalwareScanInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MalwareScanInner.

properties

public MalwareScanProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to