ResourceManagementClientGetResource Method |
| Name | Description | |
|---|---|---|
| GetResource(UniqueIdentifier) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(Guid) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(String) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(UniqueIdentifier, Boolean) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(UniqueIdentifier, IEnumerableString) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(UniqueIdentifier, CultureInfo) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(Guid, IEnumerableString) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(Guid, CultureInfo) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(String, Boolean) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(String, IEnumerableString) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(String, CultureInfo) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(UniqueIdentifier, IEnumerableString, Boolean) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(UniqueIdentifier, IEnumerableString, CultureInfo) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(UniqueIdentifier, CultureInfo, Boolean) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(Guid, IEnumerableString, CultureInfo) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(String, IEnumerableString, Boolean) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(String, IEnumerableString, CultureInfo) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(String, CultureInfo, Boolean) |
Gets a resource from the resource management service, retrieving all attributes for the resource
| |
| GetResource(UniqueIdentifier, IEnumerableString, CultureInfo, Boolean) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
| |
| GetResource(String, IEnumerableString, CultureInfo, Boolean) |
Gets a resource from the resource management service, retrieving only a specified set of attributes for the resource
|