InMageAzureV2ReprotectInput 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.
InMageAzureV2 specific provider input.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2ReprotectInputTypeConverter))]
public class InMageAzureV2ReprotectInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2ReprotectInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.InMageAzureV2ReprotectInputTypeConverter))>]
type InMageAzureV2ReprotectInput = class
interface IInMageAzureV2ReprotectInput
interface IJsonSerializable
interface IReverseReplicationProviderSpecificInput
interface IValidates
Public Class InMageAzureV2ReprotectInput
Implements IInMageAzureV2ReprotectInput, IValidates
- Inheritance
-
InMageAzureV2ReprotectInput
- Attributes
- Implements
Constructors
InMageAzureV2ReprotectInput() |
Creates an new InMageAzureV2ReprotectInput instance. |
Properties
DisksToInclude |
The disks to include list. |
InstanceType |
The class type. |
LogStorageAccountId |
The storage account to be used for logging during replication. |
MasterTargetId |
The Master target Id. |
PolicyId |
The Policy Id. |
ProcessServerId |
The Process Server Id. |
RunAsAccountId |
The CS account Id. |
StorageAccountId |
The storage account id. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of InMageAzureV2ReprotectInput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of InMageAzureV2ReprotectInput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IInMageAzureV2ReprotectInput. |
FromJsonString(String) |
Creates a new instance of InMageAzureV2ReprotectInput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of InMageAzureV2ReprotectInput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |