PSRepositoryAttribute 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
PSRepositoryAttribute(RepositoryAttributes) | |
PSRepositoryAttribute(String, String, String, String, Nullable<Int32>, Nullable<Int32>, PSChangeableAttribute) |
PSRepositoryAttribute(RepositoryAttributes)
public PSRepositoryAttribute (Microsoft.Azure.ContainerRegistry.Models.RepositoryAttributes attribute);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute : Microsoft.Azure.ContainerRegistry.Models.RepositoryAttributes -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute
Public Sub New (attribute As RepositoryAttributes)
Parameters
- attribute
- RepositoryAttributes
Applies to
PSRepositoryAttribute(String, String, String, String, Nullable<Int32>, Nullable<Int32>, PSChangeableAttribute)
public PSRepositoryAttribute (string registry = default, string imageName = default, string createdTime = default, string lastUpdateTime = default, int? manifestCount = default, int? tagCount = default, Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute changeableAttributes = default);
new Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute : string * string * string * string * Nullable<int> * Nullable<int> * Microsoft.Azure.Commands.ContainerRegistry.Models.PSChangeableAttribute -> Microsoft.Azure.Commands.ContainerRegistry.Models.PSRepositoryAttribute
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 PSChangeableAttribute = Nothing)
Parameters
- registry
- String
- imageName
- String
- createdTime
- String
- lastUpdateTime
- String
- changeableAttributes
- PSChangeableAttribute