RehydrationToken Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET