VirtualMachineScaleSetPublicIPAddressConfigurationDnsSettings 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.
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
Azure SDK for .NET