C# 클래스 Microsoft.Azure.Commands.Batch.BatchCmdletBase

상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzurePSCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void

보호된 메소드들

메소드 설명
OnProcessRecord ( ) : void

비공개 메소드들

메소드 설명
FindDetailedMessage ( string content ) : string

For now, the 2nd message KVP inside "details" contains useful info about the failure. Eventually, a code KVP will be added such that we can search on that directly.

HandleBatchException ( BatchException ex ) : void

Extracts failure details from the BatchException object to create a more informative error message for the user.

메소드 상세

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void

OnProcessRecord() 보호된 메소드

protected OnProcessRecord ( ) : void
리턴 void