Share via


MachineLearningWorkspaceGetNotebookKeysResult Class

Definition

The MachineLearningWorkspaceGetNotebookKeysResult.

public class MachineLearningWorkspaceGetNotebookKeysResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetNotebookKeysResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceGetNotebookKeysResult>
public class MachineLearningWorkspaceGetNotebookKeysResult
type MachineLearningWorkspaceGetNotebookKeysResult = class
    interface IJsonModel<MachineLearningWorkspaceGetNotebookKeysResult>
    interface IPersistableModel<MachineLearningWorkspaceGetNotebookKeysResult>
type MachineLearningWorkspaceGetNotebookKeysResult = class
Public Class MachineLearningWorkspaceGetNotebookKeysResult
Implements IJsonModel(Of MachineLearningWorkspaceGetNotebookKeysResult), IPersistableModel(Of MachineLearningWorkspaceGetNotebookKeysResult)
Public Class MachineLearningWorkspaceGetNotebookKeysResult
Inheritance
MachineLearningWorkspaceGetNotebookKeysResult
Implements

Properties

PrimaryAccessKey

Gets the primary access key.

SecondaryAccessKey

Gets the secondary access key.

Explicit Interface Implementations

IJsonModel<MachineLearningWorkspaceGetNotebookKeysResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningWorkspaceGetNotebookKeysResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningWorkspaceGetNotebookKeysResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningWorkspaceGetNotebookKeysResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningWorkspaceGetNotebookKeysResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to