WorkspaceKeyListResult Class
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.
Result of list Api keys and connection strings.
public class WorkspaceKeyListResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Quantum.Models.WorkspaceKeyListResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Quantum.Models.WorkspaceKeyListResult>
type WorkspaceKeyListResult = class
interface IJsonModel<WorkspaceKeyListResult>
interface IPersistableModel<WorkspaceKeyListResult>
Public Class WorkspaceKeyListResult
Implements IJsonModel(Of WorkspaceKeyListResult), IPersistableModel(Of WorkspaceKeyListResult)
- Inheritance
-
WorkspaceKeyListResult
- Implements
Properties
IsApiKeyEnabled |
Indicator of enablement of the Quantum workspace Api keys. |
PrimaryConnectionString |
The connection string of the primary api key. |
PrimaryKey |
The quantum workspace primary api key. |
SecondaryConnectionString |
The connection string of the secondary api key. |
SecondaryKey |
The quantum workspace secondary api key. |
Explicit Interface Implementations
IJsonModel<WorkspaceKeyListResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WorkspaceKeyListResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WorkspaceKeyListResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WorkspaceKeyListResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WorkspaceKeyListResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET