ModuleUpdateParameters Class

Definition

The parameters supplied to the update module operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ModuleUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ModuleUpdateParameters = class
Public Class ModuleUpdateParameters
Inheritance
ModuleUpdateParameters
Attributes

Constructors

ModuleUpdateParameters()

Initializes a new instance of the ModuleUpdateParameters class.

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

Initializes a new instance of the ModuleUpdateParameters class.

Properties

ContentLink

Gets or sets the module content link.

Location

Gets or sets the location of the resource.

Name

Gets or sets name of the resource.

Tags

Gets or sets the tags attached to the resource.

Methods

Validate()

Validate the object.

Applies to