TableGetResultsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cosmos. fluent. models. TableGetResultsInner
- com.
- com.
public final class TableGetResultsInner
extends ProxyResource
An Azure Cosmos DB Table.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Table |
fromJson(JsonReader jsonReader)
Reads an instance of Table |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: Identity for the resource. |
| String |
location()
Get the location property: The location of the resource group to which the resource belongs. |
| String |
name()
Get the name property: The name of the resource. |
|
Table |
options()
Get the options property: The options property. |
|
Table |
resource()
Get the resource property: The resource property. |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Tags are a list of key-value pairs that describe the resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
fromJson
public static TableGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of TableGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
TableGetResultsInner.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: Identity for the resource.
Returns:
location
public String location()
Get the location property: The location of the resource group to which the resource belongs.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
TableGetResultsInner.name()Returns:
options
public TableGetPropertiesOptions options()
Get the options property: The options property.
Returns:
resource
public TableGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Tags are a list of key-value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters. For example, the default experience for a template type is set with \"defaultExperience\": \"Cassandra\". Current \"defaultExperience\" values also include \"Table\", \"Graph\", \"DocumentDB\", and \"MongoDB\".
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
TableGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
TableGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.