다음을 통해 공유


IntegrationServiceEnvironmentProperties Class

Definition

The integration service environment properties.

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

Constructors

IntegrationServiceEnvironmentProperties()

Initializes a new instance of IntegrationServiceEnvironmentProperties.

Properties

EncryptionKeyReference

The encryption key reference.

EndpointsConfiguration

The endpoints configuration.

IntegrationServiceEnvironmentId

Gets the tracking id.

NetworkConfiguration

The network configuration.

ProvisioningState

The provisioning state.

State

The integration service environment state.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IntegrationServiceEnvironmentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IntegrationServiceEnvironmentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IntegrationServiceEnvironmentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationServiceEnvironmentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IntegrationServiceEnvironmentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to