ServerUsage 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
ServerUsage() |
Initializes a new instance of the ServerUsage class. |
ServerUsage(String, String, String, Nullable<Double>, Nullable<Double>, String, Nullable<DateTime>) |
Initializes a new instance of the ServerUsage class. |
ServerUsage()
Initializes a new instance of the ServerUsage class.
public ServerUsage ();
Public Sub New ()
Applies to
ServerUsage(String, String, String, Nullable<Double>, Nullable<Double>, String, Nullable<DateTime>)
Initializes a new instance of the ServerUsage class.
public ServerUsage (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.ServerUsage : string * string * string * Nullable<double> * Nullable<double> * string * Nullable<DateTime> -> Microsoft.Azure.Management.Synapse.Models.ServerUsage
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
Name of the server usage metric.
- resourceName
- String
The name of the resource.
- displayName
- String
The metric display name.
- unit
- String
The units of the metric.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET