Interface DnsResolver.DefinitionStages.WithVirtualNetwork

All Known Subinterfaces:
DnsResolver.Definition
Enclosing interface:
DnsResolver.DefinitionStages

public static interface DnsResolver.DefinitionStages.WithVirtualNetwork
The stage of the DnsResolver definition allowing to specify virtualNetwork.
  • Method Summary

    Modifier and Type
    Method
    Description
    withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork)
    Specifies the virtualNetwork property: The reference to the virtual network.
  • Method Details

    • withVirtualNetwork

      DnsResolver.DefinitionStages.WithCreate withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork)
      Specifies the virtualNetwork property: The reference to the virtual network. This cannot be changed after creation..
      Parameters:
      virtualNetwork - The reference to the virtual network. This cannot be changed after creation.
      Returns:
      the next definition stage.