ImportRdbContent Class

Definition

Parameters for Redis import operation.

public class ImportRdbContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Redis.Models.ImportRdbContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Redis.Models.ImportRdbContent>
public class ImportRdbContent
type ImportRdbContent = class
    interface IJsonModel<ImportRdbContent>
    interface IPersistableModel<ImportRdbContent>
type ImportRdbContent = class
Public Class ImportRdbContent
Implements IJsonModel(Of ImportRdbContent), IPersistableModel(Of ImportRdbContent)
Public Class ImportRdbContent
Inheritance
ImportRdbContent
Implements

Constructors

ImportRdbContent(IEnumerable<String>)

Initializes a new instance of ImportRdbContent.

Properties

Files

files to import.

Format

File format.

PreferredDataArchiveAuthMethod

Preferred auth method to communicate to storage account used for data archive, specify SAS or ManagedIdentity, default value is SAS.

StorageSubscriptionId

Subscription id of the storage container containing files to import using Managed Identity.

Explicit Interface Implementations

IJsonModel<ImportRdbContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ImportRdbContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImportRdbContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImportRdbContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ImportRdbContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to