BandwidthSchedules interface
BandwidthSchedules を表すインターフェイス。
メソッド
begin |
帯域幅スケジュールを作成または更新します。 |
begin |
帯域幅スケジュールを作成または更新します。 |
begin |
指定した帯域幅スケジュールを削除します。 |
begin |
指定した帯域幅スケジュールを削除します。 |
get(string, string, string, Bandwidth |
指定した帯域幅スケジュールのプロパティを取得します。 |
list |
Data Box Edge/Data Box Gateway デバイスのすべての帯域幅スケジュールを取得します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)
帯域幅スケジュールを作成または更新します。
function beginCreateOrUpdate(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BandwidthSchedule>, BandwidthSchedule>>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
追加または更新する必要がある帯域幅スケジュール名。
- resourceGroupName
-
string
リソース グループ名。
- parameters
- BandwidthSchedule
追加または更新する帯域幅スケジュール。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<BandwidthSchedule>, BandwidthSchedule>>
beginCreateOrUpdateAndWait(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)
帯域幅スケジュールを作成または更新します。
function beginCreateOrUpdateAndWait(deviceName: string, name: string, resourceGroupName: string, parameters: BandwidthSchedule, options?: BandwidthSchedulesCreateOrUpdateOptionalParams): Promise<BandwidthSchedule>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
追加または更新する必要がある帯域幅スケジュール名。
- resourceGroupName
-
string
リソース グループ名。
- parameters
- BandwidthSchedule
追加または更新する帯域幅スケジュール。
options パラメーター。
戻り値
Promise<BandwidthSchedule>
beginDelete(string, string, string, BandwidthSchedulesDeleteOptionalParams)
指定した帯域幅スケジュールを削除します。
function beginDelete(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
帯域幅スケジュール名。
- resourceGroupName
-
string
リソース グループ名。
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, BandwidthSchedulesDeleteOptionalParams)
指定した帯域幅スケジュールを削除します。
function beginDeleteAndWait(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesDeleteOptionalParams): Promise<void>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
帯域幅スケジュール名。
- resourceGroupName
-
string
リソース グループ名。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, BandwidthSchedulesGetOptionalParams)
指定した帯域幅スケジュールのプロパティを取得します。
function get(deviceName: string, name: string, resourceGroupName: string, options?: BandwidthSchedulesGetOptionalParams): Promise<BandwidthSchedule>
パラメーター
- deviceName
-
string
デバイス名。
- name
-
string
帯域幅スケジュール名。
- resourceGroupName
-
string
リソース グループ名。
options パラメーター。
戻り値
Promise<BandwidthSchedule>
listByDataBoxEdgeDevice(string, string, BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams)
Data Box Edge/Data Box Gateway デバイスのすべての帯域幅スケジュールを取得します。
function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<BandwidthSchedule, BandwidthSchedule[], PageSettings>
パラメーター
- deviceName
-
string
デバイス名。
- resourceGroupName
-
string
リソース グループ名。
options パラメーター。