Partager via


ManagedDatabaseRestoreDetailsUnrestorableFileProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.models.ManagedDatabaseRestoreDetailsUnrestorableFileProperties

Implements

public final class ManagedDatabaseRestoreDetailsUnrestorableFileProperties
implements JsonSerializable<ManagedDatabaseRestoreDetailsUnrestorableFileProperties>

The managed database's restore details unrestorable file properties.

Constructor Summary

Constructor Description
ManagedDatabaseRestoreDetailsUnrestorableFileProperties()

Creates an instance of ManagedDatabaseRestoreDetailsUnrestorableFileProperties class.

Method Summary

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

Reads an instance of ManagedDatabaseRestoreDetailsUnrestorableFileProperties from the JsonReader.

String name()

Get the name property: File name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ManagedDatabaseRestoreDetailsUnrestorableFileProperties

public ManagedDatabaseRestoreDetailsUnrestorableFileProperties()

Creates an instance of ManagedDatabaseRestoreDetailsUnrestorableFileProperties class.

Method Details

fromJson

public static ManagedDatabaseRestoreDetailsUnrestorableFileProperties fromJson(JsonReader jsonReader)

Reads an instance of ManagedDatabaseRestoreDetailsUnrestorableFileProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

name

public String name()

Get the name property: File name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to