ContainerAppServiceBind Class

Definition

Configuration to bind a ContainerApp to a dev ContainerApp Service.

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

Constructors

ContainerAppServiceBind()

Initializes a new instance of ContainerAppServiceBind.

Properties

Name

Name of the service bind.

ServiceId

Resource id of the target service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppServiceBind>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppServiceBind>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppServiceBind>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppServiceBind>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppServiceBind>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to