ArmResourceMoverModelFactory.RequiredForResourcesList Method
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 RequiredForResourcesList.
public static Azure.ResourceManager.ResourceMover.Models.RequiredForResourcesList RequiredForResourcesList (System.Collections.Generic.IEnumerable<string> sourceIds = default);
static member RequiredForResourcesList : seq<string> -> Azure.ResourceManager.ResourceMover.Models.RequiredForResourcesList
Public Shared Function RequiredForResourcesList (Optional sourceIds As IEnumerable(Of String) = Nothing) As RequiredForResourcesList
Parameters
- sourceIds
- IEnumerable<String>
Gets or sets the list of source Ids for which the input resource is required.
Returns
A new RequiredForResourcesList instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET