MigrateResultProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.cdn.fluent.models.MigrateResultProperties

Implements

public final class MigrateResultProperties
implements JsonSerializable<MigrateResultProperties>

The MigrateResultProperties model.

Constructor Summary

Constructor Description
MigrateResultProperties()

Creates an instance of MigrateResultProperties class.

Method Summary

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

Reads an instance of MigrateResultProperties from the JsonReader.

ResourceReference migratedProfileResourceId()

Get the migratedProfileResourceId property: Arm resource id of the migrated profile.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

MigrateResultProperties

public MigrateResultProperties()

Creates an instance of MigrateResultProperties class.

Method Details

fromJson

public static MigrateResultProperties fromJson(JsonReader jsonReader)

Reads an instance of MigrateResultProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

migratedProfileResourceId

public ResourceReference migratedProfileResourceId()

Get the migratedProfileResourceId property: Arm resource id of the migrated profile.

Returns:

the migratedProfileResourceId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to