Class IngestionSourcesPropertiesFormat

java.lang.Object
com.azure.resourcemanager.networkfunction.models.IngestionSourcesPropertiesFormat

public final class IngestionSourcesPropertiesFormat extends Object
Ingestion policy properties.
  • Constructor Details

    • IngestionSourcesPropertiesFormat

      public IngestionSourcesPropertiesFormat()
  • Method Details

    • sourceType

      public SourceType sourceType()
      Get the sourceType property: Ingestion source type.
      Returns:
      the sourceType value.
    • withSourceType

      public IngestionSourcesPropertiesFormat withSourceType(SourceType sourceType)
      Set the sourceType property: Ingestion source type.
      Parameters:
      sourceType - the sourceType value to set.
      Returns:
      the IngestionSourcesPropertiesFormat object itself.
    • resourceId

      public String resourceId()
      Get the resourceId property: Resource ID.
      Returns:
      the resourceId value.
    • withResourceId

      public IngestionSourcesPropertiesFormat withResourceId(String resourceId)
      Set the resourceId property: Resource ID.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the IngestionSourcesPropertiesFormat object itself.
    • validate

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