次の方法で共有


PublicIPAddressesOperationsExtensions.ListCloudServicePublicIPAddresses メソッド

定義

クラウド サービス レベルのすべてのパブリック IP アドレスに関する情報を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress> ListCloudServicePublicIPAddresses (this Microsoft.Azure.Management.Network.IPublicIPAddressesOperations operations, string resourceGroupName, string cloudServiceName);
static member ListCloudServicePublicIPAddresses : Microsoft.Azure.Management.Network.IPublicIPAddressesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.PublicIPAddress>
<Extension()>
Public Function ListCloudServicePublicIPAddresses (operations As IPublicIPAddressesOperations, resourceGroupName As String, cloudServiceName As String) As IPage(Of PublicIPAddress)

パラメーター

operations
IPublicIPAddressesOperations

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

resourceGroupName
String

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

cloudServiceName
String

クラウド サービスの名前。

戻り値

適用対象