GremlinDatabaseGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. GremlinDatabaseGetProperties
- com.
Implements
public final class GremlinDatabaseGetProperties
implements JsonSerializable<GremlinDatabaseGetProperties>
The properties of an Azure Cosmos DB SQL database.
Constructor Summary
| Constructor | Description |
|---|---|
| GremlinDatabaseGetProperties() |
Creates an instance of Gremlin |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Gremlin |
fromJson(JsonReader jsonReader)
Reads an instance of Gremlin |
|
Gremlin |
options()
Get the options property: The options property. |
|
Gremlin |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Gremlin |
withOptions(GremlinDatabaseGetPropertiesOptions options)
Set the options property: The options property. |
|
Gremlin |
withResource(GremlinDatabaseGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
GremlinDatabaseGetProperties
public GremlinDatabaseGetProperties()
Creates an instance of GremlinDatabaseGetProperties class.
Method Details
fromJson
public static GremlinDatabaseGetProperties fromJson(JsonReader jsonReader)
Reads an instance of GremlinDatabaseGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
options
public GremlinDatabaseGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public GremlinDatabaseGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOptions
public GremlinDatabaseGetProperties withOptions(GremlinDatabaseGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public GremlinDatabaseGetProperties withResource(GremlinDatabaseGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: