次の方法で共有


VirtualMachineScaleSetVmNetworkResource.GetNetworkInterfaceDataAsync メソッド

定義

仮想マシン スケール セット内の指定されたネットワーク インターフェイスを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft。Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines/{virtualmachineIndex}/networkInterfaces/{networkInterfaceName}
  • 操作IdVirtualMachineScaleSets_GetNetworkInterface
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceData>> GetNetworkInterfaceDataAsync (string networkInterfaceName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkInterfaceDataAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceData>>
override this.GetNetworkInterfaceDataAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.NetworkInterfaceData>>
Public Overridable Function GetNetworkInterfaceDataAsync (networkInterfaceName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkInterfaceData))

パラメーター

networkInterfaceName
String

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

expand
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

networkInterfaceName は空の文字列であり、空でないと予想されていました。

networkInterfaceName が null です。

適用対象