共用方式為


IScriptCmdletsOperations 介面

定義

ScriptCmdletsOperations 作業。

public interface IScriptCmdletsOperations
type IScriptCmdletsOperations = interface
Public Interface IScriptCmdletsOperations

方法

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

傳回私人雲端上特定套件中腳本 Cmdlet 資源的相關資訊

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出私人雲端可用的腳本 Cmdlet 資源,以在私人雲端上建立腳本執行資源

ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

列出私人雲端可用的腳本 Cmdlet 資源,以在私人雲端上建立腳本執行資源

擴充方法

Get(IScriptCmdletsOperations, String, String, String, String)

傳回私人雲端上特定套件中腳本 Cmdlet 資源的相關資訊

GetAsync(IScriptCmdletsOperations, String, String, String, String, CancellationToken)

傳回私人雲端上特定套件中腳本 Cmdlet 資源的相關資訊

List(IScriptCmdletsOperations, String, String, String)

列出私人雲端可用的腳本 Cmdlet 資源,以在私人雲端上建立腳本執行資源

ListAsync(IScriptCmdletsOperations, String, String, String, CancellationToken)

列出私人雲端可用的腳本 Cmdlet 資源,以在私人雲端上建立腳本執行資源

ListNext(IScriptCmdletsOperations, String)

列出私人雲端可用的腳本 Cmdlet 資源,以在私人雲端上建立腳本執行資源

ListNextAsync(IScriptCmdletsOperations, String, CancellationToken)

列出私人雲端可用的腳本 Cmdlet 資源,以在私人雲端上建立腳本執行資源

適用於