MavenLibraryProperties interface
Properties of a Maven library in the cluster.
- Extends
Properties
group |
GroupId of the Maven package. |
name | ArtifactId of the Maven package. |
type | Polymorphic discriminator, which specifies the different types this object can be |
version | Version of the Maven package. |
Inherited 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. |
Property Details
groupId
GroupId of the Maven package.
groupId: string
Property Value
string
name
ArtifactId of the Maven package.
name: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "maven"
Property Value
"maven"
version
Version of the Maven package.
version?: string
Property Value
string
Inherited 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
Inherited From ClusterLibraryProperties.message
remarks
Remark of the latest library management operation.
remarks?: string
Property Value
string
Inherited From ClusterLibraryProperties.remarks
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
Inherited From ClusterLibraryProperties.status
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
Inherited From ClusterLibraryProperties.timestamp
Azure SDK for JavaScript