CodelessConnectorPollingResponseProperties 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 the response from the external server
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessConnectorPollingResponsePropertiesTypeConverter))]
public class CodelessConnectorPollingResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICodelessConnectorPollingResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.CodelessConnectorPollingResponsePropertiesTypeConverter))>]
type CodelessConnectorPollingResponseProperties = class
interface ICodelessConnectorPollingResponseProperties
interface IJsonSerializable
Public Class CodelessConnectorPollingResponseProperties
Implements ICodelessConnectorPollingResponseProperties
- Inheritance
-
CodelessConnectorPollingResponseProperties
- Attributes
- Implements
Constructors
CodelessConnectorPollingResponseProperties() |
Creates an new CodelessConnectorPollingResponseProperties instance. |
Properties
EventsJsonPath |
Describes the path we should extract the data in the response |
IsGzipCompressed |
Describes if the data in the response is Gzip |
SuccessStatusJsonPath |
Describes the path we should extract the status code in the response |
SuccessStatusValue |
Describes the path we should extract the status value in the response |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CodelessConnectorPollingResponseProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CodelessConnectorPollingResponseProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ICodelessConnectorPollingResponseProperties. |
FromJsonString(String) |
Creates a new instance of CodelessConnectorPollingResponseProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CodelessConnectorPollingResponseProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |