Uses of Class
com.azure.resourcemanager.monitor.models.ActionDetail
Packages that use ActionDetail
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ActionDetail in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return types with arguments of type ActionDetailModifier and TypeMethodDescriptionTestNotificationDetailsResponseInner.actionDetails()Get the actionDetails property: The list of action detail.Method parameters in com.azure.resourcemanager.monitor.fluent.models with type arguments of type ActionDetailModifier and TypeMethodDescriptionTestNotificationDetailsResponseInner.withActionDetails(List<ActionDetail> actionDetails) Set the actionDetails property: The list of action detail. -
Uses of ActionDetail in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return ActionDetailModifier and TypeMethodDescriptionstatic ActionDetailActionDetail.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ActionDetail from the JsonReader.ActionDetail.withDetail(String detail) Set the detail property: The detail of the friendly error message.ActionDetail.withMechanismType(String mechanismType) Set the mechanismType property: The mechanism type.Set the name property: The name of the action.ActionDetail.withSendTime(String sendTime) Set the sendTime property: The send time.ActionDetail.withStatus(String status) Set the status property: The status of the action.ActionDetail.withSubState(String subState) Set the subState property: The substatus of the action.