ClusterMavenLibraryProperties(String, String) Constructor

Definition

Initializes a new instance of ClusterMavenLibraryProperties.

public ClusterMavenLibraryProperties (string groupId, string name);
new Azure.ResourceManager.HDInsight.Containers.Models.ClusterMavenLibraryProperties : string * string -> Azure.ResourceManager.HDInsight.Containers.Models.ClusterMavenLibraryProperties
Public Sub New (groupId As String, name As String)

Parameters

groupId
String

GroupId of the Maven package.

name
String

ArtifactId of the Maven package.

Exceptions

groupId or name is null.

Applies to