你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSCognitiveServicesAccountKeys Constructors

Definition

Overloads

PSCognitiveServicesAccountKeys(ApiKeys)
PSCognitiveServicesAccountKeys(CognitiveServicesAccountKeys)

PSCognitiveServicesAccountKeys(ApiKeys)

public PSCognitiveServicesAccountKeys (Microsoft.Azure.Management.CognitiveServices.Models.ApiKeys cognitiveServicesAccountKeys);
new Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys : Microsoft.Azure.Management.CognitiveServices.Models.ApiKeys -> Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys
Public Sub New (cognitiveServicesAccountKeys As ApiKeys)

Parameters

cognitiveServicesAccountKeys
ApiKeys

Applies to

PSCognitiveServicesAccountKeys(CognitiveServicesAccountKeys)

public PSCognitiveServicesAccountKeys (Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys cognitiveServicesAccountKeys);
new Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys : Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys -> Microsoft.Azure.Commands.Management.CognitiveServices.Models.PSCognitiveServicesAccountKeys
Public Sub New (cognitiveServicesAccountKeys As CognitiveServicesAccountKeys)

Parameters

cognitiveServicesAccountKeys
Microsoft.Azure.Management.CognitiveServices.Models.CognitiveServicesAccountKeys

Applies to