Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithSubnet
-
Packages that use VirtualMachine.DefinitionStages.WithSubnet Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachine.DefinitionStages.WithSubnet in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithSubnet 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.WithSubnet Modifier and Type Method Description VirtualMachine.DefinitionStages.WithSubnetVirtualMachine.DefinitionStages.WithNetwork. withExistingPrimaryNetwork(Network network)Associates an existing virtual network with the virtual machine's primary network interface.
-