다음을 통해 공유


IntegrationServiceEnvironmentNetworkDependencyHealth Class

Definition

The integration service environment subnet network health.

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

Properties

Error

The error if any occurred during the operation.

State

The network dependency health state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentNetworkDependencyHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentNetworkDependencyHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentNetworkDependencyHealth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentNetworkDependencyHealth>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentNetworkDependencyHealth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to