primary
Get the primary property: Specifies the primary IP Configuration in case the network interface has more than one
IP Configuration.
- Returns:
- the primary value.
com.azure.json.JsonSerializable<VirtualMachineScaleSetUpdateIpConfigurationProperties>List<com.azure.core.management.SubResource> List<com.azure.core.management.SubResource> fromJson(com.azure.json.JsonReader jsonReader) List<com.azure.core.management.SubResource> List<com.azure.core.management.SubResource> primary()subnet()com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()withApplicationGatewayBackendAddressPools(List<com.azure.core.management.SubResource> applicationGatewayBackendAddressPools) withApplicationSecurityGroups(List<com.azure.core.management.SubResource> applicationSecurityGroups) withLoadBalancerBackendAddressPools(List<com.azure.core.management.SubResource> loadBalancerBackendAddressPools) withLoadBalancerInboundNatPools(List<com.azure.core.management.SubResource> loadBalancerInboundNatPools) withPrimary(Boolean primary) withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) withPublicIpAddressConfiguration(VirtualMachineScaleSetUpdatePublicIpAddressConfiguration publicIpAddressConfiguration) withSubnet(ApiEntityReference subnet) clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoJson, toJson, toJsonBytes, toJsonStringsubnet - the subnet value to set.primary - the primary value to set.publicIpAddressConfiguration - the publicIpAddressConfiguration value to set.privateIpAddressVersion - the privateIpAddressVersion value to set.applicationGatewayBackendAddressPools - the applicationGatewayBackendAddressPools value to set.applicationSecurityGroups - the applicationSecurityGroups value to set.loadBalancerBackendAddressPools - the loadBalancerBackendAddressPools value to set.loadBalancerInboundNatPools - the loadBalancerInboundNatPools value to set.IllegalArgumentException - thrown if the instance is not valid.toJson in interface com.azure.json.JsonSerializable<VirtualMachineScaleSetUpdateIpConfigurationProperties>IOExceptionjsonReader - The JsonReader being read.IOException - If an error occurs while reading the VirtualMachineScaleSetUpdateIpConfigurationProperties.