Share via


PSAcrManifest Constructors

Definition

Overloads

PSAcrManifest(AcrManifests)
PSAcrManifest(String, String, IList<PSManifestAttributeBase>)

PSAcrManifest(AcrManifests)

public PSAcrManifest (Microsoft.Azure.ContainerRegistry.Models.AcrManifests manifest);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest : Microsoft.Azure.ContainerRegistry.Models.AcrManifests -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest
Public Sub New (manifest As AcrManifests)

Parameters

manifest
AcrManifests

Applies to

PSAcrManifest(String, String, IList<PSManifestAttributeBase>)

public PSAcrManifest (string registry = default, string imageName = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase> manifestsAttributes = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest : string * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase> -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSAcrManifest
Public Sub New (Optional registry As String = Nothing, Optional imageName As String = Nothing, Optional manifestsAttributes As IList(Of PSManifestAttributeBase) = Nothing)

Parameters

registry
String
imageName
String
manifestsAttributes
IList<PSManifestAttributeBase>

Applies to