Class PartnerRegistrationProperties

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.PartnerRegistrationProperties

public final class PartnerRegistrationProperties extends Object
Properties of the partner registration.
  • Constructor Details

    • PartnerRegistrationProperties

      public PartnerRegistrationProperties()
  • Method Details

    • provisioningState

      public PartnerRegistrationProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the partner registration.
      Returns:
      the provisioningState value.
    • partnerRegistrationImmutableId

      public UUID partnerRegistrationImmutableId()
      Get the partnerRegistrationImmutableId property: The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version.
      Returns:
      the partnerRegistrationImmutableId value.
    • withPartnerRegistrationImmutableId

      public PartnerRegistrationProperties withPartnerRegistrationImmutableId(UUID partnerRegistrationImmutableId)
      Set the partnerRegistrationImmutableId property: The immutableId of the corresponding partner registration. Note: This property is marked for deprecation and is not supported in any future GA API version.
      Parameters:
      partnerRegistrationImmutableId - the partnerRegistrationImmutableId value to set.
      Returns:
      the PartnerRegistrationProperties object itself.
    • validate

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