Class EnableRequest
- java.lang.Object
-
- com.microsoft.azure.management.monitor.EnableRequest
-
public class EnableRequest extends Object
Describes a receiver that should be resubscribed.
-
-
Constructor Summary
Constructors Constructor Description EnableRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringreceiverName()Get the name of the receiver to resubscribe.EnableRequestwithReceiverName(String receiverName)Set the name of the receiver to resubscribe.
-
-
-
Method Detail
-
receiverName
public String receiverName()
Get the name of the receiver to resubscribe.- Returns:
- the receiverName value
-
withReceiverName
public EnableRequest withReceiverName(String receiverName)
Set the name of the receiver to resubscribe.- Parameters:
receiverName- the receiverName value to set- Returns:
- the EnableRequest object itself.
-
-