BlobMountHeaders 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
BlobMountHeaders() | |
BlobMountHeaders(String, String, String) |
BlobMountHeaders()
BlobMountHeaders(String, String, String)
- Source:
- BlobMountHeaders.cs
public BlobMountHeaders (string location = default, string dockerUploadUUID = default, string dockerContentDigest = default);
new Microsoft.Azure.ContainerRegistry.Models.BlobMountHeaders : string * string * string -> Microsoft.Azure.ContainerRegistry.Models.BlobMountHeaders
Public Sub New (Optional location As String = Nothing, Optional dockerUploadUUID As String = Nothing, Optional dockerContentDigest As String = Nothing)
Parameters
- location
- String
- dockerUploadUUID
- String
- dockerContentDigest
- 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