AutoImportJobsListResult 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.
Result of the request to list auto import jobs. It contains a list of auto import jobs and a URL link to get the next set of results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.AutoImportJobsListResultTypeConverter))]
public class AutoImportJobsListResult : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IAutoImportJobsListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.AutoImportJobsListResultTypeConverter))>]
type AutoImportJobsListResult = class
interface IAutoImportJobsListResult
interface IJsonSerializable
Public Class AutoImportJobsListResult
Implements IAutoImportJobsListResult
- Inheritance
-
AutoImportJobsListResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AutoImportJobsListResult() |
Creates an new AutoImportJobsListResult instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
URL to get the next set of auto import job list results, if there are any. |
| Value |
List of auto import jobs. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoImportJobsListResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoImportJobsListResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IAutoImportJobsListResult. |
| FromJsonString(String) |
Creates a new instance of AutoImportJobsListResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoImportJobsListResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |