AnalyticsSynapseArtifactsModelFactory.LibraryResourceProperties Method
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.
Initializes a new instance of LibraryResourceProperties.
public static Azure.Analytics.Synapse.Artifacts.Models.LibraryResourceProperties LibraryResourceProperties (string name = default, string path = default, string containerName = default, string uploadedTimestamp = default, string type = default, string provisioningStatus = default, string creatorId = default);
static member LibraryResourceProperties : string * string * string * string * string * string * string -> Azure.Analytics.Synapse.Artifacts.Models.LibraryResourceProperties
Public Shared Function LibraryResourceProperties (Optional name As String = Nothing, Optional path As String = Nothing, Optional containerName As String = Nothing, Optional uploadedTimestamp As String = Nothing, Optional type As String = Nothing, Optional provisioningStatus As String = Nothing, Optional creatorId As String = Nothing) As LibraryResourceProperties
Parameters
- name
- String
Name of the library/package.
- path
- String
Location of library/package in storage account.
- containerName
- String
Container name of the library/package.
- uploadedTimestamp
- String
The last update time of the library/package.
- type
- String
Type of the library/package.
- provisioningStatus
- String
Provisioning status of the library/package.
- creatorId
- String
Creator Id of the library/package.
Returns
A new LibraryResourceProperties instance for mocking.
Applies to
Azure SDK for .NET