次の方法で共有


NetworkFabricControllerServices Class

Definition

Network Fabric Controller services.

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

Properties

IPv4AddressSpaces

The IPv4 Address space is optional, if the value is not defined at the time of NFC creation, then the default value 10.0.0.0/19 is considered. The IPV4 address subnet is an optional attribute.

IPv6AddressSpaces

The IPv6 is not supported right now.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NetworkFabricControllerServices>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NetworkFabricControllerServices>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkFabricControllerServices>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkFabricControllerServices>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkFabricControllerServices>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to