VirtualMachineScaleSetUpdatePublicIPAddressConfiguration Class

Definition

Describes a virtual machines scale set IP Configuration's PublicIPAddress configuration.

public class VirtualMachineScaleSetUpdatePublicIPAddressConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>
type VirtualMachineScaleSetUpdatePublicIPAddressConfiguration = class
    interface IJsonModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>
    interface IPersistableModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>
Public Class VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
Implements IJsonModel(Of VirtualMachineScaleSetUpdatePublicIPAddressConfiguration), IPersistableModel(Of VirtualMachineScaleSetUpdatePublicIPAddressConfiguration)
Inheritance
VirtualMachineScaleSetUpdatePublicIPAddressConfiguration
Implements

Constructors

VirtualMachineScaleSetUpdatePublicIPAddressConfiguration()

Initializes a new instance of VirtualMachineScaleSetUpdatePublicIPAddressConfiguration.

Properties

DeleteOption

Specify what happens to the public IP when the VM is deleted.

DnsSettings

The dns settings to be applied on the publicIP addresses .

IdleTimeoutInMinutes

The idle timeout of the public IP address.

Name

The publicIP address configuration name.

PublicIPPrefixId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetUpdatePublicIPAddressConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to