Class PartnerConfigurationUpdateParameters

java.lang.Object
com.azure.resourcemanager.eventgrid.models.PartnerConfigurationUpdateParameters

public final class PartnerConfigurationUpdateParameters extends Object
Properties of the partner configuration update.
  • Constructor Details

    • PartnerConfigurationUpdateParameters

      public PartnerConfigurationUpdateParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Tags of the partner configuration resource.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Tags of the partner configuration resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the PartnerConfigurationUpdateParameters object itself.
    • defaultMaximumExpirationTimeInDays

      public Integer defaultMaximumExpirationTimeInDays()
      Get the defaultMaximumExpirationTimeInDays property: The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.
      Returns:
      the defaultMaximumExpirationTimeInDays value.
    • withDefaultMaximumExpirationTimeInDays

      public PartnerConfigurationUpdateParameters withDefaultMaximumExpirationTimeInDays(Integer defaultMaximumExpirationTimeInDays)
      Set the defaultMaximumExpirationTimeInDays property: The default time used to validate the maximum expiration time for each authorized partners in days. Allowed values ar between 1 and 365 days.
      Parameters:
      defaultMaximumExpirationTimeInDays - the defaultMaximumExpirationTimeInDays value to set.
      Returns:
      the PartnerConfigurationUpdateParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.