LogicalNetworkProperties 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
LogicalNetworkProperties() |
Initializes a new instance of the LogicalNetworkProperties class. |
LogicalNetworkProperties(String, String, String, String) |
Initializes a new instance of the LogicalNetworkProperties class. |
LogicalNetworkProperties()
Initializes a new instance of the LogicalNetworkProperties class.
public LogicalNetworkProperties ();
Public Sub New ()
Applies to
LogicalNetworkProperties(String, String, String, String)
Initializes a new instance of the LogicalNetworkProperties class.
public LogicalNetworkProperties (string friendlyName = default, string networkVirtualizationStatus = default, string logicalNetworkUsage = default, string logicalNetworkDefinitionsStatus = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.LogicalNetworkProperties : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.LogicalNetworkProperties
Public Sub New (Optional friendlyName As String = Nothing, Optional networkVirtualizationStatus As String = Nothing, Optional logicalNetworkUsage As String = Nothing, Optional logicalNetworkDefinitionsStatus As String = Nothing)
Parameters
- friendlyName
- String
The Friendly Name.
- networkVirtualizationStatus
- String
A value indicating whether Network Virtualization is enabled for the logical network.
- logicalNetworkUsage
- String
A value indicating whether logical network is used as private test network by test failover.
- logicalNetworkDefinitionsStatus
- String
A value indicating whether logical network definitions are isolated.