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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET