IPool.FabricProfile 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.
Defines the type of fabric the agent will run on.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Defines the type of fabric the agent will run on.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IFabricProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="fabricProfile", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IFabricProfile FabricProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Defines the type of fabric the agent will run on.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IFabricProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="fabricProfile", Update=true)>]
member this.FabricProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IFabricProfile with get, set
Public Property FabricProfile As IFabricProfile
Property Value
- Attributes