SqlPoolUpdate 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 SqlPoolUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolUpdate = class
Public Class SqlPoolUpdate
- Inheritance
-
System.ObjectSqlPoolUpdate
- Attributes
Constructors
SqlPoolUpdate() |
Initializes a new instance of the SqlPoolUpdate class. |
SqlPoolUpdate(SkuV3, String, Nullable<Guid>, String, String, String, Nullable<Int32>, Nullable<Boolean>, IDictionary<String,String>) |
Initializes a new instance of the SqlPoolUpdate 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. |
MaxServiceObjectiveName |
Gets or sets the max service level objective name of the sql pool. |
RequestedServiceObjectiveName |
Gets the requested service level objective name of the sql pool. |
Sku |
Gets or sets the name and tier of the SKU. |
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' |
Tags |
Gets or sets resource tags. |
Methods
Validate() |
Validate the object. |