PurviewTypes.GetEnumDefByGuidAsync(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 the enum definition for the given GUID.
public virtual System.Threading.Tasks.Task<Azure.Response> GetEnumDefByGuidAsync (string guid, Azure.RequestOptions requestOptions = default);
abstract member GetEnumDefByGuidAsync : string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetEnumDefByGuidAsync : string * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetEnumDefByGuidAsync (guid As String, Optional requestOptions As RequestOptions = Nothing) As Task(Of Response)
Parameters
- guid
- System.String
The globally unique identifier of the enum.
- requestOptions
- RequestOptions
The request options.
Returns
- System.Threading.Tasks.Task<Response>