PSAutoscaleProfilesList Class
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.
Wrapps around a list of AutoscaleProfile
public class PSAutoscaleProfilesList : System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Models.AutoscaleProfile>
public class PSAutoscaleProfilesList : System.Collections.Generic.List<Microsoft.Azure.Management.Monitor.Management.Models.AutoscaleProfile>
type PSAutoscaleProfilesList = class
inherit List<AutoscaleProfile>
Public Class PSAutoscaleProfilesList
Inherits List(Of AutoscaleProfile)
- Inheritance
-
PSAutoscaleProfilesList
- Inheritance
-
PSAutoscaleProfilesList
Constructors
PSAutoscaleProfilesList(IList<AutoscaleProfile>) | |
PSAutoscaleProfilesList(IList<AutoscaleProfile>) |
Initializes a new instance of the PSAutoscaleProfilesList class. |