Partager via


FileShareItems Class

Definition

Response schema. Contains list of shares returned, and if paging is requested or required, a URL to next page of shares.

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

Constructors

Name Description
FileShareItems()

Creates an new FileShareItems instance.

Properties

Name Description
NextLink

Request URL that can be used to query next page of shares. Returned when total number of requested shares exceed maximum page size.

Value

List of file shares returned.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FileShareItems.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FileShareItems.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FileShareItems into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to