C# 클래스 Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.PSCmdlets.AzureHDInsightCmdlet

The base class for HDInsight Cmdlets.
상속: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
FormatException ( Exception ex ) : string

Formats an exception to be placed in the debug output.

GetCurrentSubscription ( string Subscription, X509Certificate2 certificate ) : AzureSubscription
StopProcessing ( ) : void
WriteDebugLog ( ) : void

Writes any collected log messages to the debug output.

메소드 상세

FormatException() 보호된 메소드

Formats an exception to be placed in the debug output.
protected FormatException ( Exception ex ) : string
ex System.Exception /// The exception. ///
리턴 string

GetCurrentSubscription() 보호된 메소드

protected GetCurrentSubscription ( string Subscription, X509Certificate2 certificate ) : AzureSubscription
Subscription string
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 Microsoft.Azure.Commands.Common.Authentication.Models.AzureSubscription

StopProcessing() 보호된 추상적인 메소드

protected abstract StopProcessing ( ) : void
리턴 void

WriteDebugLog() 보호된 메소드

Writes any collected log messages to the debug output.
protected WriteDebugLog ( ) : void
리턴 void