IWithPrivateLinkServiceIpConfigurationSettings.WithPrivateIpAddress メソッド

定義

IP 構成のプライベート IP アドレスを設定します。

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

パラメーター

privateIpAddress
String

プライベート IP アドレスの値。

戻り値

適用対象