CreateEntryResult Class

Definition

Response of entry submission containing the operationId.

public class CreateEntryResult : System.ClientModel.Primitives.IJsonModel<Azure.Security.CodeTransparency.CreateEntryResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.CodeTransparency.CreateEntryResult>
type CreateEntryResult = class
    interface IJsonModel<CreateEntryResult>
    interface IPersistableModel<CreateEntryResult>
Public Class CreateEntryResult
Implements IJsonModel(Of CreateEntryResult), IPersistableModel(Of CreateEntryResult)
Inheritance
CreateEntryResult
Implements

Properties

OperationId

String representing the operation id submitted.

Explicit Interface Implementations

IJsonModel<CreateEntryResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CreateEntryResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CreateEntryResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CreateEntryResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CreateEntryResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to