Extension Class

  • java.lang.Object
    • com.azure.resourcemanager.hdinsight.models.Extension

public final class Extension

Cluster monitoring extensions.

Constructor Summary

Constructor Description
Extension()

Creates an instance of Extension class.

Method Summary

Modifier and Type Method and Description
String primaryKey()

Get the primaryKey property: The certificate for the cluster monitoring extensions.

void validate()

Validates the instance.

Extension withPrimaryKey(String primaryKey)

Set the primaryKey property: The certificate for the cluster monitoring extensions.

Extension withWorkspaceId(String workspaceId)

Set the workspaceId property: The workspace ID for the cluster monitoring extension.

String workspaceId()

Get the workspaceId property: The workspace ID for the cluster monitoring extension.

Methods inherited from java.lang.Object

Constructor Details

Extension

public Extension()

Creates an instance of Extension class.

Method Details

primaryKey

public String primaryKey()

Get the primaryKey property: The certificate for the cluster monitoring extensions.

Returns:

the primaryKey value.

validate

public void validate()

Validates the instance.

withPrimaryKey

public Extension withPrimaryKey(String primaryKey)

Set the primaryKey property: The certificate for the cluster monitoring extensions.

Parameters:

primaryKey - the primaryKey value to set.

Returns:

the Extension object itself.

withWorkspaceId

public Extension withWorkspaceId(String workspaceId)

Set the workspaceId property: The workspace ID for the cluster monitoring extension.

Parameters:

workspaceId - the workspaceId value to set.

Returns:

the Extension object itself.

workspaceId

public String workspaceId()

Get the workspaceId property: The workspace ID for the cluster monitoring extension.

Returns:

the workspaceId value.

Applies to