C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceWithParameterCmdletBase

상속: ResourceManagerCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 프로퍼티들

프로퍼티 타입 설명
dynamicParameters RuntimeDefinedParameterDictionary

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetDynamicParameters ( ) : object

보호된 메소드들

메소드 설명
GetDeploymentDebugLogLevel ( string deploymentDebugLogLevel ) : string
GetTemplateParameterObject ( Hashtable templateParameterObject ) : Hashtable
ResourceWithParameterCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication

메소드 상세

GetDeploymentDebugLogLevel() 보호된 메소드

protected GetDeploymentDebugLogLevel ( string deploymentDebugLogLevel ) : string
deploymentDebugLogLevel string
리턴 string

GetDynamicParameters() 공개 메소드

public GetDynamicParameters ( ) : object
리턴 object

GetTemplateParameterObject() 보호된 메소드

protected GetTemplateParameterObject ( Hashtable templateParameterObject ) : Hashtable
templateParameterObject System.Collections.Hashtable
리턴 System.Collections.Hashtable

ResourceWithParameterCmdletBase() 보호된 메소드

protected ResourceWithParameterCmdletBase ( ) : Microsoft.Azure.Commands.Common.Authentication
리턴 Microsoft.Azure.Commands.Common.Authentication

프로퍼티 상세

dynamicParameters 보호되어 있는 프로퍼티

protected RuntimeDefinedParameterDictionary dynamicParameters
리턴 RuntimeDefinedParameterDictionary