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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET