ReplicationProviderContainerUnmappingInput 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.
Provider specific input for unpairing operations.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ReplicationProviderContainerUnmappingInputTypeConverter))]
public class ReplicationProviderContainerUnmappingInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IReplicationProviderContainerUnmappingInput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ReplicationProviderContainerUnmappingInputTypeConverter))>]
type ReplicationProviderContainerUnmappingInput = class
interface IReplicationProviderContainerUnmappingInput
interface IJsonSerializable
Public Class ReplicationProviderContainerUnmappingInput
Implements IReplicationProviderContainerUnmappingInput
- Inheritance
-
ReplicationProviderContainerUnmappingInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ReplicationProviderContainerUnmappingInput() |
Creates an new ReplicationProviderContainerUnmappingInput instance. |
Properties
| Name | Description |
|---|---|
| InstanceType |
The class type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ReplicationProviderContainerUnmappingInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ReplicationProviderContainerUnmappingInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IReplicationProviderContainerUnmappingInput. |
| FromJsonString(String) |
Creates a new instance of ReplicationProviderContainerUnmappingInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ReplicationProviderContainerUnmappingInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |