다음을 통해 공유


Quota 생성자

정의

오버로드

Quota()

Quota 클래스의 새 instance 초기화합니다.

Quota(IDictionary<String,Nullable<Int32>>, String)

Quota 클래스의 새 instance 초기화합니다.

Quota()

Quota 클래스의 새 instance 초기화합니다.

public Quota ();
Public Sub New ()

적용 대상

Quota(IDictionary<String,Nullable<Int32>>, String)

Quota 클래스의 새 instance 초기화합니다.

public Quota (System.Collections.Generic.IDictionary<string,int?> hostsRemaining = default, string quotaEnabled = default);
new Microsoft.Azure.Management.Avs.Models.Quota : System.Collections.Generic.IDictionary<string, Nullable<int>> * string -> Microsoft.Azure.Management.Avs.Models.Quota
Public Sub New (Optional hostsRemaining As IDictionary(Of String, Nullable(Of Integer)) = Nothing, Optional quotaEnabled As String = Nothing)

매개 변수

hostsRemaining
IDictionary<String,Nullable<Int32>>

sku 유형별 나머지 호스트 할당량

quotaEnabled
String

호스트 할당량이 현재 구독에 대해 활성화되어 있습니다. 가능한 값은 'Enabled', 'Disabled'입니다.

적용 대상