ChangeableAttributes 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
ChangeableAttributes() | |
ChangeableAttributes(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
ChangeableAttributes()
ChangeableAttributes(Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
- Source:
- ChangeableAttributes.cs
public ChangeableAttributes (bool? deleteEnabled = default, bool? writeEnabled = default, bool? listEnabled = default, bool? readEnabled = default);
new Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes : Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes
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)