NetworkManagementQueryContent Class

Definition

Query Request Options.

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

Constructors

NetworkManagementQueryContent()

Initializes a new instance of NetworkManagementQueryContent.

Properties

SkipToken

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.

Explicit Interface Implementations

IJsonModel<NetworkManagementQueryContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkManagementQueryContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkManagementQueryContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkManagementQueryContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkManagementQueryContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to