Share via


StoragePoolOperationListResult Class

Definition

List of operations supported by the RP.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.StoragePoolOperationListResultTypeConverter))]
public class StoragePoolOperationListResult : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IStoragePoolOperationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.StoragePoolOperationListResultTypeConverter))>]
type StoragePoolOperationListResult = class
    interface IStoragePoolOperationListResult
    interface IJsonSerializable
Public Class StoragePoolOperationListResult
Implements IStoragePoolOperationListResult
Inheritance
StoragePoolOperationListResult
Attributes
Implements

Constructors

StoragePoolOperationListResult()

Creates an new StoragePoolOperationListResult instance.

Properties

NextLink

URI to fetch the next section of the paginated response.

Value

An array of operations supported by the StoragePool RP.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StoragePoolOperationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StoragePoolOperationListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IStoragePoolOperationListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StoragePoolOperationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to