Compartir a través de


AcrManifests Constructores

Definición

Sobrecargas

AcrManifests()
AcrManifests(String, String, IList<ManifestAttributesBase>)

AcrManifests()

Source:
AcrManifests.cs
public AcrManifests ();
Public Sub New ()

Se aplica a

AcrManifests(String, String, IList<ManifestAttributesBase>)

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

Parámetros

registry
String
imageName
String
manifestsAttributes
IList<ManifestAttributesBase>

Se aplica a