Class PackageStore

java.lang.Object
com.azure.resourcemanager.datafactory.models.PackageStore

public final class PackageStore extends Object
Package store for the SSIS integration runtime.
  • Constructor Details

    • PackageStore

      public PackageStore()
  • Method Details

    • name

      public String name()
      Get the name property: The name of the package store.
      Returns:
      the name value.
    • withName

      public PackageStore withName(String name)
      Set the name property: The name of the package store.
      Parameters:
      name - the name value to set.
      Returns:
      the PackageStore object itself.
    • packageStoreLinkedService

      public EntityReference packageStoreLinkedService()
      Get the packageStoreLinkedService property: The package store linked service reference.
      Returns:
      the packageStoreLinkedService value.
    • withPackageStoreLinkedService

      public PackageStore withPackageStoreLinkedService(EntityReference packageStoreLinkedService)
      Set the packageStoreLinkedService property: The package store linked service reference.
      Parameters:
      packageStoreLinkedService - the packageStoreLinkedService value to set.
      Returns:
      the PackageStore object itself.
    • validate

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