ResourceManagerRestRestClient.GetResource<TType> 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 single resource.
public System.Threading.Tasks.Task<TType> GetResource<TType> (string resourceId, string apiVersion, System.Threading.CancellationToken cancellationToken, string odataQuery = default);
member this.GetResource : string * string * System.Threading.CancellationToken * string -> System.Threading.Tasks.Task<'ype>
Public Function GetResource(Of TType) (resourceId As String, apiVersion As String, cancellationToken As CancellationToken, Optional odataQuery As String = Nothing) As Task(Of TType)
Type Parameters
- TType
Parameters
- resourceId
- String
The resource Id.
- apiVersion
- String
The API version to use.
- cancellationToken
- CancellationToken
The CancellationToken used to cancel the request.
- odataQuery
- String
The OData query.
Returns
Task<TType>