ComponentQuotaStatus class
ComponentQuotaStatus を表すクラス。
コンストラクター
| Component |
ComponentQuotaStatus を作成します。 |
メソッド
| get(string, string, Request |
Application Insights コンポーネントの日次データ ボリューム上限 (クォータ) の状態を返します。 |
| get(string, string, Request |
|
| get(string, string, Service |
コンストラクターの詳細
ComponentQuotaStatus(ApplicationInsightsManagementClientContext)
ComponentQuotaStatus を作成します。
new ComponentQuotaStatus(client: ApplicationInsightsManagementClientContext)
パラメーター
サービス クライアントへの参照。
メソッドの詳細
get(string, string, RequestOptionsBase)
Application Insights コンポーネントの日次データ ボリューム上限 (クォータ) の状態を返します。
function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentQuotaStatusGetResponse>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<ComponentQuotaStatusGetResponse>
Promise<Models.ComponentQuotaStatusGetResponse>
get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
- options
- RequestOptionsBase
省略可能なパラメーター
コールバック
get(string, string, ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentQuotaStatus>)
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- resourceName
-
string
Application Insights コンポーネント リソースの名前。
コールバック