TableGetResultsInner 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. TableGetResultsInner
- com.
- com.
- com.
- com.
public final class TableGetResultsInner
extends ArmResourceProperties
An Azure Cosmos DB Table.
Constructor Summary
Constructor | Description |
---|---|
TableGetResultsInner() |
Creates an instance of 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. |
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. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Table |
withLocation(String location) |
Table |
withOptions(TableGetPropertiesOptions options)
Set the options property: The options property. |
Table |
withResource(TableGetPropertiesResource resource)
Set the resource property: The resource property. |
Table |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ArmResourceProperties
Methods inherited from java.lang.Object
Constructor Details
TableGetResultsInner
public TableGetResultsInner()
Creates an instance of TableGetResultsInner class.
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:
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:
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.
Overrides:
TableGetResultsInner.validate()withLocation
public TableGetResultsInner withLocation(String location)
Overrides:
TableGetResultsInner.withLocation(String location)Parameters:
withOptions
public TableGetResultsInner withOptions(TableGetPropertiesOptions options)
Set the options property: The options property.
Parameters:
Returns:
withResource
public TableGetResultsInner withResource(TableGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
withTags
public TableGetResultsInner withTags(Map
Overrides:
TableGetResultsInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java