C# Class Microsoft.Azure.Commands.Management.CognitiveServices.CognitiveServicesAccountBaseCmdlet

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Show file Open project: Azure/azure-powershell

Protected Methods

Method Description
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

Method Details

ParseAccountKind() protected static method

protected static ParseAccountKind ( string accountKind ) : Kind?
accountKind string
return Kind?

ParseSkuName() protected static method

protected static ParseSkuName ( string skuName ) : SkuName
skuName string
return SkuName

RunCmdLet() protected method

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

WriteCognitiveServicesAccount() protected method

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

WriteCognitiveServicesAccountList() protected method

protected WriteCognitiveServicesAccountList ( IEnumerable cognitiveServicesAccounts ) : void
cognitiveServicesAccounts IEnumerable
return void