C# Класс Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.ResourceWithParameterCmdletBase

Наследование: ResourceManagerCmdletBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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