次の方法で共有


SubscriptionQuota コンストラクター

定義

オーバーロード

SubscriptionQuota()

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

SubscriptionQuota(String, String, String, Nullable<Int32>, Nullable<Int32>)

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

SubscriptionQuota()

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

public SubscriptionQuota ();
Public Sub New ()

適用対象

SubscriptionQuota(String, String, String, Nullable<Int32>, Nullable<Int32>)

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

public SubscriptionQuota (string id = default, string name = default, string type = default, int? maxCount = default, int? currentCount = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota : string * string * string * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional maxCount As Nullable(Of Integer) = Nothing, Optional currentCount As Nullable(Of Integer) = Nothing)

パラメーター

id
String

リソース ID

name
String

リソース名

type
String

リソースの種類

maxCount
Nullable<Int32>

このリソースの最大使用許可数。

currentCount
Nullable<Int32>

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

適用対象