C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceWithParameterCmdletBase

Inheritance: ResourceManagerCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Protected Properties

Свойство Type Description
dynamicParameters RuntimeDefinedParameterDictionary

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetDynamicParameters ( ) : object

Méthodes protégées

Méthode Description
GetDeploymentDebugLogLevel ( string deploymentDebugLogLevel ) : string
GetTemplateParameterObject ( Hashtable templateParameterObject ) : Hashtable
ResourceWithParameterCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication

Method Details

GetDeploymentDebugLogLevel() protected méthode

protected GetDeploymentDebugLogLevel ( string deploymentDebugLogLevel ) : string
deploymentDebugLogLevel string
Résultat string

GetDynamicParameters() public méthode

public GetDynamicParameters ( ) : object
Résultat object

GetTemplateParameterObject() protected méthode

protected GetTemplateParameterObject ( Hashtable templateParameterObject ) : Hashtable
templateParameterObject System.Collections.Hashtable
Résultat System.Collections.Hashtable

ResourceWithParameterCmdletBase() protected méthode

protected ResourceWithParameterCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication
Résultat Microsoft.Azure.Commands.Common.Authentication

Property Details

dynamicParameters protected_oe property

protected RuntimeDefinedParameterDictionary dynamicParameters
Résultat RuntimeDefinedParameterDictionary