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

ServiceFabricManagedCmdletBase.PollLongRunningOperation Method

Definition

Overloads

PollLongRunningOperation(AzureOperationResponse)
PollLongRunningOperation<T>(AzureOperationResponse<T>)

PollLongRunningOperation(AzureOperationResponse)

protected void PollLongRunningOperation (Microsoft.Rest.Azure.AzureOperationResponse beginRequestResponse);
member this.PollLongRunningOperation : Microsoft.Rest.Azure.AzureOperationResponse -> unit
Protected Sub PollLongRunningOperation (beginRequestResponse As AzureOperationResponse)

Parameters

beginRequestResponse
AzureOperationResponse

Applies to

PollLongRunningOperation<T>(AzureOperationResponse<T>)

protected T PollLongRunningOperation<T> (Microsoft.Rest.Azure.AzureOperationResponse<T> beginRequestResponse) where T : class;
member this.PollLongRunningOperation : Microsoft.Rest.Azure.AzureOperationResponse<'T (requires 'T : null)> -> 'T (requires 'T : null)
Protected Function PollLongRunningOperation(Of T As Class) (beginRequestResponse As AzureOperationResponse(Of T)) As T

Type Parameters

T

Parameters

beginRequestResponse
AzureOperationResponse<T>

Returns

T

Applies to