Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightActivityDebugInfoOption
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of HDInsightActivityDebugInfoOption in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionHDInsightHiveActivityTypeProperties.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightMapReduceActivityTypeProperties.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightPigActivityTypeProperties.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightSparkActivityTypeProperties.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightStreamingActivityTypeProperties.getDebugInfo()
Get the getDebugInfo property: Debug info option.Modifier and TypeMethodDescriptionHDInsightHiveActivityTypeProperties.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightMapReduceActivityTypeProperties.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightPigActivityTypeProperties.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightSparkActivityTypeProperties.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightStreamingActivityTypeProperties.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option. -
Uses of HDInsightActivityDebugInfoOption in com.azure.resourcemanager.datafactory.models
Modifier and TypeFieldDescriptionstatic final HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption.ALWAYS
Static value Always for HDInsightActivityDebugInfoOption.static final HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption.FAILURE
Static value Failure for HDInsightActivityDebugInfoOption.static final HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption.NONE
Static value None for HDInsightActivityDebugInfoOption.Modifier and TypeMethodDescriptionHDInsightActivityDebugInfoOption.fromString
(String name) Creates or finds a HDInsightActivityDebugInfoOption from its string representation.HDInsightHiveActivity.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightMapReduceActivity.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightPigActivity.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightSparkActivity.getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightStreamingActivity.getDebugInfo()
Get the getDebugInfo property: Debug info option.Modifier and TypeMethodDescriptionHDInsightActivityDebugInfoOption.values()
Gets known HDInsightActivityDebugInfoOption values.Modifier and TypeMethodDescriptionHDInsightHiveActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightMapReduceActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightPigActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightSparkActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.HDInsightStreamingActivity.withGetDebugInfo
(HDInsightActivityDebugInfoOption getDebugInfo) Set the getDebugInfo property: Debug info option.