次の方法で共有


SqlPoolPatchInfo コンストラクター

定義

オーバーロード

SqlPoolPatchInfo()

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

SqlPoolPatchInfo(IDictionary<String,String>, String, Sku, Nullable<Int64>, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String)

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

SqlPoolPatchInfo()

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

public SqlPoolPatchInfo ();
Public Sub New ()

適用対象

SqlPoolPatchInfo(IDictionary<String,String>, String, Sku, Nullable<Int64>, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String)

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

public SqlPoolPatchInfo (System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.Synapse.Models.Sku sku = default, long? maxSizeBytes = default, string collation = default, string sourceDatabaseId = default, string recoverableDatabaseId = default, string provisioningState = default, string status = default, DateTime? restorePointInTime = default, string createMode = default, DateTime? creationDate = default, string storageAccountType = default);
new Microsoft.Azure.Management.Synapse.Models.SqlPoolPatchInfo : System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.Management.Synapse.Models.Sku * Nullable<int64> * string * string * string * string * string * Nullable<DateTime> * string * Nullable<DateTime> * string -> Microsoft.Azure.Management.Synapse.Models.SqlPoolPatchInfo
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional sku As Sku = Nothing, Optional maxSizeBytes As Nullable(Of Long) = Nothing, Optional collation As String = Nothing, Optional sourceDatabaseId As String = Nothing, Optional recoverableDatabaseId As String = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional restorePointInTime As Nullable(Of DateTime) = Nothing, Optional createMode As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional storageAccountType As String = Nothing)

パラメーター

tags
IDictionary<String,String>

リソース タグ。

location
String

リソースが保存されている地理的な場所

sku
Sku

SQL プール SKU

maxSizeBytes
Nullable<Int64>

最大サイズ (バイト単位)

collation
String

照合順序モード

sourceDatabaseId
String

作成元のソース データベース

recoverableDatabaseId
String

復元元のデータベースをバックアップする

provisioningState
String

リソースの状態

status
String

リソースの状態

restorePointInTime
Nullable<DateTime>

復元するスナップショットの時刻

createMode
String

これは何ですか。

creationDate
Nullable<DateTime>

SQL プールが作成された日付

storageAccountType
String

この SQL プールのバックアップを格納するために使用されるストレージ アカウントの種類。 使用できる値は、'GRS'、'LRS'、'ZRS' です。

適用対象