ResourceId(IEnumerable<String>, IEnumerable<String>) 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.
public ResourceId (System.Collections.Generic.IEnumerable<string> types, System.Collections.Generic.IEnumerable<string> names);
new Microsoft.Azure.Commands.Management.CognitiveServices.ResourceId : seq<string> * seq<string> -> Microsoft.Azure.Commands.Management.CognitiveServices.ResourceId
Public Sub New (types As IEnumerable(Of String), names As IEnumerable(Of String))
Parameters
- types
- IEnumerable<String>
- names
- IEnumerable<String>