你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ContainerContext 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
ContainerContext() | |
ContainerContext(String) | |
ContainerContext(ContainerType, String) |
ContainerContext()
public ContainerContext ();
Public Sub New ()
Applies to
ContainerContext(String)
public ContainerContext (string backupManagementType);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerContext : string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerContext
Public Sub New (backupManagementType As String)
Parameters
- backupManagementType
- String
Applies to
ContainerContext(ContainerType, String)
public ContainerContext (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType containerType, string backupManagementType);
new Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerContext : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerType * string -> Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ContainerContext
Public Sub New (containerType As ContainerType, backupManagementType As String)
Parameters
- containerType
- ContainerType
- backupManagementType
- String