| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.Definition
The entirety of the virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withExistingPrimaryNetworkInterface(com.microsoft.azure.management.network.NetworkInterface networkInterface)
Associate an existing network interface as the virtual machine with as it's primary network interface.
|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithPublicIpAddress.withExistingPrimaryPublicIpAddress(com.microsoft.azure.management.network.PublicIpAddress publicIpAddress)
Associates an existing public IP address with the virtual machine's primary network interface.
|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithPrimaryNetworkInterface.withNewPrimaryNetworkInterface(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.network.NetworkInterface> creatable)
Create a new network interface to associate the virtual machine with as it's primary network interface,
based on the provided definition.
|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithPublicIpAddress.withNewPrimaryPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.network.PublicIpAddress> creatable)
Create a new public IP address to associate with virtual machine primary network interface, based on the
provided definition.
|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithPublicIpAddress.withNewPrimaryPublicIpAddress(String leafDnsLabel)
Creates a new public IP address in the same region and group as the resource, with the specified DNS label
and associate it with the virtual machine's primary network interface.
|
VirtualMachine.DefinitionStages.WithOS |
VirtualMachine.DefinitionStages.WithPublicIpAddress.withoutPrimaryPublicIpAddress()
Specifies that no public IP needs to be associated with virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/