IRecoveryPlanUnplannedFailoverInputProperties.ProviderSpecificDetail 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 provider specific properties.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The provider specific properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProviderSpecificFailoverInput) }, ReadOnly=false, Required=false, SerializedName="providerSpecificDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProviderSpecificFailoverInput[] ProviderSpecificDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The provider specific properties.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProviderSpecificFailoverInput) }, ReadOnly=false, Required=false, SerializedName="providerSpecificDetails")>]
member this.ProviderSpecificDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRecoveryPlanProviderSpecificFailoverInput[] with get, set
Public Property ProviderSpecificDetail As IRecoveryPlanProviderSpecificFailoverInput()
Property Value
- Attributes