ApplicationUpdateDescription.Metrics Field
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.
Gets or sets the list of metrics for which the application capacity is defined.
public System.Collections.Generic.IList<System.Fabric.Description.ApplicationMetricDescription> Metrics;
val mutable Metrics : System.Collections.Generic.IList<System.Fabric.Description.ApplicationMetricDescription>
Public Metrics As IList(Of ApplicationMetricDescription)
Field Value
Specifies the metric Capacity of the Application. Capacity is specified for each metric using ApplicationMetricDescription. If this parameter is not set, then application capacity metrics will remain unchanged when updating application.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET