다음을 통해 공유


ScheduledEvent interface

ScheduledEvent를 나타내는 인터페이스입니다.

메서드

acknowledge(string, string, string, string, ScheduledEventAcknowledgeOptionalParams)

예약된 이벤트 승인 후

메서드 세부 정보

acknowledge(string, string, string, string, ScheduledEventAcknowledgeOptionalParams)

예약된 이벤트 승인 후

function acknowledge(resourceGroupName: string, resourceType: string, resourceName: string, scheduledEventId: string, options?: ScheduledEventAcknowledgeOptionalParams): Promise<ScheduledEventApproveResponse>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

resourceType

string

리소스 종류

resourceName

string

리소스 이름

scheduledEventId

string

예약된 이벤트 ID입니다. GUID 형식의 문자열입니다(예: 000000000-0000-0000-0000-00000000000000000).

options
ScheduledEventAcknowledgeOptionalParams

옵션 매개 변수입니다.

반환