AccountSasContent Class

Definition

The details for storage account sas creation.

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

Constructors

AccountSasContent(DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of AccountSasContent.

Properties

ExpiryTimeStamp

Sas token expiry timestamp.

IPAddress

Ip Address.

StartTimeStamp

Sas token start timestamp.

Explicit Interface Implementations

IJsonModel<AccountSasContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AccountSasContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AccountSasContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AccountSasContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AccountSasContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to