ContainerSasToken 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.
Details of storage container account sas token .
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ContainerSasTokenTypeConverter))]
public class ContainerSasToken : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IContainerSasToken
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ContainerSasTokenTypeConverter))>]
type ContainerSasToken = class
interface IContainerSasToken
interface IJsonSerializable
Public Class ContainerSasToken
Implements IContainerSasToken
- Inheritance
-
ContainerSasToken
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerSasToken() |
Creates an new ContainerSasToken instance. |
Properties
| Name | Description |
|---|---|
| StorageContainerSasToken |
Field to specify storage container sas token. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerSasToken. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerSasToken. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IContainerSasToken. |
| FromJsonString(String) |
Creates a new instance of ContainerSasToken, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerSasToken into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |