ContainerRegistryModelFactory.GetManifestResult Method
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.
Initializes a new instance of GetManifestResult(String, String, BinaryData).
public static Azure.Containers.ContainerRegistry.GetManifestResult GetManifestResult (string digest = default, string mediaType = default, BinaryData manifest = default);
static member GetManifestResult : string * string * BinaryData -> Azure.Containers.ContainerRegistry.GetManifestResult
Public Shared Function GetManifestResult (Optional digest As String = Nothing, Optional mediaType As String = Nothing, Optional manifest As BinaryData = Nothing) As GetManifestResult
Parameters
- digest
- String
The manifest's digest, calculated by the registry.
- mediaType
- String
The media type of the downloaded manifest.
- manifest
- BinaryData
Manifest content that was downloaded.
Returns
A new GetManifestResult(String, String, BinaryData) instance for mocking.