你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkFunctionDefinitionGroupPropertiesFormat Class

Definition

Network function definition group properties.

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

Constructors

Name Description
NetworkFunctionDefinitionGroupPropertiesFormat()

Initializes a new instance of NetworkFunctionDefinitionGroupPropertiesFormat.

Properties

Name Description
Description

The network function definition group description.

ProvisioningState

The provisioning state of the network function definition groups resource.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkFunctionDefinitionGroupPropertiesFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFunctionDefinitionGroupPropertiesFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFunctionDefinitionGroupPropertiesFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFunctionDefinitionGroupPropertiesFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to