Uses of Class
com.azure.resourcemanager.compute.models.NetworkInterfaceReference
Packages that use NetworkInterfaceReference
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of NetworkInterfaceReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return NetworkInterfaceReferenceModifier and TypeMethodDescriptionNetworkInterfaceReference.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.NetworkInterfaceReference.withPrimary(Boolean primary) Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type NetworkInterfaceReferenceModifier and TypeMethodDescriptionNetworkProfile.networkInterfaces()Get the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the virtual machine.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type NetworkInterfaceReferenceModifier and TypeMethodDescriptionNetworkProfile.withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces) Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the virtual machine.