共用方式為


Set-AzureVNetGateway

啟用或停用 Azure 虛擬網路的 VPN 閘道。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Set-AzureVNetGateway
   [-Connect]
   -VNetName <String>
   -LocalNetworkSiteName <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Set-AzureVNetGateway
   [-Disconnect]
   -VNetName <String>
   -LocalNetworkSiteName <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Set-AzureVNetGateway Cmdlet 會啟用或停用 Azure 虛擬網路的虛擬專用網 (VPN) 網關。 虛擬網路閘道是連線至虛擬網路的 VPN 端點。 指定 Connect Disconnect 參數,以啟用或停用內部部署局域網路網站與虛擬網路之間的 VPN 連線。

範例

範例 1:啟用虛擬網路的虛擬網路閘道

PS C:\> Set-AzureVNetGateway -Connect -VnetName "ContosoProdNet" -LocalNetworkSiteName "ContosoBranchOffice"

此命令可在名為 ContosoProdNet 的 Azure 虛擬網路與名為 ContosoBranchOffice 之局域網路網站的 VPN 裝置之間啟用虛擬網路閘道。

範例 2:停用虛擬網路的虛擬網路閘道

PS C:\> Set-AzureVNetGateway -Disconnect -VnetName "ContosoProdNet" -LocalNetworkSiteName "ContosoBranchOffice"

此命令會停用名為 ContosoProdNet 的 Azure 虛擬網路與名為 ContosoBranchOffice 之局域網路網站的 VPN 裝置之間的虛擬網路閘道。

參數

-Connect

指出此 Cmdlet 會啟用虛擬網路與區域網路月臺之間的 VPN 連線。

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Disconnect

指出此 Cmdlet 會停用虛擬網路與區域網路網站之間的 VPN 連線。

類型:SwitchParameter
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-LocalNetworkSiteName

指定此 Cmdlet 啟用或停用 VPN 連線的內部部署局域網路網站名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Profile

指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。

類型:AzureSMProfile
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-VNetName

指定此 Cmdlet 啟用或停用 VPN 連線的虛擬網路。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False