Dela via


IntegrationServiceEnvironmentNetworkDependency Class

Definition

The azure async operation resource.

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

Properties

Category

The network dependency category type.

DisplayName

The display name.

Endpoints

The endpoints.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentNetworkDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentNetworkDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentNetworkDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentNetworkDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentNetworkDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to