Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceReference |
NetworkInterfaceReference.withPrimary(Boolean primary)
Set specifies the primary network interface in case the virtual machine has more than 1 network interface.
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterfaceReference> |
NetworkProfile.networkInterfaces()
Get specifies the list of resource Ids for the network interfaces associated with the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
NetworkProfile.withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)
Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.
|
Copyright © 2019. All rights reserved.