IAgentProfile.ResourcePredictionsProfile 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 how the pool buffer/stand-by agents is provided.
[Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Defines how the pool buffer/stand-by agents is provided.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourcePredictionsProfile", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile ResourcePredictionsProfile { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Mdp.Runtime.Info(Create=true, Description="Defines how the pool buffer/stand-by agents is provided.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourcePredictionsProfile", Update=true)>]
member this.ResourcePredictionsProfile : Microsoft.Azure.PowerShell.Cmdlets.Mdp.Models.IResourcePredictionsProfile with get, set
Public Property ResourcePredictionsProfile As IResourcePredictionsProfile
Property Value
- Attributes