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 | Description |
---|---|
Gremlin |
Creates an instance of Gremlin |
Modifier and Type | Method and Description |
---|---|
static
Gremlin |
from Reads an instance of Gremlin |
Gremlin |
options()
Get the options property: The options property. |
Gremlin |
resource()
Get the resource property: The resource property. |
Json |
to |
void |
validate()
Validates the instance. |
Gremlin |
with Set the options property: The options property. |
Gremlin |
with Set the resource property: The resource property. |
Methods inherited from java.lang.Object
GremlinDatabaseGetProperties
public GremlinDatabaseGetProperties()
Creates an instance of GremlinDatabaseGetProperties class.
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: