次の方法で共有


ExportRDBParameters コンストラクター

定義

オーバーロード

ExportRDBParameters()

ExportRDBParameters クラスの新しいインスタンスを初期化します。

ExportRDBParameters(String, String, String)

ExportRDBParameters クラスの新しいインスタンスを初期化します。

ExportRDBParameters()

ExportRDBParameters クラスの新しいインスタンスを初期化します。

public ExportRDBParameters ();
Public Sub New ()

適用対象

ExportRDBParameters(String, String, String)

ExportRDBParameters クラスの新しいインスタンスを初期化します。

public ExportRDBParameters (string prefix, string container, string format = default);
new Microsoft.Azure.Management.Redis.Models.ExportRDBParameters : string * string * string -> Microsoft.Azure.Management.Redis.Models.ExportRDBParameters
Public Sub New (prefix As String, container As String, Optional format As String = Nothing)

パラメーター

prefix
String

エクスポートされたファイルに使用するプレフィックス。

container
String

エクスポートするコンテナー名。

format
String

ファイル形式。

適用対象