ServiceFabricManagedCmdletBase.PollLongRunningOperation Method
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.
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