Share via


ComponentPurgeStatusResponse Class

Definition

Response containing status for a specific purge operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeStatusResponseTypeConverter))]
public class ComponentPurgeStatusResponse : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentPurgeStatusResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeStatusResponseTypeConverter))>]
type ComponentPurgeStatusResponse = class
    interface IComponentPurgeStatusResponse
    interface IJsonSerializable
Public Class ComponentPurgeStatusResponse
Implements IComponentPurgeStatusResponse
Inheritance
ComponentPurgeStatusResponse
Attributes
Implements

Constructors

ComponentPurgeStatusResponse()

Creates an new ComponentPurgeStatusResponse instance.

Properties

Status

Status of the operation represented by the requested Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComponentPurgeStatusResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComponentPurgeStatusResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentPurgeStatusResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComponentPurgeStatusResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to