次の方法で共有


NetworkInterfaceIPConfigurationsOperationsExtensions.Get メソッド

定義

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

public static Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration Get (this Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName, string ipConfigurationName);
static member Get : Microsoft.Azure.Management.Network.INetworkInterfaceIPConfigurationsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration
<Extension()>
Public Function Get (operations As INetworkInterfaceIPConfigurationsOperations, resourceGroupName As String, networkInterfaceName As String, ipConfigurationName As String) As NetworkInterfaceIPConfiguration

パラメーター

operations
INetworkInterfaceIPConfigurationsOperations

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

resourceGroupName
String

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

networkInterfaceName
String

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

ipConfigurationName
String

IP 構成名の名前。

戻り値

適用対象