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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET