Delen via


AccountSasToken Class

Definition

Details of storage account sas token .

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

Properties

StorageAccountSasToken

Field to specify storage account sas token.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AccountSasToken>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AccountSasToken>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccountSasToken>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccountSasToken>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AccountSasToken>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to