다음을 통해 공유


LogicApiResourceMetadata Class

Definition

The api resource metadata.

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

Properties

ApiType

The api type.

BrandColor

The brand color.

ConnectionType

The connection type.

DeploymentParameters

The connector deployment parameters metadata.

HideKey

The hide key.

ProvisioningState

The provisioning state.

Source

The source.

Tags

The tags.

WsdlImportMethod

The WSDL import method.

WsdlService

The WSDL service.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LogicApiResourceMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LogicApiResourceMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LogicApiResourceMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LogicApiResourceMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LogicApiResourceMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to