ManifestChangeableAttributes Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ManifestChangeableAttributes() | |
ManifestChangeableAttributes(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String) |
ManifestChangeableAttributes()
public ManifestChangeableAttributes ();
Public Sub New ()
Aplica-se a
ManifestChangeableAttributes(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String)
public ManifestChangeableAttributes (bool? deleteEnabled = default, bool? writeEnabled = default, bool? listEnabled = default, bool? readEnabled = default, string quarantineState = default, string quarantineDetails = default);
new Microsoft.Azure.ContainerRegistry.Models.ManifestChangeableAttributes : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * string -> Microsoft.Azure.ContainerRegistry.Models.ManifestChangeableAttributes
Public Sub New (Optional deleteEnabled As Nullable(Of Boolean) = Nothing, Optional writeEnabled As Nullable(Of Boolean) = Nothing, Optional listEnabled As Nullable(Of Boolean) = Nothing, Optional readEnabled As Nullable(Of Boolean) = Nothing, Optional quarantineState As String = Nothing, Optional quarantineDetails As String = Nothing)
Parâmetros
- quarantineState
- String
- quarantineDetails
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET