다음을 통해 공유


Select method of the MSFT_NetVirtualizationNextHopLookup class

Determines the next hop for the destination address.

Syntax

static uint32 Select(
  [in]  string                              SourceCustomerAddress,
  [in]  string                              DestinationCustomerAddress,
  [in]  uint32                              SourceVirtualSubnetID,
  [out] MSFT_NetVirtualizationNextHopLookup CmdletOutput[]
);

Parameters

SourceCustomerAddress [in]

The IP address of the source.

DestinationCustomerAddress [in]

The IP address of the destination.

SourceVirtualSubnetID [in]

A unique identifier that corresponds to a virtual subnet.

CmdletOutput [out]

An embedded instance of the MSFT_NetVirtualizationNextHopLookup class.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetWNV.mof
DLL
NetWNV.dll

See also

MSFT_NetVirtualizationNextHopLookup