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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET