C# 클래스 Microsoft.Azure.Commands.ApiManagement.Commands.AzureApiManagementCmdletBase

상속: AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 프로퍼티들

프로퍼티 타입 설명
LongRunningOperationDefaultTimeout System.TimeSpan

보호된 메소드들

메소드 설명
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

메소드 상세

ExecuteCmdLetWrap() 보호된 메소드

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

ExecuteLongRunningCmdletWrap() 보호된 메소드

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

WaitForOperationToComplete() 보호된 메소드

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

WriteProgress() 보호된 메소드

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

프로퍼티 상세

LongRunningOperationDefaultTimeout 보호되어 있는 정적으로 프로퍼티

protected static TimeSpan,System LongRunningOperationDefaultTimeout
리턴 System.TimeSpan