AssemblyDefinition Class

Definition

The assembly definition.

public class AssemblyDefinition : Microsoft.Azure.Management.Logic.Models.Resource
type AssemblyDefinition = class
    inherit Resource
Public Class AssemblyDefinition
Inherits Resource
Inheritance
AssemblyDefinition

Constructors

AssemblyDefinition()

Initializes a new instance of the AssemblyDefinition class.

AssemblyDefinition(AssemblyProperties, String, String, String, String, IDictionary<String,String>)

Initializes a new instance of the AssemblyDefinition class.

Properties

Id

Gets the resource id.

(Inherited from Resource)
Location

Gets or sets the resource location.

(Inherited from Resource)
Name

Gets the resource name.

(Inherited from Resource)
Properties

Gets or sets the assembly properties.

Tags

Gets or sets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to