BandwidthSchedules interface

대역폭Schedules를 나타내는 인터페이스입니다.

메서드

beginCreateOrUpdate(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)

대역폭 일정을 만들거나 업데이트합니다.

beginCreateOrUpdateAndWait(string, string, string, BandwidthSchedule, BandwidthSchedulesCreateOrUpdateOptionalParams)

대역폭 일정을 만들거나 업데이트합니다.

beginDelete(string, string, string, BandwidthSchedulesDeleteOptionalParams)

지정된 대역폭 일정을 삭제합니다.

beginDeleteAndWait(string, string, string, BandwidthSchedulesDeleteOptionalParams)

지정된 대역폭 일정을 삭제합니다.

get(string, string, string, BandwidthSchedulesGetOptionalParams)

지정된 대역폭 일정의 속성을 가져옵니다.

listByDataBoxEdgeDevice(string, string, BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams)

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
BandwidthSchedulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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
BandwidthSchedulesCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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
BandwidthSchedulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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
BandwidthSchedulesDeleteOptionalParams

옵션 매개 변수입니다.

반환

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
BandwidthSchedulesGetOptionalParams

옵션 매개 변수입니다.

반환

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
BandwidthSchedulesListByDataBoxEdgeDeviceOptionalParams

옵션 매개 변수입니다.

반환