RequiredForResourcesCollection Constructors
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.
Overloads
RequiredForResourcesCollection() |
Initializes a new instance of the RequiredForResourcesCollection class. |
RequiredForResourcesCollection(IList<String>) |
Initializes a new instance of the RequiredForResourcesCollection class. |
RequiredForResourcesCollection()
Initializes a new instance of the RequiredForResourcesCollection class.
public RequiredForResourcesCollection ();
Public Sub New ()
Applies to
RequiredForResourcesCollection(IList<String>)
Initializes a new instance of the RequiredForResourcesCollection class.
public RequiredForResourcesCollection (System.Collections.Generic.IList<string> sourceIds = default);
new Microsoft.Azure.Management.Migrate.ResourceMover.Models.RequiredForResourcesCollection : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Migrate.ResourceMover.Models.RequiredForResourcesCollection
Public Sub New (Optional sourceIds As IList(Of String) = Nothing)
Parameters
Gets or sets the list of source Ids for which the input resource is required.