SqlDataDirectory 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.
SQLDataDirectory info.
public class SqlDataDirectory : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesBackup.Models.SqlDataDirectory>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesBackup.Models.SqlDataDirectory>
type SqlDataDirectory = class
interface IJsonModel<SqlDataDirectory>
interface IPersistableModel<SqlDataDirectory>
Public Class SqlDataDirectory
Implements IJsonModel(Of SqlDataDirectory), IPersistableModel(Of SqlDataDirectory)
- Inheritance
-
SqlDataDirectory
- Implements
Constructors
SqlDataDirectory() |
Initializes a new instance of SqlDataDirectory. |
Properties
DirectoryType |
Type of data directory mapping. |
LogicalName |
Logical name of the file. |
Path |
File path. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlDataDirectory>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlDataDirectory>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlDataDirectory>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlDataDirectory>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlDataDirectory>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET