DisableProtectionProviderSpecificInput Class

Definition

Disable protection provider specific input.

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

Constructors

Name Description
DisableProtectionProviderSpecificInput()

Creates an new DisableProtectionProviderSpecificInput instance.

Properties

Name Description
InstanceType

The class type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DisableProtectionProviderSpecificInput.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DisableProtectionProviderSpecificInput.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IDisableProtectionProviderSpecificInput. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IDisableProtectionProviderSpecificInput 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 DisableProtectionProviderSpecificInput, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DisableProtectionProviderSpecificInput into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to