次の方法で共有


RestApiPollerRequestPagingConfig Class

Definition

The request paging configuration.

public class RestApiPollerRequestPagingConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.RestApiPollerRequestPagingConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.RestApiPollerRequestPagingConfig>
type RestApiPollerRequestPagingConfig = class
    interface IJsonModel<RestApiPollerRequestPagingConfig>
    interface IPersistableModel<RestApiPollerRequestPagingConfig>
Public Class RestApiPollerRequestPagingConfig
Implements IJsonModel(Of RestApiPollerRequestPagingConfig), IPersistableModel(Of RestApiPollerRequestPagingConfig)
Inheritance
RestApiPollerRequestPagingConfig
Implements

Constructors

RestApiPollerRequestPagingConfig(RestApiPollerRequestPagingKind)

Initializes a new instance of RestApiPollerRequestPagingConfig.

Properties

PageSize

Page size.

PageSizeParameterName

Page size parameter name.

PagingType

Type of paging.

Explicit Interface Implementations

IJsonModel<RestApiPollerRequestPagingConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RestApiPollerRequestPagingConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RestApiPollerRequestPagingConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RestApiPollerRequestPagingConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RestApiPollerRequestPagingConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to