你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConversionUtils.GetPsBackupManagementType(String) Method

Definition

Returns the PS backup management type given the service client defined backup management type.

public static Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType GetPsBackupManagementType (string backupManagementType);
static member GetPsBackupManagementType : string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.BackupManagementType
Public Shared Function GetPsBackupManagementType (backupManagementType As String) As BackupManagementType

Parameters

backupManagementType
String

Service client backup management type

Returns

PowerShell backup management type

Applies to