ActiveConfigurationContent Class

Definition

Effective Virtual Networks Parameter.

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

Constructors

ActiveConfigurationContent()

Initializes a new instance of ActiveConfigurationContent.

Properties

Regions

List of regions.

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<ActiveConfigurationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActiveConfigurationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ActiveConfigurationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActiveConfigurationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActiveConfigurationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to