RecommendCapacityContent 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.
Request body for the recommend capacity action. Provide specific resource IDs to evaluate, or pass an empty array to let the service automatically select non-resilient resources from the goal assignment.
public class RecommendCapacityContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResilienceManagement.Models.RecommendCapacityContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResilienceManagement.Models.RecommendCapacityContent>
type RecommendCapacityContent = class
interface IJsonModel<RecommendCapacityContent>
interface IPersistableModel<RecommendCapacityContent>
Public Class RecommendCapacityContent
Implements IJsonModel(Of RecommendCapacityContent), IPersistableModel(Of RecommendCapacityContent)
- Inheritance
-
RecommendCapacityContent
- Implements
Constructors
| Name | Description |
|---|---|
| RecommendCapacityContent(IEnumerable<ResourceIdentifier>) |
Initializes a new instance of RecommendCapacityContent. |
Properties
| Name | Description |
|---|---|
| ResourceIds |
Azure resource IDs to evaluate for resiliency. Pass an empty array to automatically discover and evaluate non-resilient resources in the service group. Maximum 50 resources per request. |