Dela via


DataLakeAnalyticsSasTokenInformation Class

Definition

SAS token information. Serialized Name: SasTokenInformation

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

Properties

AccessToken

The access token for the associated Azure Storage Container. Serialized Name: SasTokenInformation.accessToken

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataLakeAnalyticsSasTokenInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataLakeAnalyticsSasTokenInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataLakeAnalyticsSasTokenInformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataLakeAnalyticsSasTokenInformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataLakeAnalyticsSasTokenInformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to