Annotations 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
Annotations() | |
Annotations(IDictionary<String,Object>, Nullable<DateTime>, String, String, String, String, String, String, String, String, String, String, String) |
Annotations()
Annotations(IDictionary<String,Object>, Nullable<DateTime>, String, String, String, String, String, String, String, String, String, String, String)
- Source:
- Annotations.cs
public Annotations (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, DateTime? created = default, string authors = default, string url = default, string documentation = default, string source = default, string version = default, string revision = default, string vendor = default, string licenses = default, string name = default, string title = default, string description = default);
new Microsoft.Azure.ContainerRegistry.Models.Annotations : System.Collections.Generic.IDictionary<string, obj> * Nullable<DateTime> * string * string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.ContainerRegistry.Models.Annotations
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional created As Nullable(Of DateTime) = Nothing, Optional authors As String = Nothing, Optional url As String = Nothing, Optional documentation As String = Nothing, Optional source As String = Nothing, Optional version As String = Nothing, Optional revision As String = Nothing, Optional vendor As String = Nothing, Optional licenses As String = Nothing, Optional name As String = Nothing, Optional title As String = Nothing, Optional description As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- authors
- String
- url
- String
- documentation
- String
- source
- String
- version
- String
- revision
- String
- vendor
- String
- licenses
- String
- name
- String
- title
- String
- description
- String