RecommendCapacityContent(IEnumerable<ResourceIdentifier>) Constructor
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.
Initializes a new instance of RecommendCapacityContent.
public RecommendCapacityContent(System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> resourceIds);
new Azure.ResourceManager.ResilienceManagement.Models.RecommendCapacityContent : seq<Azure.Core.ResourceIdentifier> -> Azure.ResourceManager.ResilienceManagement.Models.RecommendCapacityContent
Public Sub New (resourceIds As IEnumerable(Of ResourceIdentifier))
Parameters
- resourceIds
- IEnumerable<ResourceIdentifier>
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.
Exceptions
resourceIds is null.