Condividi tramite


ArmAutomationModelFactory.AutomationAccountModuleCreateOrUpdateContent Method

Definition

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.

Applies to