Class EnableRequest
java.lang.Object
com.microsoft.azure.management.monitor.EnableRequest
Describes a receiver that should be resubscribed.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the receiver to resubscribe.withReceiverName
(String receiverName) Set the name of the receiver to resubscribe.
-
Constructor Details
-
EnableRequest
public EnableRequest()
-
-
Method Details
-
receiverName
Get the name of the receiver to resubscribe.- Returns:
- the receiverName value
-
withReceiverName
Set the name of the receiver to resubscribe.- Parameters:
receiverName
- the receiverName value to set- Returns:
- the EnableRequest object itself.
-