C# 클래스 Microsoft.Azure.Commands.Management.CognitiveServices.CognitiveServicesAccountBaseCmdlet

상속: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell

보호된 메소드들

메소드 설명
ParseAccountKind ( string accountKind ) : Kind?
ParseSkuName ( string skuName ) : SkuName
RunCmdLet ( System.Action action ) : void

Run Cmdlet with Error Handling (report error correctly)

WriteCognitiveServicesAccount ( Microsoft.Azure.Management.CognitiveServices.Models cognitiveServicesAccount ) : void
WriteCognitiveServicesAccountList ( IEnumerable cognitiveServicesAccounts ) : void

메소드 상세

ParseAccountKind() 보호된 정적인 메소드

protected static ParseAccountKind ( string accountKind ) : Kind?
accountKind string
리턴 Kind?

ParseSkuName() 보호된 정적인 메소드

protected static ParseSkuName ( string skuName ) : SkuName
skuName string
리턴 SkuName

RunCmdLet() 보호된 메소드

Run Cmdlet with Error Handling (report error correctly)
protected RunCmdLet ( System.Action action ) : void
action System.Action
리턴 void

WriteCognitiveServicesAccount() 보호된 메소드

protected WriteCognitiveServicesAccount ( Microsoft.Azure.Management.CognitiveServices.Models cognitiveServicesAccount ) : void
cognitiveServicesAccount Microsoft.Azure.Management.CognitiveServices.Models
리턴 void

WriteCognitiveServicesAccountList() 보호된 메소드

protected WriteCognitiveServicesAccountList ( IEnumerable cognitiveServicesAccounts ) : void
cognitiveServicesAccounts IEnumerable
리턴 void