RestorableSqlDatabaseGetResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.fluent.models.RestorableSqlDatabaseGetResultInner

Implements

public final class RestorableSqlDatabaseGetResultInner
implements JsonSerializable<RestorableSqlDatabaseGetResultInner>

An Azure Cosmos DB SQL database event.

Constructor Summary

Constructor Description
RestorableSqlDatabaseGetResultInner()

Creates an instance of RestorableSqlDatabaseGetResultInner class.

Method Summary

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

Reads an instance of RestorableSqlDatabaseGetResultInner from the JsonReader.

String id()

Get the id property: The unique resource Identifier of the ARM resource.

String name()

Get the name property: The name of the ARM resource.

RestorableSqlDatabasePropertiesResource resource()

Get the resource property: The resource of an Azure Cosmos DB SQL database event.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of Azure resource.

void validate()

Validates the instance.

RestorableSqlDatabaseGetResultInner withResource(RestorableSqlDatabasePropertiesResource resource)

Set the resource property: The resource of an Azure Cosmos DB SQL database event.

Methods inherited from java.lang.Object

Constructor Details

RestorableSqlDatabaseGetResultInner

public RestorableSqlDatabaseGetResultInner()

Creates an instance of RestorableSqlDatabaseGetResultInner class.

Method Details

fromJson

public static RestorableSqlDatabaseGetResultInner fromJson(JsonReader jsonReader)

Reads an instance of RestorableSqlDatabaseGetResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: The unique resource Identifier of the ARM resource.

Returns:

the id value.

name

public String name()

Get the name property: The name of the ARM resource.

Returns:

the name value.

resource

public RestorableSqlDatabasePropertiesResource resource()

Get the resource property: The resource of an Azure Cosmos DB SQL database event.

Returns:

the resource value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of Azure resource.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withResource

public RestorableSqlDatabaseGetResultInner withResource(RestorableSqlDatabasePropertiesResource resource)

Set the resource property: The resource of an Azure Cosmos DB SQL database event.

Parameters:

resource - the resource value to set.

Returns:

the RestorableSqlDatabaseGetResultInner object itself.

Applies to