AssemblyDefinition 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 assembly definition.
public class AssemblyDefinition : Microsoft.Azure.Management.Logic.Models.Resource
type AssemblyDefinition = class
inherit Resource
Public Class AssemblyDefinition
Inherits Resource
- Inheritance
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET