Uses of Class
com.azure.resourcemanager.compute.models.NetworkInterfaceReference
-
Packages that use NetworkInterfaceReference Package Description com.azure.resourcemanager.compute.models 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 NetworkInterfaceReference Modifier and Type Method Description NetworkInterfaceReferenceNetworkInterfaceReference. withDeleteOption(DeleteOptions deleteOption)Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.NetworkInterfaceReferenceNetworkInterfaceReference. withId(String id)NetworkInterfaceReferenceNetworkInterfaceReference. 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 NetworkInterfaceReference Modifier and Type Method Description List<NetworkInterfaceReference>NetworkProfile. 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 NetworkInterfaceReference Modifier and Type Method Description NetworkProfileNetworkProfile. withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
-