QuotaProperties Konstruktoren

Definition

Überlädt

QuotaProperties()

Initialisiert eine neue instance der QuotaProperties-Klasse.

QuotaProperties(Nullable<Int32>, Nullable<Int32>, String, ResourceName, Object, String, Object)

Initialisiert eine neue instance der QuotaProperties-Klasse.

QuotaProperties()

Initialisiert eine neue instance der QuotaProperties-Klasse.

public QuotaProperties ();
Public Sub New ()

Gilt für:

QuotaProperties(Nullable<Int32>, Nullable<Int32>, String, ResourceName, Object, String, Object)

Initialisiert eine neue instance der QuotaProperties-Klasse.

public QuotaProperties (int? limit = default, int? currentValue = default, string unit = default, Microsoft.Azure.Management.Reservations.Models.ResourceName name = default, object resourceType = default, string quotaPeriod = default, object properties = default);
new Microsoft.Azure.Management.Reservations.Models.QuotaProperties : Nullable<int> * Nullable<int> * string * Microsoft.Azure.Management.Reservations.Models.ResourceName * obj * string * obj -> Microsoft.Azure.Management.Reservations.Models.QuotaProperties
Public Sub New (Optional limit As Nullable(Of Integer) = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional unit As String = Nothing, Optional name As ResourceName = Nothing, Optional resourceType As Object = Nothing, Optional quotaPeriod As String = Nothing, Optional properties As Object = Nothing)

Parameter

limit
Nullable<Int32>

Kontingenteigenschaften.

currentValue
Nullable<Int32>

Aktueller Nutzungswert für die Ressource.

unit
String

Die Grenzwerteinheiten, z. B. Anzahl und Bytes. Verwenden Sie das Einheitenfeld, das in der Antwort des GET-Kontingentvorgangs angegeben ist.

name
ResourceName

Name der Ressource, die vom Ressourcenanbieter bereitgestellt wird. Verwenden Sie diese Eigenschaft für quotaRequests-Ressourcenvorgänge.

resourceType
Object

Der Name des Ressourcentyps.

quotaPeriod
String

Der Zeitraum, in dem die Kontingentnutzungswerte zusammengefasst werden. Beispiel: P1D (pro Tag), PT1M (pro Minute) und PT1S (pro Sekunde). Dieser Parameter ist optional, da für einige Ressourcen wie Compute der Zeitraum irrelevant ist.

properties
Object

Zusätzliche Eigenschaften für den angegebenen Ressourcenanbieter.

Gilt für: