次の方法で共有


Set-SCNativeUplinkPortProfile

Updates a native uplink port profile.

Syntax

Default (Default)

Set-SCNativeUplinkPortProfile
    [-AddLogicalNetworkDefinition <LogicalNetworkDefinition[]>]
    [-RemoveLogicalNetworkDefinition <LogicalNetworkDefinition[]>]
    [-VMMServer <ServerConnection>]
    [-NativeUplinkPortProfile] <NativeUplinkPortProfile>
    [-Name <String>]
    [-Description <String>]
    [-EnableNetworkVirtualization <Boolean>]
    [-LBFOLoadBalancingAlgorithm <NetworkAdapterLBFOLoadBalancingAlgorithm>]
    [-LBFOTeamMode <NetworkAdapterLBFOTeamMode>]
    [-RunAsynchronously]
    [-PROTipID <Guid>]
    [-JobVariable <String>]
    [<CommonParameters>]

Description

The Set-SCNativeUplinkPortProfile cmdlet updates a native uplink port profile. You can use it to add or remove a logical network definition.

Examples

PS C:\> $LogNetDefinition = Get-SCLogicalNetworkDefinition -Name "Logical Network Definition 01"
PS C:\> Get-SCNativeUplinkPortProfile -Name "NativeUplinkPortProfile01" | Set-SCNativeUplinkPortProfile -RemoveLogicalNetworkDefinition $LogNetDefinition

The first command gets the logical network definition object named Logical Network Definition 01 and stores the object in the $LogNetDefinition variable.

The second command gets the native uplink port profile object named NativeUplinkPortProfile01 and uses the pipeline operator to pass the object to Set-SCNativeUplinikPortProfile. This removes Logical Network Definition 01 from NativeUplinkPortProfile01.

Parameters

-AddLogicalNetworkDefinition

Specifies an array of logical network definition objects that this cmdlet adds.

To get a logical network definition object, use the Get-SCLogicalNetworkDefinition cmdlet.

Parameter properties

Type:

LogicalNetworkDefinition[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Description

Specifies a description for the port profile.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-EnableNetworkVirtualization

Indicates whether network virtualization is enabled. The default value is $False.

Parameter properties

Type:Boolean
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-JobVariable

Specifies a variable in which job progress is tracked and stored.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LBFOLoadBalancingAlgorithm

Specifies a load balancing and failover (LBFO) network adapter load balancing algorithm. The acceptable values for this parameter are:

  • TransortPorts
  • IPAddresses
  • MACAddresses
  • HyperVPort
  • Dynamic
  • HostDefault

Parameter properties

Type:NetworkAdapterLBFOLoadBalancingAlgorithm
Default value:None
Accepted values:TransportPorts, IPAddresses, MacAddresses, HyperVPort, Dynamic, HostDefault
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-LBFOTeamMode

Specifies a team mode for a load balancing and failover (LBFO) network adapter.

Parameter properties

Type:NetworkAdapterLBFOTeamMode
Default value:None
Accepted values:Static, SwitchIndependent, Lacp
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Specifies the name of a Virtual Machine Manager (VMM) object.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-NativeUplinkPortProfile

Specifies a native uplink port profile object.

Parameter properties

Type:NativeUplinkPortProfile
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-PROTipID

Specifies the ID of the Performance and Resource Optimization tip (PRO tip) that triggered this action. This parameter lets you audit PRO tips.

Parameter properties

Type:Guid
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RemoveLogicalNetworkDefinition

Specifies an array of logical network definition objects to remove.

To get a logical network definition object, use the Get-SCLogicalNetworkDefinition cmdlet.

Parameter properties

Type:

LogicalNetworkDefinition[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-RunAsynchronously

Indicates that the job runs asynchronously so that control returns to the command shell immediately.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-VMMServer

Specifies a VMM server object.

Parameter properties

Type:ServerConnection
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.