GitHubModelFactory.MultipleSearchFetchModel 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.
Creates a new instance of MultipleSearchFetchModel(List<GeneralAPIModel>).
public static Azure.Connectors.Sdk.GitHub.Models.MultipleSearchFetchModel MultipleSearchFetchModel(System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.GeneralAPIModel> body = default);
static member MultipleSearchFetchModel : System.Collections.Generic.List<Azure.Connectors.Sdk.GitHub.Models.GeneralAPIModel> -> Azure.Connectors.Sdk.GitHub.Models.MultipleSearchFetchModel
Public Shared Function MultipleSearchFetchModel (Optional body As List(Of GeneralAPIModel) = Nothing) As MultipleSearchFetchModel
Parameters
- body
- List<GeneralAPIModel>