Uses of Class
com.azure.resourcemanager.datafactory.models.HDInsightActivityDebugInfoOption
-
Packages that use HDInsightActivityDebugInfoOption Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of HDInsightActivityDebugInfoOption in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return HDInsightActivityDebugInfoOption Modifier and Type Method Description HDInsightActivityDebugInfoOption
HDInsightHiveActivityTypeProperties. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightMapReduceActivityTypeProperties. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightPigActivityTypeProperties. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightSparkActivityTypeProperties. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightStreamingActivityTypeProperties. getDebugInfo()
Get the getDebugInfo property: Debug info option.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type HDInsightActivityDebugInfoOption Modifier and Type Method Description HDInsightHiveActivityTypeProperties
HDInsightHiveActivityTypeProperties. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightMapReduceActivityTypeProperties
HDInsightMapReduceActivityTypeProperties. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightPigActivityTypeProperties
HDInsightPigActivityTypeProperties. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightSparkActivityTypeProperties
HDInsightSparkActivityTypeProperties. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightStreamingActivityTypeProperties
HDInsightStreamingActivityTypeProperties. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option. -
Uses of HDInsightActivityDebugInfoOption in com.azure.resourcemanager.datafactory.models
Fields in com.azure.resourcemanager.datafactory.models declared as HDInsightActivityDebugInfoOption Modifier and Type Field Description static HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption. ALWAYS
Static value Always for HDInsightActivityDebugInfoOption.static HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption. FAILURE
Static value Failure for HDInsightActivityDebugInfoOption.static HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption. NONE
Static value None for HDInsightActivityDebugInfoOption.Methods in com.azure.resourcemanager.datafactory.models that return HDInsightActivityDebugInfoOption Modifier and Type Method Description static HDInsightActivityDebugInfoOption
HDInsightActivityDebugInfoOption. fromString(String name)
Creates or finds a HDInsightActivityDebugInfoOption from its string representation.HDInsightActivityDebugInfoOption
HDInsightHiveActivity. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightMapReduceActivity. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightPigActivity. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightSparkActivity. getDebugInfo()
Get the getDebugInfo property: Debug info option.HDInsightActivityDebugInfoOption
HDInsightStreamingActivity. getDebugInfo()
Get the getDebugInfo property: Debug info option.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type HDInsightActivityDebugInfoOption Modifier and Type Method Description static Collection<HDInsightActivityDebugInfoOption>
HDInsightActivityDebugInfoOption. values()
Gets known HDInsightActivityDebugInfoOption values.Methods in com.azure.resourcemanager.datafactory.models with parameters of type HDInsightActivityDebugInfoOption Modifier and Type Method Description HDInsightHiveActivity
HDInsightHiveActivity. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightMapReduceActivity
HDInsightMapReduceActivity. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightPigActivity
HDInsightPigActivity. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightSparkActivity
HDInsightSparkActivity. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.HDInsightStreamingActivity
HDInsightStreamingActivity. withGetDebugInfo(HDInsightActivityDebugInfoOption getDebugInfo)
Set the getDebugInfo property: Debug info option.
-