IClusterSwitchProtectionJobDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterSwitchProtectionJobDetailsTypeConverter))]
public interface IClusterSwitchProtectionJobDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IJobDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ClusterSwitchProtectionJobDetailsTypeConverter))>]
type IClusterSwitchProtectionJobDetails = interface
    interface IJsonSerializable
    interface IJobDetails
Public Interface IClusterSwitchProtectionJobDetails
Implements IJobDetails
Derived
Attributes
Implements

Properties

Name Description
AffectedObjectDetail

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

(Inherited from IJobDetails)
InstanceType

Gets the type of job details (see JobDetailsTypes enum for possible values).

(Inherited from IJobDetails)
NewReplicationProtectionClusterId

ARM Id of the new replication protection cluster.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to