ArmReservationsModelFactory.QuotaProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
- unit
- String
count や bytes などの制限単位。 GET クォータ操作の応答で指定された単位フィールドを使用します。
- resourceName
- ReservationResourceName
リソース プロバイダーによって提供されるリソースの名前。 quotaRequests リソース操作には、このプロパティを使用します。
- resourceTypeName
- Nullable<ResourceTypeName>
リソースの種類の名前。
- quotaPeriod
- String
クォータ使用量の値が集計される期間。 たとえば、P1D (1 日あたり)、PT1M (1 分あたり)、PT1S (1 秒あたり) などです。 コンピューティングなどの一部のリソースでは、期間は関係ないため、このパラメーターは省略可能です。
- properties
- BinaryData
指定したリソース プロバイダーの追加のプロパティ。
戻り値
モック作成用の新しい QuotaProperties インスタンス。