.queryParam("comp", "properties");
WebResource.Builder builder = webResource.header("x-ms-version",
API_VERSION);
GetServicePropertiesResult result = new GetServicePropertiesResult();
result.setValue(builder.get(ServiceProperties.class));
return result;
}