VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withExistingPrimaryNetworkInterface(NetworkInterface networkInterface) |
Associates an existing network interface with the virtual machine as its primary network interface.
|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
VirtualMachine.DefinitionStages.WithPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress) |
Associates an existing public IP address with the VM's primary network interface.
|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
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.WithProximityPlacementGroup |
VirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIpAddress> creatable) |
Creates a new public IP address to associate with the VM's primary network interface.
|
VirtualMachine.DefinitionStages.WithProximityPlacementGroup |
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.WithProximityPlacementGroup |
VirtualMachine.DefinitionStages.WithPublicIPAddress.withoutPrimaryPublicIPAddress() |
Specifies that the VM should not have a public IP address.
|