Language

AccountSas Class

Definition

The details for storage account sas creation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.AccountSasTypeConverter))]
public class AccountSas : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IAccountSas
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.AccountSasTypeConverter))>]
type AccountSas = class
    interface IAccountSas
    interface IJsonSerializable
Public Class AccountSas
Implements IAccountSas
Inheritance
AccountSas
Attributes
Implements

Constructors

Name Description
AccountSas()

Creates an new AccountSas instance.

Properties

Name Description
ExpiryTimeStamp

Sas token expiry timestamp.

IPAddress

Ip Address

StartTimeStamp

Sas token start timestamp.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountSas.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountSas.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IAccountSas.

FromJsonString(String)

Creates a new instance of AccountSas, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountSas into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to