IFabricProperties.CustomDetail 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.
Fabric specific settings.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Fabric specific settings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricSpecificDetails) }, ReadOnly=false, Required=false, SerializedName="customDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricSpecificDetails CustomDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Fabric specific settings.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricSpecificDetails) }, ReadOnly=false, Required=false, SerializedName="customDetails")>]
member this.CustomDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IFabricSpecificDetails with get, set
Public Property CustomDetail As IFabricSpecificDetails
Property Value
- Attributes