ArmSynapseModelFactory.SynapseLibraryData 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 SynapseLibraryData.
public static Azure.ResourceManager.Synapse.SynapseLibraryData SynapseLibraryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string namePropertiesName = default, string path = default, string containerName = default, DateTimeOffset? uploadedOn = default, string typePropertiesType = default, string provisioningStatus = default, string creatorId = default, Azure.ETag? etag = default);
static member SynapseLibraryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<DateTimeOffset> * string * string * string * Nullable<Azure.ETag> -> Azure.ResourceManager.Synapse.SynapseLibraryData
Public Shared Function SynapseLibraryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional namePropertiesName As String = Nothing, Optional path As String = Nothing, Optional containerName As String = Nothing, Optional uploadedOn As Nullable(Of DateTimeOffset) = Nothing, Optional typePropertiesType As String = Nothing, Optional provisioningStatus As String = Nothing, Optional creatorId As String = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SynapseLibraryData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- namePropertiesName
- 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.
- typePropertiesType
- String
Type of the library.
- provisioningStatus
- String
Provisioning status of the library/package.
- creatorId
- String
Creator Id of the library/package.
Returns
A new SynapseLibraryData 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