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.PowerShell.Cmdlets.Websites.Helper.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PublicIPAddress = class
inherit Resource
Public Class PublicIPAddress
Inherits Resource
- Inheritance
- 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, 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. |
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. |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
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 |
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. |
Methods
Validate() |
Validate the object. |