ManifestChangeableAttributes 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
ManifestChangeableAttributes() | |
ManifestChangeableAttributes(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, String) |
ManifestChangeableAttributes()
public ManifestChangeableAttributes ();
Public Sub New ()
Applies to
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)
Parameters
- quarantineState
- String
- quarantineDetails
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET