AnalyticsSynapseArtifactsModelFactory.LibraryInfo 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 LibraryInfo.
public static Azure.Analytics.Synapse.Artifacts.Models.LibraryInfo LibraryInfo (string name = default, string path = default, string containerName = default, DateTimeOffset? uploadedTimestamp = default, string type = default, string provisioningStatus = default, string creatorId = default);
static member LibraryInfo : string * string * string * Nullable<DateTimeOffset> * string * string * string -> Azure.Analytics.Synapse.Artifacts.Models.LibraryInfo
Public Shared Function LibraryInfo (Optional name As String = Nothing, Optional path As String = Nothing, Optional containerName As String = Nothing, Optional uploadedTimestamp As Nullable(Of DateTimeOffset) = Nothing, Optional type As String = Nothing, Optional provisioningStatus As String = Nothing, Optional creatorId As String = Nothing) As LibraryInfo
Parameters
- name
- String
Name of the library.
- path
- String
Storage blob path of library.
- containerName
- String
Storage blob container name.
- uploadedTimestamp
- Nullable<DateTimeOffset>
The last update time of the library.
- type
- String
Type of the library.
- provisioningStatus
- String
Provisioning status of the library/package.
- creatorId
- String
Creator Id of the library/package.
Returns
A new LibraryInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET