Freigeben über


TargetComputeSize Constructors

Definition

Overloads

TargetComputeSize()

Initializes a new instance of the TargetComputeSize class.

TargetComputeSize(String, String, String, TargetComputeSizeProperties)

Initializes a new instance of the TargetComputeSize class.

TargetComputeSize()

Initializes a new instance of the TargetComputeSize class.

public TargetComputeSize ();
Public Sub New ()

Applies to

TargetComputeSize(String, String, String, TargetComputeSizeProperties)

Initializes a new instance of the TargetComputeSize class.

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

Parameters

id
String

The Id.

name
String

The name.

type
String

The Type of the object.

properties
TargetComputeSizeProperties

The custom data.

Applies to