Aracılığıyla paylaş


NetworkProperties Constructors

Definition

Overloads

NetworkProperties()

Initializes a new instance of the NetworkProperties class.

NetworkProperties(String, IList<Subnet>, String, String)

Initializes a new instance of the NetworkProperties class.

NetworkProperties()

Initializes a new instance of the NetworkProperties class.

public NetworkProperties ();
Public Sub New ()

Applies to

NetworkProperties(String, IList<Subnet>, String, String)

Initializes a new instance of the NetworkProperties class.

public NetworkProperties (string fabricType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet> subnets = default, string friendlyName = default, string networkType = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.Subnet> * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.NetworkProperties
Public Sub New (Optional fabricType As String = Nothing, Optional subnets As IList(Of Subnet) = Nothing, Optional friendlyName As String = Nothing, Optional networkType As String = Nothing)

Parameters

fabricType
String

The Fabric Type.

subnets
IList<Subnet>

The List of subnets.

friendlyName
String

The Friendly Name.

networkType
String

The Network Type.

Applies to