SqlPoolUsage 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
SqlPoolUsage() |
Initializes a new instance of the SqlPoolUsage class. |
SqlPoolUsage(String, String, String, Nullable<Double>, Nullable<Double>, String, Nullable<DateTime>) |
Initializes a new instance of the SqlPoolUsage class. |
SqlPoolUsage()
Initializes a new instance of the SqlPoolUsage class.
public SqlPoolUsage ();
Public Sub New ()
Applies to
SqlPoolUsage(String, String, String, Nullable<Double>, Nullable<Double>, String, Nullable<DateTime>)
Initializes a new instance of the SqlPoolUsage class.
public SqlPoolUsage (string name = default, string resourceName = default, string displayName = default, double? currentValue = default, double? limit = default, string unit = default, DateTime? nextResetTime = default);
new Microsoft.Azure.Management.Synapse.Models.SqlPoolUsage : string * string * string * Nullable<double> * Nullable<double> * string * Nullable<DateTime> -> Microsoft.Azure.Management.Synapse.Models.SqlPoolUsage
Public Sub New (Optional name As String = Nothing, Optional resourceName As String = Nothing, Optional displayName As String = Nothing, Optional currentValue As Nullable(Of Double) = Nothing, Optional limit As Nullable(Of Double) = Nothing, Optional unit As String = Nothing, Optional nextResetTime As Nullable(Of DateTime) = Nothing)
Parameters
- name
- String
The name of the usage metric.
- resourceName
- String
The name of the resource.
- displayName
- String
The usage metric display name.
- unit
- String
The units of the usage metric.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.