你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TriggerUnsubscribeTriggerFromEventsOperation Class

Definition

Unsubscribe event trigger from events.

public class TriggerUnsubscribeTriggerFromEventsOperation : Azure.Operation<Azure.Analytics.Synapse.Artifacts.Models.TriggerSubscriptionOperationStatus>
type TriggerUnsubscribeTriggerFromEventsOperation = class
    inherit Operation<TriggerSubscriptionOperationStatus>
Public Class TriggerUnsubscribeTriggerFromEventsOperation
Inherits Operation(Of TriggerSubscriptionOperationStatus)
Inheritance
TriggerUnsubscribeTriggerFromEventsOperation

Constructors

Name Description
TriggerUnsubscribeTriggerFromEventsOperation()

Initializes a new instance of TriggerUnsubscribeTriggerFromEventsOperation for mocking.

Properties

Name Description
HasCompleted

Returns true if the long-running operation completed.

HasValue

Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).

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.

Value

Final result of the long-running operation.

Methods

Name Description
GetRawResponse()

The last HTTP response received from the server.

UpdateStatus(CancellationToken)

Calls the server to get updated status of the long-running operation.

UpdateStatusAsync(CancellationToken)

Calls the server to get updated status of the long-running operation.

WaitForCompletion(CancellationToken)

Periodically calls the server till the long-running operation completes.

WaitForCompletion(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

WaitForCompletionAsync(CancellationToken)

Periodically calls the server till the long-running operation completes.

WaitForCompletionAsync(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

Applies to