PackageStore Class

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

public final class PackageStore

Package store for the SSIS integration runtime.

Constructor Summary

Constructor Description
PackageStore()

Creates an instance of PackageStore class.

Method Summary

Modifier and Type Method and 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.

Methods inherited from java.lang.Object

Constructor Details

PackageStore

public PackageStore()

Creates an instance of PackageStore class.

Method Details

name

public String name()

Get the name property: The name of the package store.

Returns:

the name value.

packageStoreLinkedService

public EntityReference packageStoreLinkedService()

Get the packageStoreLinkedService property: The package store linked service reference.

Returns:

the packageStoreLinkedService value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to