AutoscaleSetting.Profiles Propriedade
Opcional.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
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)
Valor de propriedade
Type: System.Collections.Generic.IList<AutoscaleProfile>
Consulte também
Classe AutoscaleSetting
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Retornar ao topo