Share via


DisableProtectionProviderSpecificInput Class

Definition

Disable protection provider specific input.

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

Constructors

DisableProtectionProviderSpecificInput()

Creates an new DisableProtectionProviderSpecificInput instance.

Properties

InstanceType

The class type.

Methods

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.Api202301.IDisableProtectionProviderSpecificInput. Note: the Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.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