C# Class Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.PSCmdlets.AzureHDInsightCmdlet

The base class for HDInsight Cmdlets.
Inheritance: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Exibir arquivo Open project: Azure/azure-powershell

Protected Methods

Method Description
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.

Method Details

FormatException() protected method

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

GetCurrentSubscription() protected method

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

StopProcessing() protected abstract method

protected abstract StopProcessing ( ) : void
return void

WriteDebugLog() protected method

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