DscNodeConfigurationCreateOrUpdateParameters Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
DscNodeConfigurationCreateOrUpdateParameters() |
Инициализирует новый экземпляр класса DscNodeConfigurationCreateOrUpdateParameters. |
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, String, DscConfigurationAssociationProperty) | |
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, DscConfigurationAssociationProperty, Nullable<Boolean>, String, IDictionary<String,String>) |
Инициализирует новый экземпляр класса DscNodeConfigurationCreateOrUpdateParameters. |
DscNodeConfigurationCreateOrUpdateParameters()
Инициализирует новый экземпляр класса DscNodeConfigurationCreateOrUpdateParameters.
public DscNodeConfigurationCreateOrUpdateParameters();
Public Sub New ()
Применяется к
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, String, DscConfigurationAssociationProperty)
public DscNodeConfigurationCreateOrUpdateParameters(Microsoft.Azure.Management.Automation.Models.ContentSource source, string name, Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration);
new Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentSource * string * Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty -> Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters
Public Sub New (source As ContentSource, name As String, configuration As DscConfigurationAssociationProperty)
Параметры
- source
- ContentSource
- name
- String
- configuration
- DscConfigurationAssociationProperty
Применяется к
DscNodeConfigurationCreateOrUpdateParameters(ContentSource, DscConfigurationAssociationProperty, Nullable<Boolean>, String, IDictionary<String,String>)
Инициализирует новый экземпляр класса DscNodeConfigurationCreateOrUpdateParameters.
public DscNodeConfigurationCreateOrUpdateParameters(Microsoft.Azure.Management.Automation.Models.ContentSource source, Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty configuration, bool? incrementNodeConfigurationBuild = default, string name = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentSource * Microsoft.Azure.Management.Automation.Models.DscConfigurationAssociationProperty * Nullable<bool> * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.DscNodeConfigurationCreateOrUpdateParameters
Public Sub New (source As ContentSource, configuration As DscConfigurationAssociationProperty, Optional incrementNodeConfigurationBuild As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Параметры
- source
- ContentSource
Возвращает или задает источник.
- configuration
- DscConfigurationAssociationProperty
Возвращает или задает конфигурацию узла.
Если требуется новая версия сборки NodeConfiguration.
- name
- String
Имя конфигурации узла.
- tags
- IDictionary<String,String>
Получает или задает теги, вложенные в ресурс.
Применяется к
Azure SDK for .NET