Compartilhar via


AcrErrors Construtores

Definição

Sobrecargas

AcrErrors()
AcrErrors(IList<AcrErrorInfo>)

AcrErrors()

Origem:
AcrErrors.cs
public AcrErrors ();
Public Sub New ()

Aplica-se a

AcrErrors(IList<AcrErrorInfo>)

Origem:
AcrErrors.cs
public AcrErrors (System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.AcrErrorInfo> errors = default);
new Microsoft.Azure.ContainerRegistry.Models.AcrErrors : System.Collections.Generic.IList<Microsoft.Azure.ContainerRegistry.Models.AcrErrorInfo> -> Microsoft.Azure.ContainerRegistry.Models.AcrErrors
Public Sub New (Optional errors As IList(Of AcrErrorInfo) = Nothing)

Parâmetros

Aplica-se a