IRecoveryPlan.ProviderSpecificDetail Property

Definition

The provider id and provider specific details.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The provider id and provider specific details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanProviderSpecificDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="providerSpecificDetails", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanProviderSpecificDetails> ProviderSpecificDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The provider id and provider specific details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanProviderSpecificDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="providerSpecificDetails", Update=true)>]
member this.ProviderSpecificDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IRecoveryPlanProviderSpecificDetails> with get, set
Public Property ProviderSpecificDetail As List(Of IRecoveryPlanProviderSpecificDetails)

Property Value

Attributes

Applies to