Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationInner
-
Packages that use PrivateLinkServiceIpConfigurationInner Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient. -
-
Uses of PrivateLinkServiceIpConfigurationInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServiceIpConfigurationInner Modifier and Type Method Description PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withId(String id)PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withName(String name)Set the name property: The name of private link service ip configuration.PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withPrimary(Boolean primary)Set the primary property: Whether the ip configuration is primary or not.PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withPrivateIpAddress(String privateIpAddress)Set the privateIpAddress property: The private IP address of the IP configuration.PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withPrivateIpAddressVersion(IpVersion privateIpAddressVersion)Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)Set the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationInnerPrivateLinkServiceIpConfigurationInner. withSubnet(SubnetInner subnet)Set the subnet property: The reference to the subnet resource.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PrivateLinkServiceIpConfigurationInner Modifier and Type Method Description List<PrivateLinkServiceIpConfigurationInner>PrivateLinkServiceInner. ipConfigurations()Get the ipConfigurations property: An array of private link service IP configurations.List<PrivateLinkServiceIpConfigurationInner>PrivateLinkServiceProperties. ipConfigurations()Get the ipConfigurations property: An array of private link service IP configurations.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type PrivateLinkServiceIpConfigurationInner Modifier and Type Method Description PrivateLinkServiceInnerPrivateLinkServiceInner. withIpConfigurations(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations)Set the ipConfigurations property: An array of private link service IP configurations.PrivateLinkServicePropertiesPrivateLinkServiceProperties. withIpConfigurations(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations)Set the ipConfigurations property: An array of private link service IP configurations.
-