LoadBalancerVipSwapRequest 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
LoadBalancerVipSwapRequest() |
Initializes a new instance of the LoadBalancerVipSwapRequest class. |
LoadBalancerVipSwapRequest(IList<LoadBalancerVipSwapRequestFrontendIPConfiguration>) |
Initializes a new instance of the LoadBalancerVipSwapRequest class. |
LoadBalancerVipSwapRequest()
Initializes a new instance of the LoadBalancerVipSwapRequest class.
public LoadBalancerVipSwapRequest ();
Public Sub New ()
Applies to
LoadBalancerVipSwapRequest(IList<LoadBalancerVipSwapRequestFrontendIPConfiguration>)
Initializes a new instance of the LoadBalancerVipSwapRequest class.
public LoadBalancerVipSwapRequest (System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.LoadBalancerVipSwapRequestFrontendIPConfiguration> frontendIPConfigurations = default);
new Microsoft.Azure.Management.Network.Models.LoadBalancerVipSwapRequest : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.LoadBalancerVipSwapRequestFrontendIPConfiguration> -> Microsoft.Azure.Management.Network.Models.LoadBalancerVipSwapRequest
Public Sub New (Optional frontendIPConfigurations As IList(Of LoadBalancerVipSwapRequestFrontendIPConfiguration) = Nothing)
Parameters
- frontendIPConfigurations
- IList<LoadBalancerVipSwapRequestFrontendIPConfiguration>
A list of frontend IP configuration resources that should swap VIPs.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET