RepositoryAttributes 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
RepositoryAttributes() | |
RepositoryAttributes(String, String, String, String, Nullable<Int32>, Nullable<Int32>, ChangeableAttributes) |
RepositoryAttributes()
RepositoryAttributes(String, String, String, String, Nullable<Int32>, Nullable<Int32>, ChangeableAttributes)
- Source:
- RepositoryAttributes.cs
public RepositoryAttributes (string registry = default, string imageName = default, string createdTime = default, string lastUpdateTime = default, int? manifestCount = default, int? tagCount = default, Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes changeableAttributes = default);
new Microsoft.Azure.ContainerRegistry.Models.RepositoryAttributes : string * string * string * string * Nullable<int> * Nullable<int> * Microsoft.Azure.ContainerRegistry.Models.ChangeableAttributes -> Microsoft.Azure.ContainerRegistry.Models.RepositoryAttributes
Public Sub New (Optional registry As String = Nothing, Optional imageName As String = Nothing, Optional createdTime As String = Nothing, Optional lastUpdateTime As String = Nothing, Optional manifestCount As Nullable(Of Integer) = Nothing, Optional tagCount As Nullable(Of Integer) = Nothing, Optional changeableAttributes As ChangeableAttributes = Nothing)
Parameters
- registry
- String
- imageName
- String
- createdTime
- String
- lastUpdateTime
- String
- changeableAttributes
- ChangeableAttributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET