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

Inheritance: ResourceManagerCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Protected Properties

Property Type Description
dynamicParameters RuntimeDefinedParameterDictionary

Private Properties

Property Type Description

Public Methods

Method Description
GetDynamicParameters ( ) : object

Protected Methods

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

Method Details

GetDeploymentDebugLogLevel() protected method

protected GetDeploymentDebugLogLevel ( string deploymentDebugLogLevel ) : string
deploymentDebugLogLevel string
return string

GetDynamicParameters() public method

public GetDynamicParameters ( ) : object
return object

GetTemplateParameterObject() protected method

protected GetTemplateParameterObject ( Hashtable templateParameterObject ) : Hashtable
templateParameterObject System.Collections.Hashtable
return System.Collections.Hashtable

ResourceWithParameterCmdletBase() protected method

protected ResourceWithParameterCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication
return Microsoft.Azure.Commands.Common.Authentication

Property Details

dynamicParameters protected_oe property

protected RuntimeDefinedParameterDictionary dynamicParameters
return RuntimeDefinedParameterDictionary