Share via


PackageStore Constructors

Definition

Overloads

PackageStore()

Initializes a new instance of the PackageStore class.

PackageStore(String, EntityReference)

Initializes a new instance of the PackageStore class.

PackageStore()

Initializes a new instance of the PackageStore class.

public PackageStore ();
Public Sub New ()

Applies to

PackageStore(String, EntityReference)

Initializes a new instance of the PackageStore class.

public PackageStore (string name, Microsoft.Azure.Management.DataFactory.Models.EntityReference packageStoreLinkedService);
new Microsoft.Azure.Management.DataFactory.Models.PackageStore : string * Microsoft.Azure.Management.DataFactory.Models.EntityReference -> Microsoft.Azure.Management.DataFactory.Models.PackageStore
Public Sub New (name As String, packageStoreLinkedService As EntityReference)

Parameters

name
String

The name of the package store

packageStoreLinkedService
EntityReference

The package store linked service reference.

Applies to