Descriptor 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
Descriptor() | |
Descriptor(String, Nullable<Int64>, String, IList<String>, Annotations) |
Descriptor()
Descriptor(String, Nullable<Int64>, String, IList<String>, Annotations)
- Source:
- Descriptor.cs
public Descriptor (string mediaType = default, long? size = default, string digest = default, System.Collections.Generic.IList<string> urls = default, Microsoft.Azure.ContainerRegistry.Models.Annotations annotations = default);
new Microsoft.Azure.ContainerRegistry.Models.Descriptor : string * Nullable<int64> * string * System.Collections.Generic.IList<string> * Microsoft.Azure.ContainerRegistry.Models.Annotations -> Microsoft.Azure.ContainerRegistry.Models.Descriptor
Public Sub New (Optional mediaType As String = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional digest As String = Nothing, Optional urls As IList(Of String) = Nothing, Optional annotations As Annotations = Nothing)
Parameters
- mediaType
- String
- digest
- String
- annotations
- Annotations
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET