BackupScheduleGroups interface
BackupScheduleGroups を表すインターフェイス。
メソッド
begin |
バックアップ スケジュール グループを作成または更新します。 |
begin |
バックアップ スケジュール グループを作成または更新します。 |
begin |
バックアップ スケジュール グループを削除します。 |
begin |
バックアップ スケジュール グループを削除します。 |
get(string, string, string, string, Backup |
指定したバックアップ スケジュール グループ名のプロパティを返します。 |
list |
デバイス内のすべてのバックアップ スケジュール グループを取得します。 |
メソッドの詳細
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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
マネージャー名
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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
マネージャー名
options パラメーター。
戻り値
Azure SDK for JavaScript