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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET