Interface LogAnalyticsQueryPackQuery.UpdateStages.WithDescription
- All Known Subinterfaces:
LogAnalyticsQueryPackQuery.Update
- Enclosing interface:
- LogAnalyticsQueryPackQuery.UpdateStages
public static interface LogAnalyticsQueryPackQuery.UpdateStages.WithDescription
The stage of the LogAnalyticsQueryPackQuery update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the query..
-
Method Details
-
withDescription
Specifies the description property: Description of the query..- Parameters:
description- Description of the query.- Returns:
- the next definition stage.
-