C# Class Microsoft.WindowsAzure.Commands.ServiceManagement.Extensions.BaseAzureServiceDiagnosticsExtensionCmdlet

Inheritance: BaseAzureServiceExtensionCmdlet
Datei anzeigen Open project: Azure/azure-powershell

Protected Properties

Property Type Description
XmlNamespace string

Public Methods

Method Description
BaseAzureServiceDiagnosticsExtensionCmdlet ( ) : System

Protected Methods

Method Description
ValidateConfiguration ( ) : void
ValidateParameters ( ) : void
ValidateStorageAccount ( ) : void

Private Methods

Method Description
GetResourceId ( ) : string
ValidateStorageAccountEndpoint ( ) : void
ValidateStorageAccountKey ( ) : void
ValidateStorageAccountName ( ) : void

Method Details

BaseAzureServiceDiagnosticsExtensionCmdlet() public method

public BaseAzureServiceDiagnosticsExtensionCmdlet ( ) : System
return System

ValidateConfiguration() protected method

protected ValidateConfiguration ( ) : void
return void

ValidateParameters() protected method

protected ValidateParameters ( ) : void
return void

ValidateStorageAccount() protected method

protected ValidateStorageAccount ( ) : void
return void

Property Details

XmlNamespace protected_oe property

protected string XmlNamespace
return string