PublicIPAddressInner Class

Definition

Public IP address resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PublicIPAddressInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublicIPAddressInner = class
    inherit Resource
Public Class PublicIPAddressInner
Inherits Resource
Inheritance
PublicIPAddressInner
Attributes

Constructors

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.

Properties

DdosSettings

Gets or sets the DDoS protection custom policy associated with the public IP address.

DnsSettings

Gets or sets the FQDN of the DNS record associated with the public IP address.

Etag

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IdleTimeoutInMinutes

Gets or sets the idle timeout of the public IP address.

IpAddress

Gets or sets the IP address associated with the public IP address resource.

IpConfiguration

Gets the IP configuration associated with the public IP address.

IpTags

Gets or sets the list of tags associated with the public IP address.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

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

PublicIPAddressVersion

Gets or sets the public IP address version. Possible values include: 'IPv4', 'IPv6'

PublicIPAllocationMethod

Gets or sets the public IP address allocation method. Possible values include: 'Static', 'Dynamic'

PublicIPPrefix

Gets or sets the Public IP Prefix this Public IP Address should be allocated from.

ResourceGuid

Gets the resource GUID property of the public IP address resource.

Sku

Gets or sets the public IP address SKU.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
Zones

Gets or sets a list of availability zones denoting the IP allocated for the resource needs to come from.

Methods

Validate()

Validate the object.

Applies to