RestorableTableProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. RestorableTableProperties
- com.
Implements
public final class RestorableTableProperties
implements JsonSerializable<RestorableTableProperties>
The properties of an Azure Cosmos DB Table event.
Constructor Summary
| Constructor | Description |
|---|---|
| RestorableTableProperties() |
Creates an instance of Restorable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Restorable |
fromJson(JsonReader jsonReader)
Reads an instance of Restorable |
|
Restorable |
resource()
Get the resource property: The resource of an Azure Cosmos DB Table event. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Restorable |
withResource(RestorableTablePropertiesResource resource)
Set the resource property: The resource of an Azure Cosmos DB Table event. |
Methods inherited from java.lang.Object
Constructor Details
RestorableTableProperties
public RestorableTableProperties()
Creates an instance of RestorableTableProperties class.
Method Details
fromJson
public static RestorableTableProperties fromJson(JsonReader jsonReader)
Reads an instance of RestorableTableProperties from the JsonReader.
Parameters:
Returns:
Throws:
resource
public RestorableTablePropertiesResource resource()
Get the resource property: The resource of an Azure Cosmos DB Table event.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResource
public RestorableTableProperties withResource(RestorableTablePropertiesResource resource)
Set the resource property: The resource of an Azure Cosmos DB Table event.
Parameters:
Returns: