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.
public class CodelessConnectorPollingResponseProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingResponseProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.CodelessConnectorPollingResponseProperties>
type CodelessConnectorPollingResponseProperties = class
interface IJsonModel<CodelessConnectorPollingResponseProperties>
interface IPersistableModel<CodelessConnectorPollingResponseProperties>
Public Class CodelessConnectorPollingResponseProperties
Implements IJsonModel(Of CodelessConnectorPollingResponseProperties), IPersistableModel(Of CodelessConnectorPollingResponseProperties)
- Inheritance
-
CodelessConnectorPollingResponseProperties
- Implements
Constructors
CodelessConnectorPollingResponseProperties(IEnumerable<String>) |
Initializes a new instance of CodelessConnectorPollingResponseProperties. |
Properties
EventsJsonPaths |
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. |
Explicit Interface Implementations
IJsonModel<CodelessConnectorPollingResponseProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CodelessConnectorPollingResponseProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CodelessConnectorPollingResponseProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CodelessConnectorPollingResponseProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CodelessConnectorPollingResponseProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET