你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Descriptor 构造函数

定义

重载

Descriptor()
Descriptor(String, Nullable<Int64>, String, IList<String>, Annotations)

Descriptor()

Source:
Descriptor.cs
public Descriptor ();
Public Sub New ()

适用于

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)

参数

mediaType
String
size
Nullable<Int64>
digest
String
urls
IList<String>
annotations
Annotations

适用于