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 Summary
Constructors Constructor Description PackageStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
name()
Get the name property: The name of the package store.EntityReference
packageStoreLinkedService()
Get the packageStoreLinkedService property: The package store linked service reference.void
validate()
Validates the instance.PackageStore
withName(String name)
Set the name property: The name of the package store.PackageStore
withPackageStoreLinkedService(EntityReference packageStoreLinkedService)
Set the packageStoreLinkedService property: The package store linked service reference.
-
-
-
Method Detail
-
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.
-
-