SubscriptionUsage 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
SubscriptionUsage() |
Initializes a new instance of the SubscriptionUsage class. |
SubscriptionUsage(String, String, String, String, Nullable<Double>, Nullable<Double>, String) |
Initializes a new instance of the SubscriptionUsage class. |
SubscriptionUsage()
Initializes a new instance of the SubscriptionUsage class.
public SubscriptionUsage ();
Public Sub New ()
Applies to
SubscriptionUsage(String, String, String, String, Nullable<Double>, Nullable<Double>, String)
Initializes a new instance of the SubscriptionUsage class.
public SubscriptionUsage (string id = default, string name = default, string type = default, string displayName = default, double? currentValue = default, double? limit = default, string unit = default);
new Microsoft.Azure.Management.Sql.Models.SubscriptionUsage : string * string * string * string * Nullable<double> * Nullable<double> * string -> Microsoft.Azure.Management.Sql.Models.SubscriptionUsage
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- displayName
- String
User-readable name of the metric.
- unit
- String
Unit of the metric.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET