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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET