Partilhar via


AzureWorkloadSAPHanaDatabaseProtectedItem Constructors

Definition

Overloads

AzureWorkloadSAPHanaDatabaseProtectedItem(ProtectedItemResource, String, ContainerType, String)

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model

AzureWorkloadSAPHanaDatabaseProtectedItem(ProtectedItemResource, String, ContainerType, String)

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model

AzureWorkloadSAPHanaDatabaseProtectedItem(ProtectedItemResource, String, ContainerType, String)

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model

public AzureWorkloadSAPHanaDatabaseProtectedItem (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemResource protectedItemResource, string containerName, Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType containerType, string policyName);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureWorkloadSAPHanaDatabaseProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemResource * string * Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType * string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureWorkloadSAPHanaDatabaseProtectedItem
Public Sub New (protectedItemResource As ProtectedItemResource, containerName As String, containerType As ContainerType, policyName As String)

Parameters

protectedItemResource
ProtectedItemResource

Service client object representing the protected item resource

containerName
String

Name of the container associated with this protected item

containerType
ContainerType

Type of the container associated with this protected item

policyName
String

Name of the protection policy associated with this protected item

Applies to

AzureWorkloadSAPHanaDatabaseProtectedItem(ProtectedItemResource, String, ContainerType, String)

Constructor. Takes the service client object representing the protected item and converts it in to the PS protected item model

public AzureWorkloadSAPHanaDatabaseProtectedItem (Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource protectedItemResource, string containerName, Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType containerType, string policyName);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureWorkloadSAPHanaDatabaseProtectedItem : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource * string * Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType * string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.AzureWorkloadSAPHanaDatabaseProtectedItem
Public Sub New (protectedItemResource As ProtectedItemResource, containerName As String, containerType As ContainerType, policyName As String)

Parameters

protectedItemResource
ProtectedItemResource

Service client object representing the protected item resource

containerName
String

Name of the container associated with this protected item

containerType
ContainerType

Type of the container associated with this protected item

policyName
String

Name of the protection policy associated with this protected item

Applies to