Extension Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.HDInsightManager>

public interface Extension
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.ExtensionInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.hdinsight.v2018_06_01_preview.implementation.HDInsightManager>

Type representing Extension.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String primaryKey()
abstract java.lang.String workspaceId()

Method Details

primaryKey

public abstract String primaryKey()

Returns:

the primaryKey value.

workspaceId

public abstract String workspaceId()

Returns:

the workspaceId value.

Applies to