ManifestsCreateHeaders 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
ManifestsCreateHeaders() | |
ManifestsCreateHeaders(String, String, Nullable<Int64>) |
ManifestsCreateHeaders()
ManifestsCreateHeaders(String, String, Nullable<Int64>)
- Source:
- ManifestsCreateHeaders.cs
public ManifestsCreateHeaders (string dockerContentDigest = default, string location = default, long? contentLength = default);
new Microsoft.Azure.ContainerRegistry.Models.ManifestsCreateHeaders : string * string * Nullable<int64> -> Microsoft.Azure.ContainerRegistry.Models.ManifestsCreateHeaders
Public Sub New (Optional dockerContentDigest As String = Nothing, Optional location As String = Nothing, Optional contentLength As Nullable(Of Long) = Nothing)
Parameters
- dockerContentDigest
- String
- location
- String
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