Compartilhar via


GenericProtectionPolicy Construtores

Definição

Sobrecargas

GenericProtectionPolicy()

Inicializa uma nova instância da classe GenericProtectionPolicy.

GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String)

Inicializa uma nova instância da classe GenericProtectionPolicy.

GenericProtectionPolicy()

Inicializa uma nova instância da classe GenericProtectionPolicy.

public GenericProtectionPolicy ();
Public Sub New ()

Aplica-se a

GenericProtectionPolicy(Nullable<Int32>, IList<String>, IList<SubProtectionPolicy>, String, String)

Inicializa uma nova instância da classe GenericProtectionPolicy.

public GenericProtectionPolicy (int? protectedItemsCount = default, System.Collections.Generic.IList<string> resourceGuardOperationRequests = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SubProtectionPolicy> subProtectionPolicy = default, string timeZone = default, string fabricName = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericProtectionPolicy : Nullable<int> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SubProtectionPolicy> * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.GenericProtectionPolicy
Public Sub New (Optional protectedItemsCount As Nullable(Of Integer) = Nothing, Optional resourceGuardOperationRequests As IList(Of String) = Nothing, Optional subProtectionPolicy As IList(Of SubProtectionPolicy) = Nothing, Optional timeZone As String = Nothing, Optional fabricName As String = Nothing)

Parâmetros

protectedItemsCount
Nullable<Int32>

Número de itens associados a essa política.

resourceGuardOperationRequests
IList<String>

Solicitações de operação do ResourceGuard

subProtectionPolicy
IList<SubProtectionPolicy>

Lista de políticas de subproteção que inclui agendamento e retenção

timeZone
String

Entrada opcional TimeZone como cadeia de caracteres. Por exemplo: TimeZone = "Hora Padrão do Pacífico".

fabricName
String

Nome da malha desta política.

Aplica-se a