SqlDatabaseGetResultsInner Class

public final class SqlDatabaseGetResultsInner
extends ArmResourceProperties

An Azure Cosmos DB SQL database.

Constructor Summary

Constructor Description
SqlDatabaseGetResultsInner()

Creates an instance of SqlDatabaseGetResultsInner class.

Method Summary

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

Reads an instance of SqlDatabaseGetResultsInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

SqlDatabaseGetPropertiesOptions options()

Get the options property: The options property.

SqlDatabaseGetPropertiesResource resource()

Get the resource property: The resource property.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

SqlDatabaseGetResultsInner withLocation(String location)
SqlDatabaseGetResultsInner withOptions(SqlDatabaseGetPropertiesOptions options)

Set the options property: The options property.

SqlDatabaseGetResultsInner withResource(SqlDatabaseGetPropertiesResource resource)

Set the resource property: The resource property.

SqlDatabaseGetResultsInner withTags(Map<String,String> tags)

Methods inherited from Resource

Methods inherited from ArmResourceProperties

Methods inherited from java.lang.Object

Constructor Details

SqlDatabaseGetResultsInner

public SqlDatabaseGetResultsInner()

Creates an instance of SqlDatabaseGetResultsInner class.

Method Details

fromJson

public static SqlDatabaseGetResultsInner fromJson(JsonReader jsonReader)

Reads an instance of SqlDatabaseGetResultsInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SqlDatabaseGetResultsInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SqlDatabaseGetResultsInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SqlDatabaseGetResultsInner.name()

Returns:

the name value.

options

public SqlDatabaseGetPropertiesOptions options()

Get the options property: The options property.

Returns:

the options value.

resource

public SqlDatabaseGetPropertiesResource resource()

Get the resource property: The resource property.

Returns:

the resource value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SqlDatabaseGetResultsInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SqlDatabaseGetResultsInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

SqlDatabaseGetResultsInner.validate()

withLocation

public SqlDatabaseGetResultsInner withLocation(String location)

Overrides:

SqlDatabaseGetResultsInner.withLocation(String location)

Parameters:

location

withOptions

public SqlDatabaseGetResultsInner withOptions(SqlDatabaseGetPropertiesOptions options)

Set the options property: The options property.

Parameters:

options - the options value to set.

Returns:

the SqlDatabaseGetResultsInner object itself.

withResource

public SqlDatabaseGetResultsInner withResource(SqlDatabaseGetPropertiesResource resource)

Set the resource property: The resource property.

Parameters:

resource - the resource value to set.

Returns:

the SqlDatabaseGetResultsInner object itself.

withTags

public SqlDatabaseGetResultsInner withTags(Map tags)

Overrides:

SqlDatabaseGetResultsInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to