Dela via


GetServiceSasResult Class

Definition

The List service SAS credentials operation response.

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

Properties

ServiceSasToken

List service SAS credentials of specific resource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GetServiceSasResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GetServiceSasResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GetServiceSasResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GetServiceSasResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GetServiceSasResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to