ApplicationUpdateDescription Class

Definition

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)

Creates a new instance of ApplicationUpdateDescription.

ApplicationUpdateDescription(Uri, Boolean, Int64, Int64, IList<ApplicationMetricDescription>)

Creates a new instance of ApplicationUpdateDescription with application capacity parameters.

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.

Applies to