Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
VirtualMachineScaleSetVMInner.networkProfile()
Get the networkProfile property: Specifies the network interfaces of the virtual machine.
|
NetworkProfile |
VirtualMachineUpdateInner.networkProfile()
Get the networkProfile property: Specifies the network interfaces of the virtual machine.
|
NetworkProfile |
VirtualMachineInner.networkProfile()
Get the networkProfile property: Specifies the network interfaces of the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMInner |
VirtualMachineScaleSetVMInner.withNetworkProfile(NetworkProfile networkProfile)
Set the networkProfile property: Specifies the network interfaces of the virtual machine.
|
VirtualMachineUpdateInner |
VirtualMachineUpdateInner.withNetworkProfile(NetworkProfile networkProfile)
Set the networkProfile property: Specifies the network interfaces of the virtual machine.
|
VirtualMachineInner |
VirtualMachineInner.withNetworkProfile(NetworkProfile networkProfile)
Set the networkProfile property: Specifies the network interfaces of the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
NetworkProfile |
NetworkProfile.withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)
Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with
the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.