次の方法で共有


BackupScheduleGroups interface

BackupScheduleGroups を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, BackupScheduleGroup, BackupScheduleGroupsCreateOrUpdateOptionalParams)

バックアップ スケジュール グループを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, string, BackupScheduleGroup, BackupScheduleGroupsCreateOrUpdateOptionalParams)

バックアップ スケジュール グループを作成または更新します。

beginDelete(string, string, string, string, BackupScheduleGroupsDeleteOptionalParams)

バックアップ スケジュール グループを削除します。

beginDeleteAndWait(string, string, string, string, BackupScheduleGroupsDeleteOptionalParams)

バックアップ スケジュール グループを削除します。

get(string, string, string, string, BackupScheduleGroupsGetOptionalParams)

指定したバックアップ スケジュール グループ名のプロパティを返します。

listByDevice(string, string, string, BackupScheduleGroupsListByDeviceOptionalParams)

デバイス内のすべてのバックアップ スケジュール グループを取得します。

メソッドの詳細

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

作成するスケジュール グループ

options
BackupScheduleGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

作成するスケジュール グループ

options
BackupScheduleGroupsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

マネージャー名

options
BackupScheduleGroupsDeleteOptionalParams

options パラメーター。

戻り値

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

マネージャー名

options
BackupScheduleGroupsDeleteOptionalParams

options パラメーター。

戻り値

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

マネージャー名

options
BackupScheduleGroupsGetOptionalParams

options パラメーター。

戻り値

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

マネージャー名

options
BackupScheduleGroupsListByDeviceOptionalParams

options パラメーター。

戻り値