Uses of Class
com.azure.resourcemanager.network.models.DhcpOptions
Packages that use DhcpOptions
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DhcpOptions in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DhcpOptionsModifier and TypeMethodDescriptionVirtualNetworkInner.dhcpOptions()Get the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.VirtualNetworkPropertiesFormat.dhcpOptions()Get the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DhcpOptionsModifier and TypeMethodDescriptionVirtualNetworkInner.withDhcpOptions(DhcpOptions dhcpOptions) Set the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.VirtualNetworkPropertiesFormat.withDhcpOptions(DhcpOptions dhcpOptions) Set the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network. -
Uses of DhcpOptions in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return DhcpOptionsModifier and TypeMethodDescriptionstatic DhcpOptionsDhcpOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DhcpOptions from the JsonReader.DhcpOptions.withDnsServers(List<String> dnsServers) Set the dnsServers property: The list of DNS servers IP addresses.