NetworkFunctionDefinitionVersionUpdateState Class

Definition

Publisher network function definition version update request definition.

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

Constructors

Name Description
NetworkFunctionDefinitionVersionUpdateState()

Initializes a new instance of NetworkFunctionDefinitionVersionUpdateState.

Properties

Name Description
VersionState

The network function definition version state. Only the 'Active' and 'Deprecated' states are allowed for updates. Other states are used for internal state transitioning.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NetworkFunctionDefinitionVersionUpdateState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFunctionDefinitionVersionUpdateState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFunctionDefinitionVersionUpdateState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFunctionDefinitionVersionUpdateState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFunctionDefinitionVersionUpdateState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to