Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithPrivateIP
-
Packages that use VirtualMachine.DefinitionStages.WithPrivateIP Package Description com.azure.resourcemanager.compute.models 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.models Modifier and Type Interface Description static interfaceVirtualMachine.DefinitionManagedThe entirety of the managed disk based virtual machine definition.static interfaceVirtualMachine.DefinitionManagedOrUnmanagedThe entirety of the virtual machine definition.static interfaceVirtualMachine.DefinitionSharedThe virtual machine scale set stages shared between managed and unmanaged based virtual machine definitions.static interfaceVirtualMachine.DefinitionUnmanagedThe entirety of the unmanaged disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithPrivateIP Modifier and Type Method Description VirtualMachine.DefinitionStages.WithPrivateIPVirtualMachine.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.WithPrivateIPVirtualMachine.DefinitionStages.WithNetwork. withNewPrimaryNetwork(String addressSpace)Creates a new virtual network to associate with the virtual machine's primary network interface.VirtualMachine.DefinitionStages.WithPrivateIPVirtualMachine.DefinitionStages.WithSubnet. withSubnet(String name)Associates a subnet with the virtual machine's primary network interface.
-