PackageStore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.