Class GremlinGraphGetResultsInner
- 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
-
public final class GremlinGraphGetResultsInner extends ArmResourceProperties
An Azure Cosmos DB Gremlin graph.
-
-
Constructor Summary
Constructors Constructor Description GremlinGraphGetResultsInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GremlinGraphGetPropertiesOptionsoptions()Get the options property: The options property.GremlinGraphGetPropertiesResourceresource()Get the resource property: The resource property.voidvalidate()Validates the instance.GremlinGraphGetResultsInnerwithLocation(String location)GremlinGraphGetResultsInnerwithOptions(GremlinGraphGetPropertiesOptions options)Set the options property: The options property.GremlinGraphGetResultsInnerwithResource(GremlinGraphGetPropertiesResource resource)Set the resource property: The resource property.GremlinGraphGetResultsInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
withLocation
public GremlinGraphGetResultsInner withLocation(String location)
- Overrides:
withLocationin classArmResourceProperties
-
withTags
public GremlinGraphGetResultsInner withTags(Map<String,String> tags)
- Overrides:
withTagsin classArmResourceProperties
-
resource
public GremlinGraphGetPropertiesResource resource()
Get the resource property: The resource property.- Returns:
- the resource value.
-
withResource
public GremlinGraphGetResultsInner withResource(GremlinGraphGetPropertiesResource resource)
Set the resource property: The resource property.- Parameters:
resource- the resource value to set.- Returns:
- the GremlinGraphGetResultsInner object itself.
-
options
public GremlinGraphGetPropertiesOptions options()
Get the options property: The options property.- Returns:
- the options value.
-
withOptions
public GremlinGraphGetResultsInner withOptions(GremlinGraphGetPropertiesOptions options)
Set the options property: The options property.- Parameters:
options- the options value to set.- Returns:
- the GremlinGraphGetResultsInner object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classArmResourceProperties- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-