Свойство | Тип | Описание | |
---|---|---|---|
policyNameRgx |
Метод | Описание | |
---|---|---|
GetProtectionPolicyByName ( string policyName, |
Fetches policies by name
|
|
ValidateProtectionPolicyName ( string policyName ) : void |
Validates name of the policy
|
public static GetProtectionPolicyByName ( string policyName, |
||
policyName | string | Name of the policy to be fetched |
serviceClientAdapter | Service client adapter with which to make calls | |
Результат | Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectionPolicyResponse |
public static ValidateProtectionPolicyName ( string policyName ) : void | ||
policyName | string | Name of the policy |
Результат | void |