FrontendIPConfiguration 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
FrontendIPConfiguration()
public FrontendIPConfiguration ();
Public Sub New ()
Applies to
FrontendIPConfiguration(String, IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, Subnet, PublicIPAddress, String, String, String)
public FrontendIPConfiguration (string id = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> outboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> loadBalancingRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Subnet subnet = default, Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.PublicIPAddress publicIPAddress = default, string provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.FrontendIPConfiguration : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.SubResource> * string * string * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.Subnet * Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.PublicIPAddress * string * string * string -> Microsoft.Azure.Management.Internal.Network.Version2017_03_01.Models.FrontendIPConfiguration
Public Sub New (Optional id As String = Nothing, Optional inboundNatRules As IList(Of SubResource) = Nothing, Optional inboundNatPools As IList(Of SubResource) = Nothing, Optional outboundNatRules As IList(Of SubResource) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As Subnet = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- inboundNatRules
- IList<SubResource>
- inboundNatPools
- IList<SubResource>
- outboundNatRules
- IList<SubResource>
- loadBalancingRules
- IList<SubResource>
- privateIPAddress
- String
- privateIPAllocationMethod
- String
- subnet
- Subnet
- publicIPAddress
- PublicIPAddress
- provisioningState
- String
- name
- String
- etag
- String