SqlPoolV3 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.
A sql pool resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlPoolV3 : Microsoft.Azure.Management.Synapse.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolV3 = class
inherit TrackedResource
Public Class SqlPoolV3
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
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. |
Properties
AutoPauseTimer |
Gets or sets the period of inactivity in minutes before automatically pausing the sql pool. |
AutoResume |
Gets or sets indicates whether the sql pool can automatically resume when connection attempts are made. |
CurrentServiceObjectiveName |
Gets the current service level objective name of the sql pool. |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Kind |
Gets kind of SqlPool. |
Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
MaxServiceObjectiveName |
Gets or sets the max service level objective name of the sql pool. |
Name |
Gets the name of the resource (Inherited from Resource) |
RequestedServiceObjectiveName |
Gets the requested service level objective name of the sql pool. |
Sku |
Gets or sets the sql pool SKU. The list of SKUs may vary by region and support offer. |
SqlPoolGuid |
Gets the Guid of the sql pool. |
Status |
Gets the status of the sql pool. Possible values include: 'Invisible', 'Online', 'Offline', 'Creating', 'Inaccessible', 'Pausing', 'Paused', 'Resuming', 'Scaling', 'Dropping', 'Error', 'Unknown' |
SystemData |
Gets systemData of SqlPool. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |