RunbookDraftOperationsExtensions.PublishAsync 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.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationResultResponse> PublishAsync (this Microsoft.Azure.Management.Automation.IRunbookDraftOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.RunbookDraftPublishParameters parameters);
static member PublishAsync : Microsoft.Azure.Management.Automation.IRunbookDraftOperations * string * string * Microsoft.Azure.Management.Automation.Models.RunbookDraftPublishParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.LongRunningOperationResultResponse>
<Extension()>
Public Function PublishAsync (operations As IRunbookDraftOperations, resourceGroupName As String, automationAccount As String, parameters As RunbookDraftPublishParameters) As Task(Of LongRunningOperationResultResponse)
Parameters
- operations
- IRunbookDraftOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- RunbookDraftPublishParameters
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET