Partager via


ArmRecoveryServicesSiteRecoveryModelFactory.HyperVIPConfigDetails Méthode

Définition

Initialise une nouvelle instance d’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

Paramètres

name
String
isPrimary
Nullable<Boolean>
subnetName
String
staticIPAddress
IPAddress
ipAddressType
String
isSeletedForFailover
Nullable<Boolean>
recoverySubnetName
String
recoveryStaticIPAddress
IPAddress
recoveryIPAddressType
String
recoveryPublicIPAddressId
ResourceIdentifier
recoveryLBBackendAddressPoolIds
IEnumerable<String>
tfoSubnetName
String
tfoStaticIPAddress
IPAddress
tfoPublicIPAddressId
ResourceIdentifier
tfoLBBackendAddressPoolIds
IEnumerable<String>

Retours

Une nouvelle HyperVIPConfigDetails instance pour se moquer.

S’applique à