SqlPoolPatchInfo Class
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.
SQL pool patch info
[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlPoolPatchInfo
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolPatchInfo = class
Public Class SqlPoolPatchInfo
- Inheritance
-
SqlPoolPatchInfo
- Attributes
Remarks
A SQL Analytics pool patch info
Constructors
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. |
Properties
Collation |
Gets or sets collation mode |
CreateMode |
Gets or sets what is this? |
CreationDate |
Gets or sets date the SQL pool was created |
Location |
Gets or sets the geo-location where the resource lives |
MaxSizeBytes |
Gets or sets maximum size in bytes |
ProvisioningState |
Gets or sets resource state |
RecoverableDatabaseId |
Gets or sets backup database to restore from |
RestorePointInTime |
Gets or sets snapshot time to restore |
Sku |
Gets or sets SQL pool SKU |
SourceDatabaseId |
Gets or sets source database to create from |
Status |
Gets or sets resource status |
StorageAccountType |
Gets or sets the storage account type used to store backups for this sql pool. Possible values include: 'GRS', 'LRS', 'ZRS' |
Tags |
Gets or sets resource tags. |
Applies to
Azure SDK for .NET