IPConfigDetails Constructors

Definition

Overloads

IPConfigDetails()

Initializes a new instance of the IPConfigDetails class.

IPConfigDetails(String, Nullable<Boolean>, String, String, String, Nullable<Boolean>, String, String, String, String, IList<String>, String, String, String, IList<String>)

Initializes a new instance of the IPConfigDetails class.

IPConfigDetails()

Initializes a new instance of the IPConfigDetails class.

public IPConfigDetails ();
Public Sub New ()

Applies to

IPConfigDetails(String, Nullable<Boolean>, String, String, String, Nullable<Boolean>, String, String, String, String, IList<String>, String, String, String, IList<String>)

Initializes a new instance of the IPConfigDetails class.

public IPConfigDetails (string name = default, bool? isPrimary = default, string subnetName = default, string staticIPAddress = default, string ipAddressType = default, bool? isSeletedForFailover = default, string recoverySubnetName = default, string recoveryStaticIPAddress = default, string recoveryIPAddressType = default, string recoveryPublicIPAddressId = default, System.Collections.Generic.IList<string> recoveryLbBackendAddressPoolIds = default, string tfoSubnetName = default, string tfoStaticIPAddress = default, string tfoPublicIPAddressId = default, System.Collections.Generic.IList<string> tfoLbBackendAddressPoolIds = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails : string * Nullable<bool> * string * string * string * Nullable<bool> * string * string * string * string * System.Collections.Generic.IList<string> * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigDetails
Public Sub New (Optional name As String = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing, Optional subnetName As String = Nothing, Optional staticIPAddress As String = Nothing, Optional ipAddressType As String = Nothing, Optional isSeletedForFailover As Nullable(Of Boolean) = Nothing, Optional recoverySubnetName As String = Nothing, Optional recoveryStaticIPAddress As String = Nothing, Optional recoveryIPAddressType As String = Nothing, Optional recoveryPublicIPAddressId As String = Nothing, Optional recoveryLbBackendAddressPoolIds As IList(Of String) = Nothing, Optional tfoSubnetName As String = Nothing, Optional tfoStaticIPAddress As String = Nothing, Optional tfoPublicIPAddressId As String = Nothing, Optional tfoLbBackendAddressPoolIds As IList(Of String) = Nothing)

Parameters

name
String
isPrimary
Nullable<Boolean>
subnetName
String
staticIPAddress
String
ipAddressType
String
isSeletedForFailover
Nullable<Boolean>
recoverySubnetName
String
recoveryStaticIPAddress
String
recoveryIPAddressType
String
recoveryPublicIPAddressId
String
recoveryLbBackendAddressPoolIds
IList<String>
tfoSubnetName
String
tfoStaticIPAddress
String
tfoPublicIPAddressId
String
tfoLbBackendAddressPoolIds
IList<String>

Applies to