ComponentPurgeResponse 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.
Response containing operationId for a specific purge action.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeResponseTypeConverter))]
public class ComponentPurgeResponse : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentPurgeResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.ComponentPurgeResponseTypeConverter))>]
type ComponentPurgeResponse = class
interface IComponentPurgeResponse
interface IJsonSerializable
Public Class ComponentPurgeResponse
Implements IComponentPurgeResponse
- Inheritance
-
ComponentPurgeResponse
- Attributes
- Implements
Constructors
ComponentPurgeResponse() |
Creates an new ComponentPurgeResponse instance. |
Properties
OperationId |
Id to use when querying for status for a particular purge operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ComponentPurgeResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ComponentPurgeResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api202002.IComponentPurgeResponse. |
FromJsonString(String) |
Creates a new instance of ComponentPurgeResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ComponentPurgeResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |