你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EnableRequest Class
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.
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
EnableRequest() |
Creates an new EnableRequest instance. |
Properties
ReceiverName |
The name of the receiver to resubscribe. |
Methods
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() |