Freigeben über


IPConfigInputDetails Constructors

Definition

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
isPrimary
Nullable<Boolean>
isSeletedForFailover
Nullable<Boolean>
recoverySubnetName
String
recoveryStaticIPAddress
String
recoveryPublicIPAddressId
String
recoveryLbBackendAddressPoolIds
IList<String>
tfoSubnetName
String
tfoStaticIPAddress
String
tfoPublicIPAddressId
String
tfoLbBackendAddressPoolIds
IList<String>

Applies to