Dela via


MachineLearningWorkspaceNotebookAccessTokenResult Class

Definition

The MachineLearningWorkspaceNotebookAccessTokenResult.

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

Properties

AccessToken

Gets the access token.

ExpiresIn

Gets the expires in.

HostName

Gets the host name.

NotebookResourceId

Gets the notebook resource id.

PublicDns

Gets the public dns.

RefreshToken

Gets the refresh token.

Scope

Gets the scope.

TokenType

Gets the token type.

Explicit Interface Implementations

IJsonModel<MachineLearningWorkspaceNotebookAccessTokenResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningWorkspaceNotebookAccessTokenResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningWorkspaceNotebookAccessTokenResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningWorkspaceNotebookAccessTokenResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningWorkspaceNotebookAccessTokenResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to