AutomationRunbookResource.GetContentRunbookDraft(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the content of runbook draft identified by runbook name.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/runbooks/{runbookName}/draft/content
- Operation Id: RunbookDraft_GetContent
public virtual Azure.Response<string> GetContentRunbookDraft (System.Threading.CancellationToken cancellationToken = default);
abstract member GetContentRunbookDraft : System.Threading.CancellationToken -> Azure.Response<string>
override this.GetContentRunbookDraft : System.Threading.CancellationToken -> Azure.Response<string>
Public Overridable Function GetContentRunbookDraft (Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.