Interface VirtualNetwork.DefinitionStages.WithAllowedSubnets

All Known Subinterfaces:
VirtualNetwork.Definition, VirtualNetwork.DefinitionStages.WithCreate
Enclosing interface:
VirtualNetwork.DefinitionStages

public static interface VirtualNetwork.DefinitionStages.WithAllowedSubnets
The stage of the VirtualNetwork definition allowing to specify allowedSubnets.
  • Method Details

    • withAllowedSubnets

      VirtualNetwork.DefinitionStages.WithCreate withAllowedSubnets(List<Subnet> allowedSubnets)
      Specifies the allowedSubnets property: The allowed subnets of the virtual network..
      Parameters:
      allowedSubnets - The allowed subnets of the virtual network.
      Returns:
      the next definition stage.