Share via


ItemBase Constructors

Definition

Overloads

ItemBase(ProtectedItemResource, String, ContainerType)
ItemBase(ProtectedItemResource, String, ContainerType)

ItemBase(ProtectedItemResource, String, ContainerType)

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

Parameters

protectedItemResource
ProtectedItemResource
containerName
String
containerType
ContainerType

Applies to

ItemBase(ProtectedItemResource, String, ContainerType)

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

Parameters

protectedItemResource
ProtectedItemResource
containerName
String
containerType
ContainerType

Applies to