LibraryResource Constructors
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.
Overloads
LibraryResource() |
Initializes a new instance of the LibraryResource class. |
LibraryResource(String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the LibraryResource class. |
LibraryResource()
Initializes a new instance of the LibraryResource class.
public LibraryResource ();
Public Sub New ()
Applies to
LibraryResource(String, String, String, String, String, String, String, Nullable<DateTime>, String, String, String)
Initializes a new instance of the LibraryResource class.
public LibraryResource (string id = default, string name = default, string type = default, string etag = default, string libraryResourceName = default, string path = default, string containerName = default, DateTime? uploadedTimestamp = default, string libraryResourceType = default, string provisioningStatus = default, string creatorId = default);
new Microsoft.Azure.Management.Synapse.Models.LibraryResource : string * string * string * string * string * string * string * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.Synapse.Models.LibraryResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional libraryResourceName As String = Nothing, Optional path As String = Nothing, Optional containerName As String = Nothing, Optional uploadedTimestamp As Nullable(Of DateTime) = Nothing, Optional libraryResourceType As String = Nothing, Optional provisioningStatus As String = Nothing, Optional creatorId As String = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- etag
- String
Resource Etag.
- libraryResourceName
- String
Name of the library.
- path
- String
Storage blob path of library.
- containerName
- String
Storage blob container name.
- libraryResourceType
- String
Type of the library.
- provisioningStatus
- String
Provisioning status of the library/package.
- creatorId
- String
Creator Id of the library/package.