Freigeben über


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

The link to the next page of items

Value

The FileShareItem items on this page

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