EnableRequest(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of EnableRequest.
public EnableRequest (string receiverName);
new Azure.ResourceManager.Insights.Models.EnableRequest : string -> Azure.ResourceManager.Insights.Models.EnableRequest
Public Sub New (receiverName As String)
Parameters
- receiverName
- System.String
The name of the receiver to resubscribe.
Exceptions
System.ArgumentNullException
receiverName
is null.