@Override public PagedList<GenericResource> listByTag( String resourceGroupName, String tagName, String tagValue) { return wrapList( this.serviceClient .resourceGroups() .listResources( resourceGroupName, Utils.createOdataFilterForTags(tagName, tagValue), null, null)); }
@Override public int limit() { return Utils.toPrimitiveInt(inner().limit()); }
@Override public int currentValue() { return Utils.toPrimitiveInt(inner().currentValue()); }