AutoscaleSetting.Profiles Property
Optional.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public IList<AutoscaleProfile> Profiles { get; set; }
public:
property IList<AutoscaleProfile^>^ Profiles {
IList<AutoscaleProfile^>^ get();
void set(IList<AutoscaleProfile^>^ value);
}
member Profiles : IList<AutoscaleProfile> with get, set
Public Property Profiles As IList(Of AutoscaleProfile)
Property Value
Type: System.Collections.Generic.IList<AutoscaleProfile>
See Also
AutoscaleSetting Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace
Return to top