SqlPoolPatchInfo Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SqlPoolPatchInfo() |
Inicializa uma nova instância da classe SqlPoolPatchInfo. |
SqlPoolPatchInfo(IDictionary<String,String>, String, Sku, Nullable<Int64>, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String) |
Inicializa uma nova instância da classe SqlPoolPatchInfo. |
SqlPoolPatchInfo()
Inicializa uma nova instância da classe SqlPoolPatchInfo.
public SqlPoolPatchInfo ();
Public Sub New ()
Aplica-se a
SqlPoolPatchInfo(IDictionary<String,String>, String, Sku, Nullable<Int64>, String, String, String, String, String, Nullable<DateTime>, String, Nullable<DateTime>, String)
Inicializa uma nova instância da classe 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)
Parâmetros
- tags
- IDictionary<String,String>
Marcas de recurso.
- location
- String
A localização geográfica em que o recurso reside
- sku
- Sku
SQL pool SKU
- collation
- String
Modo de ordenação
- sourceDatabaseId
- String
Banco de dados de origem a ser criado com base em
- recoverableDatabaseId
- String
Banco de dados de backup do qual restaurar
- provisioningState
- String
Estado do recurso
- status
- String
Status do recurso
- createMode
- String
O que é isso?
- storageAccountType
- String
O tipo de conta de armazenamento usado para armazenar backups para esse pool de sql. Os valores possíveis incluem: 'GRS', 'LRS', 'ZRS'
Aplica-se a
Azure SDK for .NET