Uses of Class
com.azure.resourcemanager.compute.fluent.models.NetworkInterfaceReferenceProperties
Packages that use NetworkInterfaceReferenceProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of NetworkInterfaceReferenceProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type NetworkInterfaceReferencePropertiesModifier and TypeClassDescriptionfinal classDescribes a network interface reference properties.Methods in com.azure.resourcemanager.compute.fluent.models that return NetworkInterfaceReferencePropertiesModifier and TypeMethodDescriptionNetworkInterfaceReferenceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkInterfaceReferenceProperties from the JsonReader.NetworkInterfaceReferenceProperties.withDeleteOption(DeleteOptions deleteOption) Set the deleteOption property: Specify what happens to the network interface when the VM is deleted.NetworkInterfaceReferenceProperties.withPrimary(Boolean primary) Set the primary property: Specifies the primary network interface in case the virtual machine has more than 1 network interface.