Bagikan melalui


ConnectedRegistryUpdateParameters Class

Definition

The parameters for updating a connected registry.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ConnectedRegistryUpdateParametersTypeConverter))]
public class ConnectedRegistryUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IConnectedRegistryUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ConnectedRegistryUpdateParametersTypeConverter))>]
type ConnectedRegistryUpdateParameters = class
    interface IConnectedRegistryUpdateParameters
    interface IJsonSerializable
Public Class ConnectedRegistryUpdateParameters
Implements IConnectedRegistryUpdateParameters
Inheritance
ConnectedRegistryUpdateParameters
Attributes
Implements

Constructors

ConnectedRegistryUpdateParameters()

Creates an new ConnectedRegistryUpdateParameters 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 ConnectedRegistryUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedRegistryUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IConnectedRegistryUpdateParameters.

FromJsonString(String)

Creates a new instance of ConnectedRegistryUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedRegistryUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to