Partager via


FileServiceItems Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileServiceItemsTypeConverter))]
public class FileServiceItems : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IFileServiceItems
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.FileServiceItemsTypeConverter))>]
type FileServiceItems = class
    interface IFileServiceItems
    interface IJsonSerializable
Public Class FileServiceItems
Implements IFileServiceItems
Inheritance
FileServiceItems
Attributes
Implements

Constructors

Name Description
FileServiceItems()

Creates an new FileServiceItems instance.

Properties

Name Description
Value

List of file services returned.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileServiceItems.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileServiceItems.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IFileServiceItems.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileServiceItems into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to