PublicIPAddressPropertiesFormat 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 properties.
public class PublicIPAddressPropertiesFormat
type PublicIPAddressPropertiesFormat = class
Public Class PublicIPAddressPropertiesFormat
- Inheritance
-
PublicIPAddressPropertiesFormat
Constructors
| Name | Description |
|---|---|
| PublicIPAddressPropertiesFormat() |
Initializes a new instance of the PublicIPAddressPropertiesFormat class. |
| PublicIPAddressPropertiesFormat(String, String, IPConfiguration, PublicIPAddressDnsSettings, DdosSettings, IList<IpTag>, String, SubResource, Nullable<Int32>, String, String) |
Initializes a new instance of the PublicIPAddressPropertiesFormat class. |
Properties
| Name | Description |
|---|---|
| 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. |
| 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. |
| 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. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |