ArmQuantumModelFactory.WorkspaceApiKeys Method

Definition

List of api keys to be generated.

public static Azure.ResourceManager.Quantum.Models.WorkspaceApiKeys WorkspaceApiKeys(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Quantum.Models.WorkspaceKeyType> keys = default);
static member WorkspaceApiKeys : seq<Azure.ResourceManager.Quantum.Models.WorkspaceKeyType> -> Azure.ResourceManager.Quantum.Models.WorkspaceApiKeys
Public Shared Function WorkspaceApiKeys (Optional keys As IEnumerable(Of WorkspaceKeyType) = Nothing) As WorkspaceApiKeys

Parameters

keys
IEnumerable<WorkspaceKeyType>

A list of api key names.

Returns

A new WorkspaceApiKeys instance for mocking.

Applies to