IDscNodeConfigurationOperations.CreateOrUpdateAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse> CreateOrUpdateAsync (string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateAsync : string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse>
Public Function CreateOrUpdateAsync (resourceGroupName As String, automationAccount As String, parameters As DscNodeConfigurationCreateOrUpdateParameters, cancellationToken As CancellationToken) As Task(Of DscNodeConfigurationGetResponse)

Parameters

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Returns

Applies to