共用方式為


ImportJobsListResult Class

Definition

Result of the request to list import jobs. It contains a list of import jobs and a URL link to get the next set of results.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.ImportJobsListResultTypeConverter))]
public class ImportJobsListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IImportJobsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.ImportJobsListResultTypeConverter))>]
type ImportJobsListResult = class
    interface IImportJobsListResult
    interface IJsonSerializable
Public Class ImportJobsListResult
Implements IImportJobsListResult
Inheritance
ImportJobsListResult
Attributes
Implements

Constructors

Name Description
ImportJobsListResult()

Creates an new ImportJobsListResult instance.

Properties

Name Description
NextLink

URL to get the next set of import job list results, if there are any.

Value

List of import jobs.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImportJobsListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportJobsListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IImportJobsListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportJobsListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to