AnalyticsSynapseArtifactsModelFactory.LibraryResourceInfo 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 LibraryResourceInfo.
public static Azure.Analytics.Synapse.Artifacts.Models.LibraryResourceInfo LibraryResourceInfo(string id = default, int? recordId = default, string state = default, string created = default, string changed = default, string type = default, string name = default, string operationId = default, string artifactId = default);
static member LibraryResourceInfo : string * Nullable<int> * string * string * string * string * string * string * string -> Azure.Analytics.Synapse.Artifacts.Models.LibraryResourceInfo
Public Shared Function LibraryResourceInfo (Optional id As String = Nothing, Optional recordId As Nullable(Of Integer) = Nothing, Optional state As String = Nothing, Optional created As String = Nothing, Optional changed As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional operationId As String = Nothing, Optional artifactId As String = Nothing) As LibraryResourceInfo
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- state
- String
Provisioning status of the library/package.
- created
- String
The creation time of the library/package.
- changed
- String
The last updated time of the library/package.
- type
- String
The type of the resource. E.g. LibraryArtifact.
- name
- String
Name of the library/package.
- operationId
- String
Operation Id of the operation performed on library/package.
- artifactId
- String
artifact Id of the library/package.
Returns
A new LibraryResourceInfo instance for mocking.
Applies to
Azure SDK for .NET