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

Inheritance: AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Protected Properties

Свойство Type Description
LongRunningOperationDefaultTimeout System.TimeSpan

Méthodes protégées

Méthode 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 méthode

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

ExecuteLongRunningCmdletWrap() protected méthode

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

WaitForOperationToComplete() protected méthode

protected WaitForOperationToComplete ( ApiManagementLongRunningOperation longRunningOperation ) : ApiManagementLongRunningOperation
longRunningOperation Microsoft.Azure.Commands.ApiManagement.Models.ApiManagementLongRunningOperation
Résultat Microsoft.Azure.Commands.ApiManagement.Models.ApiManagementLongRunningOperation

WriteProgress() protected méthode

protected WriteProgress ( ApiManagementLongRunningOperation operation ) : void
operation Microsoft.Azure.Commands.ApiManagement.Models.ApiManagementLongRunningOperation
Résultat void

Property Details

LongRunningOperationDefaultTimeout protected_oe static_oe property

protected static TimeSpan,System LongRunningOperationDefaultTimeout
Résultat System.TimeSpan