Uses of Class
com.microsoft.azure.management.network.PrivateLinkServiceIpConfiguration
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PrivateLinkServiceIpConfiguration in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionSet the name of private link service ip configuration.PrivateLinkServiceIpConfiguration.withPrimary
(Boolean primary) Set whether the ip configuration is primary or not.PrivateLinkServiceIpConfiguration.withPrivateIPAddress
(String privateIPAddress) Set the private IP address of the IP configuration.PrivateLinkServiceIpConfiguration.withPrivateIPAddressVersion
(IPVersion privateIPAddressVersion) Set whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod
(IPAllocationMethod privateIPAllocationMethod) Set the private IP address allocation method.PrivateLinkServiceIpConfiguration.withSubnet
(com.microsoft.azure.management.network.implementation.SubnetInner subnet) Set the reference to the subnet resource.