ServiceResourceUpdateProperties 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 service resource properties for patch operations.
public class ServiceResourceUpdateProperties : Microsoft.Azure.Management.ServiceFabric.Models.ServiceResourcePropertiesBase
type ServiceResourceUpdateProperties = class
inherit ServiceResourcePropertiesBase
Public Class ServiceResourceUpdateProperties
Inherits ServiceResourcePropertiesBase
- Inheritance
- Derived
Constructors
ServiceResourceUpdateProperties() |
Initializes a new instance of the ServiceResourceUpdateProperties class. |
ServiceResourceUpdateProperties(String, IList<ServiceCorrelationDescription>, IList<ServiceLoadMetricDescription>, IList<ServicePlacementPolicyDescription>, String) |
Initializes a new instance of the ServiceResourceUpdateProperties class. |
Properties
CorrelationScheme |
Gets or sets a list that describes the correlation of the service with other services. (Inherited from ServiceResourcePropertiesBase) |
DefaultMoveCost |
Gets or sets specifies the move cost for the service. Possible values include: 'Zero', 'Low', 'Medium', 'High' (Inherited from ServiceResourcePropertiesBase) |
PlacementConstraints |
Gets or sets the placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)". (Inherited from ServiceResourcePropertiesBase) |
ServiceLoadMetrics |
Gets or sets the service load metrics is given as an array of ServiceLoadMetricDescription objects. (Inherited from ServiceResourcePropertiesBase) |
ServicePlacementPolicies |
Gets or sets a list that describes the correlation of the service with other services. (Inherited from ServiceResourcePropertiesBase) |
Applies to
Azure SDK for .NET