ClusterLibraryProperties interface
Properties of a library in the cluster.
Properties
message | Error message of the library operation when a failure occurs. NOTE: This property will not be serialized. It can only be populated by the server. |
remarks | Remark of the latest library management operation. |
status | Status of the library. NOTE: This property will not be serialized. It can only be populated by the server. |
timestamp | Timestamp of the latest library management operation. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
message
Error message of the library operation when a failure occurs. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
remarks
Remark of the latest library management operation.
remarks?: string
Property Value
string
status
Status of the library. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
timestamp
Timestamp of the latest library management operation. NOTE: This property will not be serialized. It can only be populated by the server.
timestamp?: Date
Property Value
Date
type
Polymorphic discriminator, which specifies the different types this object can be
type: "pypi" | "maven"
Property Value
"pypi" | "maven"
Azure SDK for JavaScript