你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithPrivateLinkServiceIpConfigurationSettings.WithPrivateIpAddress 方法

定义

设置 IP 配置的专用 IP 地址。

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

参数

privateIpAddress
String

专用 IP 地址的值。

返回

适用于