Delen via


IntegrationServiceEnvironmentSubnetNetworkHealth Class

Definition

The integration service environment subnet network health.

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

Properties

NetworkDependencyHealthState

The integration service environment network health state.

OutboundNetworkDependencies

The outbound network dependencies.

OutboundNetworkHealth

The integration service environment network health.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentSubnetNetworkHealth>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentSubnetNetworkHealth>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentSubnetNetworkHealth>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentSubnetNetworkHealth>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentSubnetNetworkHealth>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to