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

Inheritance: Microsoft.Azure.Commands.ResourceManager.Common.AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Méthodes protégées

Méthode 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 méthode

protected static ParseAccountKind ( string accountKind ) : Kind?
accountKind string
Résultat Kind?

ParseSkuName() protected static méthode

protected static ParseSkuName ( string skuName ) : SkuName
skuName string
Résultat SkuName

RunCmdLet() protected méthode

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

WriteCognitiveServicesAccount() protected méthode

protected WriteCognitiveServicesAccount ( Microsoft.Azure.Management.CognitiveServices.Models cognitiveServicesAccount ) : void
cognitiveServicesAccount Microsoft.Azure.Management.CognitiveServices.Models
Résultat void

WriteCognitiveServicesAccountList() protected méthode

protected WriteCognitiveServicesAccountList ( IEnumerable cognitiveServicesAccounts ) : void
cognitiveServicesAccounts IEnumerable
Résultat void