NetworkProperties 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
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.
- friendlyName
- String
The Friendly Name.
- networkType
- String
The Network Type.