共用方式為


New-ServiceFabricPackageDebugParameter

在服務封裝中新增程式代碼封裝的偵錯參數。

語法

New-ServiceFabricPackageDebugParameter
   [-CodePackageName] <String>
   [-ServiceManifestName] <String>
   [-EntryPointType <String>]
   -DebuggerExePath <String>
   [-DebuggerArguments <String>]
   [-CodePackageLinkFolder <String>]
   [-ConfigPackageLinkFolder <String>]
   [-DataPackageLinkFolder <String>]
   [-LockFile <String>]
   [-WorkingFolder <String>]
   [-DebugParametersFile <String>]
   [-EnvironmentBlock <String>]
   [-ConfigPackageName <String>]
   [-DataPackageName <String>]
   [-ContainerEntryPoints <String[]>]
   [-ContainerMountedVolumes <String[]>]
   [-ContainerEnvironmentBlock <String[]>]
   [-ContainerLabels <String[]>]
   [-DisableReliableCollectionReplicationMode <Boolean>]
   [-TimeoutSec <Int32>]
   [<CommonParameters>]

Description

New-ServiceFabricPackageDebugParameter Cmdlet 會在服務套件中新增程式代碼封裝的偵錯參數。 偵錯參數會提供機制,以在 Service Fabric 啟動程式代碼套件時指定調試程序的資訊。

若要管理 Service Fabric 叢集,請使用 [以系統管理員身分執行] 選項啟動 Windows PowerShell。 在 Service Fabric 叢集上執行任何作業之前,請使用 Connect-ServiceFabricCluster Cmdlet 來建立叢集的連線。

參數

-CodePackageLinkFolder

指定 Service Fabric 程式代碼套件資料夾的目錄。

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

-CodePackageName

指定 Service Fabric 程式代碼套件的名稱。 Cmdlet 會將偵錯參數新增至此參數所指定的封裝。

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

-ConfigPackageLinkFolder

指定設定套件連結資料夾的路徑。

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

-ConfigPackageName

指定組態套件名稱。

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

-ContainerEntryPoints

{{Fill ContainerEntryPoints Description}}

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

-ContainerEnvironmentBlock

{{Fill ContainerEnvironmentBlock Description}}

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

-ContainerLabels

{{Fill ContainerLabels Description}}

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

-ContainerMountedVolumes

{{Fill ContainerMountedVolumes Description}}

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

-DataPackageLinkFolder

指定數據封裝連結資料夾的路徑。

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

-DataPackageName

指定數據封裝的名稱。

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

-DebuggerArguments

指定調試程式自變數的值。

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

-DebuggerExePath

指定調試程式 .exe 檔案的路徑。

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

-DebugParametersFile

指定偵錯參數檔案的路徑。

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

-DisableReliableCollectionReplicationMode

{{Fill DisableReliableCollectionReplicationMode Description}}

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

-EntryPointType

指定端點類型。

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

-EnvironmentBlock

指定環境區塊。

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

-LockFile

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

-ServiceManifestName

指定 Service Fabric 服務指令清單的名稱。 Cmdlet 會為這個 Cmdlet 指定的服務指令清單新增偵錯參數。

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

-TimeoutSec

指定作業的逾時期間,以秒為單位。

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

-WorkingFolder

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

輸入

None

輸出

System.Object