次の方法で共有


SyncDatabaseIdPropertiesInner Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.fluent.models.SyncDatabaseIdPropertiesInner

Implements

public final class SyncDatabaseIdPropertiesInner
implements JsonSerializable<SyncDatabaseIdPropertiesInner>

Properties of the sync database id.

Constructor Summary

Constructor Description
SyncDatabaseIdPropertiesInner()

Creates an instance of SyncDatabaseIdPropertiesInner class.

Method Summary

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

Reads an instance of SyncDatabaseIdPropertiesInner from the JsonReader.

String id()

Get the id property: ARM resource id of sync database.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SyncDatabaseIdPropertiesInner

public SyncDatabaseIdPropertiesInner()

Creates an instance of SyncDatabaseIdPropertiesInner class.

Method Details

fromJson

public static SyncDatabaseIdPropertiesInner fromJson(JsonReader jsonReader)

Reads an instance of SyncDatabaseIdPropertiesInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: ARM resource id of sync database.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to