LibraryResource Class
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.
Library response details
[Microsoft.Rest.Serialization.JsonTransformation]
public class LibraryResource : Microsoft.Azure.Management.Synapse.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LibraryResource = class
inherit SubResource
Public Class LibraryResource
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
ContainerName |
Gets or sets storage blob container name. |
CreatorId |
Gets creator Id of the library/package. |
Etag |
Gets resource Etag. (Inherited from AzureEntityResource) |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
LibraryResourceName |
Gets or sets name of the library. |
LibraryResourceType |
Gets or sets type of the library. |
Name |
Gets the name of the resource (Inherited from Resource) |
Path |
Gets or sets storage blob path of library. |
ProvisioningStatus |
Gets provisioning status of the library/package. |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
UploadedTimestamp |
Gets the last update time of the library. |
Applies to
Azure SDK for .NET