SqlPoolPatchInfo Constructors
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.
Overloads
SqlPoolPatchInfo() |
Initializes a new instance of the SqlPoolPatchInfo class. |
SqlPoolPatchInfo(IDictionary<String,String>, String, Sku, Nullable<Int64>, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String) |
Initializes a new instance of the SqlPoolPatchInfo class. |
SqlPoolPatchInfo()
Initializes a new instance of the SqlPoolPatchInfo class.
public SqlPoolPatchInfo ();
Public Sub New ()
Applies to
SqlPoolPatchInfo(IDictionary<String,String>, String, Sku, Nullable<Int64>, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String)
Initializes a new instance of the SqlPoolPatchInfo class.
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)
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- location
- String
The geo-location where the resource lives
- sku
- Sku
SQL pool SKU
- collation
- String
Collation mode
- sourceDatabaseId
- String
Source database to create from
- recoverableDatabaseId
- String
Backup database to restore from
- provisioningState
- String
Resource state
- status
- String
Resource status
- createMode
- String
What is this?
- storageAccountType
- String
The storage account type used to store backups for this sql pool. Possible values include: 'GRS', 'LRS', 'ZRS'
Applies to
Azure SDK for .NET