Udostępnij przez


FrontendIPConfigurationPropertiesFormat Constructors

Definition

Overloads

Name Description
FrontendIPConfigurationPropertiesFormat()

Initializes a new instance of the FrontendIPConfigurationPropertiesFormat class.

FrontendIPConfigurationPropertiesFormat(IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, String)

Initializes a new instance of the FrontendIPConfigurationPropertiesFormat class.

FrontendIPConfigurationPropertiesFormat()

Initializes a new instance of the FrontendIPConfigurationPropertiesFormat class.

public FrontendIPConfigurationPropertiesFormat();
Public Sub New ()

Applies to

FrontendIPConfigurationPropertiesFormat(IList<SubResource>, IList<SubResource>, IList<SubResource>, IList<SubResource>, String, String, String, Subnet, PublicIPAddress, SubResource, String)

Initializes a new instance of the FrontendIPConfigurationPropertiesFormat class.

public FrontendIPConfigurationPropertiesFormat(System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> inboundNatRules = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> inboundNatPools = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> outboundRules = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> loadBalancingRules = default, string privateIPAddress = default, string privateIPAllocationMethod = default, string privateIPAddressVersion = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet subnet = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddress publicIPAddress = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource publicIPPrefix = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FrontendIPConfigurationPropertiesFormat : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource> * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddress * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.FrontendIPConfigurationPropertiesFormat
Public Sub New (Optional inboundNatRules As IList(Of SubResource) = Nothing, Optional inboundNatPools As IList(Of SubResource) = Nothing, Optional outboundRules As IList(Of SubResource) = Nothing, Optional loadBalancingRules As IList(Of SubResource) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional subnet As Subnet = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional provisioningState As String = Nothing)

Parameters

inboundNatRules
IList<SubResource>

An array of references to inbound rules that use this frontend IP.

inboundNatPools
IList<SubResource>

An array of references to inbound pools that use this frontend IP.

outboundRules
IList<SubResource>

An array of references to outbound rules that use this frontend IP.

loadBalancingRules
IList<SubResource>

An array of references to load balancing rules that use this frontend IP.

privateIPAddress
String

The private IP address of the IP configuration.

privateIPAllocationMethod
String

The Private IP allocation method. Possible values include: 'Static', 'Dynamic'

privateIPAddressVersion
String

Whether the specific ipconfiguration is IPv4 or IPv6. Default is taken as IPv4. Possible values include: 'IPv4', 'IPv6'

subnet
Subnet

The reference to the subnet resource.

publicIPAddress
PublicIPAddress

The reference to the Public IP resource.

publicIPPrefix
SubResource

The reference to the Public IP Prefix resource.

provisioningState
String

The provisioning state of the frontend IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to