Test-AksEdgeNetworkParameters
驗證 AksEdge 網路參數,在部署前步驟中很有用。 此命令在跨多部電腦調整叢集之前,可作為預先部署檢查。
Syntax
fromJsonConfigFile (Default)
Test-AksEdgeNetworkParameters [-JsonConfigFilePath <String>] [<CommonParameters>]
fromJsonConfigString
Test-AksEdgeNetworkParameters [-JsonConfigString <String>] [<CommonParameters>]
描述
驗證 AksEdge 網路參數,在部署前步驟中很有用。 如需參數的檔,請參閱 New-AksEdgeDeployment commandlet。
範例
Test-AksEdgeNetworkParameters -JsonConfigFilePath ./aksedge-config.json
參數
-JsonConfigString
以 JSON 字串為基礎的輸入參數。
Type: String
Parameter Sets: fromJsonConfigString
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-JsonConfigFilePath
以 JSON 檔案為基礎的輸入參數。
Type: String
Parameter Sets: fromJsonConfigFile
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
這個 Cmdlet 支援一般參數:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutVariable、-OutBuffer、-PipelineVariable、-Verbose、-WarningAction 和 -WarningVariable。 如需詳細資訊,請參閱 about_CommonParameters。