Condividi tramite


PublicIPAddressPropertiesFormat Constructors

Definition

Overloads

Name Description
PublicIPAddressPropertiesFormat()

Initializes a new instance of the PublicIPAddressPropertiesFormat class.

PublicIPAddressPropertiesFormat(String, String, IPConfiguration, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, String)

Initializes a new instance of the PublicIPAddressPropertiesFormat class.

PublicIPAddressPropertiesFormat()

Initializes a new instance of the PublicIPAddressPropertiesFormat class.

public PublicIPAddressPropertiesFormat();
Public Sub New ()

Applies to

PublicIPAddressPropertiesFormat(String, String, IPConfiguration, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, String)

Initializes a new instance of the PublicIPAddressPropertiesFormat class.

public PublicIPAddressPropertiesFormat(string publicIPAllocationMethod = default, string publicIPAddressVersion = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IPConfiguration ipConfiguration = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddressDnsSettings dnsSettings = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.DdosSettings ddosSettings = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IpTag> ipTags = default, string ipAddress = default, Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource publicIPPrefix = default, int? idleTimeoutInMinutes = default, string resourceGuid = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddressPropertiesFormat : string * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IPConfiguration * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddressDnsSettings * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.DdosSettings * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.IpTag> * string * Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.SubResource * Nullable<int> * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PublicIPAddressPropertiesFormat
Public Sub New (Optional publicIPAllocationMethod As String = Nothing, Optional publicIPAddressVersion As String = Nothing, Optional ipConfiguration As IPConfiguration = Nothing, Optional dnsSettings As PublicIPAddressDnsSettings = Nothing, Optional ddosSettings As DdosSettings = Nothing, Optional ipTags As IList(Of IpTag) = Nothing, Optional ipAddress As String = Nothing, Optional publicIPPrefix As SubResource = Nothing, Optional idleTimeoutInMinutes As Nullable(Of Integer) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing)

Parameters

publicIPAllocationMethod
String

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

publicIPAddressVersion
String

The public IP address version. Possible values include: 'IPv4', 'IPv6'

ipConfiguration
IPConfiguration

The IP configuration associated with the public IP address.

dnsSettings
PublicIPAddressDnsSettings

The FQDN of the DNS record associated with the public IP address.

ddosSettings
DdosSettings

The DDoS protection custom policy associated with the public IP address.

ipTags
IList<IpTag>

The list of tags associated with the public IP address.

ipAddress
String

The IP address associated with the public IP address resource.

publicIPPrefix
SubResource

The Public IP Prefix this Public IP Address should be allocated from.

idleTimeoutInMinutes
Nullable<Int32>

The idle timeout of the public IP address.

resourceGuid
String

The resource GUID property of the public IP address resource.

provisioningState
String

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

Applies to