PublicIPAddress Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Public IP address resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PublicIPAddress : Microsoft.Azure.Management.Network.Models.Resource
type PublicIPAddress = class
inherit Resource
Public Class PublicIPAddress
Inherits Resource
- Inheritance
- Attributes
Constructors
PublicIPAddress() |
Initializes a new instance of the PublicIPAddress class. |
Properties
DnsSettings |
Gets or sets the FQDN of the DNS record associated with the public IP address. |
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
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. |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
ProvisioningState |
Gets or sets the provisioning state of the PublicIP resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. |
PublicIPAddressVersion |
Gets or sets the public IP address version. Possible values are: 'IPv4' and 'IPv6'. Possible values include: 'IPv4', 'IPv6' |
PublicIPAllocationMethod |
Gets or sets the public IP allocation method. Possible values are: 'Static' and 'Dynamic'. Possible values include: 'Static', 'Dynamic' |
ResourceGuid |
Gets or sets the resource GUID property of the public IP 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. |