Share via


IDscNodeConfigurationOperations.CreateOrUpdateAsync Método

Definición

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)

Parámetros

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a