Share via


JavaComponentServiceBind Class

Definition

Configuration to bind a Java Component to another Java Component.

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

Constructors

JavaComponentServiceBind()

Initializes a new instance of JavaComponentServiceBind.

Properties

Name

Name of the service bind.

ServiceId

Resource id of the target service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JavaComponentServiceBind>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JavaComponentServiceBind>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JavaComponentServiceBind>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JavaComponentServiceBind>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JavaComponentServiceBind>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to