Share via


MapsAccountSasToken Class

Definition

A new Sas token which can be used to access the Maps REST APIs and is controlled by the specified Managed identity permissions on Azure (IAM) Role Based Access Control.

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

Properties

AccountSasToken

The shared access signature access token.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MapsAccountSasToken>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MapsAccountSasToken>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MapsAccountSasToken>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MapsAccountSasToken>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MapsAccountSasToken>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to