Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithPrivateIP
Packages that use VirtualMachine.DefinitionStages.WithPrivateIP
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachine.DefinitionStages.WithPrivateIP in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithPrivateIP in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk based virtual machine definition.static interfaceThe entirety of the virtual machine definition.static interfaceThe virtual machine scale set stages shared between managed and unmanaged based virtual machine definitions.static interfaceThe entirety of the unmanaged disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithPrivateIPModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithNetwork.withNewPrimaryNetwork(Creatable<Network> creatable) Creates a new virtual network to associate with the virtual machine's primary network interface, based on the provided definition.VirtualMachine.DefinitionStages.WithNetwork.withNewPrimaryNetwork(String addressSpace) Creates a new virtual network to associate with the virtual machine's primary network interface.VirtualMachine.DefinitionStages.WithSubnet.withSubnet(String name) Associates a subnet with the virtual machine's primary network interface.