Class PartnerConfigurationInner

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

public final class PartnerConfigurationInner extends com.azure.core.management.ProxyResource
Partner configuration information.
  • Constructor Details

    • PartnerConfigurationInner

      public PartnerConfigurationInner()
  • Method Details

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: The system metadata relating to partner configuration resource.
      Returns:
      the systemData value.
    • location

      public String location()
      Get the location property: Location of the resource.
      Returns:
      the location value.
    • withLocation

      public PartnerConfigurationInner withLocation(String location)
      Set the location property: Location of the resource.
      Parameters:
      location - the location value to set.
      Returns:
      the PartnerConfigurationInner object itself.
    • tags

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

      public PartnerConfigurationInner withTags(Map<String,String> tags)
      Set the tags property: Tags of the resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the PartnerConfigurationInner object itself.
    • partnerAuthorization

      public PartnerAuthorization partnerAuthorization()
      Get the partnerAuthorization property: The details of authorized partners.
      Returns:
      the partnerAuthorization value.
    • withPartnerAuthorization

      public PartnerConfigurationInner withPartnerAuthorization(PartnerAuthorization partnerAuthorization)
      Set the partnerAuthorization property: The details of authorized partners.
      Parameters:
      partnerAuthorization - the partnerAuthorization value to set.
      Returns:
      the PartnerConfigurationInner object itself.
    • provisioningState

      public PartnerConfigurationProvisioningState provisioningState()
      Get the provisioningState property: Provisioning state of the partner configuration.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public PartnerConfigurationInner withProvisioningState(PartnerConfigurationProvisioningState provisioningState)
      Set the provisioningState property: Provisioning state of the partner configuration.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the PartnerConfigurationInner object itself.
    • validate

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