ModuleCreateOrUpdateParameters Class
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.
The parameters supplied to the create or update module operation.
public class ModuleCreateOrUpdateParameters : Microsoft.Azure.Management.Automation.Models.ResourceCreateOrUpdateParameterBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class ModuleCreateOrUpdateParameters
type ModuleCreateOrUpdateParameters = class
inherit ResourceCreateOrUpdateParameterBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ModuleCreateOrUpdateParameters = class
Public Class ModuleCreateOrUpdateParameters
Inherits ResourceCreateOrUpdateParameterBase
Public Class ModuleCreateOrUpdateParameters
- Inheritance
- Inheritance
-
ModuleCreateOrUpdateParameters
- Attributes
Constructors
ModuleCreateOrUpdateParameters() |
Initializes a new instance of the ModuleCreateOrUpdateParameters class. |
ModuleCreateOrUpdateParameters(ContentLink, String, String, IDictionary<String,String>) |
Initializes a new instance of the ModuleCreateOrUpdateParameters class. |
ModuleCreateOrUpdateParameters(ModuleCreateOrUpdateProperties) |
Properties
ContentLink |
Gets or sets the module content link. |
Location |
Gets or sets the location of the resource. |
Location | (Inherited from ResourceCreateOrUpdateParameterBase) |
Name |
Gets or sets name of the resource. |
Name | (Inherited from ResourceCreateOrUpdateParameterBase) |
Properties | |
Tags |
Gets or sets the tags attached to the resource. |
Tags | (Inherited from ResourceCreateOrUpdateParameterBase) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET