ListAccountSasResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The List SAS credentials operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ListAccountSasResponseTypeConverter))]
public class ListAccountSasResponse : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListAccountSasResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.ListAccountSasResponseTypeConverter))>]
type ListAccountSasResponse = class
interface IListAccountSasResponse
interface IJsonSerializable
Public Class ListAccountSasResponse
Implements IListAccountSasResponse
- Inheritance
-
ListAccountSasResponse
- Attributes
- Implements
Constructors
ListAccountSasResponse() |
Creates an new ListAccountSasResponse instance. |
Properties
AccountSasToken |
List SAS credentials of storage account. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ListAccountSasResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ListAccountSasResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IListAccountSasResponse. |
FromJsonString(String) |
Creates a new instance of ListAccountSasResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ListAccountSasResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |