Language

AccountSasToken Class

Definition

Details of storage account sas token .

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

Constructors

Name Description
AccountSasToken()

Creates an new AccountSasToken instance.

Properties

Name Description
StorageAccountSasToken

Field to specify storage account sas token.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AccountSasToken.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AccountSasToken.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AccountSasToken into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to