Class PartnerRegistrationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.eventgrid.fluent.models.PartnerRegistrationInner

public final class PartnerRegistrationInner extends com.azure.core.management.Resource
Information about a partner registration.
  • Constructor Details

    • PartnerRegistrationInner

      public PartnerRegistrationInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to Partner Registration resource.
      Returns:
      the systemData value.
    • withLocation

      public PartnerRegistrationInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public PartnerRegistrationInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • 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 PartnerRegistrationInner 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 PartnerRegistrationInner object itself.
    • validate

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