RunbookCreateOrUpdateDraftParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RunbookCreateOrUpdateDraftParameters() |
初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。 |
RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties) | |
RunbookCreateOrUpdateDraftParameters(String) |
初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。 |
RunbookCreateOrUpdateDraftParameters()
初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。
public RunbookCreateOrUpdateDraftParameters ();
Public Sub New ()
適用於
RunbookCreateOrUpdateDraftParameters(RunbookCreateOrUpdateDraftProperties)
public RunbookCreateOrUpdateDraftParameters (Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties properties);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftProperties -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (properties As RunbookCreateOrUpdateDraftProperties)
參數
- properties
- RunbookCreateOrUpdateDraftProperties
適用於
RunbookCreateOrUpdateDraftParameters(String)
初始化 RunbookCreateOrUpdateDraftParameters 類別的新實例。
public RunbookCreateOrUpdateDraftParameters (string runbookContent);
new Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters : string -> Microsoft.Azure.Management.Automation.Models.RunbookCreateOrUpdateDraftParameters
Public Sub New (runbookContent As String)
參數
- runbookContent
- String
Runbook 的內容。