你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RehydrationToken Struct

Definition

Represents a token that can be used to rehydrate a long-running operation.

public readonly struct RehydrationToken : System.ClientModel.Primitives.IJsonModel<Azure.Core.RehydrationToken>, System.ClientModel.Primitives.IJsonModel<object>, System.ClientModel.Primitives.IPersistableModel<Azure.Core.RehydrationToken>, System.ClientModel.Primitives.IPersistableModel<object>
type RehydrationToken = struct
    interface IJsonModel<RehydrationToken>
    interface IPersistableModel<RehydrationToken>
    interface IJsonModel<obj>
    interface IPersistableModel<obj>
Public Structure RehydrationToken
Implements IJsonModel(Of Object), IJsonModel(Of RehydrationToken), IPersistableModel(Of Object), IPersistableModel(Of RehydrationToken)
Inheritance
RehydrationToken
Implements

Properties

Id

Gets an ID representing the operation that can be used to poll for the status of the long-running operation. There are cases that operation id is not available, we return "NOT_SET" for unavailable operation id.

Explicit Interface Implementations

IJsonModel<Object>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Object>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RehydrationToken>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RehydrationToken>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Object>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Object>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Object>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RehydrationToken>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RehydrationToken>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RehydrationToken>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to