ConnectedRegistryUpdateProperties Class
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.
The parameters for updating token properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ConnectedRegistryUpdatePropertiesTypeConverter))]
public class ConnectedRegistryUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IConnectedRegistryUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ConnectedRegistryUpdatePropertiesTypeConverter))>]
type ConnectedRegistryUpdateProperties = class
interface IConnectedRegistryUpdateProperties
interface IJsonSerializable
Public Class ConnectedRegistryUpdateProperties
Implements IConnectedRegistryUpdateProperties
- Inheritance
-
ConnectedRegistryUpdateProperties
- Attributes
- Implements
Constructors
ConnectedRegistryUpdateProperties() |
Creates an new ConnectedRegistryUpdateProperties instance. |
Properties
ClientTokenId |
The list of the ACR token resource IDs used to authenticate clients to the connected registry. |
LoggingAuditLogStatus |
Indicates whether audit logs are enabled on the connected registry. |
LoggingLogLevel |
The verbosity of logs persisted on the connected registry. |
NotificationsList |
The list of notifications subscription information for the connected registry. |
SyncPropertyMessageTtl |
The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. |
SyncPropertySchedule |
The cron expression indicating the schedule that the connected registry will sync with its parent. |
SyncPropertySyncWindow |
The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedRegistryUpdateProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedRegistryUpdateProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IConnectedRegistryUpdateProperties. |
FromJsonString(String) |
Creates a new instance of ConnectedRegistryUpdateProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedRegistryUpdateProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |