你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings Class

Definition

Describes a virtual machines scale sets network configuration's DNS settings.

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

Constructors

VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings(String)

Initializes a new instance of VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings.

Properties

DomainNameLabel

The Domain name label.The concatenation of the domain name label and vm index will be the domain name labels of the PublicIPAddress resources that will be created.

DomainNameLabelScope

The Domain name label scope.The concatenation of the hashed domain name label that generated according to the policy from domain name label scope and vm index will be the domain name labels of the PublicIPAddress resources that will be created.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to