C# Class Microsoft.Azure.Commands.ApiManagement.Commands.AzureApiManagementCmdletBase

Inheritance: AzureRMCmdlet
Exibir arquivo Open project: Azure/azure-powershell

Protected Properties

Property Type Description
LongRunningOperationDefaultTimeout System.TimeSpan

Protected Methods

Method Description
ExecuteCmdLetWrap ( Func func, bool passThru = false, object passThruValue = null ) : void
ExecuteLongRunningCmdletWrap ( Func func, bool passThru = false, object passThruValue = null ) : void
WaitForOperationToComplete ( ApiManagementLongRunningOperation longRunningOperation ) : ApiManagementLongRunningOperation
WriteProgress ( ApiManagementLongRunningOperation operation ) : void

Method Details

ExecuteCmdLetWrap() protected method

protected ExecuteCmdLetWrap ( Func func, bool passThru = false, object passThruValue = null ) : void
func Func
passThru bool
passThruValue object
return void

ExecuteLongRunningCmdletWrap() protected method

protected ExecuteLongRunningCmdletWrap ( Func func, bool passThru = false, object passThruValue = null ) : void
func Func
passThru bool
passThruValue object
return void

WaitForOperationToComplete() protected method

protected WaitForOperationToComplete ( ApiManagementLongRunningOperation longRunningOperation ) : ApiManagementLongRunningOperation
longRunningOperation Microsoft.Azure.Commands.ApiManagement.Models.ApiManagementLongRunningOperation
return Microsoft.Azure.Commands.ApiManagement.Models.ApiManagementLongRunningOperation

WriteProgress() protected method

protected WriteProgress ( ApiManagementLongRunningOperation operation ) : void
operation Microsoft.Azure.Commands.ApiManagement.Models.ApiManagementLongRunningOperation
return void

Property Details

LongRunningOperationDefaultTimeout protected_oe static_oe property

protected static TimeSpan,System LongRunningOperationDefaultTimeout
return System.TimeSpan