Freigeben über


ArmHDInsightModelFactory.HDInsightUsage Methode

Definition

Initialisiert eine neue instance von HDInsightUsage.

public static Azure.ResourceManager.HDInsight.Models.HDInsightUsage HDInsightUsage (string unit = default, long? currentValue = default, long? limit = default, Azure.ResourceManager.HDInsight.Models.HDInsightLocalizedName name = default);
static member HDInsightUsage : string * Nullable<int64> * Nullable<int64> * Azure.ResourceManager.HDInsight.Models.HDInsightLocalizedName -> Azure.ResourceManager.HDInsight.Models.HDInsightUsage
Public Shared Function HDInsightUsage (Optional unit As String = Nothing, Optional currentValue As Nullable(Of Long) = Nothing, Optional limit As Nullable(Of Long) = Nothing, Optional name As HDInsightLocalizedName = Nothing) As HDInsightUsage

Parameter

unit
String

Die Art der Messung für die Verwendung.

currentValue
Nullable<Int64>

Die aktuelle Nutzung.

limit
Nullable<Int64>

Die maximal zulässige Nutzung.

name
HDInsightLocalizedName

Die Details zum lokalisierbaren Namen der verwendeten Ressource.

Gibt zurück

Eine neue HDInsightUsage instance zum Mocking.

Gilt für: