Uses of Interface
com.azure.resourcemanager.network.models.Network.DefinitionStages.WithCreateAndSubnet
Packages that use Network.DefinitionStages.WithCreateAndSubnet
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the virtual network definition.Methods in com.azure.resourcemanager.network.models that return Network.DefinitionStages.WithCreateAndSubnetModifier and TypeMethodDescriptionNetwork.DefinitionStages.WithCreate.withAddressSpace(String cidr) Explicitly adds an address space to the virtual network.Network.DefinitionStages.WithDdosProtectionPlan.withExistingDdosProtectionPlan(String planId) Associates existing DDoS protection plan with the virtual network.Network.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.WithSubnet.withSubnet(String name, String cidr) Explicitly adds a subnet to the virtual network.Network.DefinitionStages.WithSubnet.withSubnets(Map<String, String> nameCidrPairs) Explicitly defines subnets in the virtual network based on the provided map.Network.DefinitionStages.WithVmProtection.withVmProtection()Deprecated.use withNewDdosProtectionPlan() or withExistingDdosProtectionPlan()Methods in com.azure.resourcemanager.network.models that return types with arguments of type Network.DefinitionStages.WithCreateAndSubnetModifier and TypeMethodDescriptionNetwork.DefinitionStages.WithSubnet.defineSubnet(String name) Begins the definition of a new subnet to add to the virtual network.