Uses of Class
com.azure.resourcemanager.hdinsight.containers.models.MavenLibraryProperties
Packages that use MavenLibraryProperties
Package
Description
Package containing the data models for HDInsightContainersManagementClient.
-
Uses of MavenLibraryProperties in com.azure.resourcemanager.hdinsight.containers.models
Methods in com.azure.resourcemanager.hdinsight.containers.models that return MavenLibraryPropertiesModifier and TypeMethodDescriptionstatic MavenLibraryPropertiesMavenLibraryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of MavenLibraryProperties from the JsonReader.MavenLibraryProperties.withGroupId(String groupId) Set the groupId property: GroupId of the Maven package.Set the name property: ArtifactId of the Maven package.MavenLibraryProperties.withRemarks(String remarks) Set the remarks property: Remark of the latest library management operation.MavenLibraryProperties.withVersion(String version) Set the version property: Version of the Maven package.