ApplicationResourceUpdate 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.
The application resource for patch operations.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationResourceUpdate : Microsoft.Azure.Management.ServiceFabric.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationResourceUpdate = class
inherit ProxyResource
Public Class ApplicationResourceUpdate
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ApplicationResourceUpdate() |
Initializes a new instance of the ApplicationResourceUpdate class. |
ApplicationResourceUpdate(String, String, String, String, IDictionary<String, String>, String, String, IDictionary<String,String>, ApplicationUpgradePolicy, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, IList<ApplicationMetricDescription>, IList<ApplicationUserAssignedIdentity>) |
Initializes a new instance of the ApplicationResourceUpdate class. |
Properties
Etag |
Gets azure resource etag. (Inherited from ProxyResource) |
Id |
Gets azure resource identifier. (Inherited from ProxyResource) |
Location |
Gets or sets it will be deprecated in New API, resource location depends on the parent resource. (Inherited from ProxyResource) |
ManagedIdentities |
Gets or sets list of user assigned identities for the application, each mapped to a friendly name. |
MaximumNodes |
Gets or sets the maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node. |
Metrics |
Gets or sets list of application capacity metric description. |
MinimumNodes |
Gets or sets the minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property. |
Name |
Gets azure resource name. (Inherited from ProxyResource) |
Parameters |
Gets or sets list of application parameters with overridden values from their default values specified in the application manifest. |
RemoveApplicationCapacity |
Gets or sets remove the current application capacity settings. |
Tags |
Gets or sets azure resource tags. (Inherited from ProxyResource) |
Type |
Gets azure resource type. (Inherited from ProxyResource) |
TypeVersion |
Gets or sets the version of the application type as defined in the application manifest. |
UpgradePolicy |
Gets or sets describes the policy for a monitored application upgrade. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET