SqlPoolV3 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
SqlPoolV3() |
Initializes a new instance of the SqlPoolV3 class. |
SqlPoolV3(String, String, String, String, IDictionary<String, String>, SkuV3, String, SystemData, String, Nullable<Guid>, String, String, String, Nullable<Int32>, Nullable<Boolean>) |
Initializes a new instance of the SqlPoolV3 class. |
SqlPoolV3()
Initializes a new instance of the SqlPoolV3 class.
public SqlPoolV3 ();
Public Sub New ()
Applies to
SqlPoolV3(String, String, String, String, IDictionary<String, String>, SkuV3, String, SystemData, String, Nullable<Guid>, String, String, String, Nullable<Int32>, Nullable<Boolean>)
Initializes a new instance of the SqlPoolV3 class.
public SqlPoolV3 (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Synapse.Models.SkuV3 sku = default, string kind = default, Microsoft.Azure.Management.Synapse.Models.SystemData systemData = default, string status = default, Guid? sqlPoolGuid = default, string currentServiceObjectiveName = default, string requestedServiceObjectiveName = default, string maxServiceObjectiveName = default, int? autoPauseTimer = default, bool? autoResume = default);
new Microsoft.Azure.Management.Synapse.Models.SqlPoolV3 : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Synapse.Models.SkuV3 * string * Microsoft.Azure.Management.Synapse.Models.SystemData * string * Nullable<Guid> * string * string * string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.Synapse.Models.SqlPoolV3
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As SkuV3 = Nothing, Optional kind As String = Nothing, Optional systemData As SystemData = Nothing, Optional status As String = Nothing, Optional sqlPoolGuid As Nullable(Of Guid) = Nothing, Optional currentServiceObjectiveName As String = Nothing, Optional requestedServiceObjectiveName As String = Nothing, Optional maxServiceObjectiveName As String = Nothing, Optional autoPauseTimer As Nullable(Of Integer) = Nothing, Optional autoResume As Nullable(Of Boolean) = Nothing)
Parameters
- location
- System.String
The geo-location where the resource lives
- id
- System.String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- System.String
The name of the resource
- type
- System.String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- tags
- System.Collections.Generic.IDictionary<System.String,System.String>
Resource tags.
- sku
- SkuV3
The sql pool SKU. The list of SKUs may vary by region and support offer.
- kind
- System.String
Kind of SqlPool.
- systemData
- SystemData
SystemData of SqlPool.
- status
- System.String
The status of the sql pool. Possible values include: 'Invisible', 'Online', 'Offline', 'Creating', 'Inaccessible', 'Pausing', 'Paused', 'Resuming', 'Scaling', 'Dropping', 'Error', 'Unknown'
- sqlPoolGuid
- System.Nullable<System.Guid>
The Guid of the sql pool.
- currentServiceObjectiveName
- System.String
The current service level objective name of the sql pool.
- requestedServiceObjectiveName
- System.String
The requested service level objective name of the sql pool.
- maxServiceObjectiveName
- System.String
The max service level objective name of the sql pool.
- autoPauseTimer
- System.Nullable<System.Int32>
The period of inactivity in minutes before automatically pausing the sql pool.
- autoResume
- System.Nullable<System.Boolean>
Indicates whether the sql pool can automatically resume when connection attempts are made.