LibraryResource interface
Library response details
- Extends
Properties
container |
Storage blob container name. |
creator |
Creator Id of the library/package. NOTE: This property will not be serialized. It can only be populated by the server. |
name |
Name of the library. |
path | Storage blob path of library. |
provisioning |
Provisioning status of the library/package. NOTE: This property will not be serialized. It can only be populated by the server. |
type |
Type of the library. |
uploaded |
The last update time of the library. |
Inherited Properties
etag | Resource Etag. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
containerName
Storage blob container name.
containerName?: string
Property Value
string
creatorId
Creator Id of the library/package. NOTE: This property will not be serialized. It can only be populated by the server.
creatorId?: string
Property Value
string
namePropertiesName
Name of the library.
namePropertiesName?: string
Property Value
string
path
Storage blob path of library.
path?: string
Property Value
string
provisioningStatus
Provisioning status of the library/package. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningStatus?: string
Property Value
string
typePropertiesType
Type of the library.
typePropertiesType?: string
Property Value
string
uploadedTimestamp
The last update time of the library.
uploadedTimestamp?: Date
Property Value
Date
Inherited Property Details
etag
Resource Etag. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From SubResource.etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SubResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type
Azure SDK for JavaScript