GremlinGraphGetResultsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. cosmos. models. ArmResourceProperties - com.
azure. resourcemanager. cosmos. fluent. models. GremlinGraphGetResultsInner
- com.
- com.
- com.
- com.
public final class GremlinGraphGetResultsInner
extends ArmResourceProperties
An Azure Cosmos DB Gremlin graph.
Constructor Summary
Constructor | Description |
---|---|
GremlinGraphGetResultsInner() |
Creates an instance of Gremlin |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Gremlin |
fromJson(JsonReader jsonReader)
Reads an instance of Gremlin |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Gremlin |
options()
Get the options property: The options property. |
Gremlin |
resource()
Get the resource property: The resource property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Gremlin |
withLocation(String location) |
Gremlin |
withOptions(GremlinGraphGetPropertiesOptions options)
Set the options property: The options property. |
Gremlin |
withResource(GremlinGraphGetPropertiesResource resource)
Set the resource property: The resource property. |
Gremlin |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ArmResourceProperties
Methods inherited from java.lang.Object
Constructor Details
GremlinGraphGetResultsInner
public GremlinGraphGetResultsInner()
Creates an instance of GremlinGraphGetResultsInner class.
Method Details
fromJson
public static GremlinGraphGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of GremlinGraphGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
GremlinGraphGetResultsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
GremlinGraphGetResultsInner.name()Returns:
options
public GremlinGraphGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public GremlinGraphGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GremlinGraphGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
GremlinGraphGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
GremlinGraphGetResultsInner.validate()withLocation
public GremlinGraphGetResultsInner withLocation(String location)
Overrides:
GremlinGraphGetResultsInner.withLocation(String location)Parameters:
withOptions
public GremlinGraphGetResultsInner withOptions(GremlinGraphGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public GremlinGraphGetResultsInner withResource(GremlinGraphGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
withTags
public GremlinGraphGetResultsInner withTags(Map
Overrides:
GremlinGraphGetResultsInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java