次の方法で共有


NetworkInterfacesOperationsExtensions.ListCloudServiceNetworkInterfacesAsync メソッド

定義

クラウド サービス内のすべてのネットワーク インターフェイスを取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>> ListCloudServiceNetworkInterfacesAsync (this Microsoft.Azure.Management.Network.INetworkInterfacesOperations operations, string resourceGroupName, string cloudServiceName, System.Threading.CancellationToken cancellationToken = default);
static member ListCloudServiceNetworkInterfacesAsync : Microsoft.Azure.Management.Network.INetworkInterfacesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.NetworkInterface>>
<Extension()>
Public Function ListCloudServiceNetworkInterfacesAsync (operations As INetworkInterfacesOperations, resourceGroupName As String, cloudServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkInterface))

パラメーター

operations
INetworkInterfacesOperations

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

resourceGroupName
String

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

cloudServiceName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象