IPConfigInputDetails 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
IPConfigInputDetails() |
Initializes a new instance of the IPConfigInputDetails class. |
IPConfigInputDetails(String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, IList<String>, String, String, String, IList<String>) |
Initializes a new instance of the IPConfigInputDetails class. |
IPConfigInputDetails()
Initializes a new instance of the IPConfigInputDetails class.
public IPConfigInputDetails ();
Public Sub New ()
Applies to
IPConfigInputDetails(String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, IList<String>, String, String, String, IList<String>)
Initializes a new instance of the IPConfigInputDetails class.
public IPConfigInputDetails (string ipConfigName = default, bool? isPrimary = default, bool? isSeletedForFailover = default, string recoverySubnetName = default, string recoveryStaticIPAddress = 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.IPConfigInputDetails : string * Nullable<bool> * Nullable<bool> * string * string * string * System.Collections.Generic.IList<string> * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.IPConfigInputDetails
Public Sub New (Optional ipConfigName As String = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing, Optional isSeletedForFailover As Nullable(Of Boolean) = Nothing, Optional recoverySubnetName As String = Nothing, Optional recoveryStaticIPAddress 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
- ipConfigName
- String
- recoverySubnetName
- String
- recoveryStaticIPAddress
- String
- recoveryPublicIPAddressId
- String
- tfoSubnetName
- String
- tfoStaticIPAddress
- String
- tfoPublicIPAddressId
- String