PublicIPAddressData Class

Definition

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
PublicIPAddressData
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

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IJsonModel<PublicIPAddressData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PublicIPAddressData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<PublicIPAddressData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PublicIPAddressData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PublicIPAddressData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to