Class HybridConnectionEventSubscriptionDestinationProperties

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

public final class HybridConnectionEventSubscriptionDestinationProperties extends Object
The properties for a hybrid connection destination.
  • Constructor Details

    • HybridConnectionEventSubscriptionDestinationProperties

      public HybridConnectionEventSubscriptionDestinationProperties()
  • Method Details

    • resourceId

      public String resourceId()
      Get the resourceId property: The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
      Returns:
      the resourceId value.
    • withResourceId

      Set the resourceId property: The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the HybridConnectionEventSubscriptionDestinationProperties object itself.
    • deliveryAttributeMappings

      public List<DeliveryAttributeMapping> deliveryAttributeMappings()
      Get the deliveryAttributeMappings property: Delivery attribute details.
      Returns:
      the deliveryAttributeMappings value.
    • withDeliveryAttributeMappings

      public HybridConnectionEventSubscriptionDestinationProperties withDeliveryAttributeMappings(List<DeliveryAttributeMapping> deliveryAttributeMappings)
      Set the deliveryAttributeMappings property: Delivery attribute details.
      Parameters:
      deliveryAttributeMappings - the deliveryAttributeMappings value to set.
      Returns:
      the HybridConnectionEventSubscriptionDestinationProperties object itself.
    • validate

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