Share via


ModuleCreateOrUpdateParameters Constructors

Definition

Overloads

ModuleCreateOrUpdateParameters()

Initializes a new instance of the ModuleCreateOrUpdateParameters class.

ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties)
ModuleCreateOrUpdateParameters(ContentLink, String, String, IDictionary<String,String>)

Initializes a new instance of the ModuleCreateOrUpdateParameters class.

ModuleCreateOrUpdateParameters()

Initializes a new instance of the ModuleCreateOrUpdateParameters class.

public ModuleCreateOrUpdateParameters ();
Public Sub New ()

Applies to

ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties)

public ModuleCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters
Public Sub New (properties As ModuleCreateOrUpdateProperties)

Parameters

Applies to

Initializes a new instance of the ModuleCreateOrUpdateParameters class.

public ModuleCreateOrUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentLink contentLink, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentLink * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ModuleCreateOrUpdateParameters
Public Sub New (contentLink As ContentLink, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

contentLink
ContentLink

Gets or sets the module content link.

name
String

Gets or sets name of the resource.

location
String

Gets or sets the location of the resource.

tags
IDictionary<String,String>

Gets or sets the tags attached to the resource.

Applies to