Interface LogAnalyticsQueryPackQuery.UpdateStages.WithDisplayName
- All Known Subinterfaces:
LogAnalyticsQueryPackQuery.Update
- Enclosing interface:
- LogAnalyticsQueryPackQuery.UpdateStages
public static interface LogAnalyticsQueryPackQuery.UpdateStages.WithDisplayName
The stage of the LogAnalyticsQueryPackQuery update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Unique display name for your query within the Query Pack..
-
Method Details
-
withDisplayName
Specifies the displayName property: Unique display name for your query within the Query Pack..- Parameters:
displayName- Unique display name for your query within the Query Pack.- Returns:
- the next definition stage.
-