ArmAutomationModelFactory.DscConfigurationCreateOrUpdateContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of DscConfigurationCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.DscConfigurationCreateOrUpdateContent DscConfigurationCreateOrUpdateContent(string name = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, bool? isLogVerboseEnabled = default, bool? isLogProgressEnabled = default, Azure.ResourceManager.Automation.Models.AutomationContentSource source = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.Automation.Models.DscConfigurationParameterDefinition> parameters = default, string description = default);
static member DscConfigurationCreateOrUpdateContent : string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.Automation.Models.AutomationContentSource * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.Automation.Models.DscConfigurationParameterDefinition> * string -> Azure.ResourceManager.Automation.Models.DscConfigurationCreateOrUpdateContent
Public Shared Function DscConfigurationCreateOrUpdateContent (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional isLogVerboseEnabled As Nullable(Of Boolean) = Nothing, Optional isLogProgressEnabled As Nullable(Of Boolean) = Nothing, Optional source As AutomationContentSource = Nothing, Optional parameters As IDictionary(Of String, DscConfigurationParameterDefinition) = Nothing, Optional description As String = Nothing) As DscConfigurationCreateOrUpdateContent
Parameters
- name
- String
Gets or sets name of the resource.
- location
- Nullable<AzureLocation>
Gets or sets the location of the resource.
- tags
- IDictionary<String,String>
Gets or sets the tags attached to the resource.
- source
- AutomationContentSource
Gets or sets the source.
- parameters
- IDictionary<String,DscConfigurationParameterDefinition>
Gets or sets the configuration parameters.
- description
- String
Gets or sets the description of the configuration.
Returns
A new DscConfigurationCreateOrUpdateContent instance for mocking.