PSManifestAttribute 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
PSManifestAttribute(ManifestAttributes) | |
PSManifestAttribute(String, String, PSManifestAttributeBase) |
PSManifestAttribute(ManifestAttributes)
public PSManifestAttribute (Microsoft.Azure.ContainerRegistry.Models.ManifestAttributes manifest);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute : Microsoft.Azure.ContainerRegistry.Models.ManifestAttributes -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute
Public Sub New (manifest As ManifestAttributes)
Parameters
- manifest
- ManifestAttributes
Applies to
PSManifestAttribute(String, String, PSManifestAttributeBase)
public PSManifestAttribute (string registry = default, string imageName = default, Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase attributes = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute : string * string * Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttributeBase -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSManifestAttribute
Public Sub New (Optional registry As String = Nothing, Optional imageName As String = Nothing, Optional attributes As PSManifestAttributeBase = Nothing)
Parameters
- registry
- String
- imageName
- String
- attributes
- PSManifestAttributeBase