Partager via


ContainerRegistryModelFactory.ContainerRepositoryProperties Méthode

Définition

Initialise une nouvelle instance de ContainerRepositoryProperties.

public static Azure.Containers.ContainerRegistry.ContainerRepositoryProperties ContainerRepositoryProperties (string registryLoginServer = default, string name = default, DateTimeOffset createdOn = default, DateTimeOffset lastUpdatedOn = default, int manifestCount = 0, int tagCount = 0, bool? canDelete = default, bool? canWrite = default, bool? canList = default, bool? canRead = default);
static member ContainerRepositoryProperties : string * string * DateTimeOffset * DateTimeOffset * int * int * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Azure.Containers.ContainerRegistry.ContainerRepositoryProperties
Public Shared Function ContainerRepositoryProperties (Optional registryLoginServer As String = Nothing, Optional name As String = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional lastUpdatedOn As DateTimeOffset = Nothing, Optional manifestCount As Integer = 0, Optional tagCount As Integer = 0, Optional canDelete As Nullable(Of Boolean) = Nothing, Optional canWrite As Nullable(Of Boolean) = Nothing, Optional canList As Nullable(Of Boolean) = Nothing, Optional canRead As Nullable(Of Boolean) = Nothing) As ContainerRepositoryProperties

Paramètres

registryLoginServer
String

Nom du serveur de connexion au Registre. Cela est susceptible d’être similaire à {registry-name}.azurecr.io.

name
String

Nom de l’image

createdOn
DateTimeOffset

Heure de création de l’image.

lastUpdatedOn
DateTimeOffset

Heure de la dernière mise à jour de l’image.

manifestCount
Int32

Nombre de manifestes.

tagCount
Int32

Numéro des balises.

canDelete
Nullable<Boolean>

Suppression activée.

canWrite
Nullable<Boolean>

Écriture activée.

canList
Nullable<Boolean>

Liste activée.

canRead
Nullable<Boolean>

Lecture activée.

Retours

Une nouvelle ContainerRepositoryProperties instance de moqueries.

S’applique à