Uses of Interface
com.microsoft.azure.management.network.Network.DefinitionStages.WithCreateAndSubnet
-
Packages that use Network.DefinitionStages.WithCreateAndSubnet Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of Network.DefinitionStages.WithCreateAndSubnet in com.microsoft.azure.management.network
Subinterfaces of Network.DefinitionStages.WithCreateAndSubnet in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceNetwork.DefinitionThe entirety of the virtual network definition.Methods in com.microsoft.azure.management.network that return Network.DefinitionStages.WithCreateAndSubnet Modifier and Type Method Description Network.DefinitionStages.WithCreateAndSubnetNetwork.DefinitionStages.WithCreate. withAddressSpace(String cidr)Explicitly adds an address space to the virtual network.Network.DefinitionStages.WithCreateAndSubnetNetwork.DefinitionStages.WithDdosProtectionPlan. withExistingDdosProtectionPlan(String planId)Associates existing DDoS protection plan with the virtual network.Network.DefinitionStages.WithCreateAndSubnetNetwork.DefinitionStages.WithDdosProtectionPlan. withNewDdosProtectionPlan()Creates a new DDoS protection plan in the same region and group as the virtual network and associates it with the resource.Network.DefinitionStages.WithCreateAndSubnetNetwork.DefinitionStages.WithSubnet. withSubnet(String name, String cidr)Explicitly adds a subnet to the virtual network.Network.DefinitionStages.WithCreateAndSubnetNetwork.DefinitionStages.WithSubnet. withSubnets(Map<String,String> nameCidrPairs)Explicitly defines subnets in the virtual network based on the provided map.Network.DefinitionStages.WithCreateAndSubnetNetwork.DefinitionStages.WithVmProtection. withVmProtection()Enable VM protection for all the subnets in the virtual network.Methods in com.microsoft.azure.management.network that return types with arguments of type Network.DefinitionStages.WithCreateAndSubnet Modifier and Type Method Description Subnet.DefinitionStages.Blank<Network.DefinitionStages.WithCreateAndSubnet>Network.DefinitionStages.WithSubnet. defineSubnet(String name)Begins the definition of a new subnet to add to the virtual network.
-