RecommendCapacityContent(IEnumerable<ResourceIdentifier>) Constructor

Definition

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.

Applies to