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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET