Share via


ProtectionProfileCustomDetails Class

Definition

Protection Profile custom input.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectionProfileCustomDetailsTypeConverter))]
public class ProtectionProfileCustomDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectionProfileCustomDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProtectionProfileCustomDetailsTypeConverter))>]
type ProtectionProfileCustomDetails = class
    interface IProtectionProfileCustomDetails
    interface IJsonSerializable
Public Class ProtectionProfileCustomDetails
Implements IProtectionProfileCustomDetails
Inheritance
ProtectionProfileCustomDetails
Attributes
Implements

Constructors

ProtectionProfileCustomDetails()

Creates an new ProtectionProfileCustomDetails instance.

Properties

ResourceType

The class type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectionProfileCustomDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectionProfileCustomDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectionProfileCustomDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProtectionProfileCustomDetails interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectionProfileCustomDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to