Share via


LogicApiDeploymentParameterMetadataSet Class

Definition

The API deployment parameters metadata.

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

Properties

PackageContentLink

The package content link parameter.

RedisCacheConnectionString

The package content link parameter.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicApiDeploymentParameterMetadataSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicApiDeploymentParameterMetadataSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicApiDeploymentParameterMetadataSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicApiDeploymentParameterMetadataSet>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicApiDeploymentParameterMetadataSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to