AzureBackupRecoveryPoint Class

  • java.lang.Object
    • com.azure.resourcemanager.dataprotection.models.AzureBackupRecoveryPoint

Implements

public class AzureBackupRecoveryPoint
implements JsonSerializable<AzureBackupRecoveryPoint>

Azure backup recoveryPoint.

Constructor Summary

Modifier Constructor Description
protected AzureBackupRecoveryPoint()

Creates an instance of AzureBackupRecoveryPoint class.

Method Summary

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

Reads an instance of AzureBackupRecoveryPoint from the JsonReader.

String objectType()

Get the objectType property: The objectType property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

AzureBackupRecoveryPoint

protected AzureBackupRecoveryPoint()

Creates an instance of AzureBackupRecoveryPoint class.

Method Details

fromJson

public static AzureBackupRecoveryPoint fromJson(JsonReader jsonReader)

Reads an instance of AzureBackupRecoveryPoint from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

objectType

public String objectType()

Get the objectType property: The objectType property.

Returns:

the objectType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to