次の方法で共有


QuotaProperties コンストラクター

定義

オーバーロード

QuotaProperties()

QuotaProperties クラスの新しいインスタンスを初期化します。

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

QuotaProperties クラスの新しいインスタンスを初期化します。

QuotaProperties()

QuotaProperties クラスの新しいインスタンスを初期化します。

public QuotaProperties();
Public Sub New ()

適用対象

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

QuotaProperties クラスの新しいインスタンスを初期化します。

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)

パラメーター

limit
Nullable<Int32>

クォータ のプロパティ。

currentValue
Nullable<Int32>

リソースの現在の使用状況の値。

unit
String

countbytes などの制限単位。 GET クォータ操作の応答で指定されたユニット フィールドを使用します。

name
ResourceName

リソース プロバイダーによって提供されるリソースの名前。 quotaRequests リソース操作には、このプロパティを使用します。

resourceType
Object

リソースの種類の名前。

quotaPeriod
String

クォータ使用量の値が集計される期間。 たとえば、P1D (1 日あたり)、PT1M (1 分ごと)、PT1S (1 秒あたり) などです。 コンピューティングなどの一部のリソースでは、期間が無関係であるため、このパラメーターは省略可能です。

properties
Object

指定したリソース プロバイダーの追加のプロパティ。

適用対象