PublicIPAddressData 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.
A class representing the PublicIPAddress data model. Public IP address resource.
public class PublicIPAddressData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.PublicIPAddressData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.PublicIPAddressData>
public class PublicIPAddressData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type PublicIPAddressData = class
inherit NetworkTrackedResourceData
interface IJsonModel<PublicIPAddressData>
interface IPersistableModel<PublicIPAddressData>
type PublicIPAddressData = class
inherit NetworkTrackedResourceData
Public Class PublicIPAddressData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of PublicIPAddressData), IPersistableModel(Of PublicIPAddressData)
Public Class PublicIPAddressData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
PublicIPAddressData() |
Initializes a new instance of PublicIPAddressData. |
Properties
DdosSettings |
The DDoS protection custom policy associated with the public IP address. |
DeleteOption |
Specify what happens to the public IP address when the VM using it is deleted. |
DnsSettings |
The FQDN of the DNS record associated with the public IP address. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
ExtendedLocation |
The extended location of the public ip address. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IdleTimeoutInMinutes |
The idle timeout of the public IP address. |
IPAddress |
The IP address associated with the public IP address resource. |
IPConfiguration |
The IP configuration associated with the public IP address. |
IPTags |
The list of tags associated with the public IP address. |
LinkedPublicIPAddress |
The linked public IP address of the public IP address resource. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
MigrationPhase |
Migration phase of Public IP Address. |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
NatGateway |
The NatGateway for the Public IP address. |
ProvisioningState |
The provisioning state of the public IP address resource. |
PublicIPAddressVersion |
The public IP address version. |
PublicIPAllocationMethod |
The public IP address allocation method. |
PublicIPPrefixId |
Gets or sets Id. |
ResourceGuid |
The resource GUID property of the public IP address resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
ServicePublicIPAddress |
The service public IP address of the public IP address resource. |
Sku |
The public IP address SKU. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
Zones |
A list of availability zones denoting the IP allocated for the resource needs to come from. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET