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