RunbookDraftOperations interface
RunbookDraftOperations を表すインターフェイス。
メソッド
| begin |
Runbook のドラフト コンテンツを置き換えます。 |
| begin |
Runbook のドラフト コンテンツを置き換えます。 |
| get(string, string, string, Runbook |
Runbook 名で識別される Runbook ドラフトを取得します。 |
| get |
Runbook 名で識別される Runbook ドラフトの内容を取得します。 |
| undo |
Runbook 名で識別された最後の既知の発行済み状態に対する下書き編集を元に戻します。 |
メソッドの詳細
beginReplaceContent(string, string, string, string, RunbookDraftReplaceContentOptionalParams)
Runbook のドラフト コンテンツを置き換えます。
function beginReplaceContent(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: string, options?: RunbookDraftReplaceContentOptionalParams): Promise<PollerLike<PollOperationState<RunbookDraftReplaceContentResponse>, RunbookDraftReplaceContentResponse>>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- runbookName
-
string
Runbook 名。
- runbookContent
-
string
Runbook の下書きコンテンツ。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<RunbookDraftReplaceContentResponse>, RunbookDraftReplaceContentResponse>>
beginReplaceContentAndWait(string, string, string, string, RunbookDraftReplaceContentOptionalParams)
Runbook のドラフト コンテンツを置き換えます。
function beginReplaceContentAndWait(resourceGroupName: string, automationAccountName: string, runbookName: string, runbookContent: string, options?: RunbookDraftReplaceContentOptionalParams): Promise<RunbookDraftReplaceContentResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- runbookName
-
string
Runbook 名。
- runbookContent
-
string
Runbook の下書きコンテンツ。
オプション パラメーター。
戻り値
Promise<RunbookDraftReplaceContentResponse>
get(string, string, string, RunbookDraftGetOptionalParams)
Runbook 名で識別される Runbook ドラフトを取得します。
function get(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftGetOptionalParams): Promise<RunbookDraft>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- runbookName
-
string
Runbook 名。
- options
- RunbookDraftGetOptionalParams
オプション パラメーター。
戻り値
Promise<RunbookDraft>
getContent(string, string, string, RunbookDraftGetContentOptionalParams)
Runbook 名で識別される Runbook ドラフトの内容を取得します。
function getContent(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftGetContentOptionalParams): Promise<RunbookDraftGetContentResponse>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- runbookName
-
string
Runbook 名。
オプション パラメーター。
戻り値
Promise<RunbookDraftGetContentResponse>
undoEdit(string, string, string, RunbookDraftUndoEditOptionalParams)
Runbook 名で識別された最後の既知の発行済み状態に対する下書き編集を元に戻します。
function undoEdit(resourceGroupName: string, automationAccountName: string, runbookName: string, options?: RunbookDraftUndoEditOptionalParams): Promise<RunbookDraftUndoEditResult>
パラメーター
- resourceGroupName
-
string
Azure リソース グループの名前。
- automationAccountName
-
string
Automation アカウントの名前。
- runbookName
-
string
Runbook 名。
オプション パラメーター。
戻り値
Promise<RunbookDraftUndoEditResult>