ArmRecoveryServicesSiteRecoveryModelFactory.HyperVIPConfigDetails Method
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.
Initializes a new instance of HyperVIPConfigDetails.
public static Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVIPConfigDetails HyperVIPConfigDetails (string name = default, bool? isPrimary = default, string subnetName = default, System.Net.IPAddress staticIPAddress = default, string ipAddressType = default, bool? isSeletedForFailover = default, string recoverySubnetName = default, System.Net.IPAddress recoveryStaticIPAddress = default, string recoveryIPAddressType = default, Azure.Core.ResourceIdentifier recoveryPublicIPAddressId = default, System.Collections.Generic.IEnumerable<string> recoveryLBBackendAddressPoolIds = default, string tfoSubnetName = default, System.Net.IPAddress tfoStaticIPAddress = default, Azure.Core.ResourceIdentifier tfoPublicIPAddressId = default, System.Collections.Generic.IEnumerable<string> tfoLBBackendAddressPoolIds = default);
static member HyperVIPConfigDetails : string * Nullable<bool> * string * System.Net.IPAddress * string * Nullable<bool> * string * System.Net.IPAddress * string * Azure.Core.ResourceIdentifier * seq<string> * string * System.Net.IPAddress * Azure.Core.ResourceIdentifier * seq<string> -> Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVIPConfigDetails
Public Shared Function HyperVIPConfigDetails (Optional name As String = Nothing, Optional isPrimary As Nullable(Of Boolean) = Nothing, Optional subnetName As String = Nothing, Optional staticIPAddress As IPAddress = Nothing, Optional ipAddressType As String = Nothing, Optional isSeletedForFailover As Nullable(Of Boolean) = Nothing, Optional recoverySubnetName As String = Nothing, Optional recoveryStaticIPAddress As IPAddress = Nothing, Optional recoveryIPAddressType As String = Nothing, Optional recoveryPublicIPAddressId As ResourceIdentifier = Nothing, Optional recoveryLBBackendAddressPoolIds As IEnumerable(Of String) = Nothing, Optional tfoSubnetName As String = Nothing, Optional tfoStaticIPAddress As IPAddress = Nothing, Optional tfoPublicIPAddressId As ResourceIdentifier = Nothing, Optional tfoLBBackendAddressPoolIds As IEnumerable(Of String) = Nothing) As HyperVIPConfigDetails
Parameters
- name
- String
- subnetName
- String
- staticIPAddress
- IPAddress
- ipAddressType
- String
- recoverySubnetName
- String
- recoveryStaticIPAddress
- IPAddress
- recoveryIPAddressType
- String
- recoveryPublicIPAddressId
- ResourceIdentifier
- recoveryLBBackendAddressPoolIds
- IEnumerable<String>
- tfoSubnetName
- String
- tfoStaticIPAddress
- IPAddress
- tfoPublicIPAddressId
- ResourceIdentifier
- tfoLBBackendAddressPoolIds
- IEnumerable<String>
Returns
A new HyperVIPConfigDetails instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET