Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachinePublicIpAddressDnsSettingsConfiguration
Packages that use VirtualMachinePublicIpAddressDnsSettingsConfiguration
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachinePublicIpAddressDnsSettingsConfiguration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfigurationProperties.withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses . -
Uses of VirtualMachinePublicIpAddressDnsSettingsConfiguration in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeClassDescriptionfinal classDescribes a virtual machines network configuration's DNS settings.Methods in com.azure.resourcemanager.compute.models that return VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.dnsSettings()Get the dnsSettings property: The dns settings to be applied on the publicIP addresses .VirtualMachinePublicIpAddressDnsSettingsConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachinePublicIpAddressDnsSettingsConfiguration from the JsonReader.VirtualMachinePublicIpAddressDnsSettingsConfiguration.withDomainNameLabel(String domainNameLabel) Set the domainNameLabel property: The Domain name label prefix of the PublicIPAddress resources that will be created.VirtualMachinePublicIpAddressDnsSettingsConfiguration.withDomainNameLabelScope(DomainNameLabelScopeTypes domainNameLabelScope) Set the domainNameLabelScope property: The Domain name label scope of the PublicIPAddress resources that will be created.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachinePublicIpAddressDnsSettingsConfigurationModifier and TypeMethodDescriptionVirtualMachinePublicIpAddressConfiguration.withDnsSettings(VirtualMachinePublicIpAddressDnsSettingsConfiguration dnsSettings) Set the dnsSettings property: The dns settings to be applied on the publicIP addresses .