Bagikan melalui


PublicIPAddressInner Constructors

Definition

Overloads

PublicIPAddressInner()

Initializes a new instance of the PublicIPAddressInner class.

PublicIPAddressInner(String, String, String, String, IDictionary<String, String>, PublicIPAddressSku, IPAllocationMethod, IPVersion, IPConfigurationInner, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, ProvisioningState, String, IList<String>)

Initializes a new instance of the PublicIPAddressInner class.

PublicIPAddressInner()

Initializes a new instance of the PublicIPAddressInner class.

public PublicIPAddressInner ();
Public Sub New ()

Applies to

PublicIPAddressInner(String, String, String, String, IDictionary<String, String>, PublicIPAddressSku, IPAllocationMethod, IPVersion, IPConfigurationInner, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, ProvisioningState, String, IList<String>)

Initializes a new instance of the PublicIPAddressInner class.

public PublicIPAddressInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressSku sku = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod publicIPAllocationMethod = default, Microsoft.Azure.Management.Network.Fluent.Models.IPVersion publicIPAddressVersion = default, Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationInner ipConfiguration = default, Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressDnsSettings dnsSettings = default, Microsoft.Azure.Management.Network.Fluent.Models.DdosSettings ddosSettings = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpTag> ipTags = default, string ipAddress = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPPrefix = default, int? idleTimeoutInMinutes = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressSku * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationInner * Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressDnsSettings * Microsoft.Azure.Management.Network.Fluent.Models.DdosSettings * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.IpTag> * string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<int> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As PublicIPAddressSku = Nothing, Optional publicIPAllocationMethod As IPAllocationMethod = Nothing, Optional publicIPAddressVersion As IPVersion = Nothing, Optional ipConfiguration As IPConfigurationInner = 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 ProvisioningState = Nothing, Optional etag As String = Nothing, Optional zones As IList(Of String) = Nothing)

Parameters

location
String
id
String
name
String
type
String
sku
PublicIPAddressSku

The public IP address SKU.

publicIPAllocationMethod
IPAllocationMethod

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

publicIPAddressVersion
IPVersion

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

ipConfiguration
IPConfigurationInner

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
ProvisioningState

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

etag
String

A unique read-only string that changes whenever the resource is updated.

zones
IList<String>

A list of availability zones denoting the IP allocated for the resource needs to come from.

Applies to