Share via


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