ArmQuantumModelFactory.WorkspaceKeyListResult 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.
Initializes a new instance of WorkspaceKeyListResult.
public static Azure.ResourceManager.Quantum.Models.WorkspaceKeyListResult WorkspaceKeyListResult (bool? isApiKeyEnabled = default, Azure.ResourceManager.Quantum.Models.WorkspaceApiKey primaryKey = default, Azure.ResourceManager.Quantum.Models.WorkspaceApiKey secondaryKey = default, string primaryConnectionString = default, string secondaryConnectionString = default);
static member WorkspaceKeyListResult : Nullable<bool> * Azure.ResourceManager.Quantum.Models.WorkspaceApiKey * Azure.ResourceManager.Quantum.Models.WorkspaceApiKey * string * string -> Azure.ResourceManager.Quantum.Models.WorkspaceKeyListResult
Public Shared Function WorkspaceKeyListResult (Optional isApiKeyEnabled As Nullable(Of Boolean) = Nothing, Optional primaryKey As WorkspaceApiKey = Nothing, Optional secondaryKey As WorkspaceApiKey = Nothing, Optional primaryConnectionString As String = Nothing, Optional secondaryConnectionString As String = Nothing) As WorkspaceKeyListResult
Parameters
- primaryKey
- WorkspaceApiKey
The quantum workspace primary api key.
- secondaryKey
- WorkspaceApiKey
The quantum workspace secondary api key.
- primaryConnectionString
- String
The connection string of the primary api key.
- secondaryConnectionString
- String
The connection string of the secondary api key.
Returns
A new WorkspaceKeyListResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET