Share via


IWithPrivateLinkServiceIpConfigurationSettings.WithPrivateIpAddress Method

Definition

Sets private Ip address for the IP configuration.

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfigurationSettings WithPrivateIpAddress (string privateIpAddress);
abstract member WithPrivateIpAddress : string -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfigurationSettings
Public Function WithPrivateIpAddress (privateIpAddress As String) As IWithPrivateLinkServiceIpConfigurationSettings

Parameters

privateIpAddress
String

The value of private IP address.

Returns

Applies to