ProtectionProfileCustomDetails Class

Definition

Protection Profile custom input.

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

Constructors

Name Description
ProtectionProfileCustomDetails()

Creates an new ProtectionProfileCustomDetails instance.

Properties

Name Description
ResourceType

The class type.

Methods

Name Description
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.Api20250801.IProtectionProfileCustomDetails. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.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