ContainerRegistryModelFactory.ArtifactManifestPlatform 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 ArtifactManifestPlatform.
public static Azure.Containers.ContainerRegistry.ArtifactManifestPlatform ArtifactManifestPlatform (string digest = default, Azure.Containers.ContainerRegistry.ArtifactArchitecture? architecture = default, Azure.Containers.ContainerRegistry.ArtifactOperatingSystem? operatingSystem = default);
static member ArtifactManifestPlatform : string * Nullable<Azure.Containers.ContainerRegistry.ArtifactArchitecture> * Nullable<Azure.Containers.ContainerRegistry.ArtifactOperatingSystem> -> Azure.Containers.ContainerRegistry.ArtifactManifestPlatform
Public Shared Function ArtifactManifestPlatform (Optional digest As String = Nothing, Optional architecture As Nullable(Of ArtifactArchitecture) = Nothing, Optional operatingSystem As Nullable(Of ArtifactOperatingSystem) = Nothing) As ArtifactManifestPlatform
Parameters
- digest
- String
Manifest digest.
- architecture
- Nullable<ArtifactArchitecture>
CPU architecture.
- operatingSystem
- Nullable<ArtifactOperatingSystem>
Operating system.
Returns
A new ArtifactManifestPlatform instance for mocking.
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