Operation.Id Property

Definition

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.

public abstract string Id { get; }
member this.Id : string
Public MustOverride ReadOnly Property Id As String

Property Value

Applies to