Compartilhar via


DscNodeConfigurationOperationsExtensions.CreateOrUpdateAsync Método

Definição

Sobrecargas

CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, DscNodeConfigurationCreateOrUpdateParameters)
CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, String, DscNodeConfigurationCreateOrUpdateParameters, CancellationToken)

Crie a configuração do nó identificada pelo nome de configuração do nó. http://aka.ms/azureautomationsdk/dscnodeconfigurations

CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, DscNodeConfigurationCreateOrUpdateParameters)

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

Parâmetros

resourceGroupName
String
automationAccount
String

Retornos

Aplica-se a

CreateOrUpdateAsync(IDscNodeConfigurationOperations, String, String, String, DscNodeConfigurationCreateOrUpdateParameters, CancellationToken)

Crie a configuração do nó identificada pelo nome de configuração do nó. http://aka.ms/azureautomationsdk/dscnodeconfigurations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, string nodeConfigurationName, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccountName As String, nodeConfigurationName As String, parameters As DscNodeConfigurationCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DscNodeConfiguration)

Parâmetros

operations
IDscNodeConfigurationOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

nodeConfigurationName
String

O nome de configuração do nó Dsc.

parameters
DscNodeConfigurationCreateOrUpdateParameters

Os parâmetros create ou update para configuração.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a