ApplicationUpdateDescription 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.
Describes an update of application capacity that will be updated using UpdateApplicationAsync(ApplicationUpdateDescription)
public sealed class ApplicationUpdateDescription
type ApplicationUpdateDescription = class
Public NotInheritable Class ApplicationUpdateDescription
- Inheritance
-
ApplicationUpdateDescription
Constructors
ApplicationUpdateDescription(Uri, Boolean, Int64, Int64, IList<ApplicationMetricDescription>) |
Creates a new instance of ApplicationUpdateDescription with application capacity parameters. |
ApplicationUpdateDescription(Uri) |
Creates a new instance of ApplicationUpdateDescription. |
Fields
Metrics |
Gets or sets the list of metrics for which the application capacity is defined. |
Properties
ApplicationName |
Gets or sets the URI name of the application instance. |
MaximumNodes |
Gets or sets the maximum number of nodes where this application can be instantiated. |
MinimumNodes |
Gets or sets the minimum number of nodes. |
RemoveApplicationCapacity |
Gets or sets the RemoveApplicationCapacity flag. |