次の方法で共有


IWithPrimaryPublicIPAddress.WithExistingPrimaryPublicIPAddress メソッド

定義

既存のパブリック IP アドレスをネットワーク インターフェイスのプライマリ IP 構成に関連付けます。

public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate WithExistingPrimaryPublicIPAddress (Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress publicIPAddress);
abstract member WithExistingPrimaryPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Definition.IWithCreate
Public Function WithExistingPrimaryPublicIPAddress (publicIPAddress As IPublicIPAddress) As IWithCreate

パラメーター

publicIPAddress
IPublicIPAddress

既存のパブリック IP アドレス。

戻り値

適用対象