你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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