次の方法で共有


NetworkInterfaceIPConfigurationsOperationsExtensions.GetAsync メソッド

定義

指定したネットワーク インターフェイス IP 構成を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> GetAsync (this Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName, string ipConfigurationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>
<Extension()>
Public Function GetAsync (operations As INetworkInterfaceIPConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String, ipConfigurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkInterfaceIPConfiguration)

パラメーター

operations
INetworkInterfaceIPConfigurationsOperations

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

resourceGroupName
String

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

networkInterfaceName
String

ネットワーク インターフェイスの名前。

ipConfigurationName
String

IP 構成名の名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象