C# Класс Microsoft.WindowsAzure.Management.HDInsight.Cmdlet.PSCmdlets.AzureHDInsightCmdlet

The base class for HDInsight Cmdlets.
Наследование: Microsoft.WindowsAzure.Commands.Utilities.Common.AzureSMCmdlet
Показать файл Открыть проект

Защищенные методы

Метод Описание
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