Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithProximityPlacementGroup
Packages that use VirtualMachine.DefinitionStages.WithProximityPlacementGroup
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachine.DefinitionStages.WithProximityPlacementGroup in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithProximityPlacementGroup 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.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithProximityPlacementGroupModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withExistingPrimaryNetworkInterface(NetworkInterface networkInterface) Associates an existing network interface with the virtual machine as its primary network interface.VirtualMachine.DefinitionStages.WithPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the VM's primary network interface.VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withNewPrimaryNetworkInterface(Creatable<NetworkInterface> creatable) Creates a new network interface to associate with the virtual machine as its primary network interface, based on the provided definition.VirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIpAddress> creatable) Creates a new public IP address to associate with the VM's primary network interface.VirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress(String leafDnsLabel) Creates a new public IP address in the same region and resource group as the resource, with the specified DNS label and associates it with the VM's primary network interface.VirtualMachine.DefinitionStages.WithPublicIPAddress.withoutPrimaryPublicIPAddress()Specifies that the VM should not have a public IP address.