次の方法で共有


ArmReservationsModelFactory.QuotaProperties メソッド

定義

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

public static Azure.ResourceManager.Reservations.Models.QuotaProperties QuotaProperties (int? limit = default, int? currentValue = default, string unit = default, Azure.ResourceManager.Reservations.Models.ReservationResourceName resourceName = default, Azure.ResourceManager.Reservations.Models.ResourceTypeName? resourceTypeName = default, string quotaPeriod = default, BinaryData properties = default);
static member QuotaProperties : Nullable<int> * Nullable<int> * string * Azure.ResourceManager.Reservations.Models.ReservationResourceName * Nullable<Azure.ResourceManager.Reservations.Models.ResourceTypeName> * string * BinaryData -> Azure.ResourceManager.Reservations.Models.QuotaProperties
Public Shared Function QuotaProperties (Optional limit As Nullable(Of Integer) = Nothing, Optional currentValue As Nullable(Of Integer) = Nothing, Optional unit As String = Nothing, Optional resourceName As ReservationResourceName = Nothing, Optional resourceTypeName As Nullable(Of ResourceTypeName) = Nothing, Optional quotaPeriod As String = Nothing, Optional properties As BinaryData = Nothing) As QuotaProperties

パラメーター

limit
Nullable<Int32>

クォータのプロパティ。

currentValue
Nullable<Int32>

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

unit
String

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

resourceName
ReservationResourceName

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

resourceTypeName
Nullable<ResourceTypeName>

リソースの種類の名前。

quotaPeriod
String

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

properties
BinaryData

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

戻り値

モック作成用の新しい QuotaProperties インスタンス。

適用対象