ArmSynapseModelFactory.BigDataPoolLibraryInfo 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 BigDataPoolLibraryInfo.
public static Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo BigDataPoolLibraryInfo (string name = default, string path = default, string containerName = default, DateTimeOffset? uploadedOn = default, string libraryInfoType = default, string provisioningStatus = default, string creatorId = default);
static member BigDataPoolLibraryInfo : string * string * string * Nullable<DateTimeOffset> * string * string * string -> Azure.ResourceManager.Synapse.Models.BigDataPoolLibraryInfo
Public Shared Function BigDataPoolLibraryInfo (Optional name As String = Nothing, Optional path As String = Nothing, Optional containerName As String = Nothing, Optional uploadedOn As Nullable(Of DateTimeOffset) = Nothing, Optional libraryInfoType As String = Nothing, Optional provisioningStatus As String = Nothing, Optional creatorId As String = Nothing) As BigDataPoolLibraryInfo
Parameters
- name
- String
Name of the library.
- path
- String
Storage blob path of library.
- containerName
- String
Storage blob container name.
- uploadedOn
- Nullable<DateTimeOffset>
The last update time of the library.
- libraryInfoType
- String
Type of the library.
- provisioningStatus
- String
Provisioning status of the library/package.
- creatorId
- String
Creator Id of the library/package.
Returns
A new BigDataPoolLibraryInfo 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