Interface PartnerConfiguration


public interface PartnerConfiguration
An immutable client-side representation of PartnerConfiguration.
  • 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 partner configuration resource.
      Returns:
      the systemData value.
    • location

      String location()
      Gets the location property: Location of the resource.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Tags of the resource.
      Returns:
      the tags value.
    • partnerAuthorization

      PartnerAuthorization partnerAuthorization()
      Gets the partnerAuthorization property: The details of authorized partners.
      Returns:
      the partnerAuthorization value.
    • provisioningState

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

      Gets the inner com.azure.resourcemanager.eventgrid.fluent.models.PartnerConfigurationInner object.
      Returns:
      the inner object.