ImportJobUpdate 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.
An import job update instance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.ImportJobUpdateTypeConverter))]
public class ImportJobUpdate : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IImportJobUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.ImportJobUpdateTypeConverter))>]
type ImportJobUpdate = class
interface IImportJobUpdate
interface IJsonSerializable
Public Class ImportJobUpdate
Implements IImportJobUpdate
- Inheritance
-
ImportJobUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ImportJobUpdate() |
Creates an new ImportJobUpdate instance. |
Properties
| Name | Description |
|---|---|
| AdminStatus |
The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. |
| Tag |
Resource tags. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImportJobUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImportJobUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IImportJobUpdate. |
| FromJsonString(String) |
Creates a new instance of ImportJobUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImportJobUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |