LoadBalancerBackendAddressPropertiesFormat 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
| Name | Description |
|---|---|
| LoadBalancerBackendAddressPropertiesFormat() |
Initializes a new instance of the LoadBalancerBackendAddressPropertiesFormat class. |
| LoadBalancerBackendAddressPropertiesFormat(SubResource, String, SubResource, SubResource) |
Initializes a new instance of the LoadBalancerBackendAddressPropertiesFormat class. |
LoadBalancerBackendAddressPropertiesFormat()
Initializes a new instance of the LoadBalancerBackendAddressPropertiesFormat class.
public LoadBalancerBackendAddressPropertiesFormat();
Public Sub New ()
Applies to
LoadBalancerBackendAddressPropertiesFormat(SubResource, String, SubResource, SubResource)
Initializes a new instance of the LoadBalancerBackendAddressPropertiesFormat class.
public LoadBalancerBackendAddressPropertiesFormat(Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource virtualNetwork = default, string ipAddress = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource networkInterfaceIPConfiguration = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource loadBalancerFrontendIPConfiguration = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.LoadBalancerBackendAddressPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.LoadBalancerBackendAddressPropertiesFormat
Public Sub New (Optional virtualNetwork As SubResource = Nothing, Optional ipAddress As String = Nothing, Optional networkInterfaceIPConfiguration As SubResource = Nothing, Optional loadBalancerFrontendIPConfiguration As SubResource = Nothing)
Parameters
- virtualNetwork
- SubResource
Reference to an existing virtual network.
- ipAddress
- String
IP Address belonging to the referenced virtual network.
- networkInterfaceIPConfiguration
- SubResource
Reference to IP address defined in network interfaces.
- loadBalancerFrontendIPConfiguration
- SubResource
Reference to the frontend ip address configuration defined in regional loadbalancer.