Share via


IResourceResponse<TResource>.Resource Property

Definition

Gets the resource returned in the response.

public TResource Resource { get; }
member this.Resource : 'Resource
Public ReadOnly Property Resource As TResource

Property Value

TResource

The resource returned in the response.

Remarks

This is exposed for mocking purposes for the Azure Cosmos DB service.

Applies to