Get-SCUplinkPortProfileSet

Get-SCUplinkPortProfileSet

Gets an uplink port profile set.

構文

Parameter Set: All
Get-SCUplinkPortProfileSet [[-Name] <String> ] [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Parameter Set: ById
Get-SCUplinkPortProfileSet [[-Name] <String> ] -ID <Guid> [-VMMServer <ServerConnection> ] [ <CommonParameters>]

Parameter Set: LogicalSwitch
Get-SCUplinkPortProfileSet [[-Name] <String> ] -LogicalSwitch <LogicalSwitch> [-VMMServer <ServerConnection> ] [ <CommonParameters>]

詳細説明

The Get-SCUplinkPortProfileSet cmdlet gets uplink port profile sets. You can get all uplink port profile sets, an uplink port profile set by its name or ID, or all uplink port profile sets for a particular logical switch.

パラメーター

-ID<Guid>

Specifies the numerical identifier as a globally unique identifier (GUID) for a specific object.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-LogicalSwitch<LogicalSwitch>

Specifies a logical switch object.

エイリアス

none

必須?

true

位置は?

named

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-Name<String>

Specifies the name of a VMM object.

エイリアス

none

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-VMMServer<ServerConnection>

Specifies a VMM server object.

エイリアス

none

必須?

false

位置は?

named

既定値

none

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

This command gets the uplink port profile set named UplinkPortProfileSet01.

PS C:\> Get-SCUplinkPortProfileSet -Name "UplinkPortProfileSet01"

The first command gets the logical switch object named LogicalSwitch01, and then stores the object in the $LogSwitch variable.

The second command gets all uplink port profile sets for LogicalSwitch01 and displays them.

PS C:\> $LogSwitch = Get-SCLogicalSwitch -Name "LogicalSwitch01"
PS C:\> Get-SCUplinkPortProfileSet -LogicalSwitch $LogSwitch

関連トピック

New-SCUplinkPortProfileSet

Remove-SCUplinkPortProfileSet

Set-SCUplinkPortProfileSet

Get-SCLogicalSwitch