ArmAutomationModelFactory.DscCompilationJobCreateOrUpdateContent 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 DscCompilationJobCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.DscCompilationJobCreateOrUpdateContent DscCompilationJobCreateOrUpdateContent(string name = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, string configurationName = default, System.Collections.Generic.IDictionary<string,string> parameters = default, bool? isIncrementNodeConfigurationBuildRequired = default);
static member DscCompilationJobCreateOrUpdateContent : string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Azure.ResourceManager.Automation.Models.DscCompilationJobCreateOrUpdateContent
Public Shared Function DscCompilationJobCreateOrUpdateContent (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional configurationName As String = Nothing, Optional parameters As IDictionary(Of String, String) = Nothing, Optional isIncrementNodeConfigurationBuildRequired As Nullable(Of Boolean) = Nothing) As DscCompilationJobCreateOrUpdateContent
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.
- configurationName
- String
Gets or sets the configuration.
- parameters
- IDictionary<String,String>
Gets or sets the parameters of the job.
If a new build version of NodeConfiguration is required.
Returns
A new DscCompilationJobCreateOrUpdateContent instance for mocking.