Share via


ModuleUpdateParameters Constructors

Definition

Overloads

ModuleUpdateParameters()

Initializes a new instance of the ModuleUpdateParameters class.

ModuleUpdateParameters(ContentLink, String, String, IDictionary<String,String>)

Initializes a new instance of the ModuleUpdateParameters class.

ModuleUpdateParameters()

Initializes a new instance of the ModuleUpdateParameters class.

public ModuleUpdateParameters ();
Public Sub New ()

Applies to

Initializes a new instance of the ModuleUpdateParameters class.

public ModuleUpdateParameters (Microsoft.Azure.Management.Automation.Models.ContentLink contentLink = default, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.ModuleUpdateParameters : Microsoft.Azure.Management.Automation.Models.ContentLink * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ModuleUpdateParameters
Public Sub New (Optional contentLink As ContentLink = Nothing, 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