Class ReplicationUpdateParameters

java.lang.Object
com.microsoft.azure.management.containerregistry.ReplicationUpdateParameters

public class ReplicationUpdateParameters extends Object
The parameters for updating a replication.
  • Constructor Details

    • ReplicationUpdateParameters

      public ReplicationUpdateParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags for the replication.
      Returns:
      the tags value
    • withTags

      public ReplicationUpdateParameters withTags(Map<String,String> tags)
      Set the tags for the replication.
      Parameters:
      tags - the tags value to set
      Returns:
      the ReplicationUpdateParameters object itself.