BackupScheduleGroups interface
BackupScheduleGroups를 나타내는 인터페이스입니다.
메서드
메서드 세부 정보
beginCreateOrUpdate(string, string, string, string, BackupScheduleGroup, BackupScheduleGroupsCreateOrUpdateOptionalParams)
백업 일정 그룹을 만들거나 업데이트.
function beginCreateOrUpdate(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, scheduleGroup: BackupScheduleGroup, options?: BackupScheduleGroupsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupScheduleGroup>, BackupScheduleGroup>>
매개 변수
- deviceName
-
string
서버의 이름입니다.
- scheduleGroupName
-
string
일정 그룹의 이름입니다.
- resourceGroupName
-
string
리소스 그룹 이름
- managerName
-
string
관리자 이름
- scheduleGroup
- BackupScheduleGroup
만들 일정 그룹
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<BackupScheduleGroup>, BackupScheduleGroup>>
beginCreateOrUpdateAndWait(string, string, string, string, BackupScheduleGroup, BackupScheduleGroupsCreateOrUpdateOptionalParams)
백업 일정 그룹을 만들거나 업데이트.
function beginCreateOrUpdateAndWait(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, scheduleGroup: BackupScheduleGroup, options?: BackupScheduleGroupsCreateOrUpdateOptionalParams): Promise<BackupScheduleGroup>
매개 변수
- deviceName
-
string
서버의 이름입니다.
- scheduleGroupName
-
string
일정 그룹의 이름입니다.
- resourceGroupName
-
string
리소스 그룹 이름
- managerName
-
string
관리자 이름
- scheduleGroup
- BackupScheduleGroup
만들 일정 그룹
옵션 매개 변수입니다.
반환
Promise<BackupScheduleGroup>
beginDelete(string, string, string, string, BackupScheduleGroupsDeleteOptionalParams)
백업 일정 그룹을 삭제합니다.
function beginDelete(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
매개 변수
- deviceName
-
string
서버의 이름입니다.
- scheduleGroupName
-
string
일정 그룹의 이름입니다.
- resourceGroupName
-
string
리소스 그룹 이름
- managerName
-
string
관리자 이름
옵션 매개 변수입니다.
반환
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, BackupScheduleGroupsDeleteOptionalParams)
백업 일정 그룹을 삭제합니다.
function beginDeleteAndWait(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsDeleteOptionalParams): Promise<void>
매개 변수
- deviceName
-
string
서버의 이름입니다.
- scheduleGroupName
-
string
일정 그룹의 이름입니다.
- resourceGroupName
-
string
리소스 그룹 이름
- managerName
-
string
관리자 이름
옵션 매개 변수입니다.
반환
Promise<void>
get(string, string, string, string, BackupScheduleGroupsGetOptionalParams)
지정된 백업 일정 그룹 이름의 속성을 반환합니다.
function get(deviceName: string, scheduleGroupName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsGetOptionalParams): Promise<BackupScheduleGroup>
매개 변수
- deviceName
-
string
서버의 이름입니다.
- scheduleGroupName
-
string
일정 그룹의 이름입니다.
- resourceGroupName
-
string
리소스 그룹 이름
- managerName
-
string
관리자 이름
옵션 매개 변수입니다.
반환
Promise<BackupScheduleGroup>
listByDevice(string, string, string, BackupScheduleGroupsListByDeviceOptionalParams)
디바이스의 모든 백업 일정 그룹을 검색합니다.
function listByDevice(deviceName: string, resourceGroupName: string, managerName: string, options?: BackupScheduleGroupsListByDeviceOptionalParams): PagedAsyncIterableIterator<BackupScheduleGroup, BackupScheduleGroup[], PageSettings>
매개 변수
- deviceName
-
string
서버의 이름입니다.
- resourceGroupName
-
string
리소스 그룹 이름
- managerName
-
string
관리자 이름
옵션 매개 변수입니다.
반환
Azure SDK for JavaScript