編集

次の方法で共有


Set-AccelNetVM

Sets Accelerated Networking on a VM.

Syntax

Set-AccelNetVM
   [-VMName] <String>
   [-Performance] <PerformanceWeight>
   [<CommonParameters>]

Description

Sets Accelerated Networking on a VM.

Examples

EXAMPLE 1

Set-AccelNetVM -VMName "MyVM" -Performance High

This example sets Accelerated Networking with the performance level set to High for the VM named MyVM.

Parameters

-Performance

Sets the performance level. Acceptable values are:

  • Low
  • Medium
  • High
Type:PerformanceWeight
Accepted values:Low, Medium, High
Position:2
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-VMName

Specifies the name of the virtual machine.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False