Partager via


EnableRequest Class

Definition

Describes a receiver that should be resubscribed.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.EnableRequestTypeConverter))]
public class EnableRequest : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEnableRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.EnableRequestTypeConverter))>]
type EnableRequest = class
    interface IEnableRequest
    interface IJsonSerializable
Public Class EnableRequest
Implements IEnableRequest
Inheritance
EnableRequest
Attributes
Implements

Constructors

Name Description
EnableRequest()

Creates an new EnableRequest instance.

Properties

Name Description
ReceiverName

The name of the receiver to resubscribe.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnableRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnableRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IEnableRequest.

FromJsonString(String)

Creates a new instance of EnableRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnableRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to