Uses of Class
com.azure.resourcemanager.network.models.DhcpOptions
-
Packages that use DhcpOptions Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 DhcpOptions Modifier and Type Method Description DhcpOptionsVirtualNetworkInner. dhcpOptions()Get the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.DhcpOptionsVirtualNetworkPropertiesFormat. 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 DhcpOptions Modifier and Type Method Description VirtualNetworkInnerVirtualNetworkInner. withDhcpOptions(DhcpOptions dhcpOptions)Set the dhcpOptions property: The dhcpOptions that contains an array of DNS servers available to VMs deployed in the virtual network.VirtualNetworkPropertiesFormatVirtualNetworkPropertiesFormat. 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 DhcpOptions Modifier and Type Method Description DhcpOptionsDhcpOptions. withDnsServers(List<String> dnsServers)Set the dnsServers property: The list of DNS servers IP addresses.
-