ArmAutomationModelFactory.AutomationAccountModuleCreateOrUpdateContent 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 AutomationAccountModuleCreateOrUpdateContent.
public static Azure.ResourceManager.Automation.Models.AutomationAccountModuleCreateOrUpdateContent AutomationAccountModuleCreateOrUpdateContent(string name = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.Automation.Models.AutomationContentLink contentLink = default);
static member AutomationAccountModuleCreateOrUpdateContent : string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.Automation.Models.AutomationContentLink -> Azure.ResourceManager.Automation.Models.AutomationAccountModuleCreateOrUpdateContent
Public Shared Function AutomationAccountModuleCreateOrUpdateContent (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional contentLink As AutomationContentLink = Nothing) As AutomationAccountModuleCreateOrUpdateContent
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.
- contentLink
- AutomationContentLink
Gets or sets the module content link.
Returns
A new AutomationAccountModuleCreateOrUpdateContent instance for mocking.