CosmosDBTableResourceInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cosmos DB table resource object.
public class CosmosDBTableResourceInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBTableResourceInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CosmosDB.Models.CosmosDBTableResourceInfo>
type CosmosDBTableResourceInfo = class
interface IJsonModel<CosmosDBTableResourceInfo>
interface IPersistableModel<CosmosDBTableResourceInfo>
Public Class CosmosDBTableResourceInfo
Implements IJsonModel(Of CosmosDBTableResourceInfo), IPersistableModel(Of CosmosDBTableResourceInfo)
- Inheritance
-
CosmosDBTableResourceInfo
- Derived
- Implements
Constructors
CosmosDBTableResourceInfo(String) |
Initializes a new instance of CosmosDBTableResourceInfo. |
Properties
CreateMode |
Enum to indicate the mode of resource creation. |
RestoreParameters |
Parameters to indicate the information about the restore. |
TableName |
Name of the Cosmos DB table. |
Explicit Interface Implementations
IJsonModel<CosmosDBTableResourceInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CosmosDBTableResourceInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CosmosDBTableResourceInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CosmosDBTableResourceInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CosmosDBTableResourceInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET