Uses of Interface
com.azure.resourcemanager.network.models.Network.DefinitionStages.WithCreateAndSubnet
-
Packages that use Network.DefinitionStages.WithCreateAndSubnet Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of Network.DefinitionStages.WithCreateAndSubnet in com.azure.resourcemanager.network.models
Subinterfaces of Network.DefinitionStages.WithCreateAndSubnet in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceNetwork.DefinitionThe entirety of the virtual network definition.Methods in com.azure.resourcemanager.network.models 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()Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()Methods in com.azure.resourcemanager.network.models 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.
-