PurviewGlossaries.GetTermsByGlossaryName(String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, RequestOptions) 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.
Get terms by glossary name.
public virtual Azure.Response GetTermsByGlossaryName (string glossaryName, int? limit = default, int? offset = default, bool? includeTermHierarchy = default, Azure.RequestOptions requestOptions = default);
abstract member GetTermsByGlossaryName : string * Nullable<int> * Nullable<int> * Nullable<bool> * Azure.RequestOptions -> Azure.Response
override this.GetTermsByGlossaryName : string * Nullable<int> * Nullable<int> * Nullable<bool> * Azure.RequestOptions -> Azure.Response
Public Overridable Function GetTermsByGlossaryName (glossaryName As String, Optional limit As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional includeTermHierarchy As Nullable(Of Boolean) = Nothing, Optional requestOptions As RequestOptions = Nothing) As Response
Parameters
- glossaryName
- System.String
The name of the glossary.
- limit
- System.Nullable<System.Int32>
The page size - by default there is no paging.
- offset
- System.Nullable<System.Int32>
The offset for pagination purpose.
- includeTermHierarchy
- System.Nullable<System.Boolean>
Whether include term hierarchy.
- requestOptions
- RequestOptions
The request options.