StorageTasksListResult 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.
The response from the List Storage Task operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTasksListResultTypeConverter))]
public class StorageTasksListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTasksListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.StorageTasksListResultTypeConverter))>]
type StorageTasksListResult = class
interface IStorageTasksListResult
interface IJsonSerializable
Public Class StorageTasksListResult
Implements IStorageTasksListResult
- Inheritance
-
StorageTasksListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StorageTasksListResult() |
Creates an new StorageTasksListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
Request URL that can be used to query next page of storage tasks. Returned when total number of requested storage tasks exceed maximum page size. |
| Value |
Gets the list of storage tasks and their properties. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageTasksListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageTasksListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageAction.Models.IStorageTasksListResult. |
| FromJsonString(String) |
Creates a new instance of StorageTasksListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageTasksListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |