Share via


BackupResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.hardwaresecuritymodules.fluent.models.BackupResultInner

Implements

public final class BackupResultInner
implements JsonSerializable<BackupResultInner>

Backup operation Result.

Method Summary

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

Reads an instance of BackupResultInner from the JsonReader.

BackupResultProperties properties()

Get the properties property: Properties of the Cloud HSM Cluster.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

fromJson

public static BackupResultInner fromJson(JsonReader jsonReader)

Reads an instance of BackupResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of BackupResultInner 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 BackupResultInner.

properties

public BackupResultProperties properties()

Get the properties property: Properties of the Cloud HSM Cluster.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to