ItemContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ItemContext() | |
ItemContext(ProtectedItem, String, ContainerType) | |
ItemContext(ProtectedItem, String, ContainerType) |
ItemContext()
public ItemContext ();
Public Sub New ()
Applies to
ItemContext(ProtectedItem, String, ContainerType)
public ItemContext (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem protectedItem, string containerName, Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType containerType);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemContext : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItem * string * Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemContext
Public Sub New (protectedItem As ProtectedItem, containerName As String, containerType As ContainerType)
Parameters
- protectedItem
- ProtectedItem
- containerName
- String
- containerType
- ContainerType
Applies to
ItemContext(ProtectedItem, String, ContainerType)
public ItemContext (Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItem protectedItem, string containerName, Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType containerType);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemContext : Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItem * string * Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ItemContext
Public Sub New (protectedItem As ProtectedItem, containerName As String, containerType As ContainerType)
Parameters
- protectedItem
- ProtectedItem
- containerName
- String
- containerType
- ContainerType