PublicIPAddress Class

Definition

Public IP address resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class PublicIPAddress : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublicIPAddress = class
    inherit Resource
Public Class PublicIPAddress
Inherits Resource
Inheritance
PublicIPAddress
Attributes

Constructors

PublicIPAddress()

Initializes a new instance of the PublicIPAddress class.

PublicIPAddress(String, String, String, String, IDictionary<String, String>, ExtendedLocation, PublicIPAddressSku, String, String, IPConfiguration, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, String, PublicIPAddress, NatGateway, String, PublicIPAddress, String, String, IList<String>)

Initializes a new instance of the PublicIPAddress class.

Properties

DdosSettings

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

DeleteOption

Gets or sets specify what happens to the public IP address when the VM using it is deleted. Possible values include: 'Delete', 'Detach'

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.

ExtendedLocation

Gets or sets the extended location of the public ip address.

Id

Gets or sets resource ID.

(Inherited from Resource)
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.

LinkedPublicIPAddress

Gets or sets the linked public IP address of the public IP address resource.

Location

Gets or sets resource location.

(Inherited from Resource)
MigrationPhase

Gets or sets migration phase of Public IP Address. Possible values include: 'None', 'Prepare', 'Commit', 'Abort', 'Committed'

Name

Gets resource name.

(Inherited from Resource)
NatGateway

Gets or sets the NatGateway for the Public IP address.

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.

ServicePublicIPAddress

Gets or sets the service public IP address of the public IP address resource.

Sku

Gets or sets the public IP address SKU.

Tags

Gets or sets resource tags.

(Inherited from Resource)
Type

Gets resource type.

(Inherited from Resource)
Zones

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

Applies to