Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationPropertiesInner
Packages that use PrivateLinkServiceIpConfigurationPropertiesInner
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PrivateLinkServiceIpConfigurationPropertiesInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServiceIpConfigurationPropertiesInnerModifier and TypeMethodDescriptionPrivateLinkServiceIpConfigurationPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceIpConfigurationPropertiesInner from the JsonReader.PrivateLinkServiceIpConfigurationPropertiesInner.withPrimary(Boolean primary) Set the primary property: Whether the ip configuration is primary or not.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationPropertiesInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationPropertiesInner.withSubnet(SubnetInner subnet) Set the subnet property: The reference to the subnet resource.