Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceIpConfigurationInner
Packages that use PrivateLinkServiceIpConfigurationInner
Package
Description
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 PrivateLinkServiceIpConfigurationInnerModifier and TypeMethodDescriptionPrivateLinkServiceIpConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceIpConfigurationInner from the JsonReader.Set the name property: The name of private link service ip configuration.PrivateLinkServiceIpConfigurationInner.withPrimary(Boolean primary) Set the primary property: Whether the ip configuration is primary or not.PrivateLinkServiceIpConfigurationInner.withPrivateIpAddress(String privateIpAddress) Set the privateIpAddress property: The private IP address of the IP configuration.PrivateLinkServiceIpConfigurationInner.withPrivateIpAddressVersion(IpVersion privateIpAddressVersion) Set the privateIpAddressVersion property: Whether the specific IP configuration is IPv4 or IPv6.PrivateLinkServiceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod) Set the privateIpAllocationMethod property: The private IP address allocation method.PrivateLinkServiceIpConfigurationInner.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 PrivateLinkServiceIpConfigurationInnerModifier and TypeMethodDescriptionPrivateLinkServiceInner.ipConfigurations()Get the ipConfigurations property: An array of private link service IP configurations.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 PrivateLinkServiceIpConfigurationInnerModifier and TypeMethodDescriptionPrivateLinkServiceInner.withIpConfigurations(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: An array of private link service IP configurations.PrivateLinkServiceProperties.withIpConfigurations(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: An array of private link service IP configurations.