Class PackageStore
java.lang.Object
com.azure.resourcemanager.datafactory.models.PackageStore
Package store for the SSIS integration runtime.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: The name of the package store.Get the packageStoreLinkedService property: The package store linked service reference.void
validate()
Validates the instance.Set the name property: The name of the package store.withPackageStoreLinkedService
(EntityReference packageStoreLinkedService) Set the packageStoreLinkedService property: The package store linked service reference.
-
Constructor Details
-
PackageStore
public PackageStore()Creates an instance of PackageStore class.
-
-
Method Details
-
name
Get the name property: The name of the package store.- Returns:
- the name value.
-
withName
Set the name property: The name of the package store.- Parameters:
name
- the name value to set.- Returns:
- the PackageStore object itself.
-
packageStoreLinkedService
Get the packageStoreLinkedService property: The package store linked service reference.- Returns:
- the packageStoreLinkedService value.
-
withPackageStoreLinkedService
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.
-