ArmQuantumModelFactory.WorkspaceApiKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.