FileWorkspaceDetailsProperties 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.
Describes the properties of a file workspace.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.FileWorkspaceDetailsPropertiesTypeConverter))]
public class FileWorkspaceDetailsProperties : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFileWorkspaceDetailsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.FileWorkspaceDetailsPropertiesTypeConverter))>]
type FileWorkspaceDetailsProperties = class
interface IFileWorkspaceDetailsProperties
interface IJsonSerializable
Public Class FileWorkspaceDetailsProperties
Implements IFileWorkspaceDetailsProperties
- Inheritance
-
FileWorkspaceDetailsProperties
- Attributes
- Implements
Constructors
FileWorkspaceDetailsProperties() |
Creates an new FileWorkspaceDetailsProperties instance. |
Properties
CreatedOn |
Time in UTC (ISO 8601 format) when file workspace was created. |
ExpirationTime |
Time in UTC (ISO 8601 format) when file workspace is going to expire. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FileWorkspaceDetailsProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FileWorkspaceDetailsProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IFileWorkspaceDetailsProperties. |
FromJsonString(String) |
Creates a new instance of FileWorkspaceDetailsProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FileWorkspaceDetailsProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |