DscNodeConfigurationOperationsExtensions.CreateOrUpdate Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
CreateOrUpdate(IDscNodeConfigurationOperations, String, String, DscNodeConfigurationCreateOrUpdateParameters) | |
CreateOrUpdate(IDscNodeConfigurationOperations, String, String, String, DscNodeConfigurationCreateOrUpdateParameters) |
Düğüm yapılandırma adıyla tanımlanan düğüm yapılandırmasını oluşturun. http://aka.ms/azureautomationsdk/dscnodeconfigurations |
CreateOrUpdate(IDscNodeConfigurationOperations, String, String, DscNodeConfigurationCreateOrUpdateParameters)
public static Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationGetResponse
<Extension()>
Public Function CreateOrUpdate (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccount As String, parameters As DscNodeConfigurationCreateOrUpdateParameters) As DscNodeConfigurationGetResponse
Parametreler
- operations
- IDscNodeConfigurationOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
Döndürülenler
Şunlara uygulanır
CreateOrUpdate(IDscNodeConfigurationOperations, String, String, String, DscNodeConfigurationCreateOrUpdateParameters)
Düğüm yapılandırma adıyla tanımlanan düğüm yapılandırmasını oluşturun. http://aka.ms/azureautomationsdk/dscnodeconfigurations
public static Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration CreateOrUpdate (this Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations operations, string resourceGroupName, string automationAccountName, string nodeConfigurationName, Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IDscNodeConfigurationOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.DscNodeConfiguration
<Extension()>
Public Function CreateOrUpdate (operations As IDscNodeConfigurationOperations, resourceGroupName As String, automationAccountName As String, nodeConfigurationName As String, parameters As DscNodeConfigurationCreateOrUpdateParameters) As DscNodeConfiguration
Parametreler
- operations
- IDscNodeConfigurationOperations
Bu uzantı yönteminin işlem grubu.
- resourceGroupName
- String
Azure Kaynak grubunun adı.
- automationAccountName
- String
Otomasyon hesabının adı.
- nodeConfigurationName
- String
Dsc düğümü yapılandırma adı.
- parameters
- DscNodeConfigurationCreateOrUpdateParameters
Yapılandırma için oluşturma veya güncelleştirme parametreleri.
Döndürülenler
Şunlara uygulanır
Azure SDK for .NET