共用方式為


IDscConfigurationOperations.CreateOrUpdateAsync 方法

定義

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

參數

resourceGroupName
String
automationAccount
String
cancellationToken
CancellationToken

傳回

適用於