Set-ContainerNetworkAdapter

Set-ContainerNetworkAdapter

Configures features of the virtual network adapter in a container.

構文

Parameter Set: Container Name
Set-ContainerNetworkAdapter [-ContainerName] <String> [-CimSession <CimSession[]> ] [-ComputerName <String[]> ] [-Credential <PSCredential[]> ] [-DynamicMacAddress] [-Name <String> ] [-Passthru] [-StaticMacAddress <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: Container Object
Set-ContainerNetworkAdapter [-Container] <Container> [-DynamicMacAddress] [-Name <String> ] [-Passthru] [-StaticMacAddress <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: ResourceObject
Set-ContainerNetworkAdapter [-NetworkAdapter] <ContainerNetworkAdapter> [-DynamicMacAddress] [-Passthru] [-StaticMacAddress <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Set-ContainerNetworkAdapter cmdlet configures features of the virtual network adapter in a container.

パラメーター

-CimSession<CimSession[]>

リモート セッションまたはリモート コンピューターでコマンドレットを実行します。コンピューター名またはセッション オブジェクト (New-CimSession コマンドレットや Get-CimSession コマンドレットの出力など) を入力します。既定値は、ローカル コンピューター上の現在のセッションです。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-ComputerName<String[]>

Specifies one or more Hyper-V hosts to run the cmdlet. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer. Use "localhost" or a dot (".") to specify the local computer explicitly.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Container<Container>

Specifies the container that has the virtual network you want to configure.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

-ContainerName<String>

Specifies the name of the container that has the virtual network you want to configure.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

true(ByValue)

ワイルドカード文字の受け入れ

false

-Credential<PSCredential[]>

Specifies a user account that has permission to perform this action. The default is the current user.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-DynamicMacAddress

Indicates that this cmdlet assigns a dynamically generated Media Access Control (MAC) address to the virtual network adapter.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Name<String>

Specifies the name of the virtual network adapter.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-NetworkAdapter<ContainerNetworkAdapter>

Specifies the virtual network adapter.

Aliases

none

必須/オプション

true

位置

1

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Passthru

作業中の項目を表すオブジェクトを返します。既定では、このコマンドレットから出力は生成されません。

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-StaticMacAddress<String>

Indicates that this cmdlet assigns a specific a MAC addresss to the virtual network adapter.

Aliases

none

必須/オプション

false

位置

named

既定値

none

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-Confirm

コマンドレットを実行する前に確認メッセージを表示します。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

-WhatIf

コマンドレットが実行された場合に何が起きるのかを示します。コマンドレットは実行されません。

必須/オプション

false

位置

named

既定値

false

パイプライン入力の受け入れ

false

ワイルドカード文字の受け入れ

false

<CommonParameters>

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

入力

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

出力

出力型は、コマンドレットが出力するオブジェクトの型です。

  • Microsoft.Containers.PowerShell.Objects.ContainerNetworkAdapter

    Microsoft.Containers.PowerShell.Objects.ContainerNetworkAdapter

使用例

Example 1: Assign a dynamically generated MAC address to a virtual network adapter

This command assigns a dynamically generated MAC address to the virtual network adapter in the container named Contoso.

PS C:\> Set-ContainerNetworkAdapter -ContainerName "Contoso" -DynamicMacAddress                        

関連項目

Add-ContainerNetworkAdapter

Connect-ContainerNetworkAdapter

Disconnect-ContainerNetworkAdapter

Get-ContainerNetworkAdapter

Remove-ContainerNetworkAdapter