ResourceChangeDetailsRequestParameters 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 ResourceChangeDetailsRequestParameters.
public ResourceChangeDetailsRequestParameters(System.Collections.Generic.IEnumerable<string> resourceIds, System.Collections.Generic.IEnumerable<string> changeIds);
new Azure.ResourceManager.ResourceGraph.Models.ResourceChangeDetailsRequestParameters : seq<string> * seq<string> -> Azure.ResourceManager.ResourceGraph.Models.ResourceChangeDetailsRequestParameters
Public Sub New (resourceIds As IEnumerable(Of String), changeIds As IEnumerable(Of String))
Parameters
- resourceIds
- IEnumerable<String>
Specifies the list of resources for a change details request.
- changeIds
- IEnumerable<String>
Specifies the list of change IDs for a change details request.
Exceptions
resourceIds or changeIds is null.