次の方法で共有


PublicIPAddressesOperationsExtensions.Get メソッド

定義

指定したリソース グループ内の指定したパブリック IP アドレスを取得します。

public static Microsoft.Azure.Management.Network.Models.PublicIPAddress Get (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string resourceGroupName, string publicIpAddressName, string expand = default);
static member Get : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.PublicIPAddress
<Extension()>
Public Function Get (operations As IPublicIPAddressesOperations, resourceGroupName As String, publicIpAddressName As String, Optional expand As String = Nothing) As PublicIPAddress

パラメーター

operations
IPublicIPAddressesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

publicIpAddressName
String

パブリック IP アドレスの名前。

expand
String

参照先のリソースを展開します。

戻り値

適用対象