Delen via


ProtectionContainer Constructors

Definition

Overloads

ProtectionContainer()

Initializes a new instance of the ProtectionContainer class.

ProtectionContainer(String, String, String, String, ProtectionContainerProperties)

Initializes a new instance of the ProtectionContainer class.

ProtectionContainer()

Initializes a new instance of the ProtectionContainer class.

public ProtectionContainer ();
Public Sub New ()

Applies to

ProtectionContainer(String, String, String, String, ProtectionContainerProperties)

Initializes a new instance of the ProtectionContainer class.

public ProtectionContainer (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer : string * string * string * string * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainerProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ProtectionContainer
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional properties As ProtectionContainerProperties = Nothing)

Parameters

id
String

Resource Id

name
String

Resource Name

type
String

Resource Type

location
String

Resource Location

properties
ProtectionContainerProperties

The custom data.

Applies to