PurviewEntities.GetByGuidAsync(String, Nullable<Boolean>, 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 complete definition of an entity given its GUID.
public virtual System.Threading.Tasks.Task<Azure.Response> GetByGuidAsync (string guid, bool? minExtInfo = default, bool? ignoreRelationships = default, Azure.RequestOptions requestOptions = default);
abstract member GetByGuidAsync : string * Nullable<bool> * Nullable<bool> * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetByGuidAsync : string * Nullable<bool> * Nullable<bool> * Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetByGuidAsync (guid As String, Optional minExtInfo As Nullable(Of Boolean) = Nothing, Optional ignoreRelationships As Nullable(Of Boolean) = Nothing, Optional requestOptions As RequestOptions = Nothing) As Task(Of Response)
Parameters
- guid
- System.String
The globally unique identifier of the entity.
- minExtInfo
- System.Nullable<System.Boolean>
Whether to return minimal information for referred entities.
- ignoreRelationships
- System.Nullable<System.Boolean>
Whether to ignore relationship attributes.
- requestOptions
- RequestOptions
The request options.
Returns
- System.Threading.Tasks.Task<Response>