ConnectedRegistryUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. models. ConnectedRegistryUpdateParameters
- com.
Implements
public final class ConnectedRegistryUpdateParameters
implements JsonSerializable<ConnectedRegistryUpdateParameters>
The parameters for updating a connected registry.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectedRegistryUpdateParameters() |
Creates an instance of Connected |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
clientTokenIds()
Get the client |
|
static
Connected |
fromJson(JsonReader jsonReader)
Reads an instance of Connected |
|
Garbage |
garbageCollection()
Get the garbage |
|
Logging |
logging()
Get the logging property: The logging properties of the connected registry. |
| List<String> |
notificationsList()
Get the notifications |
|
Sync |
syncProperties()
Get the sync |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Connected |
withClientTokenIds(List<String> clientTokenIds)
Set the client |
|
Connected |
withGarbageCollection(GarbageCollectionProperties garbageCollection)
Set the garbage |
|
Connected |
withLogging(LoggingProperties logging)
Set the logging property: The logging properties of the connected registry. |
|
Connected |
withNotificationsList(List<String> notificationsList)
Set the notifications |
|
Connected |
withSyncProperties(SyncUpdateProperties syncProperties)
Set the sync |
Methods inherited from java.lang.Object
Constructor Details
ConnectedRegistryUpdateParameters
public ConnectedRegistryUpdateParameters()
Creates an instance of ConnectedRegistryUpdateParameters class.
Method Details
clientTokenIds
public List<String> clientTokenIds()
Get the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.
Returns:
fromJson
public static ConnectedRegistryUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of ConnectedRegistryUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
garbageCollection
public GarbageCollectionProperties garbageCollection()
Get the garbageCollection property: The garbage collection properties of the connected registry.
Returns:
logging
public LoggingProperties logging()
Get the logging property: The logging properties of the connected registry.
Returns:
notificationsList
public List<String> notificationsList()
Get the notificationsList property: The list of notifications subscription information for the connected registry.
Returns:
syncProperties
public SyncUpdateProperties syncProperties()
Get the syncProperties property: The sync properties of the connected registry with its parent.
Returns:
toJson
validate
public void validate()
Validates the instance.
withClientTokenIds
public ConnectedRegistryUpdateParameters withClientTokenIds(List<String> clientTokenIds)
Set the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.
Parameters:
Returns:
withGarbageCollection
public ConnectedRegistryUpdateParameters withGarbageCollection(GarbageCollectionProperties garbageCollection)
Set the garbageCollection property: The garbage collection properties of the connected registry.
Parameters:
Returns:
withLogging
public ConnectedRegistryUpdateParameters withLogging(LoggingProperties logging)
Set the logging property: The logging properties of the connected registry.
Parameters:
Returns:
withNotificationsList
public ConnectedRegistryUpdateParameters withNotificationsList(List<String> notificationsList)
Set the notificationsList property: The list of notifications subscription information for the connected registry.
Parameters:
Returns:
withSyncProperties
public ConnectedRegistryUpdateParameters withSyncProperties(SyncUpdateProperties syncProperties)
Set the syncProperties property: The sync properties of the connected registry with its parent.
Parameters:
Returns: