Interface VerifiedPartner


public interface VerifiedPartner
An immutable client-side representation of VerifiedPartner.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.VerifiedPartnerInner object.
    Gets the name property: The name of the resource.
    Gets the organizationName property: Official name of the Partner.
    Gets the partnerDisplayName property: Display name of the verified partner.
    Gets the partnerRegistrationImmutableId property: ImmutableId of the corresponding partner registration.
    Gets the partnerTopicDetails property: Details of the partner topic scenario.
    Gets the provisioningState property: Provisioning state of the verified partner.
    com.azure.core.management.SystemData
    Gets the systemData property: The system metadata relating to Verified Partner resource.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system metadata relating to Verified Partner resource.
      Returns:
      the systemData value.
    • partnerRegistrationImmutableId

      UUID partnerRegistrationImmutableId()
      Gets the partnerRegistrationImmutableId property: ImmutableId of the corresponding partner registration.
      Returns:
      the partnerRegistrationImmutableId value.
    • organizationName

      String organizationName()
      Gets the organizationName property: Official name of the Partner.
      Returns:
      the organizationName value.
    • partnerDisplayName

      String partnerDisplayName()
      Gets the partnerDisplayName property: Display name of the verified partner.
      Returns:
      the partnerDisplayName value.
    • partnerTopicDetails

      PartnerDetails partnerTopicDetails()
      Gets the partnerTopicDetails property: Details of the partner topic scenario.
      Returns:
      the partnerTopicDetails value.
    • provisioningState

      Gets the provisioningState property: Provisioning state of the verified partner.
      Returns:
      the provisioningState value.
    • innerModel

      VerifiedPartnerInner innerModel()
      Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.VerifiedPartnerInner object.
      Returns:
      the inner object.