Dashboards interface
ダッシュボードを表すインターフェイス。
メソッド
| create |
ダッシュボードを作成または更新します。 |
| delete(string, string, Dashboards |
ダッシュボードを削除します。 |
| get(string, string, Dashboards |
ダッシュボードを取得します。 |
| list |
リソース グループ内のすべてのダッシュボードを取得します。 |
| list |
サブスクリプション内のすべてのダッシュボードを取得します。 |
| update(string, string, Patchable |
既存のダッシュボードを更新します。 |
メソッドの詳細
createOrUpdate(string, string, Dashboard, DashboardsCreateOrUpdateOptionalParams)
ダッシュボードを作成または更新します。
function createOrUpdate(resourceGroupName: string, dashboardName: string, dashboard: Dashboard, options?: DashboardsCreateOrUpdateOptionalParams): Promise<Dashboard>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- dashboardName
-
string
ダッシュボードの名前。
- dashboard
- Dashboard
ダッシュボードの作成または更新に必要なパラメーター。
オプション パラメーター。
戻り値
Promise<Dashboard>
delete(string, string, DashboardsDeleteOptionalParams)
ダッシュボードを削除します。
function delete(resourceGroupName: string, dashboardName: string, options?: DashboardsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- dashboardName
-
string
ダッシュボードの名前。
- options
- DashboardsDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, DashboardsGetOptionalParams)
ダッシュボードを取得します。
function get(resourceGroupName: string, dashboardName: string, options?: DashboardsGetOptionalParams): Promise<Dashboard>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- dashboardName
-
string
ダッシュボードの名前。
- options
- DashboardsGetOptionalParams
オプション パラメーター。
戻り値
Promise<Dashboard>
listByResourceGroup(string, DashboardsListByResourceGroupOptionalParams)
リソース グループ内のすべてのダッシュボードを取得します。
function listByResourceGroup(resourceGroupName: string, options?: DashboardsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Dashboard, Dashboard[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
オプション パラメーター。
戻り値
listBySubscription(DashboardsListBySubscriptionOptionalParams)
サブスクリプション内のすべてのダッシュボードを取得します。
function listBySubscription(options?: DashboardsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Dashboard, Dashboard[], PageSettings>
パラメーター
オプション パラメーター。
戻り値
update(string, string, PatchableDashboard, DashboardsUpdateOptionalParams)
既存のダッシュボードを更新します。
function update(resourceGroupName: string, dashboardName: string, dashboard: PatchableDashboard, options?: DashboardsUpdateOptionalParams): Promise<Dashboard>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- dashboardName
-
string
ダッシュボードの名前。
- dashboard
- PatchableDashboard
ダッシュボードの更新可能なフィールド。
- options
- DashboardsUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Dashboard>