AssemblyProperties Constructors
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.
Overloads
AssemblyProperties() |
Initializes a new instance of the AssemblyProperties class. |
AssemblyProperties(String, Nullable<DateTime>, Nullable<DateTime>, Object, Object, String, ContentLink, String, String, String) |
Initializes a new instance of the AssemblyProperties class. |
AssemblyProperties()
Initializes a new instance of the AssemblyProperties class.
public AssemblyProperties ();
Public Sub New ()
Applies to
AssemblyProperties(String, Nullable<DateTime>, Nullable<DateTime>, Object, Object, String, ContentLink, String, String, String)
Initializes a new instance of the AssemblyProperties class.
public AssemblyProperties (string assemblyName, DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default, object content = default, string contentType = default, Microsoft.Azure.Management.Logic.Models.ContentLink contentLink = default, string assemblyVersion = default, string assemblyCulture = default, string assemblyPublicKeyToken = default);
new Microsoft.Azure.Management.Logic.Models.AssemblyProperties : string * Nullable<DateTime> * Nullable<DateTime> * obj * obj * string * Microsoft.Azure.Management.Logic.Models.ContentLink * string * string * string -> Microsoft.Azure.Management.Logic.Models.AssemblyProperties
Public Sub New (assemblyName As String, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing, Optional content As Object = Nothing, Optional contentType As String = Nothing, Optional contentLink As ContentLink = Nothing, Optional assemblyVersion As String = Nothing, Optional assemblyCulture As String = Nothing, Optional assemblyPublicKeyToken As String = Nothing)
Parameters
- assemblyName
- String
The assembly name.
- metadata
- Object
- content
- Object
- contentType
- String
The content type.
- contentLink
- ContentLink
The content link.
- assemblyVersion
- String
The assembly version.
- assemblyCulture
- String
The assembly culture.
- assemblyPublicKeyToken
- String
The assembly public key token.
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