QuotaProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- unit
- String
count や bytes などの制限単位。 GET クォータ操作の応答で指定されたユニット フィールドを使用します。
- name
- ResourceName
リソース プロバイダーによって提供されるリソースの名前。 quotaRequests リソース操作には、このプロパティを使用します。
- resourceType
- Object
リソースの種類の名前。
- quotaPeriod
- String
クォータ使用量の値が集計される期間。 たとえば、P1D (1 日あたり)、PT1M (1 分ごと)、PT1S (1 秒あたり) などです。 コンピューティングなどの一部のリソースでは、期間が無関係であるため、このパラメーターは省略可能です。
- properties
- Object
指定したリソース プロバイダーの追加のプロパティ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET