ArmSynapseModelFactory.SqlPoolUsage Method
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.
Initializes a new instance of SqlPoolUsage.
public static Azure.ResourceManager.Synapse.Models.SqlPoolUsage SqlPoolUsage (string name = default, string resourceName = default, string displayName = default, double? currentValue = default, double? limit = default, string unit = default, DateTimeOffset? nextResetOn = default);
static member SqlPoolUsage : string * string * string * Nullable<double> * Nullable<double> * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Synapse.Models.SqlPoolUsage
Public Shared Function SqlPoolUsage (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 nextResetOn As Nullable(Of DateTimeOffset) = Nothing) As SqlPoolUsage
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.
- nextResetOn
- Nullable<DateTimeOffset>
The next reset time for the usage metric (ISO8601 format).
Returns
A new SqlPoolUsage instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET