ProtectedItemModelPropertiesUpdate 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.
Protected item model properties update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemModelPropertiesUpdateTypeConverter))]
public class ProtectedItemModelPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemModelPropertiesUpdateTypeConverter))>]
type ProtectedItemModelPropertiesUpdate = class
interface IProtectedItemModelPropertiesUpdate
interface IJsonSerializable
Public Class ProtectedItemModelPropertiesUpdate
Implements IProtectedItemModelPropertiesUpdate
- Inheritance
-
ProtectedItemModelPropertiesUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProtectedItemModelPropertiesUpdate() |
Creates an new ProtectedItemModelPropertiesUpdate instance. |
Properties
| Name | Description |
|---|---|
| CustomProperty |
Protected item model custom properties update. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProtectedItemModelPropertiesUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProtectedItemModelPropertiesUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemModelPropertiesUpdate. |
| FromJsonString(String) |
Creates a new instance of ProtectedItemModelPropertiesUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProtectedItemModelPropertiesUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |