primary
Get the primary property: Whether the ip configuration is primary or not.
- Returns:
- the primary value.
com.azure.json.JsonSerializable<VirtualNetworkApplianceIpConfigurationProperties>fromJson(com.azure.json.JsonReader jsonReader) primary()com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()withPrimary(Boolean primary) withPrivateIpAddress(String privateIpAddress) withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJson, toJsonBytes, toJsonStringprivateIpAddress - the privateIpAddress value to set.privateIpAllocationMethod - the privateIpAllocationMethod value to set.primary - the primary value to set.privateIpAddressVersion - the privateIpAddressVersion value to set.IllegalArgumentException - thrown if the instance is not valid.toJson in interface com.azure.json.JsonSerializable<VirtualNetworkApplianceIpConfigurationProperties>IOExceptionjsonReader - The JsonReader being read.IOException - If an error occurs while reading the VirtualNetworkApplianceIpConfigurationProperties.