SqlPoolPatchInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- collation
- String
照合順序モード
- sourceDatabaseId
- String
作成元のソース データベース
- recoverableDatabaseId
- String
復元元のデータベースをバックアップする
- provisioningState
- String
リソースの状態
- status
- String
リソースの状態
- createMode
- String
これは何ですか。
- storageAccountType
- String
この SQL プールのバックアップを格納するために使用されるストレージ アカウントの種類。 使用できる値は、'GRS'、'LRS'、'ZRS' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET