共用方式為


RestoreResultInner Class

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

Implements

public final class RestoreResultInner
implements JsonSerializable<RestoreResultInner>

Restore operation properties.

Constructor Summary

Constructor Description
RestoreResultInner()

Creates an instance of RestoreResultInner class.

Method Summary

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

Reads an instance of RestoreResultInner from the JsonReader.

BackupRestoreBaseResultProperties properties()

Get the properties property: Backup and Restore operation common properties.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

RestoreResultInner withProperties(BackupRestoreBaseResultProperties properties)

Set the properties property: Backup and Restore operation common properties.

Methods inherited from java.lang.Object

Constructor Details

RestoreResultInner

public RestoreResultInner()

Creates an instance of RestoreResultInner class.

Method Details

fromJson

public static RestoreResultInner fromJson(JsonReader jsonReader)

Reads an instance of RestoreResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

properties

public BackupRestoreBaseResultProperties properties()

Get the properties property: Backup and Restore operation common properties.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withProperties

public RestoreResultInner withProperties(BackupRestoreBaseResultProperties properties)

Set the properties property: Backup and Restore operation common properties.

Parameters:

properties - the properties value to set.

Returns:

the RestoreResultInner object itself.

Applies to