IInMageRcmFabricSpecificDetails.ReplicationAgent Property
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.
The list of replication agents.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of replication agents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationAgentDetails) }, ReadOnly=true, Required=false, SerializedName="replicationAgents")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationAgentDetails[] ReplicationAgent { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of replication agents.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationAgentDetails) }, ReadOnly=true, Required=false, SerializedName="replicationAgents")>]
member this.ReplicationAgent : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IReplicationAgentDetails[]
Public ReadOnly Property ReplicationAgent As IReplicationAgentDetails()
Property Value
- Attributes