Example #1
0
 /// <summary>
 /// Retrieves the binary content of a single deployment resource for the given deployment.
 /// </summary>
 public async Task <HttpContent> GetData(string resourceId) => (await _api.GetDeploymentResourceData(_deploymentId, resourceId)).Content;