PurviewGlossaries.GetGlossaryAsync(String, 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 a specific Glossary by its GUID.
public virtual System.Threading.Tasks.Task<Azure.Response> GetGlossaryAsync (string glossaryGuid, Azure.RequestOptions requestOptions = default);
abstract member GetGlossaryAsync : string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetGlossaryAsync : string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetGlossaryAsync (glossaryGuid As String, Optional requestOptions As RequestOptions = Nothing) As Task(Of Response)
Parameters
- glossaryGuid
- System.String
The globally unique identifier for glossary.
- requestOptions
- RequestOptions
The request options.
Returns
- System.Threading.Tasks.Task<Response>