Compartilhar via


QueryRequestOptions Class

Query Request Options.

Inheritance
azure.mgmt.network._serialization.Model
QueryRequestOptions

Constructor

QueryRequestOptions(*, skip_token: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
skip_token
str

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.

Variables

Name Description
skip_token
str

When present, the value can be passed to a subsequent query call (together with the same query and scopes used in the current request) to retrieve the next page of data.