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

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

Méthodes protégées

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

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

GetCurrentSubscription() protected méthode

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

StopProcessing() protected abstract méthode

protected abstract StopProcessing ( ) : void
Résultat void

WriteDebugLog() protected méthode

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