ContainerSaS 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 details for container sas creation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ContainerSaSTypeConverter))]
public class ContainerSaS : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IContainerSaS
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.ContainerSaSTypeConverter))>]
type ContainerSaS = class
interface IContainerSaS
interface IJsonSerializable
Public Class ContainerSaS
Implements IContainerSaS
- Inheritance
-
ContainerSaS
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerSaS() |
Creates an new ContainerSaS 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 ContainerSaS. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerSaS. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IContainerSaS. |
| FromJsonString(String) |
Creates a new instance of ContainerSaS, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerSaS into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |