Megosztás a következőn keresztül:


TestNotificationDetailsResponse Class

Definition

The details of the test notification results.

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

Constructors

TestNotificationDetailsResponse()

Creates an new TestNotificationDetailsResponse instance.

Properties

ActionDetail

The list of action detail

CompletedTime

The completed time

ContextNotificationSource

The source of the notification request

ContextType

The context id type

CreatedTime

The created time

State

The overall state

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TestNotificationDetailsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TestNotificationDetailsResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TestNotificationDetailsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to