WorkspaceKeyListResult Class

Definition

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